From 7e545783eb3167773bab377b3beb235bdf653eca Mon Sep 17 00:00:00 2001 From: lizhihua <275091674@qq.com> Date: Tue, 22 May 2018 14:54:22 +0800 Subject: [PATCH] update book --- .gitignore | 5 + CNAME | 1 + README.md | 37 + deploy.sh | 10 + en/api.html | 836 ++++++++++++++++ en/basic.html | 755 +++++++++++++++ en/build-config.html | 810 ++++++++++++++++ en/bundle-renderer.html | 669 +++++++++++++ en/caching.html | 694 ++++++++++++++ en/css.html | 730 ++++++++++++++ en/data.html | 900 ++++++++++++++++++ en/head.html | 708 ++++++++++++++ en/hydration.html | 647 +++++++++++++ en/index.html | 662 +++++++++++++ en/non-node.html | 660 +++++++++++++ en/routing.html | 755 +++++++++++++++ en/search_index.json | 1 + en/streaming.html | 651 +++++++++++++ en/structure.html | 722 ++++++++++++++ en/universal.html | 649 +++++++++++++ fr/api.html | 836 ++++++++++++++++ fr/basic.html | 755 +++++++++++++++ fr/build-config.html | 810 ++++++++++++++++ fr/bundle-renderer.html | 669 +++++++++++++ fr/caching.html | 694 ++++++++++++++ fr/css.html | 730 ++++++++++++++ fr/data.html | 900 ++++++++++++++++++ fr/head.html | 708 ++++++++++++++ fr/hydration.html | 647 +++++++++++++ fr/index.html | 662 +++++++++++++ fr/non-node.html | 660 +++++++++++++ fr/routing.html | 757 +++++++++++++++ fr/search_index.json | 1 + fr/streaming.html | 652 +++++++++++++ fr/structure.html | 722 ++++++++++++++ fr/universal.html | 649 +++++++++++++ gitbook/fonts/fontawesome/FontAwesome.otf | Bin 0 -> 124988 bytes .../fonts/fontawesome/fontawesome-webfont.eot | Bin 0 -> 76518 bytes .../fonts/fontawesome/fontawesome-webfont.svg | 685 +++++++++++++ .../fonts/fontawesome/fontawesome-webfont.ttf | Bin 0 -> 152796 bytes .../fontawesome/fontawesome-webfont.woff | Bin 0 -> 90412 bytes .../fontawesome/fontawesome-webfont.woff2 | Bin 0 -> 71896 bytes gitbook/gitbook-plugin-edit-link/plugin.js | 30 + gitbook/gitbook-plugin-github/plugin.js | 14 + gitbook/gitbook-plugin-highlight/ebook.css | 135 +++ gitbook/gitbook-plugin-highlight/website.css | 434 +++++++++ gitbook/gitbook-plugin-lunr/lunr.min.js | 7 + gitbook/gitbook-plugin-lunr/search-lunr.js | 59 ++ gitbook/gitbook-plugin-search/lunr.min.js | 7 + .../gitbook-plugin-search/search-engine.js | 50 + gitbook/gitbook-plugin-search/search.css | 35 + gitbook/gitbook-plugin-search/search.js | 213 +++++ gitbook/gitbook-plugin-sharing/buttons.js | 90 ++ gitbook/gitbook-plugin-theme-vuejs/vue.css | 291 ++++++ gitbook/gitbook.js | 4 + .../apple-touch-icon-precomposed-152.png | Bin 0 -> 4817 bytes gitbook/images/favicon.ico | Bin 0 -> 4286 bytes gitbook/style.css | 9 + gitbook/theme.js | 4 + index.html | 86 ++ ja/api.html | 839 ++++++++++++++++ ja/basic.html | 738 ++++++++++++++ ja/build-config.html | 801 ++++++++++++++++ ja/bundle-renderer.html | 663 +++++++++++++ ja/caching.html | 690 ++++++++++++++ ja/css.html | 725 ++++++++++++++ ja/data.html | 868 +++++++++++++++++ ja/head.html | 700 ++++++++++++++ ja/hydration.html | 646 +++++++++++++ ja/index.html | 662 +++++++++++++ ja/non-node.html | 660 +++++++++++++ ja/routing.html | 738 ++++++++++++++ ja/search_index.json | 1 + ja/streaming.html | 648 +++++++++++++ ja/structure.html | 712 ++++++++++++++ ja/universal.html | 647 +++++++++++++ ko/api.html | 800 ++++++++++++++++ ko/basic.html | 717 ++++++++++++++ ko/build-config.html | 780 +++++++++++++++ ko/bundle-renderer.html | 644 +++++++++++++ ko/caching.html | 671 +++++++++++++ ko/head.html | 679 +++++++++++++ ko/hydration.html | 627 ++++++++++++ ko/index.html | 640 +++++++++++++ ko/routing.html | 719 ++++++++++++++ ko/search_index.json | 1 + ko/streaming.html | 629 ++++++++++++ ko/structure.html | 693 ++++++++++++++ ko/universal.html | 628 ++++++++++++ package-lock.json | 26 + package.json | 30 + ru/api.html | 836 ++++++++++++++++ ru/basic.html | 755 +++++++++++++++ ru/build-config.html | 809 ++++++++++++++++ ru/bundle-renderer.html | 669 +++++++++++++ ru/caching.html | 694 ++++++++++++++ ru/css.html | 730 ++++++++++++++ ru/data.html | 900 ++++++++++++++++++ ru/head.html | 708 ++++++++++++++ ru/hydration.html | 647 +++++++++++++ ru/index.html | 662 +++++++++++++ ru/non-node.html | 660 +++++++++++++ ru/routing.html | 755 +++++++++++++++ ru/search_index.json | 1 + ru/streaming.html | 651 +++++++++++++ ru/structure.html | 722 ++++++++++++++ ru/universal.html | 649 +++++++++++++ search_index.json | 1 + zh/api.html | 836 ++++++++++++++++ zh/basic.html | 755 +++++++++++++++ zh/build-config.html | 810 ++++++++++++++++ zh/bundle-renderer.html | 669 +++++++++++++ zh/caching.html | 694 ++++++++++++++ zh/css.html | 730 ++++++++++++++ zh/data.html | 899 +++++++++++++++++ zh/head.html | 708 ++++++++++++++ zh/hydration.html | 647 +++++++++++++ zh/index.html | 662 +++++++++++++ zh/non-node.html | 660 +++++++++++++ zh/routing.html | 755 +++++++++++++++ zh/search_index.json | 1 + zh/streaming.html | 651 +++++++++++++ zh/structure.html | 722 ++++++++++++++ zh/universal.html | 649 +++++++++++++ 124 files changed, 64626 insertions(+) create mode 100644 .gitignore create mode 100644 CNAME create mode 100644 README.md create mode 100644 deploy.sh create mode 100644 en/api.html create mode 100644 en/basic.html create mode 100644 en/build-config.html create mode 100644 en/bundle-renderer.html create mode 100644 en/caching.html create mode 100644 en/css.html create mode 100644 en/data.html create mode 100644 en/head.html create mode 100644 en/hydration.html create mode 100644 en/index.html create mode 100644 en/non-node.html create mode 100644 en/routing.html create mode 100644 en/search_index.json create mode 100644 en/streaming.html create mode 100644 en/structure.html create mode 100644 en/universal.html create mode 100644 fr/api.html create mode 100644 fr/basic.html create mode 100644 fr/build-config.html create mode 100644 fr/bundle-renderer.html create mode 100644 fr/caching.html create mode 100644 fr/css.html create mode 100644 fr/data.html create mode 100644 fr/head.html create mode 100644 fr/hydration.html create mode 100644 fr/index.html create mode 100644 fr/non-node.html create mode 100644 fr/routing.html create mode 100644 fr/search_index.json create mode 100644 fr/streaming.html create mode 100644 fr/structure.html create mode 100644 fr/universal.html create mode 100644 gitbook/fonts/fontawesome/FontAwesome.otf create mode 100644 gitbook/fonts/fontawesome/fontawesome-webfont.eot create mode 100644 gitbook/fonts/fontawesome/fontawesome-webfont.svg create mode 100644 gitbook/fonts/fontawesome/fontawesome-webfont.ttf create mode 100644 gitbook/fonts/fontawesome/fontawesome-webfont.woff create mode 100644 gitbook/fonts/fontawesome/fontawesome-webfont.woff2 create mode 100644 gitbook/gitbook-plugin-edit-link/plugin.js create mode 100644 gitbook/gitbook-plugin-github/plugin.js create mode 100644 gitbook/gitbook-plugin-highlight/ebook.css create mode 100644 gitbook/gitbook-plugin-highlight/website.css create mode 100644 gitbook/gitbook-plugin-lunr/lunr.min.js create mode 100644 gitbook/gitbook-plugin-lunr/search-lunr.js create mode 100644 gitbook/gitbook-plugin-search/lunr.min.js create mode 100644 gitbook/gitbook-plugin-search/search-engine.js create mode 100644 gitbook/gitbook-plugin-search/search.css create mode 100644 gitbook/gitbook-plugin-search/search.js create mode 100644 gitbook/gitbook-plugin-sharing/buttons.js create mode 100644 gitbook/gitbook-plugin-theme-vuejs/vue.css create mode 100644 gitbook/gitbook.js create mode 100644 gitbook/images/apple-touch-icon-precomposed-152.png create mode 100644 gitbook/images/favicon.ico create mode 100644 gitbook/style.css create mode 100644 gitbook/theme.js create mode 100644 index.html create mode 100644 ja/api.html create mode 100644 ja/basic.html create mode 100644 ja/build-config.html create mode 100644 ja/bundle-renderer.html create mode 100644 ja/caching.html create mode 100644 ja/css.html create mode 100644 ja/data.html create mode 100644 ja/head.html create mode 100644 ja/hydration.html create mode 100644 ja/index.html create mode 100644 ja/non-node.html create mode 100644 ja/routing.html create mode 100644 ja/search_index.json create mode 100644 ja/streaming.html create mode 100644 ja/structure.html create mode 100644 ja/universal.html create mode 100644 ko/api.html create mode 100644 ko/basic.html create mode 100644 ko/build-config.html create mode 100644 ko/bundle-renderer.html create mode 100644 ko/caching.html create mode 100644 ko/head.html create mode 100644 ko/hydration.html create mode 100644 ko/index.html create mode 100644 ko/routing.html create mode 100644 ko/search_index.json create mode 100644 ko/streaming.html create mode 100644 ko/structure.html create mode 100644 ko/universal.html create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 ru/api.html create mode 100644 ru/basic.html create mode 100644 ru/build-config.html create mode 100644 ru/bundle-renderer.html create mode 100644 ru/caching.html create mode 100644 ru/css.html create mode 100644 ru/data.html create mode 100644 ru/head.html create mode 100644 ru/hydration.html create mode 100644 ru/index.html create mode 100644 ru/non-node.html create mode 100644 ru/routing.html create mode 100644 ru/search_index.json create mode 100644 ru/streaming.html create mode 100644 ru/structure.html create mode 100644 ru/universal.html create mode 100644 search_index.json create mode 100644 zh/api.html create mode 100644 zh/basic.html create mode 100644 zh/build-config.html create mode 100644 zh/bundle-renderer.html create mode 100644 zh/caching.html create mode 100644 zh/css.html create mode 100644 zh/data.html create mode 100644 zh/head.html create mode 100644 zh/hydration.html create mode 100644 zh/index.html create mode 100644 zh/non-node.html create mode 100644 zh/routing.html create mode 100644 zh/search_index.json create mode 100644 zh/streaming.html create mode 100644 zh/structure.html create mode 100644 zh/universal.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..eb6d3e16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +_book +test +.idea diff --git a/CNAME b/CNAME new file mode 100644 index 00000000..87b98a28 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +ssr.vuejs.org diff --git a/README.md b/README.md new file mode 100644 index 00000000..8dcba747 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# vue-ssr-docs + +Comprehensive guide for SSR (Server-Side Rendering) in Vue.js. Live at [ssr.vuejs.org](https://ssr.vuejs.org). + +## Development + +``` bash +# install gitbook CLI +npm install gitbook-cli -g + +# install local plugins +npm install + +# serve +npm run dev +``` + +## Contribute + +[gl]: https://gitlocalize.com +[gl-help]: https://docs.gitlocalize.com/ +[gl-issue-tracker]: https://github.com/gitlocalize/feedback +[gl-repo]: https://gitlocalize.com/repo/101 + +### Translation + +We are useing with a translation tool called [GitLocalize][gl] and follow the steps to get started with your contribution: + +1. Go to [GitLocalize's vuejs/vue-ssr-docs repository][gl-repo]. +1. Sign up using your GitHub account :octocat:. +1. Find the document you are going to translate. +1. Happy translating :sparkles: . +1. When you are done, send the translation for reviews. +1. Reviewed translation will be sent as a Pull Request to GitHub by language admin in the community. + +To learn more about how GitLocalize works, visit their [help page][gl-help]. If you find any issues or feature requests, please file them in [GitLocalize's issue tracker][gl-issue-tracker]. + diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 00000000..2f726c92 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,10 @@ +rm -rf _book +gitbook install +gitbook build +mkdir _book +cp CNAME _book/CNAME +cd _book +git init +git add -A +git commit -m 'update book' +git push -f git@github.com:vuejs/vue-ssr-docs.git master:gh-pages diff --git a/en/api.html b/en/api.html new file mode 100644 index 00000000..5e54da71 --- /dev/null +++ b/en/api.html @@ -0,0 +1,836 @@ + + + + + + + API Reference · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + +
+ +
+ +
+ + + + + + + + + +
+
+ +
+
+ +
+ +

API Reference

+

createRenderer([options])

+

Create a Renderer instance with (optional) options.

+
const { createRenderer } = require('vue-server-renderer')
+const renderer = createRenderer({ ... })
+
+

createBundleRenderer(bundle[, options])

+

Create a BundleRenderer instance with a server bundle and (optional) options.

+
const { createBundleRenderer } = require('vue-server-renderer')
+const renderer = createBundleRenderer(serverBundle, { ... })
+
+

The serverBundle argument can be one of the following:

+
    +
  • An absolute path to generated bundle file (.js or .json). Must start with / to be treated as a file path.

    +
  • +
  • A bundle object generated by webpack + vue-server-renderer/server-plugin.

    +
  • +
  • A string of JavaScript code (not recommended).

    +
  • +
+

See Introducing the Server Bundle and Build Configuration for more details.

+

Class: Renderer

+
    +
  • renderer.renderToString(vm[, context, callback]): ?Promise<string>

    +

    Render a Vue instance to string. The context object is optional. The callback is a typical Node.js style callback where the first argument is the error and the second argument is the rendered string.

    +

    In 2.5.0+, the callback is also optional. When no callback is passed, the method returns a Promise which resolves to the rendered HTML.

    +
  • +
  • renderer.renderToStream(vm[, context]): stream.Readable

    +

    Render a Vue instance to a Node.js readable stream. The context object is optional. See Streaming for more details.

    +
  • +
+

Class: BundleRenderer

+
    +
  • bundleRenderer.renderToString([context, callback]): ?Promise<string>

    +

    Render the bundle to a string. The context object is optional. The callback is a typical Node.js style callback where the first argument is the error and the second argument is the rendered string.

    +

    In 2.5.0+, the callback is also optional. When no callback is passed, the method returns a Promise which resolves to the rendered HTML.

    +
  • +
  • bundleRenderer.renderToStream([context]): stream.Readable

    +

    Render the bundle to a Node.js readable stream. The context object is optional. See Streaming for more details.

    +
  • +
+

Renderer Options

+
    +
  • template

    +

    Provide a template for the entire page's HTML. The template should contain a comment <!--vue-ssr-outlet--> which serves as the placeholder for rendered app content.

    +

    The template also supports basic interpolation using the render context:

    +
      +
    • Use double-mustache for HTML-escaped interpolation;
    • +
    • Use triple-mustache for non-HTML-escaped interpolation.
    • +
    +

    The template automatically injects appropriate content when certain data is found on the render context:

    +
      +
    • context.head: (string) any head markup that should be injected into the head of the page.

      +
    • +
    • context.styles: (string) any inline CSS that should be injected into the head of the page. Note this property will be automatically populated if using vue-loader + vue-style-loader for component CSS.

      +
    • +
    • context.state: (Object) initial Vuex store state that should be inlined in the page as window.__INITIAL_STATE__. The inlined JSON is automatically sanitized with serialize-javascript to prevent XSS.

      +

      In 2.5.0+, the embed script also self-removes in production mode.

      +
    • +
    +

    In addition, when clientManifest is also provided, the template automatically injects the following:

    +
      +
    • Client-side JavaScript and CSS assets needed by the render (with async chunks automatically inferred);
    • +
    • Optimal <link rel="preload/prefetch"> resource hints for the rendered page.
    • +
    +

    You can disable all automatic injections by also passing inject: false to the renderer.

    +

    See also:

    + +
  • +
  • clientManifest

    +
      +
    • 2.3.0+
    • +
    +

    Provide a client build manifest object generated by vue-server-renderer/client-plugin. The client manifest provides the bundle renderer with the proper information for automatic asset injection into the HTML template. For more details, see Generating clientManifest.

    +
  • +
  • inject

    +
      +
    • 2.3.0+
    • +
    +

    Controls whether to perform automatic injections when using template. Defaults to true.

    +

    See also: Manual Asset Injection.

    +
  • +
  • shouldPreload

    +
      +
    • 2.3.0+
    • +
    +

    A function to control what files should have <link rel="preload"> resource hints generated.

    +

    By default, only JavaScript and CSS files will be preloaded, as they are absolutely needed for your application to boot.

    +

    For other types of assets such as images or fonts, preloading too much may waste bandwidth and even hurt performance, so what to preload will be scenario-dependent. You can control precisely what to preload using the shouldPreload option:

    +
    const renderer = createBundleRenderer(bundle, {
    +  template,
    +  clientManifest,
    +  shouldPreload: (file, type) => {
    +    // type is inferred based on the file extension.
    +    // https://fetch.spec.whatwg.org/#concept-request-destination
    +    if (type === 'script' || type === 'style') {
    +      return true
    +    }
    +    if (type === 'font') {
    +      // only preload woff2 fonts
    +      return /\.woff2$/.test(file)
    +    }
    +    if (type === 'image') {
    +      // only preload important images
    +      return file === 'hero.jpg'
    +    }
    +  }
    +})
    +
    +
  • +
  • shouldPrefetch

    +
      +
    • 2.5.0+
    • +
    +

    A function to control what files should have <link rel="prefetch"> resource hints generated.

    +

    By default, all assets in async chunks will be prefetched since this is a low-priority directive; however you can customize what to prefetch in order to better control bandwidth usage. This option expects the same function signature as shouldPreload.

    +
  • +
  • runInNewContext

    +
      +
    • 2.3.0+
    • +
    • only used in createBundleRenderer
    • +
    • Expects: boolean | 'once' ('once' only supported in 2.3.1+)
    • +
    +

    By default, for each render the bundle renderer will create a fresh V8 context and re-execute the entire bundle. This has some benefits - for example, the app code is isolated from the server process and we don't need to worry about the stateful singleton problem mentioned in the docs. However, this mode comes at some considerable performance cost because re-executing the bundle is expensive especially when the app gets bigger.

    +

    This option defaults to true for backwards compatibility, but it is recommended to use runInNewContext: false or runInNewContext: 'once' whenever you can.

    +
    +

    In 2.3.0 this option has a bug where runInNewContext: false still executes the bundle using a separate global context. The following information assumes version 2.3.1+.

    +
    +

    With runInNewContext: false, the bundle code will run in the same global context with the server process, so be careful about code that modifies global in your application code.

    +

    With runInNewContext: 'once' (2.3.1+), the bundle is evaluated in a separate global context, however only once at startup. This provides better app code isolation since it prevents the bundle from accidentally polluting the server process' global object. The caveats are that:

    +
      +
    1. Dependencies that modifies global (e.g. polyfills) cannot be externalized in this mode;
    2. +
    3. Values returned from the bundle execution will be using different global constructors, e.g. an error caught inside the bundle will not be an instance of Error in the server process.
    4. +
    +

    See also: Source Code Structure

    +
  • +
  • basedir

    +
      +
    • 2.2.0+
    • +
    • only used in createBundleRenderer
    • +
    +

    Explicitly declare the base directory for the server bundle to resolve node_modules dependencies from. This is only needed if your generated bundle file is placed in a different location from where the externalized NPM dependencies are installed, or your vue-server-renderer is NPM-linked into your current project.

    +
  • +
  • cache

    +

    Provide a component cache implementation. The cache object must implement the following interface (using Flow notations):

    +
    type RenderCache = {
    +  get: (key: string, cb?: Function) => string | void;
    +  set: (key: string, val: string) => void;
    +  has?: (key: string, cb?: Function) => boolean | void;
    +};
    +
    +

    A typical usage is passing in an lru-cache:

    +
    const LRU = require('lru-cache')
    +
    +const renderer = createRenderer({
    +  cache: LRU({
    +    max: 10000
    +  })
    +})
    +
    +

    Note that the cache object should at least implement get and set. In addition, get and has can be optionally async if they accept a second argument as callback. This allows the cache to make use of async APIs, e.g. a Redis client:

    +
    const renderer = createRenderer({
    +  cache: {
    +    get: (key, cb) => {
    +      redisClient.get(key, (err, res) => {
    +        // handle error if any
    +        cb(res)
    +      })
    +    },
    +    set: (key, val) => {
    +      redisClient.set(key, val)
    +    }
    +  }
    +})
    +
    +
  • +
  • directives

    +

    Allows you to provide server-side implementations for your custom directives:

    +
    const renderer = createRenderer({
    +  directives: {
    +    example (vnode, directiveMeta) {
    +      // transform vnode based on directive binding metadata
    +    }
    +  }
    +})
    +
    +

    As an example, check out v-show's server-side implementation.

    +
  • +
+

webpack Plugins

+

The webpack plugins are provided as standalone files and should be required directly:

+
const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
+const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
+
+

The default files generated are:

+
    +
  • vue-ssr-server-bundle.json for the server plugin;
  • +
  • vue-ssr-client-manifest.json for the client plugin.
  • +
+

The filenames can be customized when creating the plugin instances:

+
const plugin = new VueSSRServerPlugin({
+  filename: 'my-server-bundle.json'
+})
+
+

See Build Configuration for more information.

+ + +
+ +
+
+
+ +

results matching ""

+
    + +
    +
    + +

    No results matching ""

    + +
    +
    +
    + +
    +
    + + +
    + + +
    + + + + + + + + + + + + + + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/basic.html b/en/basic.html new file mode 100644 index 00000000..10776bca --- /dev/null +++ b/en/basic.html @@ -0,0 +1,755 @@ + + + + + + + Basic Usage · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + +
    + +
    + +
    + + + + + + + + + +
    +
    + +
    +
    + +
    + +

    Basic Usage

    +

    Installation

    +
    npm install vue vue-server-renderer --save
    +
    +

    We will be using NPM throughout the guide, but feel free to use Yarn instead.

    +

    Notes

    +
      +
    • It's recommended to use Node.js version 6+.
    • +
    • vue-server-renderer and vue must have matching versions.
    • +
    • vue-server-renderer relies on some Node.js native modules and therefore can only be used in Node.js. We may provide a simpler build that can be run in other JavaScript runtimes in the future.
    • +
    +

    Rendering a Vue Instance

    +
    // Step 1: Create a Vue instance
    +const Vue = require('vue')
    +const app = new Vue({
    +  template: `<div>Hello World</div>`
    +})
    +
    +// Step 2: Create a renderer
    +const renderer = require('vue-server-renderer').createRenderer()
    +
    +// Step 3: Render the Vue instance to HTML
    +renderer.renderToString(app, (err, html) => {
    +  if (err) throw err
    +  console.log(html)
    +  // => <div data-server-rendered="true">Hello World</div>
    +})
    +
    +// in 2.5.0+, returns a Promise if no callback is passed:
    +renderer.renderToString(app).then(html => {
    +  console.log(html)
    +}).catch(err => {
    +  console.error(err)
    +})
    +
    +

    Integrating with a Server

    +

    It is pretty straightforward when used inside a Node.js server, for example Express:

    +
    npm install express --save
    +
    +
    +
    const Vue = require('vue')
    +const server = require('express')()
    +const renderer = require('vue-server-renderer').createRenderer()
    +
    +server.get('*', (req, res) => {
    +  const app = new Vue({
    +    data: {
    +      url: req.url
    +    },
    +    template: `<div>The visited URL is: {{ url }}</div>`
    +  })
    +
    +  renderer.renderToString(app, (err, html) => {
    +    if (err) {
    +      res.status(500).end('Internal Server Error')
    +      return
    +    }
    +    res.end(`
    +      <!DOCTYPE html>
    +      <html lang="en">
    +        <head><title>Hello</title></head>
    +        <body>${html}</body>
    +      </html>
    +    `)
    +  })
    +})
    +
    +server.listen(8080)
    +
    +

    Using a Page Template

    +

    When you render a Vue app, the renderer only generates the markup of the app. In the example we had to wrap the output with an extra HTML page shell.

    +

    To simplify this, you can directly provide a page template when creating the renderer. Most of the time we will put the page template in its own file, e.g. index.template.html:

    +
    <!DOCTYPE html>
    +<html lang="en">
    +  <head><title>Hello</title></head>
    +  <body>
    +    <!--vue-ssr-outlet-->
    +  </body>
    +</html>
    +
    +

    Notice the <!--vue-ssr-outlet--> comment -- this is where your app's markup will be injected.

    +

    We can then read and pass the file to the Vue renderer:

    +
    const renderer = createRenderer({
    +  template: require('fs').readFileSync('./index.template.html', 'utf-8')
    +})
    +
    +renderer.renderToString(app, (err, html) => {
    +  console.log(html) // will be the full page with app content injected.
    +})
    +
    +

    Template Interpolation

    +

    The template also supports simple interpolation. Given the following template:

    +
    <html>
    +  <head>
    +    <!-- use double mustache for HTML-escaped interpolation -->
    +    <title>{{ title }}</title>
    +
    +    <!-- use triple mustache for non-HTML-escaped interpolation -->
    +    {{{ meta }}}
    +  </head>
    +  <body>
    +    <!--vue-ssr-outlet-->
    +  </body>
    +</html>
    +
    +

    We can provide interpolation data by passing a "render context object" as the second argument to renderToString:

    +
    const context = {
    +  title: 'hello',
    +  meta: `
    +    <meta ...>
    +    <meta ...>
    +  `
    +}
    +
    +renderer.renderToString(app, context, (err, html) => {
    +  // page title will be "Hello"
    +  // with meta tags injected
    +})
    +
    +

    The context object can also be shared with the Vue app instance, allowing components to dynamically register data for template interpolation.

    +

    In addition, the template supports some advanced features such as:

    +
      +
    • Auto injection of critical CSS when using *.vue components;
    • +
    • Auto injection of asset links and resource hints when using clientManifest;
    • +
    • Auto injection and XSS prevention when embedding Vuex state for client-side hydration.
    • +
    +

    We will discuss these when we introduce the associated concepts later in the guide.

    + + +
    + +
    +
    +
    + +

    results matching ""

    +
      + +
      +
      + +

      No results matching ""

      + +
      +
      +
      + +
      +
      + + +
      + + +
      + + + + + + + + + + + + + + +
      + + +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/build-config.html b/en/build-config.html new file mode 100644 index 00000000..dc441f85 --- /dev/null +++ b/en/build-config.html @@ -0,0 +1,810 @@ + + + + + + + Build Configuration · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      +
      + + + + + + + + +
      + +
      + +
      + + + + + + + + + +
      +
      + +
      +
      + +
      + +

      Build Configuration

      +

      We will assume you already know how to configure webpack for a client-only project. The config for an SSR project will be largely similar, but we suggest breaking the config into three files: base, client and server. The base config contains config shared for both environments, such as output path, aliases, and loaders. The server config and client config can simply extend the base config using webpack-merge.

      +

      Server Config

      +

      The server config is meant for generating the server bundle that will be passed to createBundleRenderer. It should look like this:

      +
      const merge = require('webpack-merge')
      +const nodeExternals = require('webpack-node-externals')
      +const baseConfig = require('./webpack.base.config.js')
      +const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
      +
      +module.exports = merge(baseConfig, {
      +  // Point entry to your app's server entry file
      +  entry: '/path/to/entry-server.js',
      +
      +  // This allows webpack to handle dynamic imports in a Node-appropriate
      +  // fashion, and also tells `vue-loader` to emit server-oriented code when
      +  // compiling Vue components.
      +  target: 'node',
      +
      +  // For bundle renderer source map support
      +  devtool: 'source-map',
      +
      +  // This tells the server bundle to use Node-style exports
      +  output: {
      +    libraryTarget: 'commonjs2'
      +  },
      +
      +  // https://webpack.js.org/configuration/externals/#function
      +  // https://github.com/liady/webpack-node-externals
      +  // Externalize app dependencies. This makes the server build much faster
      +  // and generates a smaller bundle file.
      +  externals: nodeExternals({
      +    // do not externalize dependencies that need to be processed by webpack.
      +    // you can add more file types here e.g. raw *.vue files
      +    // you should also whitelist deps that modifies `global` (e.g. polyfills)
      +    whitelist: /\.css$/
      +  }),
      +
      +  // This is the plugin that turns the entire output of the server build
      +  // into a single JSON file. The default file name will be
      +  // `vue-ssr-server-bundle.json`
      +  plugins: [
      +    new VueSSRServerPlugin()
      +  ]
      +})
      +
      +

      After vue-ssr-server-bundle.json has been generated, simply pass the file path to createBundleRenderer:

      +
      const { createBundleRenderer } = require('vue-server-renderer')
      +const renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {
      +  // ...other renderer options
      +})
      +
      +

      Alternatively, you can also pass the bundle as an Object to createBundleRenderer. This is useful for hot-reload during development - see the HackerNews demo for a reference setup.

      +

      Externals Caveats

      +

      Notice that in the externals option we are whitelisting CSS files. This is because CSS imported from dependencies should still be handled by webpack. If you are importing any other types of files that also rely on webpack (e.g. *.vue, *.sass), you should add them to the whitelist as well.

      +

      If you are using runInNewContext: 'once' or runInNewContext: true, then you also need to whitelist polyfills that modify global, e.g. babel-polyfill. This is because when using the new context mode, code inside a server bundle has its own global object. Since you don't really need it on the server when using Node 7.6+, it's actually easier to just import it in the client entry.

      +

      Client Config

      +

      The client config can remain largely the same with the base config. Obviously you need to point entry to your client entry file. Aside from that, if you are using CommonsChunkPlugin, make sure to use it only in the client config because the server bundle requires a single entry chunk.

      +

      Generating clientManifest

      +
      +

      requires version 2.3.0+

      +
      +

      In addition to the server bundle, we can also generate a client build manifest. With the client manifest and the server bundle, the renderer now has information of both the server and client builds, so it can automatically infer and inject preload / prefetch directives and css links / script tags into the rendered HTML.

      +

      The benefits is two-fold:

      +
        +
      1. It can replace html-webpack-plugin for injecting the correct asset URLs when there are hashes in your generated filenames.

        +
      2. +
      3. When rendering a bundle that leverages webpack's on-demand code splitting features, we can ensure the optimal chunks are preloaded / prefetched, and also intelligently inject <script> tags for needed async chunks to avoid waterfall requests on the client, thus improving TTI (time-to-interactive).

        +
      4. +
      +

      To make use of the client manifest, the client config would look something like this:

      +
      const webpack = require('webpack')
      +const merge = require('webpack-merge')
      +const baseConfig = require('./webpack.base.config.js')
      +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
      +
      +module.exports = merge(baseConfig, {
      +  entry: '/path/to/entry-client.js',
      +  plugins: [
      +    // Important: this splits the webpack runtime into a leading chunk
      +    // so that async chunks can be injected right after it.
      +    // this also enables better caching for your app/vendor code.
      +    new webpack.optimize.CommonsChunkPlugin({
      +      name: "manifest",
      +      minChunks: Infinity
      +    }),
      +    // This plugins generates `vue-ssr-client-manifest.json` in the
      +    // output directory.
      +    new VueSSRClientPlugin()
      +  ]
      +})
      +
      +

      You can then use the generated client manifest, together with a page template:

      +
      const { createBundleRenderer } = require('vue-server-renderer')
      +
      +const template = require('fs').readFileSync('/path/to/template.html', 'utf-8')
      +const serverBundle = require('/path/to/vue-ssr-server-bundle.json')
      +const clientManifest = require('/path/to/vue-ssr-client-manifest.json')
      +
      +const renderer = createBundleRenderer(serverBundle, {
      +  template,
      +  clientManifest
      +})
      +
      +

      With this setup, your server-rendered HTML for a build with code-splitting will look something like this (everything auto-injected):

      +
      <html>
      +  <head>
      +    <!-- chunks used for this render will be preloaded -->
      +    <link rel="preload" href="/manifest.js" as="script">
      +    <link rel="preload" href="/main.js" as="script">
      +    <link rel="preload" href="/0.js" as="script">
      +    <!-- unused async chunks will be prefetched (lower priority) -->
      +    <link rel="prefetch" href="/1.js" as="script">
      +  </head>
      +  <body>
      +    <!-- app content -->
      +    <div data-server-rendered="true"><div>async</div></div>
      +    <!-- manifest chunk should be first -->
      +    <script src="/manifest.js"></script>
      +    <!-- async chunks injected before main chunk -->
      +    <script src="/0.js"></script>
      +    <script src="/main.js"></script>
      +  </body>
      +</html>`
      +
      +

      Manual Asset Injection

      +

      By default, asset injection is automatic when you provide the template render option. But sometimes you might want finer-grained control over how assets are injected into the template, or maybe you are not using a template at all. In such a case, you can pass inject: false when creating the renderer and manually perform asset injection.

      +

      In the renderToString callback, the context object you passed in will expose the following methods:

      +
        +
      • context.renderStyles()

        +

        This will return inline <style> tags containing all the critical CSS collected from the *.vue components used during the render. See CSS Management for more details.

        +

        If a clientManifest is provided, the returned string will also contain <link rel="stylesheet"> tags for webpack-emitted CSS files (e.g. CSS extracted with extract-text-webpack-plugin or imported with file-loader)

        +
      • +
      • context.renderState(options?: Object)

        +

        This method serializes context.state and returns an inline script that embeds the state as window.__INITIAL_STATE__.

        +

        The context state key and window state key can both be customized by passing an options object:

        +
        context.renderState({
        +  contextKey: 'myCustomState',
        +  windowKey: '__MY_STATE__'
        +})
        +
        +// -> <script>window.__MY_STATE__={...}</script>
        +
        +
      • +
      • context.renderScripts()

        +
          +
        • requires clientManifest
        • +
        +

        This method returns the <script> tags needed for the client application to boot. When using async code-splitting in the app code, this method will intelligently infer the correct async chunks to include.

        +
      • +
      • context.renderResourceHints()

        +
          +
        • requires clientManifest
        • +
        +

        This method returns the <link rel="preload/prefetch"> resource hints needed for the current rendered page. By default it will:

        +
          +
        • Preload the JavaScript and CSS files needed by the page
        • +
        • Prefetch async JavaScript chunks that might be needed later
        • +
        +

        Preloaded files can be further customized with the shouldPreload option.

        +
      • +
      • context.getPreloadFiles()

        +
          +
        • requires clientManifest
        • +
        +

        This method does not return a string - instead, it returns an Array of file objects representing the assets that should be preloaded. This can be used to programmatically perform HTTP/2 server push.

        +
      • +
      +

      Since the template passed to createBundleRenderer will be interpolated using context, you can make use of these methods inside the template (with inject: false):

      +
      <html>
      +  <head>
      +    <!-- use triple mustache for non-HTML-escaped interpolation -->
      +    {{{ renderResourceHints() }}}
      +    {{{ renderStyles() }}}
      +  </head>
      +  <body>
      +    <!--vue-ssr-outlet-->
      +    {{{ renderState() }}}
      +    {{{ renderScripts() }}}
      +  </body>
      +</html>
      +
      +

      If you are not using template at all, you can concatenate the strings yourself.

      + + +
      + +
      +
      +
      + +

      results matching ""

      +
        + +
        +
        + +

        No results matching ""

        + +
        +
        +
        + +
        +
        + + +
        + + +
        + + + + + + + + + + + + + + +
        + + +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/bundle-renderer.html b/en/bundle-renderer.html new file mode 100644 index 00000000..297e4427 --- /dev/null +++ b/en/bundle-renderer.html @@ -0,0 +1,669 @@ + + + + + + + Introducing Bundle Renderer · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        +
        + + + + + + + + +
        + +
        + +
        + + + + + + + + + +
        +
        + +
        +
        + +
        + +

        Introducing Bundle Renderer

        +

        Problems with Basic SSR

        +

        Up to this point, we have assumed that the bundled server-side code will be directly used by the server via require:

        +
        const createApp = require('/path/to/built-server-bundle.js')
        +
        +

        This is straightforward, however whenever you edit your app source code, you would have to stop and restart the server. This hurts productivity quite a bit during development. In addition, Node.js doesn't support source maps natively.

        +

        Enter BundleRenderer

        +

        vue-server-renderer provides an API called createBundleRenderer to deal with this problem. With a custom webpack plugin, the server bundle is generated as a special JSON file that can be passed to the bundle renderer. Once the bundle renderer is created, usage is the same as the normal renderer, however the bundle renderer provides the following benefits:

        +
          +
        • Built-in source map support (with devtool: 'source-map' in webpack config)

          +
        • +
        • Hot-reload during development and even deployment (by simply reading the updated bundle and re-creating the renderer instance)

          +
        • +
        • Critical CSS injection (when using *.vue files): automatically inlines the CSS needed by components used during the render. See the CSS section for more details.

          +
        • +
        • Asset injection with clientManifest: automatically infers the optimal preload and prefetch directives, and the code-split chunks needed for the initial render.

          +
        • +
        +
        +

        We will discuss how to configure webpack to generate the build artifacts needed by the bundle renderer in the next section, but for now let's assume we already have what we need, and this is how to create and use a bundle renderer:

        +
        const { createBundleRenderer } = require('vue-server-renderer')
        +
        +const renderer = createBundleRenderer(serverBundle, {
        +  runInNewContext: false, // recommended
        +  template, // (optional) page template
        +  clientManifest // (optional) client build manifest
        +})
        +
        +// inside a server handler...
        +server.get('*', (req, res) => {
        +  const context = { url: req.url }
        +  // No need to pass an app here because it is auto-created by
        +  // executing the bundle. Now our server is decoupled from our Vue app!
        +  renderer.renderToString(context, (err, html) => {
        +    // handle error...
        +    res.end(html)
        +  })
        +})
        +
        +

        When renderToString is called on a bundle renderer, it will automatically execute the function exported by the bundle to create an app instance (passing context as the argument) , and then render it.

        +

        Note it's recommended to set the runInNewContext option to false or 'once'. See its API reference for more details.

        + + +
        + +
        +
        +
        + +

        results matching ""

        +
          + +
          +
          + +

          No results matching ""

          + +
          +
          +
          + +
          +
          + + +
          + + +
          + + + + + + + + + + + + + + +
          + + +
          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/caching.html b/en/caching.html new file mode 100644 index 00000000..bbdd067f --- /dev/null +++ b/en/caching.html @@ -0,0 +1,694 @@ + + + + + + + Caching · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          +
          + + + + + + + + +
          + +
          + +
          + + + + + + + + + +
          +
          + +
          +
          + +
          + +

          Caching

          +

          Although Vue's SSR is quite fast, it can't match the performance of pure string-based templating due to the cost of creating component instances and Virtual DOM nodes. In cases where SSR performance is critical, wisely leveraging caching strategies can greatly improve response time and reduce server load.

          +

          Page-level Caching

          +

          A server-rendered app in most cases relies on external data, so the content is dynamic by nature and cannot be cached for extended periods. However, if the content is not user-specific (i.e. for the same URL it always renders the same content for all users), we can leverage a strategy called micro-caching to drastically improve our app's capability of handling high traffic.

          +

          This is usually done at the Nginx layer, but we can also implement it in Node.js:

          +
          const microCache = LRU({
          +  max: 100,
          +  maxAge: 1000 // Important: entries expires after 1 second.
          +})
          +
          +const isCacheable = req => {
          +  // implement logic to check if the request is user-specific.
          +  // only non-user-specific pages are cache-able
          +}
          +
          +server.get('*', (req, res) => {
          +  const cacheable = isCacheable(req)
          +  if (cacheable) {
          +    const hit = microCache.get(req.url)
          +    if (hit) {
          +      return res.end(hit)
          +    }
          +  }
          +
          +  renderer.renderToString((err, html) => {
          +    res.end(html)
          +    if (cacheable) {
          +      microCache.set(req.url, html)
          +    }
          +  })
          +})
          +
          +

          Since the content is cached for only one second, users will not see outdated content. However, this means the server only has to perform at most one full render per second for each cached page.

          +

          Component-level Caching

          +

          vue-server-renderer has built-in support for component-level caching. To enable it you need to provide a cache implementation when creating the renderer. Typical usage is passing in an lru-cache:

          +
          const LRU = require('lru-cache')
          +
          +const renderer = createRenderer({
          +  cache: LRU({
          +    max: 10000,
          +    maxAge: ...
          +  })
          +})
          +
          +

          You can then cache a component by implementing a serverCacheKey function:

          +
          export default {
          +  name: 'item', // required
          +  props: ['item'],
          +  serverCacheKey: props => props.item.id,
          +  render (h) {
          +    return h('div', this.item.id)
          +  }
          +}
          +
          +

          Note that cache-able component must also define a unique name option. With a unique name, the cache key is thus per-component: you don't need to worry about two components returning the same key.

          +

          The key returned from serverCacheKey should contain sufficient information to represent the shape of the render result. The above is a good implementation if the render result is solely determined by props.item.id. However, if the item with the same id may change over time, or if render result also relies on another prop, then you need to modify your serverCacheKey implementation to take those other variables into account.

          +

          Returning a constant will cause the component to always be cached, which is good for purely static components.

          +

          When to use component caching

          +

          If the renderer hits a cache for a component during render, it will directly reuse the cached result for the entire sub tree. This means you should NOT cache a component when:

          +
            +
          • It has child components that may rely on global state.
          • +
          • It has child components that produces side effects on the render context.
          • +
          +

          Component caching should therefore be applied carefully to address performance bottlenecks. In most cases, you shouldn't and don't need to cache single-instance components. The most common type of components that are suitable for caching are ones repeated in big v-for lists. Since these components are usually driven by objects in database collections, they can make use of a simple caching strategy: generate their cache keys using their unique id plus the last updated timestamp:

          +
          serverCacheKey: props => props.item.id + '::' + props.item.last_updated
          +
          + + +
          + +
          +
          +
          + +

          results matching ""

          +
            + +
            +
            + +

            No results matching ""

            + +
            +
            +
            + +
            +
            + + +
            + + +
            + + + + + + + + + + + + + + +
            + + +
            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/css.html b/en/css.html new file mode 100644 index 00000000..221dcdf6 --- /dev/null +++ b/en/css.html @@ -0,0 +1,730 @@ + + + + + + + CSS Management · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            +
            + + + + + + + + +
            + +
            + +
            + + + + + + + + + +
            +
            + +
            +
            + +
            + +

            CSS Management

            +

            The recommended way to manage CSS is to simply use <style> inside *.vue single file components, which offers:

            +
              +
            • Collocated, component-scoped CSS
            • +
            • Ability to leverage pre-processors or PostCSS
            • +
            • Hot-reload during development
            • +
            +

            More importantly, vue-style-loader, the loader used internally by vue-loader, has some special features for server rendering:

            +
              +
            • Universal authoring experience for client and server.

              +
            • +
            • Automatic critical CSS when using bundleRenderer.

              +

              If used during a server render, a component's CSS can be collected and inlined in the HTML (automatically handled when using template option). On the client, when the component is used for the first time, vue-style-loader will check if there is already server-inlined CSS for this component - if not, the CSS will be dynamically injected via a <style> tag.

              +
            • +
            • Common CSS Extraction.

              +

              This setup support using extract-text-webpack-plugin to extract the CSS in the main chunk into a separate CSS file (auto injected with template), which allows the file to be individually cached. This is recommended when there is a lot of shared CSS.

              +

              CSS inside async components will remain inlined as JavaScript strings and handled by vue-style-loader.

              +
            • +
            +

            Enabling CSS Extraction

            +

            To extract CSS from *.vue files, use vue-loader's extractCSS option (requires vue-loader 12.0.0+):

            +
            // webpack.config.js
            +const ExtractTextPlugin = require('extract-text-webpack-plugin')
            +
            +// CSS extraction should only be enabled for production
            +// so that we still get hot-reload during development.
            +const isProduction = process.env.NODE_ENV === 'production'
            +
            +module.exports = {
            +  // ...
            +  module: {
            +    rules: [
            +      {
            +        test: /\.vue$/,
            +        loader: 'vue-loader',
            +        options: {
            +          // enable CSS extraction
            +          extractCSS: isProduction
            +        }
            +      },
            +      // ...
            +    ]
            +  },
            +  plugins: isProduction
            +    // make sure to add the plugin!
            +    ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]
            +    : []
            +}
            +
            +

            Note that the above config only applies to styles in *.vue files, but you can use <style src="./foo.css"> to import external CSS into Vue components.

            +

            If you wish to import CSS from JavaScript, e.g. import 'foo.css', you need to configure the appropriate loaders:

            +
            module.exports = {
            +  // ...
            +  module: {
            +    rules: [
            +      {
            +        test: /\.css$/,
            +        // important: use vue-style-loader instead of style-loader
            +        use: isProduction
            +          ? ExtractTextPlugin.extract({
            +              use: 'css-loader',
            +              fallback: 'vue-style-loader'
            +            })
            +          : ['vue-style-loader', 'css-loader']
            +      }
            +    ]
            +  },
            +  // ...
            +}
            +
            +

            Importing Styles from Dependencies

            +

            A few things to take note when importing CSS from an NPM dependency:

            +
              +
            1. It should not be externalized in the server build.

              +
            2. +
            3. If using CSS extraction + vendor extracting with CommonsChunkPlugin, extract-text-webpack-plugin will run into problems if the extracted CSS is inside an extracted vendors chunk. To work around this, avoid including CSS files in the vendor chunk. An example client webpack config:

              +
              module.exports = {
              + // ...
              + plugins: [
              +   // it is common to extract deps into a vendor chunk for better caching.
              +   new webpack.optimize.CommonsChunkPlugin({
              +     name: 'vendor',
              +     minChunks: function (module) {
              +       // a module is extracted into the vendor chunk when...
              +       return (
              +         // if it's inside node_modules
              +         /node_modules/.test(module.context) &&
              +         // do not externalize if the request is a CSS file
              +         !/\.css$/.test(module.request)
              +       )
              +     }
              +   }),
              +   // extract webpack runtime & manifest
              +   new webpack.optimize.CommonsChunkPlugin({
              +     name: 'manifest'
              +   }),
              +   // ...
              + ]
              +}
              +
              +
            4. +
            + + +
            + +
            +
            +
            + +

            results matching ""

            +
              + +
              +
              + +

              No results matching ""

              + +
              +
              +
              + +
              +
              + + +
              + + +
              + + + + + + + + + + + + + + +
              + + +
              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/data.html b/en/data.html new file mode 100644 index 00000000..0a96b6d3 --- /dev/null +++ b/en/data.html @@ -0,0 +1,900 @@ + + + + + + + Data Pre-fetching and State · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              +
              + + + + + + + + +
              + +
              + +
              + + + + + + + + + +
              +
              + +
              +
              + +
              + +

              Data Pre-Fetching and State

              +

              Data Store

              +

              During SSR, we are essentially rendering a "snapshot" of our app, so if the app relies on some asynchronous data, these data need to be pre-fetched and resolved before we start the rendering process.

              +

              Another concern is that on the client, the same data needs to be available before we mount the client side app - otherwise the client app would render using different state and the hydration would fail.

              +

              To address this, the fetched data needs to live outside the view components, in a dedicated data store, or a "state container". On the server, we can pre-fetch and fill data into the store before rendering. In addition, we will serialize and inline the state in the HTML. The client-side store can directly pick up the inlined state before we mount the app.

              +

              We will be using the official state management library Vuex for this purpose. Let's create a store.js file, with some mocked logic for fetching an item based on an id:

              +
              // store.js
              +import Vue from 'vue'
              +import Vuex from 'vuex'
              +
              +Vue.use(Vuex)
              +
              +// Assume we have a universal API that returns Promises
              +// and ignore the implementation details
              +import { fetchItem } from './api'
              +
              +export function createStore () {
              +  return new Vuex.Store({
              +    state: {
              +      items: {}
              +    },
              +    actions: {
              +      fetchItem ({ commit }, id) {
              +        // return the Promise via `store.dispatch()` so that we know
              +        // when the data has been fetched
              +        return fetchItem(id).then(item => {
              +          commit('setItem', { id, item })
              +        })
              +      }
              +    },
              +    mutations: {
              +      setItem (state, { id, item }) {
              +        Vue.set(state.items, id, item)
              +      }
              +    }
              +  })
              +}
              +
              +

              And update app.js:

              +
              // app.js
              +import Vue from 'vue'
              +import App from './App.vue'
              +import { createRouter } from './router'
              +import { createStore } from './store'
              +import { sync } from 'vuex-router-sync'
              +
              +export function createApp () {
              +  // create router and store instances
              +  const router = createRouter()
              +  const store = createStore()
              +
              +  // sync so that route state is available as part of the store
              +  sync(store, router)
              +
              +  // create the app instance, injecting both the router and the store
              +  const app = new Vue({
              +    router,
              +    store,
              +    render: h => h(App)
              +  })
              +
              +  // expose the app, the router and the store.
              +  return { app, router, store }
              +}
              +
              +

              Logic Collocation with Components

              +

              So, where do we place the code that dispatches the data-fetching actions?

              +

              The data we need to fetch is determined by the route visited - which also determines what components are rendered. In fact, the data needed for a given route is also the data needed by the components rendered at that route. So it would be natural to place the data fetching logic inside route components.

              +

              We will expose a custom static function asyncData on our route components. Note because this function will be called before the components are instantiated, it doesn't have access to this. The store and route information needs to be passed in as arguments:

              +
              <!-- Item.vue -->
              +<template>
              +  <div>{{ item.title }}</div>
              +</template>
              +
              +<script>
              +export default {
              +  asyncData ({ store, route }) {
              +    // return the Promise from the action
              +    return store.dispatch('fetchItem', route.params.id)
              +  },
              +
              +  computed: {
              +    // display the item from store state.
              +    item () {
              +      return this.$store.state.items[this.$route.params.id]
              +    }
              +  }
              +}
              +</script>
              +
              +

              Server Data Fetching

              +

              In entry-server.js we can get the components matched by a route with router.getMatchedComponents(), and call asyncData if the component exposes it. Then we need to attach resolved state to the render context.

              +
              // entry-server.js
              +import { createApp } from './app'
              +
              +export default context => {
              +  return new Promise((resolve, reject) => {
              +    const { app, router, store } = createApp()
              +
              +    router.push(context.url)
              +
              +    router.onReady(() => {
              +      const matchedComponents = router.getMatchedComponents()
              +      if (!matchedComponents.length) {
              +        return reject({ code: 404 })
              +      }
              +
              +      // call `asyncData()` on all matched route components
              +      Promise.all(matchedComponents.map(Component => {
              +        if (Component.asyncData) {
              +          return Component.asyncData({
              +            store,
              +            route: router.currentRoute
              +          })
              +        }
              +      })).then(() => {
              +        // After all preFetch hooks are resolved, our store is now
              +        // filled with the state needed to render the app.
              +        // When we attach the state to the context, and the `template` option
              +        // is used for the renderer, the state will automatically be
              +        // serialized and injected into the HTML as `window.__INITIAL_STATE__`.
              +        context.state = store.state
              +
              +        resolve(app)
              +      }).catch(reject)
              +    }, reject)
              +  })
              +}
              +
              +

              When using template, context.state will automatically be embedded in the final HTML as window.__INITIAL_STATE__ state. On the client, the store should pick up the state before mounting the application:

              +
              // entry-client.js
              +
              +const { app, router, store } = createApp()
              +
              +if (window.__INITIAL_STATE__) {
              +  store.replaceState(window.__INITIAL_STATE__)
              +}
              +
              +

              Client Data Fetching

              +

              On the client, there are two different approaches for handling data fetching:

              +
                +
              1. Resolve data before route navigation:

                +

                With this strategy, the app will stay on the current view until the data needed by the incoming view has been resolved. The benefit is that the incoming view can directly render the full content when it's ready, but if the data fetching takes a long time, the user will feel "stuck" on the current view. It is therefore recommended to provide a data loading indicator if using this strategy.

                +

                We can implement this strategy on the client by checking matched components and invoking their asyncData function inside a global route hook. Note we should register this hook after the initial route is ready so that we don't unnecessarily fetch the server-fetched data again.

                +
                // entry-client.js
                +
                +// ...omitting unrelated code
                +
                +router.onReady(() => {
                + // Add router hook for handling asyncData.
                + // Doing it after initial route is resolved so that we don't double-fetch
                + // the data that we already have. Using `router.beforeResolve()` so that all
                + // async components are resolved.
                + router.beforeResolve((to, from, next) => {
                +   const matched = router.getMatchedComponents(to)
                +   const prevMatched = router.getMatchedComponents(from)
                +
                +   // we only care about non-previously-rendered components,
                +   // so we compare them until the two matched lists differ
                +   let diffed = false
                +   const activated = matched.filter((c, i) => {
                +     return diffed || (diffed = (prevMatched[i] !== c))
                +   })
                +
                +   if (!activated.length) {
                +     return next()
                +   }
                +
                +   // this is where we should trigger a loading indicator if there is one
                +
                +   Promise.all(activated.map(c => {
                +     if (c.asyncData) {
                +       return c.asyncData({ store, route: to })
                +     }
                +   })).then(() => {
                +
                +     // stop loading indicator
                +
                +     next()
                +   }).catch(next)
                + })
                +
                + app.$mount('#app')
                +})
                +
                +
              2. +
              3. Fetch data after the matched view is rendered:

                +

                This strategy places the client-side data-fetching logic in a view component's beforeMount function. This allows the views to switch instantly when a route navigation is triggered, so the app feels a bit more responsive. However, the incoming view will not have the full data available when it's rendered. It is therefore necessary to have a conditional loading state for each view component that uses this strategy.

                +

                This can be achieved with a client-only global mixin:

                +
                Vue.mixin({
                + beforeMount () {
                +   const { asyncData } = this.$options
                +   if (asyncData) {
                +     // assign the fetch operation to a promise
                +     // so that in components we can do `this.dataPromise.then(...)` to
                +     // perform other tasks after data is ready
                +     this.dataPromise = asyncData({
                +       store: this.$store,
                +       route: this.$route
                +     })
                +   }
                + }
                +})
                +
                +
              4. +
              +

              The two strategies are ultimately different UX decisions and should be picked based on the actual scenario of the app you are building. But regardless of which strategy you pick, the asyncData function should also be called when a route component is reused (same route, but params or query changed. e.g. from user/1 to user/2). We can also handle this with a client-only global mixin:

              +
              Vue.mixin({
              +  beforeRouteUpdate (to, from, next) {
              +    const { asyncData } = this.$options
              +    if (asyncData) {
              +      asyncData({
              +        store: this.$store,
              +        route: to
              +      }).then(next).catch(next)
              +    } else {
              +      next()
              +    }
              +  }
              +})
              +
              +

              Store Code Splitting

              +

              In a large application, our Vuex store will likely be split into multiple modules. Of course, it is also possible to code-split these modules into corresponding route component chunks. Suppose we have the following store module:

              +
              // store/modules/foo.js
              +export default {
              +  namespaced: true,
              +  // IMPORTANT: state must be a function so the module can be
              +  // instantiated multiple times
              +  state: () => ({
              +    count: 0
              +  }),
              +  actions: {
              +    inc: ({ commit }) => commit('inc')
              +  },
              +  mutations: {
              +    inc: state => state.count++
              +  }
              +}
              +
              +

              We can use store.registerModule to lazy-register this module in a route component's asyncData hook:

              +
              // inside a route component
              +<template>
              +  <div>{{ fooCount }}</div>
              +</template>
              +
              +<script>
              +// import the module here instead of in `store/index.js`
              +import fooStoreModule from '../store/modules/foo'
              +
              +export default {
              +  asyncData ({ store }) {
              +    store.registerModule('foo', fooStoreModule)
              +    return store.dispatch('foo/inc')
              +  },
              +
              +  // IMPORTANT: avoid duplicate module registration on the client
              +  // when the route is visited multiple times.
              +  destroyed () {
              +    this.$store.unregisterModule('foo')
              +  },
              +
              +  computed: {
              +    fooCount () {
              +      return this.$store.state.foo.count
              +    }
              +  }
              +}
              +</script>
              +
              +

              Because the module is now a dependency of the route component, it will be moved into the route component's async chunk by webpack.

              +
              +

              Phew, that was a lot of code! This is because universal data-fetching is probably the most complex problem in a server-rendered app and we are laying the groundwork for easier further development. Once the boilerplate is set up, authoring individual components will be actually quite pleasant.

              + + +
              + +
              +
              +
              + +

              results matching ""

              +
                + +
                +
                + +

                No results matching ""

                + +
                +
                +
                + +
                +
                + + +
                + + +
                + + + + + + + + + + + + + + +
                + + +
                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/head.html b/en/head.html new file mode 100644 index 00000000..c9e1d1cb --- /dev/null +++ b/en/head.html @@ -0,0 +1,708 @@ + + + + + + + Head Management · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                +
                + + + + + + + + +
                + +
                + +
                + + + + + + + + + +
                +
                + +
                +
                + +
                + +

                Head Management

                +

                Similar to asset injection, head management follows the same idea: we can dynamically attach data to the render context in a component's lifecycle, and then interpolate those data in template.

                +
                +

                In version 2.3.2+, you can directly access the SSR context in a component as this.$ssrContext. In older versions you'd have to manually inject the SSR context by passing it to createApp() and expose it on the root instance's $options - child components can then access it via this.$root.$options.ssrContext.

                +
                +

                We can write a simple mixin to perform title management:

                +
                // title-mixin.js
                +
                +function getTitle (vm) {
                +  // components can simply provide a `title` option
                +  // which can be either a string or a function
                +  const { title } = vm.$options
                +  if (title) {
                +    return typeof title === 'function'
                +      ? title.call(vm)
                +      : title
                +  }
                +}
                +
                +const serverTitleMixin = {
                +  created () {
                +    const title = getTitle(this)
                +    if (title) {
                +      this.$ssrContext.title = title
                +    }
                +  }
                +}
                +
                +const clientTitleMixin = {
                +  mounted () {
                +    const title = getTitle(this)
                +    if (title) {
                +      document.title = title
                +    }
                +  }
                +}
                +
                +// `VUE_ENV` can be injected with `webpack.DefinePlugin`
                +export default process.env.VUE_ENV === 'server'
                +  ? serverTitleMixin
                +  : clientTitleMixin
                +
                +

                Now, a route component can make use of this to control the document title:

                +
                // Item.vue
                +export default {
                +  mixins: [titleMixin],
                +  title () {
                +    return this.item.title
                +  },
                +
                +  asyncData ({ store, route }) {
                +    return store.dispatch('fetchItem', route.params.id)
                +  },
                +
                +  computed: {
                +    item () {
                +      return this.$store.state.items[this.$route.params.id]
                +    }
                +  }
                +}
                +
                +

                And inside the template passed to bundle renderer:

                +
                <html>
                +  <head>
                +    <title>{{ title }}</title>
                +  </head>
                +  <body>
                +    ...
                +  </body>
                +</html>
                +
                +

                Notes:

                +
                  +
                • Use double-mustache (HTML-escaped interpolation) to avoid XSS attacks.

                  +
                • +
                • You should provide a default title when creating the context object in case no component has set a title during render.

                  +
                • +
                +
                +

                Using the same strategy, you can easily expand this mixin into a generic head management utility.

                + + +
                + +
                +
                +
                + +

                results matching ""

                +
                  + +
                  +
                  + +

                  No results matching ""

                  + +
                  +
                  +
                  + +
                  +
                  + + +
                  + + +
                  + + + + + + + + + + + + + + +
                  + + +
                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/hydration.html b/en/hydration.html new file mode 100644 index 00000000..19636564 --- /dev/null +++ b/en/hydration.html @@ -0,0 +1,647 @@ + + + + + + + Client Side Hydration · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  +
                  + + + + + + + + +
                  + +
                  + +
                  + + + + + + + + + +
                  +
                  + +
                  +
                  + +
                  + +

                  Client Side Hydration

                  +

                  Hydration refers to the client-side process during which Vue takes over the static HTML sent by the server and turns it into dynamic DOM that can react to client-side data changes.

                  +

                  In entry-client.js, we are simply mounting the app with this line:

                  +
                  // this assumes App.vue template root element has `id="app"`
                  +app.$mount('#app')
                  +
                  +

                  Since the server has already rendered the markup, we obviously do not want to throw that away and re-create all the DOM elements. Instead, we want to "hydrate" the static markup and make it interactive.

                  +

                  If you inspect the server-rendered output, you will notice that the app's root element has had a special attribute added:

                  +
                  <div id="app" data-server-rendered="true">
                  +
                  +

                  The data-server-rendered special attribute lets the client-side Vue know that the markup is rendered by the server and it should mount in hydration mode. Note that it didn't add id="app", just the data-server-rendered attribute: you need to add the ID or some other selector to the app's root element yourself or the app won't hydrate properly.

                  +

                  In development mode, Vue will assert the client-side generated virtual DOM tree matches the DOM structure rendered from the server. If there is a mismatch, it will bail hydration, discard existing DOM and render from scratch. In production mode, this assertion is disabled for maximum performance.

                  +

                  Hydration Caveats

                  +

                  One thing to be aware of when using SSR + client hydration is some special HTML structures that may be altered by the browser. For example, when you write this in a Vue template:

                  +
                  <table>
                  +  <tr><td>hi</td></tr>
                  +</table>
                  +
                  +

                  The browser will automatically inject <tbody> inside <table>, however, the virtual DOM generated by Vue does not contain <tbody>, so it will cause a mismatch. To ensure correct matching, make sure to write valid HTML in your templates.

                  + + +
                  + +
                  +
                  +
                  + +

                  results matching ""

                  +
                    + +
                    +
                    + +

                    No results matching ""

                    + +
                    +
                    +
                    + +
                    +
                    + + +
                    + + +
                    + + + + + + + + + + + + + + +
                    + + +
                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/index.html b/en/index.html new file mode 100644 index 00000000..fb840c10 --- /dev/null +++ b/en/index.html @@ -0,0 +1,662 @@ + + + + + + + Introduction · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                    +
                    + + + + + + + + +
                    + +
                    + +
                    + + + + + + + + + +
                    +
                    + +
                    +
                    + +
                    + +

                    Vue.js Server-Side Rendering Guide

                    +
                    +

                    Note: this guide requires the following minimum versions of Vue and supporting libraries:

                    +
                      +
                    • vue & vue-server-renderer 2.3.0+
                    • +
                    • vue-router 2.5.0+
                    • +
                    • vue-loader 12.0.0+ & vue-style-loader 3.0.0+
                    • +
                    +

                    If you have previously used Vue 2.2 with SSR, you will notice that the recommended code structure is now a bit different (with the new runInNewContext option set to false). Your existing app should continue to work, but it's recommended to migrate to the new recommendations.

                    +
                    +

                    What is Server-Side Rendering (SSR)?

                    +

                    Vue.js is a framework for building client-side applications. By default, Vue components produce and manipulate DOM in the browser as output. However, it is also possible to render the same components into HTML strings on the server, send them directly to the browser, and finally "hydrate" the static markup into a fully interactive app on the client.

                    +

                    A server-rendered Vue.js app can also be considered "isomorphic" or "universal", in the sense that the majority of your app's code runs on both the server and the client.

                    +

                    Why SSR?

                    +

                    Compared to a traditional SPA (Single-Page Application), the advantage of SSR primarily lies in:

                    +
                      +
                    • Better SEO, as the search engine crawlers will directly see the fully rendered page.

                      +

                      Note that as of now, Google and Bing can index synchronous JavaScript applications just fine. Synchronous being the key word there. If your app starts with a loading spinner, then fetches content via Ajax, the crawler will not wait for you to finish. This means if you have content fetched asynchronously on pages where SEO is important, SSR might be necessary.

                      +
                    • +
                    • Faster time-to-content, especially on slow internet or slow devices. Server-rendered markup doesn't need to wait until all JavaScript has been downloaded and executed to be displayed, so your user will see a fully-rendered page sooner. This generally results in better user experience, and can be critical for applications where time-to-content is directly associated with conversion rate.

                      +
                    • +
                    +

                    There are also some trade-offs to consider when using SSR:

                    +
                      +
                    • Development constraints. Browser-specific code can only be used inside certain lifecycle hooks; some external libraries may need special treatment to be able to run in a server-rendered app.

                      +
                    • +
                    • More involved build setup and deployment requirements. Unlike a fully static SPA that can be deployed on any static file server, a server-rendered app requires an environment where a Node.js server can run.

                      +
                    • +
                    • More server-side load. Rendering a full app in Node.js is obviously going to be more CPU-intensive than just serving static files, so if you expect high traffic, be prepared for corresponding server load and wisely employ caching strategies.

                      +
                    • +
                    +

                    Before using SSR for your app, the first question you should ask is whether you actually need it. It mostly depends on how important time-to-content is for your app. For example, if you are building an internal dashboard where an extra few hundred milliseconds on initial load doesn't matter that much, SSR would be an overkill. However, in cases where time-to-content is absolutely critical, SSR can help you achieve the best possible initial load performance.

                    +

                    SSR vs Prerendering

                    +

                    If you're only investigating SSR to improve the SEO of a handful of marketing pages (e.g. /, /about, /contact, etc), then you probably want prerendering instead. Rather than using a web server to compile HTML on-the-fly, prerendering simply generates static HTML files for specific routes at build time. The advantage is setting up prerendering is much simpler and allows you to keep your frontend as a fully static site.

                    +

                    If you're using webpack, you can easily add prerendering with the prerender-spa-plugin. It's been extensively tested with Vue apps - and in fact, the creator is a member of the Vue core team.

                    +

                    About This Guide

                    +

                    This guide is focused on server-rendered Single-Page Applications using Node.js as the server. Mixing Vue SSR with other backend setups is a topic of its own and briefly discussed in a dedicated section.

                    +

                    This guide will be very in-depth and assumes you are already familiar with Vue.js itself, and have decent working knowledge of Node.js and webpack. If you prefer a higher-level solution that provides a smooth out-of-the-box experience, you should probably give Nuxt.js a try. It's built upon the same Vue stack but abstracts away a lot of the boilerplate, and provides some extra features such as static site generation. However, it may not suit your use case if you need more direct control of your app's structure. Regardless, it would still be beneficial to read through this guide to better understand how things work together.

                    +

                    As you read along, it would be helpful to refer to the official HackerNews Demo, which makes use of most of the techniques covered in this guide.

                    +

                    Finally, note that the solutions in this guide are not definitive - we've found them to be working well for us, but that doesn't mean they cannot be improved. They might get revised in the future - and feel free to contribute by submitting pull requests!

                    + + +
                    + +
                    +
                    +
                    + +

                    results matching ""

                    +
                      + +
                      +
                      + +

                      No results matching ""

                      + +
                      +
                      +
                      + +
                      +
                      + + +
                      + + +
                      + + + + + + + + + + +
                      + + +
                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/non-node.html b/en/non-node.html new file mode 100644 index 00000000..1989afaf --- /dev/null +++ b/en/non-node.html @@ -0,0 +1,660 @@ + + + + + + + Usage in non-Node.js Environments · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                      +
                      + + + + + + + + +
                      + +
                      + +
                      + + + + + + + + + +
                      +
                      + +
                      +
                      + +
                      + +

                      Usage in non-Node.js Environments

                      +

                      The default build of vue-server-renderer assumes a Node.js environment, which makes it unusable in alternative JavaScript environments such as PHP V8Js or Oracle Nashorn. In 2.5+ we have shipped a build in vue-server-renderer/basic.js that is largely environment-agnostic, which makes it usable in the environments mentioned above.

                      +

                      For both environments, it is necessary to first prepare the environment by mocking the global and process objects, with process.env.VUE_ENV set to "server", and process.env.NODE_ENV set to "development" or "production".

                      +

                      In Nashorn, it may also be necessary to provide a polyfill for Promise or setTimeout using Java's native timers.

                      +

                      Example usage in php-v8js:

                      +
                      <?php
                      +$vue_source = file_get_contents('/path/to/vue.js');
                      +$renderer_source = file_get_contents('/path/to/vue-server-renderer/basic.js');
                      +$app_source = file_get_contents('/path/to/app.js');
                      +
                      +$v8 = new V8Js();
                      +
                      +$v8->executeString('var process = { env: { VUE_ENV: "server", NODE_ENV: "production" }}; this.global = { process: process };');
                      +$v8->executeString($vue_source);
                      +$v8->executeString($renderer_source);
                      +$v8->executeString($app_source);
                      +?>
                      +
                      +
                      +
                      // app.js
                      +var vm = new Vue({
                      +  template: `<div>{{ msg }}</div>`,
                      +  data: {
                      +    msg: 'hello'
                      +  }
                      +})
                      +
                      +// exposed by `vue-server-renderer/basic.js`
                      +renderVueComponentToString(vm, (err, res) => {
                      +  print(res)
                      +})
                      +
                      + + +
                      + +
                      +
                      +
                      + +

                      results matching ""

                      +
                        + +
                        +
                        + +

                        No results matching ""

                        + +
                        +
                        +
                        + +
                        +
                        + + +
                        + + +
                        + + + + + + + + + + + + + + +
                        + + +
                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/routing.html b/en/routing.html new file mode 100644 index 00000000..d24169a8 --- /dev/null +++ b/en/routing.html @@ -0,0 +1,755 @@ + + + + + + + Routing and Code-Splitting · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                        +
                        + + + + + + + + +
                        + +
                        + +
                        + + + + + + + + + +
                        +
                        + +
                        +
                        + +
                        + +

                        Routing and Code-Splitting

                        +

                        Routing with vue-router

                        +

                        You may have noticed that our server code uses a * handler which accepts arbitrary URLs. This allows us to pass the visited URL into our Vue app, and reuse the same routing config for both client and server!

                        +

                        It is recommended to use the official vue-router for this purpose. Let's first create a file where we create the router. Note similar to createApp, we also need a fresh router instance for each request, so the file exports a createRouter function:

                        +
                        // router.js
                        +import Vue from 'vue'
                        +import Router from 'vue-router'
                        +
                        +Vue.use(Router)
                        +
                        +export function createRouter () {
                        +  return new Router({
                        +    mode: 'history',
                        +    routes: [
                        +      // ...
                        +    ]
                        +  })
                        +}
                        +
                        +

                        And update app.js:

                        +
                        // app.js
                        +import Vue from 'vue'
                        +import App from './App.vue'
                        +import { createRouter } from './router'
                        +
                        +export function createApp () {
                        +  // create router instance
                        +  const router = createRouter()
                        +
                        +  const app = new Vue({
                        +    // inject router into root Vue instance
                        +    router,
                        +    render: h => h(App)
                        +  })
                        +
                        +  // return both the app and the router
                        +  return { app, router }
                        +}
                        +
                        +

                        Now we need to implement the server-side routing logic in entry-server.js:

                        +
                        // entry-server.js
                        +import { createApp } from './app'
                        +
                        +export default context => {
                        +  // since there could potentially be asynchronous route hooks or components,
                        +  // we will be returning a Promise so that the server can wait until
                        +  // everything is ready before rendering.
                        +  return new Promise((resolve, reject) => {
                        +    const { app, router } = createApp()
                        +
                        +    // set server-side router's location
                        +    router.push(context.url)
                        +
                        +    // wait until router has resolved possible async components and hooks
                        +    router.onReady(() => {
                        +      const matchedComponents = router.getMatchedComponents()
                        +      // no matched routes, reject with 404
                        +      if (!matchedComponents.length) {
                        +        return reject({ code: 404 })
                        +      }
                        +
                        +      // the Promise should resolve to the app instance so it can be rendered
                        +      resolve(app)
                        +    }, reject)
                        +  })
                        +}
                        +
                        +

                        Assuming the server bundle is already built (again, ignoring build setup for now), the server usage would look like this:

                        +
                        // server.js
                        +const createApp = require('/path/to/built-server-bundle.js')
                        +
                        +server.get('*', (req, res) => {
                        +  const context = { url: req.url }
                        +
                        +  createApp(context).then(app => {
                        +    renderer.renderToString(app, (err, html) => {
                        +      if (err) {
                        +        if (err.code === 404) {
                        +          res.status(404).end('Page not found')
                        +        } else {
                        +          res.status(500).end('Internal Server Error')
                        +        }
                        +      } else {
                        +        res.end(html)
                        +      }
                        +    })
                        +  })
                        +})
                        +
                        +

                        Code-Splitting

                        +

                        Code-splitting, or lazy-loading part of your app, helps reducing the amount of assets that need to be downloaded by the browser for the initial render, and can greatly improve TTI (time-to-interactive) for apps with large bundles. The key is "loading just what is needed" for the initial screen.

                        +

                        Vue provides async components as a first-class concept, combining it with webpack 2's support for using dynamic import as a code-split point, all you need to do is:

                        +
                        // changing this...
                        +import Foo from './Foo.vue'
                        +
                        +// to this:
                        +const Foo = () => import('./Foo.vue')
                        +
                        +

                        Prior to Vue 2.5, this only worked for route-level components. However, with improvements to the core hydration algorithm in 2.5+, this now works seamlessly anywhere in your app.

                        +

                        Note that it is still necessary to use router.onReady on both server and client before returning / mounting the app, because the router must resolve async route components ahead of time in order to properly invoke in-component hooks. We already did that in our server entry, and now we just need to update the client entry:

                        +
                        // entry-client.js
                        +
                        +import { createApp } from './app'
                        +
                        +const { app, router } = createApp()
                        +
                        +router.onReady(() => {
                        +  app.$mount('#app')
                        +})
                        +
                        +

                        An example route config with async route components:

                        +
                        // router.js
                        +import Vue from 'vue'
                        +import Router from 'vue-router'
                        +
                        +Vue.use(Router)
                        +
                        +export function createRouter () {
                        +  return new Router({
                        +    mode: 'history',
                        +    routes: [
                        +      { path: '/', component: () => import('./components/Home.vue') },
                        +      { path: '/item/:id', component: () => import('./components/Item.vue') }
                        +    ]
                        +  })
                        +}
                        +
                        + + +
                        + +
                        +
                        +
                        + +

                        results matching ""

                        +
                          + +
                          +
                          + +

                          No results matching ""

                          + +
                          +
                          +
                          + +
                          +
                          + + +
                          + + +
                          + + + + + + + + + + + + + + +
                          + + +
                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/search_index.json b/en/search_index.json new file mode 100644 index 00000000..bb8d144c --- /dev/null +++ b/en/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["\"hydrate\"","\"isomorphic\"","\"universal\",","&","(e.g.","(singl","(ssr)?","(with","/,","/about,","/contact,","12.0.0+","2.2","2.3.0+","2.5.0+","3.0.0+","absolut","abstract","achiev","actual","add","advantag","ajax,","allow","along,","alreadi","app","app'","app,","app.","applic","application),","applications.","ask","associ","assum","asynchron","away","backend","be","befor","benefici","best","better","bing","bit","boilerplate,","both","box","briefli","browser","browser,","build","built","cach","case","certain","client","client.","code","compar","compil","compon","consid","constraints.","content","content,","continu","contribut","control","convers","core","correspond","cover","cpu","crawler","creator","critic","critical,","dashboard","decent","dedic","default,","definit","demo,","depend","deploy","depth","develop","devices.","differ","direct","directli","discuss","displayed,","doesn't","dom","download","easili","employ","engin","environ","especi","etc),","example,","execut","exist","expect","experience,","extens","extern","extra","fact,","false).","familiar","faster","featur","feel","fetch","few","file","files,","final","finally,","fine.","finish.","first","fly,","focus","follow","found","framework","free","frontend","full","fulli","futur","gener","generation.","give","go","googl","guid","guide.","hackernew","hand","help","high","higher","hooks;","however,","html","hundr","import","important,","improv","improved.","in:","index","initi","insid","instead.","intens","interact","intern","internet","introduct","investig","involv","it'","it.","itself,","javascript","keep","key","knowledg","level","li","librari","libraries:","lifecycl","load","load.","loader","lot","major","make","manipul","market","markup","matter","mean","member","migrat","millisecond","minimum","mix","more","mostli","much","much,","necessary.","need","new","node.j","note","note:","notic","now","now,","nuxt.j","obvious","off","offici","option","out","output.","overkill.","page","page.","performance.","plugin.","possibl","prefer","prepar","prerend","previous","primarili","probabl","produc","provid","pull","question","rate.","read","recommend","recommendations.","refer","regardless,","render","requests!","requir","requirements.","result","revis","rout","router","run","run.","runinnewcontext","same","search","section.","see","send","sens","seo","seo,","serv","server","server,","server.","set","setup","side","simpler","simpli","singl","site","site.","slow","smooth","solut","sooner.","spa","special","specif","spinner,","ssr","ssr,","ssr:","ssr?","stack","start","static","still","strategies.","string","structur","structure.","style","submit","such","suit","support","synchron","team.","techniqu","test","there.","thing","through","time","time.","together.","topic","trade","tradit","traffic,","treatment","try.","understand","unlik","until","up","upon","us","us,","user","veri","version","via","vs","vue","vue.j","wait","want","we'v","web","webpack,","webpack.","well","whether","wise","word","work","work,","you'r"],"basic.html":["\"hello\"","\"render","${html}","'hello',","'utf","(err)","(err,","(req,","*.vue","//","1:","2.5.0+,","2:","3:","6+.","8')","=","=>","`","`)","`hello","`the","addition,","advanc","allow","app","app'","app,","app.","argument","as:","asset","associ","auto","basic","build","callback","client","clientmanifest;","comment","compon","components;","concept","console.error(err)","console.log(html)","const","content","context","context,","creat","createrenderer({","critic","css","data","data:","directli","discuss","dynam","e.g.","embed","err","error')","exampl","express","express:","extra","featur","feel","file","file,","follow","free","full","future.","gener","given","guide,","guide.","hello","hint","html","html)","hydration.","index.template.html:","inject","injected.","insid","instal","instanc","instance,","instead.","integr","interpol","interpolation.","introduc","is:","it'","javascript","later","link","markup","match","meta","meta:","modul","nativ","new","node.j","node.js.","note","notic","npm","object","object\"","output","page","pass","passed:","pretti","prevent","promis","provid","put","read","recommend","regist","reli","render","renderer').createrenderer()","renderer.","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer:","rendertostring:","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('intern","resourc","return","run","runtim","save","second","server","server,","server.get('*',","server.listen(8080)","share","shell.","side","simpl","simpler","simplifi","state","step","straightforward","such","support","tag","templat","template:","therefor","this,","throughout","throw","time","titl","title:","url","url:","us","usag","version","versions.","visit","vue","vue({","vuex","world","world`","wrap","xss","yarn","{","{{","{{{","}","})","}).catch(err","},","}}","}}`","}}}"],"universal.html":["\"pre","\"server","\"universal\"","(e.g.","3rd","abstract","access","actual","alreadi","anoth","api","api,","apis,","app","app,","app.","applic","approach","around","assum","avoid","awar","axio","befor","beforecr","beforedestroy","beforemount","behavior","between","both","browser","browser.","call","case","caus","client","client.","code","common","compon","components,","constraint","convert","cost","creat","created,","cross","custom","data","default.","destroy","destroyed.","detect","deterministic,","differ","differences,","direct","directli","disabl","discuss","document,","dom","dom,","down","due","dure","dynam","each","easili","effect","environ","environments.","error","exactli","exampl","example,","execut","expos","fetching\"","forever.","fresh","fresh,","functions)","further,","global","globals,","go","hacki","here","hook","hooks,","hooks.","however,","http","implement","insid","instanc","instead.","integr","interfer","is,","isol","it'","key","lazili","let'","level","librari","libraries.","lifecycl","manipul","mean","mechan","mind,","mock","moment","mount","move","need","node.js,","note","objects.","of.","option","over","parti","perform","platform","pollution.","prefer","process","produc","provid","reactiv","recommend","render","renderer.","rendering.","replac","request","resolv","run","same","same:","server","server,","set","setinterval.","setup","share","side","specif","ssr,","ssr.","start","state","stay","such","take","task","tear","therefor","thing","this,","this:","throw","timer","tricki","two","univers","unnecessari","up","updates,","us","usag","user","versa.","version\"","vice","virtual","want","way","window","work","wrap","write","written","you."],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(err,","(req,","//","=","=>","`id=\"app\"`","`the","access","again","although","app","app,","app.","app.$mount('#app')","app.j","app.vu","appli","assum","avoid","bar.vu","basic","baz.vu","because:","becomes:","between","bootstrap","both","browser","browser.","browsers.","bu","build","built","bundl","call","cater","client","client,","client.j","client.js:","code","code,","code.","come","compon","component.","const","constraint","context","context.url","cost","creat","createapp","createapp()","createapp(context)","cross","css","data","data:","default","deliv","detail","directli","discuss","doesn't","dom.","dom:","each","easili","element","elimin","enabled.","entri","error...","es2015","evalu","event","example,","execut","export","expos","fact","fact,","factori","far,","fashion,","featur","features,","features.","fetch","figur","file","file.","foo.vu","fresh","fulli","function","function:","h","h(app)","handl","haven't","here.","however,","html)","hydrat","idea","import","incom","inject","instanc","instance,","instance.","instead","introduc","involv","is:","keep","later","latest","lead","let'","loader","loader,","logic","logic...","long","look","major","mani","markup.","match","mean","memory.","mind","modul","module.export","moment,","mount","move","much","multipl","need","new","node.j","node.js.","now","now,","number","object,","older","onc","out","perform","pollution.","power","pre","probabl","process","process,","process.","project","render","render.","render:","renderer.rendertostring(app,","repeatedli","req.url","request","request.","request:","requests,","requir","require('./app')","require('vue')","res)","res.end(html)","respons","return","right","root","rout","router","router,","rule","run","runinnewcontext:","same","section","seen","sent","server","server.get('*',","server.j","server.js:","setup","share","side","signific","similar","simpl","simpli","singleton","so,","sourc","specif","src","ssr","ssr,","state","static","stay","step","step.","still","store","structur","such","support","templat","template:","that,","thing","this:","time,","time.","transpil","true","typic","univers","url","url:","us","user","version","via","visit","vm","vue","vue({","want","we'v","webpack","well,","well.","work","write","written","yet.","{","{{","}","})","},","}}`","│","└──","├──"],"routing.html":["\"load","'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(again,","(err)","(err,","(err.cod","(req,","(time","*","...","/","//","2'","2.5+,","2.5,","404","404)","=","===","=>","[","]","accept","ahead","algorithm","allow","alreadi","amount","anywher","app","app,","app.","app.$mount('#app')","app.j","app.js:","arbitrari","asset","assum","async","asynchron","befor","both","browser","build","built","bundl","bundle.js')","bundles.","chang","class","client","client.j","code","code:","combin","compon","component:","components,","components.","components:","concept,","config","const","context","core","creat","createapp","createapp()","createapp(context).then(app","createapp,","createrout","createrouter()","default","download","dynam","each","entri","entry,","entry:","error')","everyth","exampl","export","file","first","foo","found')","fresh","function","function:","greatli","h","h(app)","handler","help","hook","hooks.","however,","html)","hydrat","ignor","implement","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","improv","initi","inject","instanc","interactive)","invok","is:","key","larg","lazi","let'","level","load","locat","logic","look","match","matchedcompon","mode:","mount","necessari","need","needed\"","new","note","notic","now","now),","offici","order","part","pass","path:","point,","possibl","potenti","prior","promis","promise((resolve,","properli","provid","purpose.","readi","recommend","reduc","reject","reject({","reject)","render","render,","render:","renderer.rendertostring(app,","rendering.","req.url","request,","require('/path/to/built","res)","res.end(html)","res.status(404).end('pag","res.status(500).end('intern","resolv","resolve(app)","return","reus","root","rout","router","router'","router({","router,","router.","router.getmatchedcomponents()","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes,","routes:","same","screen.","seamlessli","server","server!","server.get('*',","server.j","server.js:","set","setup","side","similar","split","splitting,","still","support","this...","this:","time","tti","until","updat","url","url:","urls.","us","usag","visit","vue","vue({","vue.use(router)","wait","webpack","work","{","}","})","},"],"data.html":["!==","\"snapshot\"","\"state","\"stuck\"","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(dif","(prevmatched[i]","(same","(state,","(to,","(window.__initial_state__)","({","...omit","//","0","404","=","=>","`asyncdata()`","`router.beforeresolve()`","`store.dispatch()`","`store/index.js`","`template`","`this.datapromise.then(...)`","`window.__initial_state__`.","access","achiev","action","actions:","actions?","activ","actual","add","addition,","address","again.","allow","alreadi","anoth","api","app","app,","app.","app.$mount('#app')","app.j","app.js:","application,","application:","approach","arguments:","assign","assum","async","asyncdata","asyncdata({","asyncdata.","asynchron","attach","author","automat","avail","avoid","base","befor","beforemount","beforerouteupd","benefit","bit","boilerpl","both","building.","c))","c.asyncdata({","call","care","changed.","check","chunk","chunks.","client","client,","client.j","code","code!","code:","colloc","commit","commit('inc')","commit('setitem',","compar","complex","compon","component'","component,","component.asyncdata({","components,","components.","computed:","concern","condit","const","container\".","content","context","context,","context.","context.st","correspond","count:","course,","creat","createapp","createapp()","createrout","createrouter()","createstor","createstore()","current","custom","data","data,","decis","dedic","default","depend","destroy","detail","determin","development.","dif","differ","directli","dispatch","display","do","doesn't","don't","doubl","duplic","dure","e.g.","each","easier","embed","entri","essenti","export","expos","fact,","fail.","fals","feel","fetch","fetching:","fetchitem","fetchitem(id).then(item","file,","fill","final","follow","foocount","foostoremodul","foostoremodule)","from,","full","function","function.","further","given","global","groundwork","h","h(app)","handl","have.","here","hook","hook.","hook:","however,","html","html.","hydrat","i)","id)","id,","id:","ignor","implement","import","important:","inc:","incom","indic","individu","inform","initi","inject","inlin","insid","instanc","instance,","instanti","instantiated,","instantli","instead","invok","it'","it.","item","item)","item.titl","items:","know","larg","lay","lazi","let'","librari","list","live","load","logic","long","lot","manag","match","matched.filter((c,","matchedcompon","mixin:","mock","modul","module:","modules.","more","mount","move","multipl","mutations:","namespaced:","natur","navig","navigation:","necessari","need","new","next()","next)","non","note","now","offici","on","onc","oper","option","otherwis","outsid","param","part","pass","perform","phew,","pick","pick,","place","pleasant.","possibl","pre","prefetch","previous","prevmatch","probabl","problem","process.","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","provid","purpose.","queri","quit","readi","ready,","recommend","regardless","regist","registr","reject({","reject)","reli","render","render:","rendered.","rendered:","renderer,","rendering.","resolv","resolve(app)","resolved,","resolved.","responsive.","return","reus","rout","route,","route.","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","same","scenario","serial","server","server,","server.j","set","setitem","side","so,","split","ssr,","start","state","state.","state.count++","state:","static","stay","stop","store","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","strategi","strategy,","strategy.","suppos","switch","sync","sync'","sync(store,","take","task","template,","therefor","this,","this.","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","time","time,","times.","trigger","triggered,","true,","two","ultim","univers","unnecessarili","unrel","until","up","up,","updat","us","user","user/1","user/2).","ux","via","view","view.","visit","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.store({","webpack.","window.__initial_state__","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}"],"hydration.html":["\"hydrate\"","+",",","//","`id=\"app\"`","add","added:","alreadi","alter","app","app'","app.$mount('#app')","app.vu","assert","assum","attribut","attribute:","automat","awar","away","bail","browser","browser.","caus","caveat","changes.","client","client.js,","contain","correct","creat","data","develop","didn't","disabl","discard","dom","dure","dynam","element","elements.","ensur","entri","example,","exist","gener","hi","however,","html","hydrat","hydration,","id","id=\"app\",","inject","insid","inspect","instead,","interactive.","know","let","line:","make","markup","markup,","match","matching,","maximum","mismatch,","mismatch.","mode,","mode.","mount","need","note","notic","obvious","on","output,","over","performance.","process","product","properly.","re","react","refer","render","root","scratch.","selector","sent","server","server.","side","simpli","special","ssr","static","structur","sure","take","templat","template:","templates.","thing","throw","tree","turn","us","valid","virtual","vue","want","won't","write","yourself"],"bundle-renderer.html":["'once'.","'sourc","(bi","(err,","(optional)","(pass","(req,","(when","(with","*.vue",",","//","=","=>","addition,","alreadi","api","app","app!","argument)","artifact","asset","assum","auto","automat","basic","benefits:","bit","build","built","bundl","bundle.","bundle.js')","bundlerender","call","chunk","client","clientmanifest","clientmanifest:","code","code,","compon","config)","configur","const","context","creat","createapp","createbundlerender","createbundlerenderer(serverbundle,","created,","critic","css","custom","deal","decoupl","deploy","details.","develop","development.","devtool:","directives,","directli","discuss","doesn't","dure","edit","enter","error...","even","execut","export","fals","false,","file","files):","follow","function","gener","handl","handler...","here","hot","html)","hurt","infer","initi","inject","inlin","insid","instanc","instance)","introduc","it'","it.","json","let'","manifest","map","map'","more","natively.","need","need,","next","node.j","normal","note","now","onc","optim","option","page","pass","plugin,","point,","prefetch","preload","problem","problem.","product","provid","quit","re","read","recommend","refer","reload","render","render.","renderer')","renderer,","renderer.","renderer.rendertostring(context,","renderer:","rendertostr","req.url","require('/path/to/built","require('vu","require:","res)","res.end(html)","restart","runinnewcontext","runinnewcontext:","same","section","section,","see","server","server.","server.get('*',","set","side","simpli","sourc","special","split","ssr","stop","straightforward,","support","templat","template,","up","updat","url:","us","usag","via","vue","webpack","whenev","{","}","})"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","(e.g.","(everyth","(time","(with","*.sass),","*.vue","*.vue,","...other","/","//","/\\.css$/","2.3.0+","7.6+,","8')","=",">","[","]","`","`global`","`vue","actual","add","addit","aliases,","all,","all.","allow","alreadi","alternatively,","app","app'","app/vendor","applic","appropri","array","asid","asset","assum","async","auto","automat","avoid","babel","base","base,","baseconfig","benefit","better","boot.","both","break","build","builds,","bundl","bundle,","bundle.json","bundle.json')","bundle.json',","bundle.json`","cach","callback,","case,","caveat","chunk","chunk.","client","client,","client.js',","clientmanifest","code","code,","code.","collect","commonschunkplugin,","compil","compon","components.","concaten","config","config.","configur","const","contain","context","context,","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","contextkey:","control","correct","creat","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","critic","css","current","custom","default","default,","demand","demo","dep","depend","dependencies.","details.","develop","devtool:","direct","directory.","don't","dure","dynam","e.g.","easier","emb","emit","enabl","ensur","entir","entri","entry.","entry:","environments,","export","expos","extend","extern","externals')","externals:","extract","fals","false):","fashion,","faster","features,","file","file.","filenames.","files.","files:","finer","fold:","follow","further","gener","generated,","global","global,","grain","hackernew","handl","hash","here","hint","hot","html","html.","http/2","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","import","important:","improv","include.","infer","infin","inform","inject","inject:","injected):","injection.","inlin","insid","instead,","intellig","interactive).","interpol","it'","it.","javascript","json","key","know","larg","later","lead","leverag","librarytarget:","link","loader)","loader`","loaders.","look","make","manag","manifest","manifest,","manifest.","manifest.json')","manifest.json`","manual","map","map',","mayb","meant","merg","merge')","merge(baseconfig,","merge.","method","methods:","minchunks:","mode,","modifi","module.export","more","much","name","name:","need","new","node","nodeextern","nodeexternals({","notic","now","object","object)","object.","object:","obvious","optim","option","option.","orient","output","output:","over","page","page.","pass","path","path,","perform","plugin","plugin')","plugins:","point","polyfil","polyfill.","polyfills)","prefetch","prefetched,","preload","preloaded.","process","programmat","project","project.","provid","provided,","push.","raw","realli","refer","reli","reload","remain","render","render.","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","replac","repres","request","requir","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","resourc","return","right","runinnewcontext:","runtim","same","script","see","serial","server","server.","server.js',","serverbundl","setup,","setup.","share","shouldpreload","similar,","simpli","singl","smaller","someth","sometim","sourc","split","ssr","state","still","string","style","such","suggest","support","sure","tag","target:","tell","templat","template,","template:","text","that,","this:","three","thu","togeth","true,","tti","turn","two","type","url","us","version","vue","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","want","waterfal","webpack","webpack'","webpack.","webpack.optimize.commonschunkplugin({","well.","whitelist","whitelist:","will:","window","window.__initial_state__.","window.__my_state__={...}","windowkey:","yourself.","{","{{{","}","})","}),","},","}}}"],"css.html":["!/\\.css$/.test(module.request)","&","&&","'common.[chunkhash].css'","'css","'foo.css',","'manifest'","'production'","'vendor',","'vue","(","(auto","(automat","(module)","(requir",")","*.vue","+","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)","12.0.0+):",":","=","===","?","[","['vue","[]","[new","]","abil","abov","add","allow","alreadi","appli","appropri","around","async","author","automat","avoid","better","build.","bundlerenderer.","cached.","caching.","check","chunk","chunk.","client","client,","collect","collocated,","common","commonschunkplugin,","compon","component'","components,","components.","config","config:","configur","const","critic","css","css.","dep","depend","dependency:","develop","development.","dure","dynam","e.g.","enabl","exampl","experi","extern","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fallback:","featur","few","file","filename:","files,","first","function","handl","hot","html","import","important:","importantly,","includ","individu","inject","inlin","insid","instead","intern","isproduct","it'","javascript","javascript,","leverag","loader","loader'","loader',","loader']","loader,","loader.","loader:","loaders:","lot","main","make","manag","manifest","minchunks:","modul","module.export","module:","more","name:","need","new","node_modul","not,","note","npm","offers:","option","option).","options:","plugin","plugin!","plugin')","plugins:","postcss","pre","problem","process.env.node_env","processor","product","recommend","reload","remain","render,","rendering:","request","require('extract","return","rules:","run","runtim","scope","separ","server","server.","setup","share","simpli","singl","special","still","string","style","support","sure","tag.","take","templat","template),","test:","text","thing","this,","time,","univers","us","use:","vendor","via","vue","way","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","when...","wish","work","{","}","})","}),","})]","},"],"head.html":["$option","'function'","'server'","()","(html","(title)","(vm)","({","...","//","2.3.2+,",":","=","===","?","[titlemixin],","`title`","`vue_env`","`webpack.defineplugin`","access","asset","asyncdata","attach","attacks.","avoid","bundl","case","child","clienttitlemixin","compon","component'","computed:","const","context","control","creat","createapp()","data","default","directli","document","document.titl","doubl","dure","dynam","easili","escap","expand","export","expos","follow","function","gener","gettitl","gettitle(this)","head","idea:","inject","injection,","insid","instance'","interpol","interpolation)","item","item.vu","lifecycle,","make","manag","management:","manual","mixin","mixin.j","mixins:","mount","mustach","notes:","now,","object","older","option","pass","perform","process.env.vue_env","provid","render","render.","renderer:","return","root","rout","route.params.id)","same","servertitlemixin","set","similar","simpl","simpli","ssr","store,","store.dispatch('fetchitem',","strategy,","string","templat","template.","this.$root.$options.ssrcontext.","this.$ssrcontext.","this.$ssrcontext.titl","this.$store.state.items[this.$route.params.id]","this.item.titl","those","titl","title.call(vm)","title:","typeof","us","utility.","version","via","vm.$option","write","xss","you'd","{","{{","}","})","},","}}"],"caching.html":["'::'","'item',","(cacheable)","(h)","(hit)","(i.e.","(req,","+","...","//","1","100,","1000","10000,","=","=>","['item'],","abov","account.","address","although","alway","anoth","app","app'","appli","base","big","bottlenecks.","built","cach","cache')","cache:","cacheabl","cached,","caching.","call","can't","capabl","carefulli","case","cases,","caus","chang","check","child","collections,","common","compon","component:","components.","const","constant","contain","content","content.","context.","cost","creat","createrenderer({","critical,","data,","databas","default","defin","determin","directli","dom","don't","done","drastic","driven","due","dure","dynam","each","effect","enabl","entir","entri","expir","export","extend","extern","fast,","full","function:","gener","global","good","greatli","h('div',","handl","high","hit","however,","html)","id","implement","important:","improv","inform","instanc","iscach","iscacheable(req)","item","key","key.","last","layer,","level","leverag","lists.","load.","logic","lru","lru({","make","match","max:","maxage:","mean","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","modifi","name","name,","name:","natur","need","nginx","node.js:","nodes.","non","note","object","on","option.","outdat","over","page","page.","pass","per","perform","periods.","plu","produc","prop","prop,","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","provid","pure","quit","reduc","reli","render","render,","renderer.","renderer.rendertostring((err,","repeat","repres","req","request","requir","require('lru","res)","res.end(hit)","res.end(html)","respons","result","result.","return","reus","same","second","second,","second.","see","server","server.get('*',","servercachekey","servercachekey:","shape","shouldn't","side","simpl","singl","sole","specif","specific.","ssr","state.","static","strategi","strategy:","string","sub","suffici","suitabl","support","take","templat","therefor","this.item.id)","those","thu","time","time,","timestamp:","traffic.","tree.","two","type","typic","uniqu","updat","url","us","usag","user","users),","usual","v","variabl","virtual","vue","vue'","when:","wise","worri","{","}","})"],"streaming.html":["\"first","''","()","(like","+=","//","=","=>","appear","applic","attach","avail","base","befor","both","box,","bundl","called.","caveat","child","chunk","chunk\"","client","complet","compon","console.log(html)","const","context","critic","css)","data","data.","data.tostring()","dom","earlier","emit","emitted,","err","error...","essenti","even","faster.","first","handl","head","hook","hooks,","hooks.","however,","html","inform","inlin","instanti","instead","lifecycl","lot","make","markup,","mean","mode","mode,","need","node.j","out","popul","possibl","recommend","reli","render","renderer.","renderer.rendertostream(context)","rendertostream","rendertostring:","return","send","server","soon","start","starts.","stream","stream.on('data',","stream.on('end',","stream.on('error',","stream:","support","therefor","travers","tree.","until","us","valu","virtual","vue","wait","yet,","{","})"],"non-node.html":["\"development\"","\"production\"","\"production\".","\"server\",","$v8","'hello'","(err,","//","2.5+","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","above.","agnostic,","altern","app.j","assum","both","build","data:","default","env:","environ","environment,","environments,","exampl","executestring('var","expos","first","global","java'","javascript","larg","make","mention","mock","msg","msg:","nashorn,","nashorn.","nativ","necessari","new","node.j","node_env:","non","objects,","oracl","php","polyfil","prepar","print(res)","process","process.env.node_env","process.env.vue_env","process:","promis","provid","render","renderer/basic.j","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","server","set","settimeout","ship","such","template:","this.glob","timers.","unus","us","usabl","usag","v8j","v8js:","var","vm","vue","vue({","vue_env:","{","}","})","};');","}};","}}`,"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'","'script'","'style')","('once'","(.j","(2.3.1+),","(e.g.","(err,","(file,","(key,","(key:","(not","(object)","(optional)","(string)","(type","(use","(vnode,","(with","+","...",".json).","/","//","/\\.woff2$/.test(file)","10000","2.2.0+","2.3.0","2.3.0+","2.3.1+)","2.3.1+.","2.5.0+","2.5.0+,","=","===","=>","?promis","absolut","accept","accident","addition,","allow","also:","api","apis,","app","applic","appropri","are:","argument","asset","assum","async","automat","backward","bandwidth","base","basedir","basic","benefit","better","bigger.","bind","boolean","boot.","bug","build","bundl","bundle.","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","cach","cache')","cache:","callback","callback.","callback]):","can.","care","caught","caveat","cb(res)","cb)","cb?:","certain","check","chunk","class:","client","client:","clientmanifest","clientmanifest,","clientmanifest.","code","code.","come","comment","compatibility,","compon","configur","consider","const","constructors,","contain","content","content.","context","context,","context.","context.head:","context.state:","context.styles:","context:","context]):","control","cost","creat","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","css","css.","current","custom","data","declar","default","default,","depend","dependent.","destin","details,","details.","differ","direct","directive;","directivemeta)","directives:","directly:","directori","disabl","docs.","don't","doubl","e.g.","each","emb","entir","error","escap","especi","evalu","even","exampl","example,","execut","expect","expects:","expens","explicitli","extension.","extern","fals","false,","file","filenam","filename:","first","flow","follow","following:","font","fonts,","found","fresh","from.","function","function)","gener","generated.","get","get:","global","handl","has?:","head","hint","however,","html","html.","https://fetch.spec.whatwg.org/#concept","hurt","imag","implement","implementation.","import","infer","inferred);","inform","information.","initi","inject","inject:","injection.","inlin","insid","installed,","instanc","instances:","interfac","interpol","interpolation.","interpolation;","introduc","isol","javascript","json","link","loader","locat","low","lru","lru({","make","manifest","manifest.json","manual","markup","max:","mention","metadata","method","mode","mode.","mode;","modifi","more","much","mustach","need","new","node.j","node_modul","non","notations):","note","npm","object","object.","on","onc","optim","option","option:","optional.","options.","options])","order","out","page","page'","page.","pass","passed,","path","path.","perform","performance,","place","placehold","plugin","plugin')","plugin.","plugin;","pollut","polyfills)","popul","precis","prefetch","preload","preloaded,","prevent","prioriti","problem","process","process'","process,","process.","product","project.","promis","proper","properti","provid","provided,","re","readabl","recommend","recommended).","redi","redisclient.get(key,","redisclient.set(key,","refer","remov","render","rendercach","renderer')","renderer.","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","request","requir","require('lru","require('vu","res)","resolv","resourc","return","run","runinnewcontext","runinnewcontext:","same","sanit","scenario","script","second","see","self","separ","serial","serv","server","serverbundl","set.","set:","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show'","side","signatur","singleton","sourc","ssr","standalon","start","startup.","state","still","store","stream","stream.","stream.read","string","string)","string,","string.","structur","style","such","support","templat","template,","template.","that:","transform","treat","tripl","true","true.","type","type)","typic","us","usag","usage.","v","v8","val)","val:","valu","version","vnode","void;","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex","wast","webpack","whenev","whether","window.__initial_state__.","woff2","worri","xss.","{","|","||","}","})","},","};"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},")":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"2":{"docs":{},".":{"2":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},".":{"0":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"docs":{}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"+":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.004509582863585118}}}},"1":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"2":{"docs":{},"+":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"docs":{}}},"5":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"3":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"docs":{}},"docs":{}},"6":{"docs":{},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"7":{"docs":{},".":{"6":{"docs":{},"+":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.012526096033402923},"data.html":{"ref":"data.html","tf":0.00688298918387414},"head.html":{"ref":"head.html","tf":0.01809954751131222},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.013574660633484163}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.004916420845624385},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"structure.html":{"ref":"structure.html","tf":0.01509433962264151},"routing.html":{"ref":"routing.html","tf":0.03966597077244259},"data.html":{"ref":"data.html","tf":0.03933136676499508},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.026515151515151516},"build-config.html":{"ref":"build-config.html","tf":0.029411764705882353},"css.html":{"ref":"css.html","tf":0.04381443298969072},"head.html":{"ref":"head.html","tf":0.02262443438914027},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.006764374295377677}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.035849056603773584},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.012526096033402923},"data.html":{"ref":"data.html","tf":0.004916420845624385}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":5.001127395715896}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.006764374295377677}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.004524886877828055},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":5.006393861892583},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.011320754716981131},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3749999999999996},"build-config.html":{"ref":"build-config.html","tf":0.010230179028132993},"head.html":{"ref":"head.html","tf":0.004524886877828055},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.019165727170236752}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":10.055979643765903},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.009019165727170236}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.016981132075471698},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.008849557522123894},"hydration.html":{"ref":"hydration.html","tf":3.367424242424242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.021739130434782608},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.005636978579481398}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"api.html":{"ref":"api.html","tf":0.002254791431792559}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.00904977375565611}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":3.370122630992196},"structure.html":{"ref":"structure.html","tf":3.3484276729559745},"routing.html":{"ref":"routing.html","tf":3.343771746694502},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"api.html":{"ref":"api.html","tf":0.006764374295377677}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.014749262536873156},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.02262443438914027},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02535211267605634},"structure.html":{"ref":"structure.html","tf":0.013207547169811321},"routing.html":{"ref":"routing.html","tf":0.016701461377870562},"data.html":{"ref":"data.html","tf":0.010816125860373648},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.01918158567774936},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.02262443438914027},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.013528748590755355}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.01809954751131222},"streaming.html":{"ref":"streaming.html","tf":0.028368794326241134},"api.html":{"ref":"api.html","tf":0.006764374295377677}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":5.002557544757034},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.013207547169811321},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.010230179028132993},"css.html":{"ref":"css.html","tf":5.056701030927835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":2.5265486725663715},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.0425531914893617},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.03409090909090909},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"u":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.007731958762886598},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.016981132075471698},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.003933136676499509},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"t":{"docs":{},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.011320754716981131},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.0058997050147492625},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"css.html":{"ref":"css.html","tf":0.007731958762886598},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.03608247422680412}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.014066496163682864},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.011273957158962795}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.00688298918387414},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.00904977375565611},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.00904977375565611}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0137524557956778}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.013574660633484},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.367424242424242}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.013207547169811321},"routing.html":{"ref":"routing.html","tf":0.022964509394572025},"data.html":{"ref":"data.html","tf":0.010816125860373648},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.00904977375565611},"api.html":{"ref":"api.html","tf":0.010146561443066516}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.004916420845624385},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.010309278350515464}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.004509582863585118}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.002254791431792559}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.007731958762886598}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":5.013574660633484}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0058997050147492625},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"i":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.00904977375565611}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0058997050147492625},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.011508951406649617},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"css.html":{"ref":"css.html","tf":0.005154639175257732},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.016901408450704224},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"css.html":{"ref":"css.html","tf":0.005154639175257732},"api.html":{"ref":"api.html","tf":0.004509582863585118}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.011787819253438114}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.003933136676499509},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.025},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.023575638506876228},"basic.html":{"ref":"basic.html","tf":0.030985915492957747},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.008849557522123894},"hydration.html":{"ref":"hydration.html","tf":0.03977272727272727},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3636363636363633},"build-config.html":{"ref":"build-config.html","tf":0.014066496163682864},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.027989821882951654},"streaming.html":{"ref":"streaming.html","tf":0.04964539007092199},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.029312288613303268}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.016701461377870562},"data.html":{"ref":"data.html","tf":0.015732546705998034},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.01809954751131222},"caching.html":{"ref":"caching.html","tf":0.01272264631043257},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":3.3521224773834373},"data.html":{"ref":"data.html","tf":0.02064896755162242},"head.html":{"ref":"head.html","tf":0.00904977375565611}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.029227557411273485},"data.html":{"ref":"data.html","tf":0.0058997050147492625}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006263048016701462}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"o":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.025540275049115914},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.020876826722338204},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.03409090909090909},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.030303030303030304},"build-config.html":{"ref":"build-config.html","tf":0.0319693094629156},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.025},"api.html":{"ref":"api.html","tf":0.02142051860202931}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.00904977375565611}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":3.361742424242424},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":3.3371069182389936},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005893909626719057}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.015717092337917484},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.002254791431792559}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":2.5137659783677484},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":3.3371069182389936},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.056737588652481},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.023195876288659795},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.017699115044247787},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.004916420845624385},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.007731958762886598}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"head.html":{"ref":"head.html","tf":0.058823529411764705}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.002254791431792559}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007633587786259542}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.021739130434782608},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"v":{"8":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.01288659793814433}}}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"e":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.023575638506876228},"basic.html":{"ref":"basic.html","tf":0.036619718309859155},"structure.html":{"ref":"structure.html","tf":0.020754716981132074},"routing.html":{"ref":"routing.html","tf":0.018789144050104383},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.028409090909090908},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.020618556701030927},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.010146561443066516}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.007858546168958742}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.016981132075471698},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.011508951406649617},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.025}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.005154639175257732}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02535211267605634},"structure.html":{"ref":"structure.html","tf":0.01509433962264151},"routing.html":{"ref":"routing.html","tf":0.016701461377870562},"data.html":{"ref":"data.html","tf":0.014749262536873156},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.021739130434782608},"css.html":{"ref":"css.html","tf":0.01288659793814433},"head.html":{"ref":"head.html","tf":0.03167420814479638},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"non-node.html":{"ref":"non-node.html","tf":0.025},"api.html":{"ref":"api.html","tf":0.014656144306651634}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.022964509394572025},"data.html":{"ref":"data.html","tf":0.014749262536873156},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.01272264631043257},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.00904977375565611},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"head.html":{"ref":"head.html","tf":0.004524886877828055}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.028169014084507043},"structure.html":{"ref":"structure.html","tf":0.024528301886792454},"routing.html":{"ref":"routing.html","tf":0.05010438413361169},"data.html":{"ref":"data.html","tf":0.051130776794493606},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01893939393939394},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.023195876288659795},"head.html":{"ref":"head.html","tf":0.06334841628959276},"caching.html":{"ref":"caching.html","tf":0.020356234096692113},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.041666666666666664},"api.html":{"ref":"api.html","tf":0.016910935738444193}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"structure.html":{"ref":"structure.html","tf":0.016981132075471698},"routing.html":{"ref":"routing.html","tf":0.03549060542797495},"data.html":{"ref":"data.html","tf":0.03343166175024582},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.015463917525773196},"head.html":{"ref":"head.html","tf":0.05429864253393665},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.011273957158962795}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02535211267605634},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.018789144050104383},"data.html":{"ref":"data.html","tf":0.017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.01272264631043257},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.010146561443066516}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.007866273352999017},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.00904977375565611},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.011320754716981131}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.015463917525773196},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598}}},"!":{"docs":{},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.00904977375565611}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.00904977375565611}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"length":3516},"corpusTokens":["!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"pre","\"production\"","\"production\".","\"render","\"server","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","#","$option","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css',","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'.","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(.j","(2.3.1+),","(again,","(asyncdata)","(auto","(automat","(bi","(c.asyncdata)","(cacheable)","(component.asyncdata)","(context)","(dif","(e.g.","(err)","(err,","(err.cod","(everyth","(file,","(h)","(hit)","(html","(i.e.","(key,","(key:","(like","(module)","(not","(object)","(optional)","(pass","(prevmatched[i]","(req,","(requir","(same","(singl","(ssr)?","(state,","(string)","(time","(title)","(to,","(type","(use","(vm)","(vnode,","(when","(window.__initial_state__)","(with","({",")","*","*.sass),","*.vue","*.vue,","+","+=",",","...","...omit","...other",".json).","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact,","/node_modules/.test(module.context)","0","1","100,","1000","10000","10000,","12.0.0+","12.0.0+):","1:","2'","2.2","2.2.0+","2.3.0","2.3.0+","2.3.1+)","2.3.1+.","2.3.2+,","2.5+","2.5+,","2.5,","2.5.0+","2.5.0+,","2:","3.0.0+","3:","3rd","404","404)","6+.","7.6+,","8')",":","=","===","=>",">",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","`","`)","`asyncdata()`","`global`","`hello","`id=\"app\"`","`router.beforeresolve()`","`store.dispatch()`","`store/index.js`","`template`","`the","`this.datapromise.then(...)`","`title`","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`.","`{{","abil","abov","above.","absolut","abstract","accept","access","accident","account.","achiev","action","actions:","actions?","activ","actual","add","added:","addit","addition,","address","advanc","advantag","again","again.","agnostic,","ahead","ajax,","algorithm","aliases,","all,","all.","allow","along,","alreadi","also:","alter","altern","alternatively,","although","alway","amount","anoth","anywher","api","api,","apis,","app","app!","app'","app,","app.","app.$mount('#app')","app.j","app.js:","app.vu","app/vendor","appear","appli","applic","application),","application,","application:","applications.","approach","appropri","arbitrari","are:","argument","argument)","arguments:","around","array","artifact","as:","asid","ask","assert","asset","assign","associ","assum","async","asyncdata","asyncdata({","asyncdata.","asynchron","attach","attacks.","attribut","attribute:","author","auto","automat","avail","avoid","awar","away","axio","babel","backend","backward","bail","bandwidth","bar.vu","base","base,","baseconfig","basedir","basic","baz.vu","be","because:","becomes:","befor","beforecr","beforedestroy","beforemount","beforerouteupd","behavior","benefici","benefit","benefits:","best","better","between","big","bigger.","bind","bing","bit","boilerpl","boilerplate,","boolean","boot.","bootstrap","both","bottlenecks.","box","box,","break","briefli","browser","browser,","browser.","browsers.","bu","bug","build","build.","building.","builds,","built","bundl","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundles.","c))","c.asyncdata({","cach","cache')","cache:","cacheabl","cached,","cached.","caching.","call","callback","callback,","callback.","callback]):","called.","can't","can.","capabl","care","carefulli","case","case,","cases,","cater","caught","caus","caveat","cb(res)","cb)","cb?:","certain","chang","changed.","changes.","check","child","chunk","chunk\"","chunk.","chunks.","class","class:","client","client,","client.","client.j","client.js',","client.js,","client.js:","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clienttitlemixin","code","code!","code,","code.","code:","collect","collections,","colloc","collocated,","combin","come","comment","commit","commit('inc')","commit('setitem',","common","commonschunkplugin,","compar","compatibility,","compil","complet","complex","compon","component'","component,","component.","component.asyncdata({","component:","components,","components.","components:","components;","computed:","concaten","concept","concept,","concern","condit","config","config)","config.","config:","configur","consid","consider","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructors,","contain","container\".","content","content,","content.","context","context,","context.","context.getpreloadfiles()","context.head:","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.styles:","context.url","context:","context]):","contextkey:","continu","contribut","control","convers","convert","core","correct","correspond","cost","count:","course,","cover","cpu","crawler","creat","createapp","createapp()","createapp(context)","createapp(context).then(app","createapp,","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","created,","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createstor","createstore()","creator","critic","critical,","cross","css","css)","css.","current","custom","dashboard","data","data,","data.","data.tostring()","data:","databas","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","defin","definit","deliv","demand","demo","demo,","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","destin","destroy","destroyed.","detail","details,","details.","detect","determin","deterministic,","develop","development.","devices.","devtool:","didn't","dif","differ","differences,","direct","directive;","directivemeta)","directives,","directives:","directli","directly:","directori","directory.","disabl","discard","discuss","dispatch","display","displayed,","do","docs.","document","document,","document.titl","doesn't","dom","dom,","dom.","dom:","don't","done","doubl","down","download","drastic","driven","due","duplic","dure","dynam","e.g.","each","earlier","easier","easili","edit","effect","element","elements.","elimin","emb","embed","emit","emitted,","employ","enabl","enabled.","engin","ensur","enter","entir","entri","entry,","entry.","entry:","env:","environ","environment,","environments,","environments.","err","error","error')","error...","es2015","escap","especi","essenti","etc),","evalu","even","event","everyth","exactli","exampl","example,","execut","executestring('var","exist","expand","expect","expects:","expens","experi","experience,","expir","explicitli","export","expos","express","express:","extend","extens","extension.","extern","externals')","externals:","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fact","fact,","factori","fail.","fallback:","fals","false).","false):","false,","familiar","far,","fashion,","fast,","faster","faster.","featur","features,","features.","feel","fetch","fetching\"","fetching:","fetchitem","fetchitem(id).then(item","few","figur","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","final","finally,","fine.","finer","finish.","first","flow","fly,","focus","fold:","follow","following:","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","forever.","found","found')","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function.","function:","functions)","further","further,","futur","future.","gener","generated,","generated.","generation.","get","get:","gettitl","gettitle(this)","give","given","global","global,","globals,","go","good","googl","grain","greatli","groundwork","guid","guide,","guide.","h","h('div',","h(app)","hackernew","hacki","hand","handl","handler","handler...","has?:","hash","have.","haven't","head","hello","help","here","here.","hi","high","higher","hint","hit","hook","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html.","http","http/2","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydration,","hydration.","i)","id","id)","id,","id:","id=\"app\",","idea","idea:","ignor","imag","implement","implementation.","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","important,","important:","importantly,","improv","improved.","in:","inc:","includ","include.","incom","index","index.template.html:","indic","individu","infer","inferred);","infin","inform","information.","initi","inject","inject:","injected):","injected.","injection,","injection.","inlin","insid","inspect","instal","installed,","instanc","instance'","instance)","instance,","instance.","instances:","instanti","instantiated,","instantli","instead","instead,","instead.","integr","intellig","intens","interact","interactive)","interactive).","interactive.","interfac","interfer","intern","internet","interpol","interpolation)","interpolation.","interpolation;","introduc","introduct","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","itself,","java'","javascript","javascript,","json","keep","key","key.","know","knowledg","larg","last","later","latest","lay","layer,","lazi","lazili","lead","let","let'","level","leverag","li","librari","libraries.","libraries:","librarytarget:","lifecycl","lifecycle,","line:","link","list","lists.","live","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader`","loaders.","loaders:","locat","logic","logic...","long","look","lot","low","lru","lru({","main","major","make","manag","management:","mani","manifest","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manipul","manual","map","map'","map',","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching,","matter","max:","maxage:","maximum","mayb","mean","meant","mechan","member","memory.","mention","merg","merge')","merge(baseconfig,","merge.","meta","meta:","metadata","method","methods:","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","migrat","millisecond","minchunks:","mind","mind,","minimum","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mock","mode","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","moment","moment,","more","mostli","mount","move","msg","msg:","much","much,","multipl","mustach","mutations:","name","name,","name:","namespaced:","nashorn,","nashorn.","nativ","natively.","natur","navig","navigation:","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","node","node.j","node.js,","node.js.","node.js:","node_env:","node_modul","nodeextern","nodeexternals({","nodes.","non","normal","not,","notations):","note","note:","notes:","notic","now","now),","now,","npm","number","nuxt.j","object","object\"","object)","object,","object.","object:","objects,","objects.","obvious","of.","off","offers:","offici","older","on","onc","oper","optim","option","option).","option.","option:","optional.","options.","options:","options])","oracl","order","orient","otherwis","out","outdat","output","output,","output.","output:","outsid","over","overkill.","page","page'","page.","param","part","parti","pass","passed,","passed:","path","path,","path.","path:","per","perform","performance,","performance.","periods.","phew,","php","pick","pick,","place","placehold","platform","pleasant.","plu","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","point","point,","pollut","pollution.","polyfil","polyfill.","polyfills)","popul","possibl","postcss","potenti","power","pre","precis","prefer","prefetch","prefetched,","preload","preloaded,","preloaded.","prepar","prerend","pretti","prevent","previous","prevmatch","primarili","print(res)","prior","prioriti","probabl","problem","problem.","process","process'","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","produc","product","programmat","project","project.","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","prop","prop,","proper","properli","properly.","properti","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","provid","provided,","pull","pure","purpose.","push.","put","queri","question","quit","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recommend","recommendations.","recommended).","redi","redisclient.get(key,","redisclient.set(key,","reduc","refer","regardless","regardless,","regist","registr","reject","reject({","reject)","reli","reload","remain","remov","render","render,","render.","render:","rendercach","rendered.","rendered:","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring:","rendervuecomponenttostring(vm,","repeat","repeatedli","replac","repres","req","req.url","request","request,","request.","request:","requests!","requests,","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(500).end('intern","resolv","resolve(app)","resolved,","resolved.","resourc","respons","responsive.","restart","result","result.","return","reus","revis","right","root","rout","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes,","routes:","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","same","same:","sanit","save","scenario","scope","scratch.","screen.","script","seamlessli","search","second","second,","second.","section","section,","section.","see","seen","selector","self","send","sens","sent","seo","seo,","separ","serial","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.listen(8080)","serverbundl","servercachekey","servercachekey:","servertitlemixin","set","set.","set:","setinterval.","setitem","settimeout","setup","setup,","setup.","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show'","side","signatur","signific","similar","similar,","simpl","simpler","simpli","simplifi","singl","singleton","site","site.","slow","smaller","smooth","so,","sole","solut","someth","sometim","soon","sooner.","sourc","spa","special","specif","specific.","spinner,","split","splitting,","src","ssr","ssr,","ssr.","ssr:","ssr?","stack","standalon","start","starts.","startup.","state","state.","state.count++","state:","static","stay","step","step.","still","stop","store","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","string","string)","string,","string.","structur","structure.","style","sub","submit","such","suffici","suggest","suit","suitabl","support","suppos","sure","switch","sync","sync'","sync(store,","synchron","tag","tag.","take","target:","task","team.","tear","techniqu","tell","templat","template),","template,","template.","template:","templates.","test","test:","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext.","this.$rout","this.$ssrcontext.","this.$ssrcontext.titl","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","those","three","through","throughout","throw","thu","time","time,","time.","timer","timers.","times.","timestamp:","titl","title.call(vm)","title:","togeth","together.","topic","trade","tradit","traffic,","traffic.","transform","transpil","travers","treat","treatment","tree","tree.","tricki","trigger","triggered,","tripl","true","true,","true.","try.","tti","turn","two","type","type)","typeof","typic","ultim","understand","uniqu","univers","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url:","urls.","us","us,","usabl","usag","usage.","use:","user","user/1","user/2).","users),","usual","utility.","ux","v","v8","v8j","v8js:","val)","val:","valid","valu","var","variabl","vendor","veri","versa.","version","version\"","versions.","via","vice","view","view.","virtual","visit","vm","vm.$option","vnode","void;","vs","vue","vue'","vue({","vue.j","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex.store({","wait","want","wast","waterfal","way","we'v","web","webpack","webpack'","webpack,","webpack.","webpack.config.j","webpack.optimize.commonschunkplugin({","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial_state__","window.__initial_state__.","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","yarn","yet,","yet.","you'd","you'r","you.","yourself","yourself.","{","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","│","└──","├──"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Vue.js Server-Side Rendering Guide\n\nNote: this guide requires the following minimum versions of Vue and supporting libraries:\n\nvue & vue-server-renderer 2.3.0+\nvue-router 2.5.0+\nvue-loader 12.0.0+ & vue-style-loader 3.0.0+\n\nIf you have previously used Vue 2.2 with SSR, you will notice that the recommended code structure is now a bit different (with the new runInNewContext option set to false). Your existing app should continue to work, but it's recommended to migrate to the new recommendations.\n\nWhat is Server-Side Rendering (SSR)?\nVue.js is a framework for building client-side applications. By default, Vue components produce and manipulate DOM in the browser as output. However, it is also possible to render the same components into HTML strings on the server, send them directly to the browser, and finally \"hydrate\" the static markup into a fully interactive app on the client.\nA server-rendered Vue.js app can also be considered \"isomorphic\" or \"universal\", in the sense that the majority of your app's code runs on both the server and the client.\nWhy SSR?\nCompared to a traditional SPA (Single-Page Application), the advantage of SSR primarily lies in:\n\nBetter SEO, as the search engine crawlers will directly see the fully rendered page.\nNote that as of now, Google and Bing can index synchronous JavaScript applications just fine. Synchronous being the key word there. If your app starts with a loading spinner, then fetches content via Ajax, the crawler will not wait for you to finish. This means if you have content fetched asynchronously on pages where SEO is important, SSR might be necessary.\n\nFaster time-to-content, especially on slow internet or slow devices. Server-rendered markup doesn't need to wait until all JavaScript has been downloaded and executed to be displayed, so your user will see a fully-rendered page sooner. This generally results in better user experience, and can be critical for applications where time-to-content is directly associated with conversion rate.\n\n\nThere are also some trade-offs to consider when using SSR:\n\nDevelopment constraints. Browser-specific code can only be used inside certain lifecycle hooks; some external libraries may need special treatment to be able to run in a server-rendered app.\n\nMore involved build setup and deployment requirements. Unlike a fully static SPA that can be deployed on any static file server, a server-rendered app requires an environment where a Node.js server can run.\n\nMore server-side load. Rendering a full app in Node.js is obviously going to be more CPU-intensive than just serving static files, so if you expect high traffic, be prepared for corresponding server load and wisely employ caching strategies.\n\n\nBefore using SSR for your app, the first question you should ask is whether you actually need it. It mostly depends on how important time-to-content is for your app. For example, if you are building an internal dashboard where an extra few hundred milliseconds on initial load doesn't matter that much, SSR would be an overkill. However, in cases where time-to-content is absolutely critical, SSR can help you achieve the best possible initial load performance.\nSSR vs Prerendering\nIf you're only investigating SSR to improve the SEO of a handful of marketing pages (e.g. /, /about, /contact, etc), then you probably want prerendering instead. Rather than using a web server to compile HTML on-the-fly, prerendering simply generates static HTML files for specific routes at build time. The advantage is setting up prerendering is much simpler and allows you to keep your frontend as a fully static site.\nIf you're using webpack, you can easily add prerendering with the prerender-spa-plugin. It's been extensively tested with Vue apps - and in fact, the creator is a member of the Vue core team.\nAbout This Guide\nThis guide is focused on server-rendered Single-Page Applications using Node.js as the server. Mixing Vue SSR with other backend setups is a topic of its own and briefly discussed in a dedicated section.\nThis guide will be very in-depth and assumes you are already familiar with Vue.js itself, and have decent working knowledge of Node.js and webpack. If you prefer a higher-level solution that provides a smooth out-of-the-box experience, you should probably give Nuxt.js a try. It's built upon the same Vue stack but abstracts away a lot of the boilerplate, and provides some extra features such as static site generation. However, it may not suit your use case if you need more direct control of your app's structure. Regardless, it would still be beneficial to read through this guide to better understand how things work together.\nAs you read along, it would be helpful to refer to the official HackerNews Demo, which makes use of most of the techniques covered in this guide.\nFinally, note that the solutions in this guide are not definitive - we've found them to be working well for us, but that doesn't mean they cannot be improved. They might get revised in the future - and feel free to contribute by submitting pull requests!\n"},"basic.html":{"url":"basic.html","title":"Basic Usage","keywords":"","body":"Basic Usage\nInstallation\nnpm install vue vue-server-renderer --save\n\nWe will be using NPM throughout the guide, but feel free to use Yarn instead.\nNotes\n\nIt's recommended to use Node.js version 6+.\nvue-server-renderer and vue must have matching versions.\nvue-server-renderer relies on some Node.js native modules and therefore can only be used in Node.js. We may provide a simpler build that can be run in other JavaScript runtimes in the future.\n\nRendering a Vue Instance\n// Step 1: Create a Vue instance\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World`\n})\n\n// Step 2: Create a renderer\nconst renderer = require('vue-server-renderer').createRenderer()\n\n// Step 3: Render the Vue instance to HTML\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => Hello World\n})\n\n// in 2.5.0+, returns a Promise if no callback is passed:\nrenderer.renderToString(app).then(html => {\n console.log(html)\n}).catch(err => {\n console.error(err)\n})\n\nIntegrating with a Server\nIt is pretty straightforward when used inside a Node.js server, for example Express:\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\n\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `The visited URL is: {{ url }}`\n })\n\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Internal Server Error')\n return\n }\n res.end(`\n \n \n Hello\n ${html}\n \n `)\n })\n})\n\nserver.listen(8080)\n\nUsing a Page Template\nWhen you render a Vue app, the renderer only generates the markup of the app. In the example we had to wrap the output with an extra HTML page shell.\nTo simplify this, you can directly provide a page template when creating the renderer. Most of the time we will put the page template in its own file, e.g. index.template.html:\n\n\n Hello\n \n \n \n\n\nNotice the comment -- this is where your app's markup will be injected.\nWe can then read and pass the file to the Vue renderer:\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\n\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // will be the full page with app content injected.\n})\n\nTemplate Interpolation\nThe template also supports simple interpolation. Given the following template:\n\n \n \n {{ title }}\n\n \n {{{ meta }}}\n \n \n \n \n\n\nWe can provide interpolation data by passing a \"render context object\" as the second argument to renderToString:\nconst context = {\n title: 'hello',\n meta: `\n \n \n `\n}\n\nrenderer.renderToString(app, context, (err, html) => {\n // page title will be \"Hello\"\n // with meta tags injected\n})\n\nThe context object can also be shared with the Vue app instance, allowing components to dynamically register data for template interpolation.\nIn addition, the template supports some advanced features such as:\n\nAuto injection of critical CSS when using *.vue components;\nAuto injection of asset links and resource hints when using clientManifest;\nAuto injection and XSS prevention when embedding Vuex state for client-side hydration.\n\nWe will discuss these when we introduce the associated concepts later in the guide.\n"},"universal.html":{"url":"universal.html","title":"Writing Universal Code","keywords":"","body":"Writing Universal Code\nBefore going further, let's take a moment to discuss the constraints when writing \"universal\" code - that is, code that runs on both the server and the client. Due to use case and platform API differences, the behavior of our code will not be exactly the same when running in different environments. Here we will go over the key things you need to be aware of.\nData Reactivity on the Server\nIn a client-only app, every user will be using a fresh instance of the app in their browser. For server-side rendering we want the same: each request should have a fresh, isolated app instance so that there is no cross-request state pollution.\nBecause the actual rendering process needs to be deterministic, we will also be \"pre-fetching\" data on the server - this means our application state will be already resolved when we start rendering. This means data reactivity is unnecessary on the server, so it is disabled by default. Disabling data reactivity also avoids the performance cost of converting data into reactive objects.\nComponent Lifecycle Hooks\nSince there are no dynamic updates, of all the lifecycle hooks, only beforeCreate and created will be called during SSR. This means any code inside other lifecycle hooks such as beforeMount or mounted will only be executed on the client.\nAnother thing to note is that you should avoid code that produces global side effects in beforeCreate and created, for example setting up timers with setInterval. In client-side only code we may setup a timer and then tear it down in beforeDestroy or destroyed. However, because the destroy hooks will not be called during SSR, the timers will stay around forever. To avoid this, move your side-effect code into beforeMount or mounted instead.\nAccess to Platform-Specific APIs\nUniversal code cannot assume access to platform-specific APIs, so if your code directly uses browser-only globals like window or document, they will throw errors when executed in Node.js, and vice-versa.\nFor tasks shared between server and client but use different platform APIs, it's recommended to wrap the platform-specific implementations inside a universal API, or use libraries that do this for you. For example, axios is an HTTP client that exposes the same API for both server and client.\nFor browser-only APIs, the common approach is to lazily access them inside client-only lifecycle hooks.\nNote that if a 3rd party library is not written with universal usage in mind, it could be tricky to integrate it into an server-rendered app. You might be able to get it working by mocking some of the globals, but it would be hacky and may interfere with the environment detection code of other libraries.\nCustom Directives\nMost custom directives directly manipulate the DOM, and therefore will cause error during SSR. There are two ways to work around this:\n\nPrefer using components as the abstraction mechanism and work at the Virtual-DOM level (e.g. using render functions) instead.\n\nIf you have a custom directive that cannot be easily replaced by components, you can provide a \"server-side version\" of it using the directives option when creating the server renderer.\n\n\n"},"structure.html":{"url":"structure.html","title":"Source Code Structure","keywords":"","body":"Source Code Structure\nAvoid Stateful Singletons\nWhen writing client-only code, we are used to the fact that our code will be evaluated in a fresh context every time. However, a Node.js server is a long-running process. When our code is required into the process, it will be evaluated once and stays in memory. This means if you create a singleton object, it will be shared between every incoming request.\nAs seen in the basic example, we are creating a new root Vue instance for each request. This is similar to how each user will be using a fresh instance of the app in their own browser. If we use a shared instance across multiple requests, it will easily lead to cross-request state pollution.\nSo, instead of directly creating an app instance, we should expose a factory function that can be repeatedly executed to create fresh app instances for each request:\n// app.js\nconst Vue = require('vue')\n\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `The visited URL is: {{ url }}`\n })\n}\n\nAnd our server code now becomes:\n// server.js\nconst createApp = require('./app')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n\n renderer.renderToString(app, (err, html) => {\n // handle error...\n res.end(html)\n })\n})\n\nThe same rule applies to router, store and event bus instances as well. Instead of exporting it directly from a module and importing it across your app, you need to create a fresh instance in createApp and inject it from the root Vue instance.\n\nThis constraint can be eliminated when using the bundle renderer with { runInNewContext: true }, however it comes with some significant performance cost because a new vm context needs to be created for each request.\n\nIntroducing a Build Step\nSo far, we haven't discussed how to deliver the same Vue app to the client yet. To do that, we need to use webpack to bundle our Vue app. In fact, we probably want to use webpack to bundle the Vue app on the server as well, because:\n\nTypical Vue apps are built with webpack and vue-loader, and many webpack-specific features such as importing files via file-loader, importing CSS via css-loader would not work directly in Node.js.\n\nAlthough the latest version of Node.js fully supports ES2015 features, we still need to transpile client-side code to cater to older browsers. This again involves a build step.\n\n\nSo the basic idea is we will be using webpack to bundle our app for both client and server - the server bundle will be required by the server and used for SSR, while the client bundle is sent to the browser to hydrate the static markup.\n\nWe will discuss the details of the setup in later sections - for now, let's just assume we've got the build setup figured out and we can write our Vue app code with webpack enabled.\nCode Structure with webpack\nNow that we are using webpack to process the app for both server and client, the majority of our source code can be written in a universal fashion, with access to all the webpack-powered features. At the same time, there are a number of things you should keep in mind when writing universal code.\nA simple project would look like this:\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # universal entry\n├── entry-client.js # runs in browser only\n└── entry-server.js # runs on server only\n\napp.js\napp.js is the universal entry to our app. In a client-only app, we would create the root Vue instance right in this file and mount directly to DOM. However, for SSR that responsibility is moved into the client-only entry file. app.js simply exports a createApp function:\nimport Vue from 'vue'\nimport App from './App.vue'\n\n// export a factory function for creating fresh app, router and store\n// instances\nexport function createApp () {\n const app = new Vue({\n // the root instance simply renders the App component.\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\nThe client entry simply creates the app and mounts it to the DOM:\nimport { createApp } from './app'\n\n// client-specific bootstrapping logic...\n\nconst { app } = createApp()\n\n// this assumes App.vue template root element has `id=\"app\"`\napp.$mount('#app')\n\nentry-server.js:\nThe server entry uses a default export which is a function that can be called repeatedly for each render. At this moment, it doesn't do much other than creating and returning the app instance - but later we will perform server-side route matching and data pre-fetching logic here.\nimport { createApp } from './app'\n\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"Routing and Code-Splitting","keywords":"","body":"Routing and Code-Splitting\nRouting with vue-router\nYou may have noticed that our server code uses a * handler which accepts arbitrary URLs. This allows us to pass the visited URL into our Vue app, and reuse the same routing config for both client and server!\nIt is recommended to use the official vue-router for this purpose. Let's first create a file where we create the router. Note similar to createApp, we also need a fresh router instance for each request, so the file exports a createRouter function:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\nAnd update app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\n\nexport function createApp () {\n // create router instance\n const router = createRouter()\n\n const app = new Vue({\n // inject router into root Vue instance\n router,\n render: h => h(App)\n })\n\n // return both the app and the router\n return { app, router }\n}\n\nNow we need to implement the server-side routing logic in entry-server.js:\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n // since there could potentially be asynchronous route hooks or components,\n // we will be returning a Promise so that the server can wait until\n // everything is ready before rendering.\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n\n // set server-side router's location\n router.push(context.url)\n\n // wait until router has resolved possible async components and hooks\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // no matched routes, reject with 404\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // the Promise should resolve to the app instance so it can be rendered\n resolve(app)\n }, reject)\n })\n}\n\nAssuming the server bundle is already built (again, ignoring build setup for now), the server usage would look like this:\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Page not found')\n } else {\n res.status(500).end('Internal Server Error')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\nCode-Splitting\nCode-splitting, or lazy-loading part of your app, helps reducing the amount of assets that need to be downloaded by the browser for the initial render, and can greatly improve TTI (time-to-interactive) for apps with large bundles. The key is \"loading just what is needed\" for the initial screen.\nVue provides async components as a first-class concept, combining it with webpack 2's support for using dynamic import as a code-split point, all you need to do is:\n// changing this...\nimport Foo from './Foo.vue'\n\n// to this:\nconst Foo = () => import('./Foo.vue')\n\nPrior to Vue 2.5, this only worked for route-level components. However, with improvements to the core hydration algorithm in 2.5+, this now works seamlessly anywhere in your app.\nNote that it is still necessary to use router.onReady on both server and client before returning / mounting the app, because the router must resolve async route components ahead of time in order to properly invoke in-component hooks. We already did that in our server entry, and now we just need to update the client entry:\n// entry-client.js\n\nimport { createApp } from './app'\n\nconst { app, router } = createApp()\n\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\nAn example route config with async route components:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"Data Pre-fetching and State","keywords":"","body":"Data Pre-Fetching and State\nData Store\nDuring SSR, we are essentially rendering a \"snapshot\" of our app, so if the app relies on some asynchronous data, these data need to be pre-fetched and resolved before we start the rendering process.\nAnother concern is that on the client, the same data needs to be available before we mount the client side app - otherwise the client app would render using different state and the hydration would fail.\nTo address this, the fetched data needs to live outside the view components, in a dedicated data store, or a \"state container\". On the server, we can pre-fetch and fill data into the store before rendering. In addition, we will serialize and inline the state in the HTML. The client-side store can directly pick up the inlined state before we mount the app.\nWe will be using the official state management library Vuex for this purpose. Let's create a store.js file, with some mocked logic for fetching an item based on an id:\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\n\nVue.use(Vuex)\n\n// Assume we have a universal API that returns Promises\n// and ignore the implementation details\nimport { fetchItem } from './api'\n\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // return the Promise via `store.dispatch()` so that we know\n // when the data has been fetched\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\nAnd update app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\n\nexport function createApp () {\n // create router and store instances\n const router = createRouter()\n const store = createStore()\n\n // sync so that route state is available as part of the store\n sync(store, router)\n\n // create the app instance, injecting both the router and the store\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n\n // expose the app, the router and the store.\n return { app, router, store }\n}\n\nLogic Collocation with Components\nSo, where do we place the code that dispatches the data-fetching actions?\nThe data we need to fetch is determined by the route visited - which also determines what components are rendered. In fact, the data needed for a given route is also the data needed by the components rendered at that route. So it would be natural to place the data fetching logic inside route components.\nWe will expose a custom static function asyncData on our route components. Note because this function will be called before the components are instantiated, it doesn't have access to this. The store and route information needs to be passed in as arguments:\n\n\n {{ item.title }}\n\n\n\nexport default {\n asyncData ({ store, route }) {\n // return the Promise from the action\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n // display the item from store state.\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\nServer Data Fetching\nIn entry-server.js we can get the components matched by a route with router.getMatchedComponents(), and call asyncData if the component exposes it. Then we need to attach resolved state to the render context.\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n\n router.push(context.url)\n\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // call `asyncData()` on all matched route components\n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // After all preFetch hooks are resolved, our store is now\n // filled with the state needed to render the app.\n // When we attach the state to the context, and the `template` option\n // is used for the renderer, the state will automatically be\n // serialized and injected into the HTML as `window.__INITIAL_STATE__`.\n context.state = store.state\n\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\nWhen using template, context.state will automatically be embedded in the final HTML as window.__INITIAL_STATE__ state. On the client, the store should pick up the state before mounting the application:\n// entry-client.js\n\nconst { app, router, store } = createApp()\n\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\nClient Data Fetching\nOn the client, there are two different approaches for handling data fetching:\n\nResolve data before route navigation:\nWith this strategy, the app will stay on the current view until the data needed by the incoming view has been resolved. The benefit is that the incoming view can directly render the full content when it's ready, but if the data fetching takes a long time, the user will feel \"stuck\" on the current view. It is therefore recommended to provide a data loading indicator if using this strategy.\nWe can implement this strategy on the client by checking matched components and invoking their asyncData function inside a global route hook. Note we should register this hook after the initial route is ready so that we don't unnecessarily fetch the server-fetched data again.\n// entry-client.js\n\n// ...omitting unrelated code\n\nrouter.onReady(() => {\n // Add router hook for handling asyncData.\n // Doing it after initial route is resolved so that we don't double-fetch\n // the data that we already have. Using `router.beforeResolve()` so that all\n // async components are resolved.\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n\n // we only care about non-previously-rendered components,\n // so we compare them until the two matched lists differ\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n\n if (!activated.length) {\n return next()\n }\n\n // this is where we should trigger a loading indicator if there is one\n\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n\n // stop loading indicator\n\n next()\n }).catch(next)\n })\n\n app.$mount('#app')\n})\n\n\nFetch data after the matched view is rendered:\nThis strategy places the client-side data-fetching logic in a view component's beforeMount function. This allows the views to switch instantly when a route navigation is triggered, so the app feels a bit more responsive. However, the incoming view will not have the full data available when it's rendered. It is therefore necessary to have a conditional loading state for each view component that uses this strategy.\nThis can be achieved with a client-only global mixin:\nVue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // assign the fetch operation to a promise\n // so that in components we can do `this.dataPromise.then(...)` to\n // perform other tasks after data is ready\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n})\n\n\n\nThe two strategies are ultimately different UX decisions and should be picked based on the actual scenario of the app you are building. But regardless of which strategy you pick, the asyncData function should also be called when a route component is reused (same route, but params or query changed. e.g. from user/1 to user/2). We can also handle this with a client-only global mixin:\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nStore Code Splitting\nIn a large application, our Vuex store will likely be split into multiple modules. Of course, it is also possible to code-split these modules into corresponding route component chunks. Suppose we have the following store module:\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // IMPORTANT: state must be a function so the module can be\n // instantiated multiple times\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\nWe can use store.registerModule to lazy-register this module in a route component's asyncData hook:\n// inside a route component\n\n {{ fooCount }}\n\n\n\n// import the module here instead of in `store/index.js`\nimport fooStoreModule from '../store/modules/foo'\n\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n\n // IMPORTANT: avoid duplicate module registration on the client\n // when the route is visited multiple times.\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\nBecause the module is now a dependency of the route component, it will be moved into the route component's async chunk by webpack.\n\nPhew, that was a lot of code! This is because universal data-fetching is probably the most complex problem in a server-rendered app and we are laying the groundwork for easier further development. Once the boilerplate is set up, authoring individual components will be actually quite pleasant.\n"},"hydration.html":{"url":"hydration.html","title":"Client Side Hydration","keywords":"","body":"Client Side Hydration\nHydration refers to the client-side process during which Vue takes over the static HTML sent by the server and turns it into dynamic DOM that can react to client-side data changes.\nIn entry-client.js, we are simply mounting the app with this line:\n// this assumes App.vue template root element has `id=\"app\"`\napp.$mount('#app')\n\nSince the server has already rendered the markup, we obviously do not want to throw that away and re-create all the DOM elements. Instead, we want to \"hydrate\" the static markup and make it interactive.\nIf you inspect the server-rendered output, you will notice that the app's root element has had a special attribute added:\n\n\nThe data-server-rendered special attribute lets the client-side Vue know that the markup is rendered by the server and it should mount in hydration mode. Note that it didn't add id=\"app\", just the data-server-rendered attribute: you need to add the ID or some other selector to the app's root element yourself or the app won't hydrate properly.\nIn development mode, Vue will assert the client-side generated virtual DOM tree matches the DOM structure rendered from the server. If there is a mismatch, it will bail hydration, discard existing DOM and render from scratch. In production mode, this assertion is disabled for maximum performance.\nHydration Caveats\nOne thing to be aware of when using SSR + client hydration is some special HTML structures that may be altered by the browser. For example, when you write this in a Vue template:\n\n hi\n\n\nThe browser will automatically inject inside , however, the virtual DOM generated by Vue does not contain , so it will cause a mismatch. To ensure correct matching, make sure to write valid HTML in your templates.\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"Introducing Bundle Renderer","keywords":"","body":"Introducing Bundle Renderer\nProblems with Basic SSR\nUp to this point, we have assumed that the bundled server-side code will be directly used by the server via require:\nconst createApp = require('/path/to/built-server-bundle.js')\n\nThis is straightforward, however whenever you edit your app source code, you would have to stop and restart the server. This hurts productivity quite a bit during development. In addition, Node.js doesn't support source maps natively.\nEnter BundleRenderer\nvue-server-renderer provides an API called createBundleRenderer to deal with this problem. With a custom webpack plugin, the server bundle is generated as a special JSON file that can be passed to the bundle renderer. Once the bundle renderer is created, usage is the same as the normal renderer, however the bundle renderer provides the following benefits:\n\nBuilt-in source map support (with devtool: 'source-map' in webpack config)\n\nHot-reload during development and even deployment (by simply reading the updated bundle and re-creating the renderer instance)\n\nCritical CSS injection (when using *.vue files): automatically inlines the CSS needed by components used during the render. See the CSS section for more details.\n\nAsset injection with clientManifest: automatically infers the optimal preload and prefetch directives, and the code-split chunks needed for the initial render.\n\n\n\nWe will discuss how to configure webpack to generate the build artifacts needed by the bundle renderer in the next section, but for now let's assume we already have what we need, and this is how to create and use a bundle renderer:\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // recommended\n template, // (optional) page template\n clientManifest // (optional) client build manifest\n})\n\n// inside a server handler...\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // No need to pass an app here because it is auto-created by\n // executing the bundle. Now our server is decoupled from our Vue app!\n renderer.renderToString(context, (err, html) => {\n // handle error...\n res.end(html)\n })\n})\n\nWhen renderToString is called on a bundle renderer, it will automatically execute the function exported by the bundle to create an app instance (passing context as the argument) , and then render it.\nNote it's recommended to set the runInNewContext option to false or 'once'. See its API reference for more details.\n"},"build-config.html":{"url":"build-config.html","title":"Build Configuration","keywords":"","body":"Build Configuration\nWe will assume you already know how to configure webpack for a client-only project. The config for an SSR project will be largely similar, but we suggest breaking the config into three files: base, client and server. The base config contains config shared for both environments, such as output path, aliases, and loaders. The server config and client config can simply extend the base config using webpack-merge.\nServer Config\nThe server config is meant for generating the server bundle that will be passed to createBundleRenderer. It should look like this:\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\n\nmodule.exports = merge(baseConfig, {\n // Point entry to your app's server entry file\n entry: '/path/to/entry-server.js',\n\n // This allows webpack to handle dynamic imports in a Node-appropriate\n // fashion, and also tells `vue-loader` to emit server-oriented code when\n // compiling Vue components.\n target: 'node',\n\n // For bundle renderer source map support\n devtool: 'source-map',\n\n // This tells the server bundle to use Node-style exports\n output: {\n libraryTarget: 'commonjs2'\n },\n\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // Externalize app dependencies. This makes the server build much faster\n // and generates a smaller bundle file.\n externals: nodeExternals({\n // do not externalize dependencies that need to be processed by webpack.\n // you can add more file types here e.g. raw *.vue files\n // you should also whitelist deps that modifies `global` (e.g. polyfills)\n whitelist: /\\.css$/\n }),\n\n // This is the plugin that turns the entire output of the server build\n // into a single JSON file. The default file name will be\n // `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\nAfter vue-ssr-server-bundle.json has been generated, simply pass the file path to createBundleRenderer:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // ...other renderer options\n})\n\nAlternatively, you can also pass the bundle as an Object to createBundleRenderer. This is useful for hot-reload during development - see the HackerNews demo for a reference setup.\nExternals Caveats\nNotice that in the externals option we are whitelisting CSS files. This is because CSS imported from dependencies should still be handled by webpack. If you are importing any other types of files that also rely on webpack (e.g. *.vue, *.sass), you should add them to the whitelist as well.\nIf you are using runInNewContext: 'once' or runInNewContext: true, then you also need to whitelist polyfills that modify global, e.g. babel-polyfill. This is because when using the new context mode, code inside a server bundle has its own global object. Since you don't really need it on the server when using Node 7.6+, it's actually easier to just import it in the client entry.\nClient Config\nThe client config can remain largely the same with the base config. Obviously you need to point entry to your client entry file. Aside from that, if you are using CommonsChunkPlugin, make sure to use it only in the client config because the server bundle requires a single entry chunk.\nGenerating clientManifest\n\nrequires version 2.3.0+\n\nIn addition to the server bundle, we can also generate a client build manifest. With the client manifest and the server bundle, the renderer now has information of both the server and client builds, so it can automatically infer and inject preload / prefetch directives and css links / script tags into the rendered HTML.\nThe benefits is two-fold:\n\nIt can replace html-webpack-plugin for injecting the correct asset URLs when there are hashes in your generated filenames.\n\nWhen rendering a bundle that leverages webpack's on-demand code splitting features, we can ensure the optimal chunks are preloaded / prefetched, and also intelligently inject tags for needed async chunks to avoid waterfall requests on the client, thus improving TTI (time-to-interactive).\n\n\nTo make use of the client manifest, the client config would look something like this:\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // Important: this splits the webpack runtime into a leading chunk\n // so that async chunks can be injected right after it.\n // this also enables better caching for your app/vendor code.\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // This plugins generates `vue-ssr-client-manifest.json` in the\n // output directory.\n new VueSSRClientPlugin()\n ]\n})\n\nYou can then use the generated client manifest, together with a page template:\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\n\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\nWith this setup, your server-rendered HTML for a build with code-splitting will look something like this (everything auto-injected):\n\n \n \n \n \n \n \n \n \n \n \n async\n \n \n \n \n \n \n`\n\nManual Asset Injection\nBy default, asset injection is automatic when you provide the template render option. But sometimes you might want finer-grained control over how assets are injected into the template, or maybe you are not using a template at all. In such a case, you can pass inject: false when creating the renderer and manually perform asset injection.\nIn the renderToString callback, the context object you passed in will expose the following methods:\n\ncontext.renderStyles()\nThis will return inline tags containing all the critical CSS collected from the *.vue components used during the render. See CSS Management for more details.\nIf a clientManifest is provided, the returned string will also contain tags for webpack-emitted CSS files (e.g. CSS extracted with extract-text-webpack-plugin or imported with file-loader)\n\ncontext.renderState(options?: Object)\nThis method serializes context.state and returns an inline script that embeds the state as window.__INITIAL_STATE__.\nThe context state key and window state key can both be customized by passing an options object:\ncontext.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n})\n\n// -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\n\nrequires clientManifest\n\nThis method returns the tags needed for the client application to boot. When using async code-splitting in the app code, this method will intelligently infer the correct async chunks to include.\n\ncontext.renderResourceHints()\n\nrequires clientManifest\n\nThis method returns the resource hints needed for the current rendered page. By default it will:\n\nPreload the JavaScript and CSS files needed by the page\nPrefetch async JavaScript chunks that might be needed later\n\nPreloaded files can be further customized with the shouldPreload option.\n\ncontext.getPreloadFiles()\n\nrequires clientManifest\n\nThis method does not return a string - instead, it returns an Array of file objects representing the assets that should be preloaded. This can be used to programmatically perform HTTP/2 server push.\n\n\nSince the template passed to createBundleRenderer will be interpolated using context, you can make use of these methods inside the template (with inject: false):\n\n \n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n \n \n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n \n\n\nIf you are not using template at all, you can concatenate the strings yourself.\n"},"css.html":{"url":"css.html","title":"CSS Management","keywords":"","body":"CSS Management\nThe recommended way to manage CSS is to simply use inside *.vue single file components, which offers:\n\nCollocated, component-scoped CSS\nAbility to leverage pre-processors or PostCSS\nHot-reload during development\n\nMore importantly, vue-style-loader, the loader used internally by vue-loader, has some special features for server rendering:\n\nUniversal authoring experience for client and server.\n\nAutomatic critical CSS when using bundleRenderer.\nIf used during a server render, a component's CSS can be collected and inlined in the HTML (automatically handled when using template option). On the client, when the component is used for the first time, vue-style-loader will check if there is already server-inlined CSS for this component - if not, the CSS will be dynamically injected via a tag.\n\nCommon CSS Extraction.\nThis setup support using extract-text-webpack-plugin to extract the CSS in the main chunk into a separate CSS file (auto injected with template), which allows the file to be individually cached. This is recommended when there is a lot of shared CSS.\nCSS inside async components will remain inlined as JavaScript strings and handled by vue-style-loader.\n\n\nEnabling CSS Extraction\nTo extract CSS from *.vue files, use vue-loader's extractCSS option (requires vue-loader 12.0.0+):\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n\n// CSS extraction should only be enabled for production\n// so that we still get hot-reload during development.\nconst isProduction = process.env.NODE_ENV === 'production'\n\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // enable CSS extraction\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // make sure to add the plugin!\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\nNote that the above config only applies to styles in *.vue files, but you can use to import external CSS into Vue components.\nIf you wish to import CSS from JavaScript, e.g. import 'foo.css', you need to configure the appropriate loaders:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // important: use vue-style-loader instead of style-loader\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\nImporting Styles from Dependencies\nA few things to take note when importing CSS from an NPM dependency:\n\nIt should not be externalized in the server build.\n\nIf using CSS extraction + vendor extracting with CommonsChunkPlugin, extract-text-webpack-plugin will run into problems if the extracted CSS is inside an extracted vendors chunk. To work around this, avoid including CSS files in the vendor chunk. An example client webpack config:\nmodule.exports = {\n // ...\n plugins: [\n // it is common to extract deps into a vendor chunk for better caching.\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // a module is extracted into the vendor chunk when...\n return (\n // if it's inside node_modules\n /node_modules/.test(module.context) &&\n // do not externalize if the request is a CSS file\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // extract webpack runtime & manifest\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n}\n\n\n\n"},"head.html":{"url":"head.html","title":"Head Management","keywords":"","body":"Head Management\nSimilar to asset injection, head management follows the same idea: we can dynamically attach data to the render context in a component's lifecycle, and then interpolate those data in template.\n\nIn version 2.3.2+, you can directly access the SSR context in a component as this.$ssrContext. In older versions you'd have to manually inject the SSR context by passing it to createApp() and expose it on the root instance's $options - child components can then access it via this.$root.$options.ssrContext.\n\nWe can write a simple mixin to perform title management:\n// title-mixin.js\n\nfunction getTitle (vm) {\n // components can simply provide a `title` option\n // which can be either a string or a function\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\n\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$ssrContext.title = title\n }\n }\n}\n\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n\n// `VUE_ENV` can be injected with `webpack.DefinePlugin`\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\nNow, a route component can make use of this to control the document title:\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n },\n\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\nAnd inside the template passed to bundle renderer:\n\n \n {{ title }}\n \n \n ...\n \n\n\nNotes:\n\nUse double-mustache (HTML-escaped interpolation) to avoid XSS attacks.\n\nYou should provide a default title when creating the context object in case no component has set a title during render.\n\n\n\nUsing the same strategy, you can easily expand this mixin into a generic head management utility.\n"},"caching.html":{"url":"caching.html","title":"Caching","keywords":"","body":"Caching\nAlthough Vue's SSR is quite fast, it can't match the performance of pure string-based templating due to the cost of creating component instances and Virtual DOM nodes. In cases where SSR performance is critical, wisely leveraging caching strategies can greatly improve response time and reduce server load.\nPage-level Caching\nA server-rendered app in most cases relies on external data, so the content is dynamic by nature and cannot be cached for extended periods. However, if the content is not user-specific (i.e. for the same URL it always renders the same content for all users), we can leverage a strategy called micro-caching to drastically improve our app's capability of handling high traffic.\nThis is usually done at the Nginx layer, but we can also implement it in Node.js:\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // Important: entries expires after 1 second.\n})\n\nconst isCacheable = req => {\n // implement logic to check if the request is user-specific.\n // only non-user-specific pages are cache-able\n}\n\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\nSince the content is cached for only one second, users will not see outdated content. However, this means the server only has to perform at most one full render per second for each cached page.\nComponent-level Caching\nvue-server-renderer has built-in support for component-level caching. To enable it you need to provide a cache implementation when creating the renderer. Typical usage is passing in an lru-cache:\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\nYou can then cache a component by implementing a serverCacheKey function:\nexport default {\n name: 'item', // required\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\nNote that cache-able component must also define a unique name option. With a unique name, the cache key is thus per-component: you don't need to worry about two components returning the same key.\nThe key returned from serverCacheKey should contain sufficient information to represent the shape of the render result. The above is a good implementation if the render result is solely determined by props.item.id. However, if the item with the same id may change over time, or if render result also relies on another prop, then you need to modify your serverCacheKey implementation to take those other variables into account.\nReturning a constant will cause the component to always be cached, which is good for purely static components.\nWhen to use component caching\nIf the renderer hits a cache for a component during render, it will directly reuse the cached result for the entire sub tree. This means you should NOT cache a component when:\n\nIt has child components that may rely on global state.\nIt has child components that produces side effects on the render context.\n\nComponent caching should therefore be applied carefully to address performance bottlenecks. In most cases, you shouldn't and don't need to cache single-instance components. The most common type of components that are suitable for caching are ones repeated in big v-for lists. Since these components are usually driven by objects in database collections, they can make use of a simple caching strategy: generate their cache keys using their unique id plus the last updated timestamp:\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"Streaming","keywords":"","body":"Streaming\nvue-server-renderer supports stream rendering out of the box, for both the base renderer and the bundle renderer. All you need to do is use renderToStream instead of renderToString:\nconst stream = renderer.renderToStream(context)\n\nThe returned value is a Node.js stream:\nlet html = ''\n\nstream.on('data', data => {\n html += data.toString()\n})\n\nstream.on('end', () => {\n console.log(html) // render complete\n})\n\nstream.on('error', err => {\n // handle error...\n})\n\nStreaming Caveats\nIn stream rendering mode, data is emitted as soon as possible when the renderer traverses the Virtual DOM tree. This means we can get an earlier \"first chunk\" and start sending it to the client faster.\nHowever, when the first data chunk is emitted, the child components may not even be instantiated yet, neither will their lifecycle hooks get called. This means if the child components need to attach data to the render context in their lifecycle hooks, these data will not be available when the stream starts. Since a lot of the context information (like head information or inlined critical CSS) needs to appear before the application markup, we essentially have to wait until the stream to complete before we can start making use of these context data.\nIt is therefore NOT recommended to use streaming mode if you rely on context data populated by component lifecycle hooks.\n"},"non-node.html":{"url":"non-node.html","title":"Usage in non-Node.js Environments","keywords":"","body":"Usage in non-Node.js Environments\nThe default build of vue-server-renderer assumes a Node.js environment, which makes it unusable in alternative JavaScript environments such as PHP V8Js or Oracle Nashorn. In 2.5+ we have shipped a build in vue-server-renderer/basic.js that is largely environment-agnostic, which makes it usable in the environments mentioned above.\nFor both environments, it is necessary to first prepare the environment by mocking the global and process objects, with process.env.VUE_ENV set to \"server\", and process.env.NODE_ENV set to \"development\" or \"production\".\nIn Nashorn, it may also be necessary to provide a polyfill for Promise or setTimeout using Java's native timers.\nExample usage in php-v8js:\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'hello'\n }\n})\n\n// exposed by `vue-server-renderer/basic.js`\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"API Reference","keywords":"","body":"API Reference\ncreateRenderer([options])\nCreate a Renderer instance with (optional) options.\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\nCreate a BundleRenderer instance with a server bundle and (optional) options.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\nThe serverBundle argument can be one of the following:\n\nAn absolute path to generated bundle file (.js or .json). Must start with / to be treated as a file path.\n\nA bundle object generated by webpack + vue-server-renderer/server-plugin.\n\nA string of JavaScript code (not recommended).\n\n\nSee Introducing the Server Bundle and Build Configuration for more details.\nClass: Renderer\n\nrenderer.renderToString(vm[, context, callback]): ?Promise\nRender a Vue instance to string. The context object is optional. The callback is a typical Node.js style callback where the first argument is the error and the second argument is the rendered string.\nIn 2.5.0+, the callback is also optional. When no callback is passed, the method returns a Promise which resolves to the rendered HTML.\n\nrenderer.renderToStream(vm[, context]): stream.Readable\nRender a Vue instance to a Node.js readable stream. The context object is optional. See Streaming for more details.\n\n\nClass: BundleRenderer\n\nbundleRenderer.renderToString([context, callback]): ?Promise\nRender the bundle to a string. The context object is optional. The callback is a typical Node.js style callback where the first argument is the error and the second argument is the rendered string.\nIn 2.5.0+, the callback is also optional. When no callback is passed, the method returns a Promise which resolves to the rendered HTML.\n\nbundleRenderer.renderToStream([context]): stream.Readable\nRender the bundle to a Node.js readable stream. The context object is optional. See Streaming for more details.\n\n\nRenderer Options\n\ntemplate\nProvide a template for the entire page's HTML. The template should contain a comment which serves as the placeholder for rendered app content.\nThe template also supports basic interpolation using the render context:\n\nUse double-mustache for HTML-escaped interpolation;\nUse triple-mustache for non-HTML-escaped interpolation.\n\nThe template automatically injects appropriate content when certain data is found on the render context:\n\ncontext.head: (string) any head markup that should be injected into the head of the page.\n\ncontext.styles: (string) any inline CSS that should be injected into the head of the page. Note this property will be automatically populated if using vue-loader + vue-style-loader for component CSS.\n\ncontext.state: (Object) initial Vuex store state that should be inlined in the page as window.__INITIAL_STATE__. The inlined JSON is automatically sanitized with serialize-javascript to prevent XSS.\nIn 2.5.0+, the embed script also self-removes in production mode.\n\n\nIn addition, when clientManifest is also provided, the template automatically injects the following:\n\nClient-side JavaScript and CSS assets needed by the render (with async chunks automatically inferred);\nOptimal resource hints for the rendered page.\n\nYou can disable all automatic injections by also passing inject: false to the renderer.\nSee also:\n\nUsing a Page Template\nManual Asset Injection\n\n\nclientManifest\n\n2.3.0+\n\nProvide a client build manifest object generated by vue-server-renderer/client-plugin. The client manifest provides the bundle renderer with the proper information for automatic asset injection into the HTML template. For more details, see Generating clientManifest.\n\ninject\n\n2.3.0+\n\nControls whether to perform automatic injections when using template. Defaults to true.\nSee also: Manual Asset Injection.\n\nshouldPreload\n\n2.3.0+\n\nA function to control what files should have resource hints generated.\nBy default, only JavaScript and CSS files will be preloaded, as they are absolutely needed for your application to boot.\nFor other types of assets such as images or fonts, preloading too much may waste bandwidth and even hurt performance, so what to preload will be scenario-dependent. You can control precisely what to preload using the shouldPreload option:\nconst renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // type is inferred based on the file extension.\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // only preload woff2 fonts\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // only preload important images\n return file === 'hero.jpg'\n }\n }\n})\n\n\nshouldPrefetch\n\n2.5.0+\n\nA function to control what files should have resource hints generated.\nBy default, all assets in async chunks will be prefetched since this is a low-priority directive; however you can customize what to prefetch in order to better control bandwidth usage. This option expects the same function signature as shouldPreload.\n\nrunInNewContext\n\n2.3.0+\nonly used in createBundleRenderer\nExpects: boolean | 'once' ('once' only supported in 2.3.1+)\n\nBy default, for each render the bundle renderer will create a fresh V8 context and re-execute the entire bundle. This has some benefits - for example, the app code is isolated from the server process and we don't need to worry about the stateful singleton problem mentioned in the docs. However, this mode comes at some considerable performance cost because re-executing the bundle is expensive especially when the app gets bigger.\nThis option defaults to true for backwards compatibility, but it is recommended to use runInNewContext: false or runInNewContext: 'once' whenever you can.\n\nIn 2.3.0 this option has a bug where runInNewContext: false still executes the bundle using a separate global context. The following information assumes version 2.3.1+.\n\nWith runInNewContext: false, the bundle code will run in the same global context with the server process, so be careful about code that modifies global in your application code.\nWith runInNewContext: 'once' (2.3.1+), the bundle is evaluated in a separate global context, however only once at startup. This provides better app code isolation since it prevents the bundle from accidentally polluting the server process' global object. The caveats are that:\n\nDependencies that modifies global (e.g. polyfills) cannot be externalized in this mode;\nValues returned from the bundle execution will be using different global constructors, e.g. an error caught inside the bundle will not be an instance of Error in the server process.\n\nSee also: Source Code Structure\n\nbasedir\n\n2.2.0+\nonly used in createBundleRenderer\n\nExplicitly declare the base directory for the server bundle to resolve node_modules dependencies from. This is only needed if your generated bundle file is placed in a different location from where the externalized NPM dependencies are installed, or your vue-server-renderer is NPM-linked into your current project.\n\ncache\nProvide a component cache implementation. The cache object must implement the following interface (using Flow notations):\ntype RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n};\n\nA typical usage is passing in an lru-cache:\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n})\n\nNote that the cache object should at least implement get and set. In addition, get and has can be optionally async if they accept a second argument as callback. This allows the cache to make use of async APIs, e.g. a Redis client:\nconst renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // handle error if any\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n})\n\n\ndirectives\nAllows you to provide server-side implementations for your custom directives:\nconst renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // transform vnode based on directive binding metadata\n }\n }\n})\n\nAs an example, check out v-show's server-side implementation.\n\n\nwebpack Plugins\nThe webpack plugins are provided as standalone files and should be required directly:\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nThe default files generated are:\n\nvue-ssr-server-bundle.json for the server plugin;\nvue-ssr-client-manifest.json for the client plugin.\n\nThe filenames can be customized when creating the plugin instances:\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\nSee Build Configuration for more information.\n"}}} \ No newline at end of file diff --git a/en/streaming.html b/en/streaming.html new file mode 100644 index 00000000..6be7e629 --- /dev/null +++ b/en/streaming.html @@ -0,0 +1,651 @@ + + + + + + + Streaming · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                          +
                          + + + + + + + + +
                          + +
                          + +
                          + + + + + + + + + +
                          +
                          + +
                          +
                          + +
                          + +

                          Streaming

                          +

                          vue-server-renderer supports stream rendering out of the box, for both the base renderer and the bundle renderer. All you need to do is use renderToStream instead of renderToString:

                          +
                          const stream = renderer.renderToStream(context)
                          +
                          +

                          The returned value is a Node.js stream:

                          +
                          let html = ''
                          +
                          +stream.on('data', data => {
                          +  html += data.toString()
                          +})
                          +
                          +stream.on('end', () => {
                          +  console.log(html) // render complete
                          +})
                          +
                          +stream.on('error', err => {
                          +  // handle error...
                          +})
                          +
                          +

                          Streaming Caveats

                          +

                          In stream rendering mode, data is emitted as soon as possible when the renderer traverses the Virtual DOM tree. This means we can get an earlier "first chunk" and start sending it to the client faster.

                          +

                          However, when the first data chunk is emitted, the child components may not even be instantiated yet, neither will their lifecycle hooks get called. This means if the child components need to attach data to the render context in their lifecycle hooks, these data will not be available when the stream starts. Since a lot of the context information (like head information or inlined critical CSS) needs to appear before the application markup, we essentially have to wait until the stream to complete before we can start making use of these context data.

                          +

                          It is therefore NOT recommended to use streaming mode if you rely on context data populated by component lifecycle hooks.

                          + + +
                          + +
                          +
                          +
                          + +

                          results matching ""

                          +
                            + +
                            +
                            + +

                            No results matching ""

                            + +
                            +
                            +
                            + +
                            +
                            + + +
                            + + +
                            + + + + + + + + + + + + + + +
                            + + +
                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/structure.html b/en/structure.html new file mode 100644 index 00000000..b414933d --- /dev/null +++ b/en/structure.html @@ -0,0 +1,722 @@ + + + + + + + Source Code Structure · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                            +
                            + + + + + + + + +
                            + +
                            + +
                            + + + + + + + + + +
                            +
                            + +
                            +
                            + +
                            + +

                            Source Code Structure

                            +

                            Avoid Stateful Singletons

                            +

                            When writing client-only code, we are used to the fact that our code will be evaluated in a fresh context every time. However, a Node.js server is a long-running process. When our code is required into the process, it will be evaluated once and stays in memory. This means if you create a singleton object, it will be shared between every incoming request.

                            +

                            As seen in the basic example, we are creating a new root Vue instance for each request. This is similar to how each user will be using a fresh instance of the app in their own browser. If we use a shared instance across multiple requests, it will easily lead to cross-request state pollution.

                            +

                            So, instead of directly creating an app instance, we should expose a factory function that can be repeatedly executed to create fresh app instances for each request:

                            +
                            // app.js
                            +const Vue = require('vue')
                            +
                            +module.exports = function createApp (context) {
                            +  return new Vue({
                            +    data: {
                            +      url: context.url
                            +    },
                            +    template: `<div>The visited URL is: {{ url }}</div>`
                            +  })
                            +}
                            +
                            +

                            And our server code now becomes:

                            +
                            // server.js
                            +const createApp = require('./app')
                            +
                            +server.get('*', (req, res) => {
                            +  const context = { url: req.url }
                            +  const app = createApp(context)
                            +
                            +  renderer.renderToString(app, (err, html) => {
                            +    // handle error...
                            +    res.end(html)
                            +  })
                            +})
                            +
                            +

                            The same rule applies to router, store and event bus instances as well. Instead of exporting it directly from a module and importing it across your app, you need to create a fresh instance in createApp and inject it from the root Vue instance.

                            +
                            +

                            This constraint can be eliminated when using the bundle renderer with { runInNewContext: true }, however it comes with some significant performance cost because a new vm context needs to be created for each request.

                            +
                            +

                            Introducing a Build Step

                            +

                            So far, we haven't discussed how to deliver the same Vue app to the client yet. To do that, we need to use webpack to bundle our Vue app. In fact, we probably want to use webpack to bundle the Vue app on the server as well, because:

                            +
                              +
                            • Typical Vue apps are built with webpack and vue-loader, and many webpack-specific features such as importing files via file-loader, importing CSS via css-loader would not work directly in Node.js.

                              +
                            • +
                            • Although the latest version of Node.js fully supports ES2015 features, we still need to transpile client-side code to cater to older browsers. This again involves a build step.

                              +
                            • +
                            +

                            So the basic idea is we will be using webpack to bundle our app for both client and server - the server bundle will be required by the server and used for SSR, while the client bundle is sent to the browser to hydrate the static markup.

                            +

                            architecture

                            +

                            We will discuss the details of the setup in later sections - for now, let's just assume we've got the build setup figured out and we can write our Vue app code with webpack enabled.

                            +

                            Code Structure with webpack

                            +

                            Now that we are using webpack to process the app for both server and client, the majority of our source code can be written in a universal fashion, with access to all the webpack-powered features. At the same time, there are a number of things you should keep in mind when writing universal code.

                            +

                            A simple project would look like this:

                            +
                            src
                            +├── components
                            +│   ├── Foo.vue
                            +│   ├── Bar.vue
                            +│   └── Baz.vue
                            +├── App.vue
                            +├── app.js # universal entry
                            +├── entry-client.js # runs in browser only
                            +└── entry-server.js # runs on server only
                            +
                            +

                            app.js

                            +

                            app.js is the universal entry to our app. In a client-only app, we would create the root Vue instance right in this file and mount directly to DOM. However, for SSR that responsibility is moved into the client-only entry file. app.js simply exports a createApp function:

                            +
                            import Vue from 'vue'
                            +import App from './App.vue'
                            +
                            +// export a factory function for creating fresh app, router and store
                            +// instances
                            +export function createApp () {
                            +  const app = new Vue({
                            +    // the root instance simply renders the App component.
                            +    render: h => h(App)
                            +  })
                            +  return { app }
                            +}
                            +
                            +

                            entry-client.js:

                            +

                            The client entry simply creates the app and mounts it to the DOM:

                            +
                            import { createApp } from './app'
                            +
                            +// client-specific bootstrapping logic...
                            +
                            +const { app } = createApp()
                            +
                            +// this assumes App.vue template root element has `id="app"`
                            +app.$mount('#app')
                            +
                            +

                            entry-server.js:

                            +

                            The server entry uses a default export which is a function that can be called repeatedly for each render. At this moment, it doesn't do much other than creating and returning the app instance - but later we will perform server-side route matching and data pre-fetching logic here.

                            +
                            import { createApp } from './app'
                            +
                            +export default context => {
                            +  const { app } = createApp()
                            +  return app
                            +}
                            +
                            + + +
                            + +
                            +
                            +
                            + +

                            results matching ""

                            +
                              + +
                              +
                              + +

                              No results matching ""

                              + +
                              +
                              +
                              + +
                              +
                              + + +
                              + + +
                              + + + + + + + + + + + + + + +
                              + + +
                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/en/universal.html b/en/universal.html new file mode 100644 index 00000000..0ac04895 --- /dev/null +++ b/en/universal.html @@ -0,0 +1,649 @@ + + + + + + + Writing Universal Code · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                              +
                              + + + + + + + + +
                              + +
                              + +
                              + + + + + + + + + +
                              +
                              + +
                              +
                              + +
                              + +

                              Writing Universal Code

                              +

                              Before going further, let's take a moment to discuss the constraints when writing "universal" code - that is, code that runs on both the server and the client. Due to use case and platform API differences, the behavior of our code will not be exactly the same when running in different environments. Here we will go over the key things you need to be aware of.

                              +

                              Data Reactivity on the Server

                              +

                              In a client-only app, every user will be using a fresh instance of the app in their browser. For server-side rendering we want the same: each request should have a fresh, isolated app instance so that there is no cross-request state pollution.

                              +

                              Because the actual rendering process needs to be deterministic, we will also be "pre-fetching" data on the server - this means our application state will be already resolved when we start rendering. This means data reactivity is unnecessary on the server, so it is disabled by default. Disabling data reactivity also avoids the performance cost of converting data into reactive objects.

                              +

                              Component Lifecycle Hooks

                              +

                              Since there are no dynamic updates, of all the lifecycle hooks, only beforeCreate and created will be called during SSR. This means any code inside other lifecycle hooks such as beforeMount or mounted will only be executed on the client.

                              +

                              Another thing to note is that you should avoid code that produces global side effects in beforeCreate and created, for example setting up timers with setInterval. In client-side only code we may setup a timer and then tear it down in beforeDestroy or destroyed. However, because the destroy hooks will not be called during SSR, the timers will stay around forever. To avoid this, move your side-effect code into beforeMount or mounted instead.

                              +

                              Access to Platform-Specific APIs

                              +

                              Universal code cannot assume access to platform-specific APIs, so if your code directly uses browser-only globals like window or document, they will throw errors when executed in Node.js, and vice-versa.

                              +

                              For tasks shared between server and client but use different platform APIs, it's recommended to wrap the platform-specific implementations inside a universal API, or use libraries that do this for you. For example, axios is an HTTP client that exposes the same API for both server and client.

                              +

                              For browser-only APIs, the common approach is to lazily access them inside client-only lifecycle hooks.

                              +

                              Note that if a 3rd party library is not written with universal usage in mind, it could be tricky to integrate it into an server-rendered app. You might be able to get it working by mocking some of the globals, but it would be hacky and may interfere with the environment detection code of other libraries.

                              +

                              Custom Directives

                              +

                              Most custom directives directly manipulate the DOM, and therefore will cause error during SSR. There are two ways to work around this:

                              +
                                +
                              1. Prefer using components as the abstraction mechanism and work at the Virtual-DOM level (e.g. using render functions) instead.

                                +
                              2. +
                              3. If you have a custom directive that cannot be easily replaced by components, you can provide a "server-side version" of it using the directives option when creating the server renderer.

                                +
                              4. +
                              + + +
                              + +
                              +
                              +
                              + +

                              results matching ""

                              +
                                + +
                                +
                                + +

                                No results matching ""

                                + +
                                +
                                +
                                + +
                                +
                                + + +
                                + + +
                                + + + + + + + + + + + + + + +
                                + + +
                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/api.html b/fr/api.html new file mode 100644 index 00000000..d22a773e --- /dev/null +++ b/fr/api.html @@ -0,0 +1,836 @@ + + + + + + + Référence de l'API · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                +
                                + + + + + + + + +
                                + +
                                + +
                                + + + + + + + + + +
                                +
                                + +
                                +
                                + +
                                + +

                                Référence de l'API

                                +

                                createRenderer([options])

                                +

                                Crée une instance de Renderer avec des options optionnelles.

                                +
                                const { createRenderer } = require('vue-server-renderer')
                                +const renderer = createRenderer({ ... })
                                +
                                +

                                createBundleRenderer(bundle[, options])

                                +

                                Crée une instance de BundleRenderer avec un paquetage serveur et des options optionnelles.

                                +
                                const { createBundleRenderer } = require('vue-server-renderer')
                                +const renderer = createBundleRenderer(serverBundle, { ... })
                                +
                                +

                                L'argument serverBundle peut être l'un des éléments suivants :

                                +
                                  +
                                • Un chemin absolu pour générer un fichier de paquetage (.js ou .json). Doit commencer par / pour être considéré comme un chemin de fichier.

                                  +
                                • +
                                • Un objet de paquetage généré par webpack + vue-server-renderer/server-plugin.

                                  +
                                • +
                                • Une chaine de caractères de code JavaScript (non recommandé).

                                  +
                                • +
                                +

                                Voyez l'Introduction au moteur de dépaquetage et la Configuration de précompilation pour plus de détails.

                                +

                                Class: Renderer

                                +
                                  +
                                • renderer.renderToString(vm[, context, callback]): ?Promise<string>

                                  +

                                  Fait le rendu d'une instance de Vue sous forme de chaine de caractères. L'objet de contexte est optionnel. La fonction de rappel est une fonction de rappel typique de Node.js avec en premier argument l'erreur potentielle et en second argument la chaine de caractères du rendu.

                                  +

                                  Dans la 2.5.0+, la fonction de rappel est également optionnelle. Quand aucune fonction de rappel n'est fournie, la méthode retourne une promesse résolue avec le HTML rendu.

                                  +
                                • +
                                • renderer.renderToStream(vm[, context]): stream.Readable

                                  +

                                  Fait le rendu d'une instance de Vue sous forme de flux Node.js. L'objet de contexte est optionnel. Voir l'Envoi par flux pour plus de détails.

                                  +
                                • +
                                +

                                Class: BundleRenderer

                                +
                                  +
                                • bundleRenderer.renderToString([context, callback]): ?Promise<string>

                                  +

                                  Fait le rendu d'un paquetage sous forme de chaine de caractères. L'objet de contexte est optionnel. La fonction de rappel est une fonction de rappel typique de Node.js avec en premier argument l'erreur potentielle et en second argument la chaine de caractères du rendu.

                                  +

                                  Dans la 2.5.0+, la fonction de rappel est également optionnelle. Quand aucune fonction de rappel n'est fournie, la méthode retourne une promesse résolue avec le HTML rendu.

                                  +
                                • +
                                • bundleRenderer.renderToStream([context]): stream.Readable

                                  +

                                  Fait le rendu d'un paquetage sous forme de flux Node.js. L'objet de contexte est optionnel. Voir l'Envoi par flux pour plus de détails.

                                  +
                                • +
                                +

                                Options de Renderer

                                +
                                  +
                                • template

                                  +

                                  Fournit un modèle de page pour la page HTML complète. Le modèle de page devrait contenir en commentaire <!--vue-ssr-outlet--> qui permet de définir l'emplacement du contenu de chaque rendu de l'application.

                                  +

                                  Le modèle de page supporte également l'interpolation basique en utilisant le contexte du rendu :

                                  +
                                    +
                                  • utilisez les doubles moustaches pour de l'interpolation avec HTML échappé et
                                  • +
                                  • utilisez les triples moustaches pour de l'interpolation avec HTML non échappé.
                                  • +
                                  +

                                  Le modèle de page injecte automatiquement le contenu quand certaines données sont trouvées dans le contexte du rendu :

                                  +
                                    +
                                  • context.head: (string) n'importe quelle balise d'entête qui devrait être injectée dans la balise <head> de la page.

                                    +
                                  • +
                                  • context.styles: (string) n'importe quelle CSS qui devrait être injectée dans la balise <head> de la page. Notez que cette propriété va automatiquement être injectée si vous utilisez vue-loader + vue-style-loader pour la CSS de vos composants.

                                    +
                                  • +
                                  • context.state: (Object) L'état initial du store Vuex devrait être injecté dans la page sous la variable window.__INITIAL_STATE__. Le JSON en ligne est automatiquement désinfecté avec serialize-javascript pour éviter les injections XSS.

                                    +

                                    Dans la 2.5.0+, les scripts injectés sont automatiquement retirés en mode production.

                                    +
                                  • +
                                  +

                                  En plus, quand clientManifest est fourni, le modèle de page injecte automatiquement les éléments suivants :

                                  +
                                    +
                                  • JavaScript client et fichiers CSS nécessaires pour le rendu (avec les fragments asynchrones automatiquement déduits),
                                  • +
                                  • utilisation optimale des cibles de ressources <link rel="preload/prefetch"> pour le rendu de la page.
                                  • +
                                  +

                                  Vous pouvez désactiver toutes ces injections en passant inject: false au moteur de rendu.

                                  +

                                  Voir également :

                                  + +
                                • +
                                • clientManifest

                                  +
                                    +
                                  • 2.3.0+
                                  • +
                                  +

                                  Fournit un objet de build de manifeste généré par vue-server-renderer/client-plugin. Le manifeste client fournit le paquetage de moteur de rendu avec ses propres informations pour l'injection automatique de fichiers dans le modèle de page HTML. Pour plus de détails, consultez Générer le clientManifest.

                                  +
                                • +
                                • inject

                                  +
                                    +
                                  • 2.3.0+
                                  • +
                                  +

                                  Contrôle la manière d'exécuter des injections automatiques en utilisant template. Par défaut à true.

                                  +

                                  Voir aussi : Injection manuelle des fichiers.

                                  +
                                • +
                                • shouldPreload

                                  +
                                    +
                                  • 2.3.0+
                                  • +
                                  +

                                  Une fonction pour contrôler quels fichiers doivent avoir les cibles de ressource <link rel="preload"> de générées.

                                  +

                                  Par défaut, seuls les fichiers JavaScript et les fichiers CSS seront préchargés, car ils sont absolument nécessaires pour le démarrage de l'application.

                                  +

                                  Pour les autres types de fichiers comme les images et les polices, le préchargement pouvant gâcher de la bande passante inutilement et même baisser les performances, cela est laissé à votre appréciation. Vous pouvez contrôler précisément le préchargement en utilisant l'option shouldPreload :

                                  +
                                  const renderer = createBundleRenderer(bundle, {
                                  +  template,
                                  +  clientManifest,
                                  +  shouldPreload: (file, type) => {
                                  +    // le type est déduit en se basant sur l'extension du fichier.
                                  +    // https://fetch.spec.whatwg.org/#concept-request-destination
                                  +    if (type === 'script' || type === 'style') {
                                  +      return true
                                  +    }
                                  +    if (type === 'font') {
                                  +      // précharger uniquement les polices woff2
                                  +      return /\.woff2$/.test(file)
                                  +    }
                                  +    if (type === 'image') {
                                  +      // charger uniquement les images importantes
                                  +      return file === 'hero.jpg'
                                  +    }
                                  +  }
                                  +})
                                  +
                                  +
                                • +
                                • shouldPrefetch

                                  +
                                    +
                                  • 2.5.0+
                                  • +
                                  +

                                  Une fonction pour contrôler quels fichiers devraient avoir la cible de ressource <link rel="prefetch"> générée.

                                  +

                                  Par défaut, toutes les ressources sont des morceaux asynchrones qui vont être préchargées du fait que se sont des directives de basse priorité. Cependant vous pouvez personnaliser ce qui est préchargé afin d'avoir un meilleur contrôle sur l'utilisation de la bande passante. Cette option utilise une déclaration de fonction identique à celle de shouldPreload.

                                  +
                                • +
                                • runInNewContext

                                  +
                                    +
                                  • 2.3.0+
                                  • +
                                  • seulement utilisée avec createBundleRenderer
                                  • +
                                  • Requiert : boolean | 'once' ('once' est seulement supporté dans la 2.3.1+)
                                  • +
                                  +

                                  Par défaut, pour chaque rendu, le moteur de dépaquetage va créer un nouveau contexte V8 et réexécuter le paquetage complet. Cela a plusieurs bénéfices, par exemple, isoler le code de l'application des processus du serveur ce qui permet d'Éviter les singletons d'état mentionnés dans la documentation. Cependant, ce mode a des couts de performance importants car réexécuter le paquetage est quelque chose de couteux, surtout quand l'application est grosse.

                                  +

                                  Cette option est par défaut à true pour la rétrocompatibilité, mais il est recommandé d'utiliser runInNewContext: false ou runInNewContext: 'once' si vous le pouvez.

                                  +
                                  +

                                  Dans la 2.3.0 cette option a un bogue car runInNewContext: false exécute toujours le paquetage en utilisant un contexte global séparé. Les informations suivantes sont donc valables pour la version 2.3.1+.

                                  +
                                  +

                                  Avec runInNewContext: false, le code de paquetage va tourner dans le même contexte global du processus serveur, donc faites attention au code qui modifie global dans le code de votre application.

                                  +

                                  Avec runInNewContext: 'once' (2.3.1+), le paquetage est évalué dans un contexte global séparé, cependant cela n'est effectué qu'au démarrage. Cela permet une meilleure isolation du code de l'application puisqu'il empêche le paquetage d'accidentellement polluer l'objet global du processus serveur. Les limitations sont les suivantes :

                                  +
                                    +
                                  1. Les dépendances qui modifient l'objet global (ex. polyfills) ne peuvent être externalisées dans ce mode,
                                  2. +
                                  3. Les valeurs retournées lors de l'exécution du paquetage utiliseront des constructeurs globaux différents. Par ex. une erreur levée à l'intérieur du paquetage ne sera pas une instance de Error dans le processus serveur.
                                  4. +
                                  +

                                  Voir aussi : Structure de code

                                  +
                                • +
                                • basedir

                                  +
                                    +
                                  • 2.2.0+
                                  • +
                                  • seulement utilisée avec createBundleRenderer
                                  • +
                                  +

                                  Déclarer explicitement le dossier de base du paquetage serveur afin de résoudre les dépendances node_modules. Cela est nécessaire si le fichier de paquetage généré est placé à un endroit différent de là où les dépendances externes npm sont installées, ou si vue-server-renderer est lié à npm dans votre projet courant.

                                  +
                                • +
                                • cache

                                  +

                                  Fournit une implémentation de Mise en cache au niveau du composant. L'objet de cache doit implémenter l'interface suivante (utilisation des notations Flow) :

                                  +
                                  type RenderCache = {
                                  +  get: (key: string, cb?: Function) => string | void;
                                  +  set: (key: string, val: string) => void;
                                  +  has?: (key: string, cb?: Function) => boolean | void;
                                  +};
                                  +
                                  +

                                  Une utilisation typique est de passer un objet de mise en cache qui supprime l'objet le plus récemment utilisé :

                                  +
                                  const LRU = require('lru-cache')
                                  +
                                  +const renderer = createRenderer({
                                  +  cache: LRU({
                                  +    max: 10000
                                  +  })
                                  +})
                                  +
                                  +

                                  Notez que cet objet de mise en cache doit au moins implémenter get et set. De plus get et set peuvent être optionnellement asynchrones s'ils acceptent en second argument une fonction de rappel. Cela permet à la mise en cache d'utiliser des APIs. Par ex. un client Redis :

                                  +
                                  const renderer = createRenderer({
                                  +  cache: {
                                  +    get: (key, cb) => {
                                  +      redisClient.get(key, (err, res) => {
                                  +        // gérer les erreurs s'il y en a
                                  +        cb(res)
                                  +      })
                                  +    },
                                  +    set: (key, val) => {
                                  +      redisClient.set(key, val)
                                  +    }
                                  +  }
                                  +})
                                  +
                                  +
                                • +
                                • directives

                                  +

                                  Vous permet de fournir des implémentations côté serveur pour vos directives personnalisées :

                                  +
                                  const renderer = createRenderer({
                                  +  directives: {
                                  +    example (vnode, directiveMeta) {
                                  +      // transformer les vnode en directive de liaison de metadata
                                  +    }
                                  +  }
                                  +})
                                  +
                                  +

                                  Consultez l'implémentation de v-show côté serveur en tant qu'exemple.

                                  +
                                • +
                                +

                                Plugins webpack

                                +

                                Les pluging webpack sont fournis en fichiers autonomes et devraient être requis en direct :

                                +
                                const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                +
                                +

                                Les fichiers générés par défaut sont :

                                +
                                  +
                                • vue-ssr-server-bundle.json pour le plugin serveur,
                                • +
                                • vue-ssr-client-manifest.json pour le plugin client.
                                • +
                                +

                                Les noms de fichiers peuvent être personnalisés lors de la création des instances des plugins :

                                +
                                const plugin = new VueSSRServerPlugin({
                                +  filename: 'my-server-bundle.json'
                                +})
                                +
                                +

                                Voir la Configuration de précompilation pour plus d'informations.

                                + + +
                                + +
                                +
                                +
                                + +

                                results matching ""

                                +
                                  + +
                                  +
                                  + +

                                  No results matching ""

                                  + +
                                  +
                                  +
                                  + +
                                  +
                                  + + +
                                  + + +
                                  + + + + + + + + + + + + + + +
                                  + + +
                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/basic.html b/fr/basic.html new file mode 100644 index 00000000..49d1753e --- /dev/null +++ b/fr/basic.html @@ -0,0 +1,755 @@ + + + + + + + Utilisation de base · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                  +
                                  + + + + + + + + +
                                  + +
                                  + +
                                  + + + + + + + + + +
                                  +
                                  + +
                                  +
                                  + +
                                  + +

                                  Utilisation de base

                                  +

                                  Installation

                                  +
                                  npm install vue vue-server-renderer --save
                                  +
                                  +

                                  Nous allons utiliser npm tout au long de ce guide, n'hésitez pas à utiliser Yarn à la place.

                                  +

                                  Notes

                                  +
                                    +
                                  • Il est recommandé d'utiliser une version 6 ou supérieur de Node.js
                                  • +
                                  • vue-server-renderer et vue doivent utiliser des numéros de version identiques.
                                  • +
                                  • vue-server-renderer utilise plusieurs modules Node.js natifs fournis uniquement par Node.js. Nous fournirons une version exécutable qui pourra tourner sur les autres moteurs JavaScript dans le futur.
                                  • +
                                  +

                                  Faire le rendu d'une instance de Vue

                                  +
                                  // Étape 1 : créer une instance de Vue
                                  +const Vue = require('vue')
                                  +const app = new Vue({
                                  +  template: `<div>Hello World</div>`
                                  +})
                                  +
                                  +// Étape 2 : créer un moteur de rendu
                                  +const renderer = require('vue-server-renderer').createRenderer()
                                  +
                                  +// Étape 3 : faire le rendu de l'instance en HTML
                                  +renderer.renderToString(app, (err, html) => {
                                  +  if (err) throw err
                                  +  console.log(html)
                                  +  // => <div data-server-rendered="true">Hello World</div>
                                  +})
                                  +
                                  +// Dans la 2.5.0+, retourne une promesse si aucune fonction de rappel n'est passée :
                                  +renderer.renderToString(app).then(html => {
                                  +  console.log(html)
                                  +}).catch(err => {
                                  +  console.error(err)
                                  +})
                                  +
                                  +

                                  Intégration avec un serveur

                                  +

                                  Il est plus simple d'utiliser le code précédent avec un serveur Node.js, par exemple Express :

                                  +
                                  npm install express --save
                                  +
                                  +
                                  +
                                  const Vue = require('vue')
                                  +const server = require('express')()
                                  +const renderer = require('vue-server-renderer').createRenderer()
                                  +
                                  +server.get('*', (req, res) => {
                                  +  const app = new Vue({
                                  +    data: {
                                  +      url: req.url
                                  +    },
                                  +    template: `<div>L'URL visité est : {{ url }}</div>`
                                  +  })
                                  +
                                  +  renderer.renderToString(app, (err, html) => {
                                  +    if (err) {
                                  +      res.status(500).end('Erreur interne du serveur')
                                  +      return
                                  +    }
                                  +    res.end(`
                                  +      <!DOCTYPE html>
                                  +      <html lang="en">
                                  +        <head><title>Bonjour</title></head>
                                  +        <body>${html}</body>
                                  +      </html>
                                  +    `)
                                  +  })
                                  +})
                                  +
                                  +server.listen(8080)
                                  +
                                  +

                                  Utiliser un modèle de page

                                  +

                                  Quand vous faites le rendu d'une application Vue, le moteur de rendu fournit uniquement les balises de votre application. Dans cet exemple, nous allons ajouter de part et d'autre la structure HTML nécessaire à toutes pages.

                                  +

                                  Le plus simple est de directement fournir un modèle de page lors de la création du moteur de rendu. La plupart du temps, nous allons mettre le modèle de page dans son propre fichier. Par ex. index.template.html :

                                  +
                                  <!DOCTYPE html>
                                  +<html lang="en">
                                  +  <head><title>Bonjour</title></head>
                                  +  <body>
                                  +    <!--vue-ssr-outlet-->
                                  +  </body>
                                  +</html>
                                  +
                                  +

                                  Notez que le commentaire <!--vue-ssr-outlet--> représente la zone où les balises de votre application vont être injectées.

                                  +

                                  Nous allons ensuite lire et passer le contenu du fichier au générateur de rendu de Vue :

                                  +
                                  const renderer = createRenderer({
                                  +  template: require('fs').readFileSync('./index.template.html', 'utf-8')
                                  +})
                                  +
                                  +renderer.renderToString(app, (err, html) => {
                                  +  console.log(html) // sera la page complète avec le contenu de l'application injecté.
                                  +})
                                  +
                                  +

                                  Interpolation dans le modèle de page

                                  +

                                  Le modèle de page supporte également une interpolation simple. Avec le modèle de page suivant :

                                  +
                                  <html>
                                  +  <head>
                                  +    <!-- utilisation de la double moustache pour l'interpolation avec HTML échappé -->
                                  +    <title>{{ title }}</title>
                                  +
                                  +    <!-- utilisation de la triple moustache pour l'interpolation du HTML -->
                                  +    {{{ meta }}}
                                  +  </head>
                                  +  <body>
                                  +    <!--vue-ssr-outlet-->
                                  +  </body>
                                  +</html>
                                  +
                                  +

                                  Nous pouvons fournir les données d'interpolation suivantes à travers un « objet de contexte de rendu » en tant que second argument de renderToString :

                                  +
                                  const context = {
                                  +  title: 'Bonjour',
                                  +  meta: `
                                  +    <meta ...>
                                  +    <meta ...>
                                  +  `
                                  +}
                                  +
                                  +renderer.renderToString(app, context, (err, html) => {
                                  +  // le titre de la page sera « Bonjour »
                                  +  // avec les balises `<meta>` injectées
                                  +})
                                  +
                                  +

                                  L'objet context peut également être partagé avec l'instance de l'application de Vue, permettant aux composants de dynamiquement fournir des données pour l'interpolation du modèle de page.

                                  +

                                  De plus, le modèle de page supporte des fonctionnalités avancées comme :

                                  +
                                    +
                                  • l'injection automatique de CSS critique lors de l'utilisation de composants *.vue,
                                  • +
                                  • l'injection automatique de balises <link> avec l'utilisation de clientManifest,
                                  • +
                                  • l'injection automatique de l'état de Vuex pour l'hydratation cliente avec prévention XSS.
                                  • +
                                  +

                                  Nous discuterons de cela quand nous introduirons ces concepts plus tard dans le guide.

                                  + + +
                                  + +
                                  +
                                  +
                                  + +

                                  results matching ""

                                  +
                                    + +
                                    +
                                    + +

                                    No results matching ""

                                    + +
                                    +
                                    +
                                    + +
                                    +
                                    + + +
                                    + + +
                                    + + + + + + + + + + + + + + +
                                    + + +
                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/build-config.html b/fr/build-config.html new file mode 100644 index 00000000..49c2c1e0 --- /dev/null +++ b/fr/build-config.html @@ -0,0 +1,810 @@ + + + + + + + Configuration de précompilation · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                    +
                                    + + + + + + + + +
                                    + +
                                    + +
                                    + + + + + + + + + +
                                    +
                                    + +
                                    +
                                    + +
                                    + +

                                    Configuration de précompilation

                                    +

                                    Nous allons supposez que vous savez déjà comment configurer webpack pour un projet uniquement client. La configuration pour un projet avec du SSR va être en grande partie similaire, mais nous vous suggérons de séparer vos configurations en trois fichiers : base, client et server. La configuration de base contient la configuration partagée par les deux environnements, comme les chemins de sortie, les aliases et les loaders. La configuration du serveur et la configuration du client peuvent simplement étendre la configuration de base en utilisant webpack-merge.

                                    +

                                    Configuration serveur

                                    +

                                    La configuration serveur est destinée à générer le paquetage serveur qui va être passé à createBundleRenderer. Elle devrait ressembler à cela :

                                    +
                                    const merge = require('webpack-merge')
                                    +const nodeExternals = require('webpack-node-externals')
                                    +const baseConfig = require('./webpack.base.config.js')
                                    +const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                    +
                                    +module.exports = merge(baseConfig, {
                                    +  // Fichier d'entrée serveur de l'application
                                    +  entry: '/path/to/entry-server.js',
                                    +
                                    +  // Cela permet à webpack de gérer les imports dynamiques d'une manière
                                    +  // approprié pour Node.js, et dit également à `vue-loader` d'émettre un code approprié pour le serveur
                                    +  // lors de la compilation du composant Vue.
                                    +  target: 'node',
                                    +
                                    +  // Pour le support des sources maps des paquetages
                                    +  devtool: 'source-map',
                                    +
                                    +  // Cela dit au paquetage serveur d'utiliser les exports au format Node.js
                                    +  output: {
                                    +    libraryTarget: 'commonjs2'
                                    +  },
                                    +
                                    +  // https://webpack.js.org/configuration/externals/#function
                                    +  // https://github.com/liady/webpack-node-externals
                                    +  // Externalise les dépendances de l'application. Cela rend le build serveur plus rapide
                                    +  // et génère un fichier de paquetage plus petit.
                                    +  externals: nodeExternals({
                                    +    // ne pas externaliser les dépendances qui ont besoin d'être traitées par webpack.
                                    +    // vous pouvez ajouter plus de types de fichiers ici, comme par ex. avec les fichiers `*.vue`
                                    +    // vous devriez aussi lister des exceptions qui modifient `global` (par ex. les polyfills)
                                    +    whitelist: /\.css$/
                                    +  }),
                                    +
                                    +  // Ceci est le plugin qui va créer entièrement la sortie pour le build serveur
                                    +  // dans un seul fichier JSON. Le fichier généré par défaut va être
                                    +  // `vue-ssr-server-bundle.json`
                                    +  plugins: [
                                    +    new VueSSRServerPlugin()
                                    +  ]
                                    +})
                                    +
                                    +

                                    Après que vue-ssr-server-bundle.json ai été généré, passez simplement le chemin du fichier à createBundleRenderer :

                                    +
                                    const { createBundleRenderer } = require('vue-server-renderer')
                                    +const renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {
                                    +  // ...autres options pour le moteur
                                    +})
                                    +
                                    +

                                    Vous pouvez alternativement tout aussi bien passer le paquetage comme un objet à createBundleRenderer. Cela est utile pour le rechargement à chaud pendant le développement. Voyez la démo de HackerNews pour une référence de mise en place.

                                    +

                                    Limitations externes

                                    +

                                    Notons que dans l'option externals nous avons exclu les fichiers CSS. C'est parce que les fichiers CSS importés par dépendances doivent quand même être gérés par webpack. Si vous importez n'importe quels autres types de fichiers également pris en charge par webpack (ex : *.vue, *.styl), vous pouvez également les ajouter à la liste des exceptions.

                                    +

                                    Si vous utilisez runInNewContext: 'once' ou runInNewContext: true, alors vous devrez également ajouter aux exceptions les polyfills qui modifient global comme par ex. babel-polyfill. Cela est dû au fait qu'en utilisant un nouveau mode de contexte, le code à l'intérieur d'un paquetage serveur a son propre objet global. Parce qu'il n'est plus nécessaire de faire cela côté serveur en utilisant Node.js 7.6+, c'est d'autant plus facile de ne les importer que côté client.

                                    +

                                    Configuration cliente

                                    +

                                    La configuration cliente peut être en grande partie la même grâce à la configuration de base. Bien sûr vous devez faire pointer entry sur votre fichier d'entrée client. En plus de cela, si vous utilisez le plugin CommonsChunkPlugin, assurez-vous de ne l'utiliser que dans la configuration cliente car le paquetage serveur requiert un unique fragment d'entrée.

                                    +

                                    Générer le clientManifest

                                    +
                                    +

                                    requiert la version 2.3.0+

                                    +
                                    +

                                    En plus du paquetage serveur, nous pouvons également générer un build de manifeste client. Avec le manifeste client et le paquetage serveur, le moteur a maintenant les informations du build serveur et du build client, ainsi il peut automatiquement déduire et injecter les directives préchargées et récupérées ainsi que les balises <link> / <script> dans le rendu HTML.

                                    +

                                    Les bénéfices sont doubles :

                                    +
                                      +
                                    1. Il peut remplacer le plugin html-webpack-plugin pour l'injection correcte d'URL de fichiers quand il y a des hashs dans les noms de fichier générés.

                                      +
                                    2. +
                                    3. Lors du rendu d'un paquetage qui s'appuie sur les fonctionnalités de scission de code à la demande de webpack, nous pouvons être assurés que les fragments optimaux sont préchargés / récupérés, et que les balises <script> des fragments asynchrones nécessaires pour éviter la cascade de requête depuis le client sont intelligemment injectées. Cela améliore le TTI (« time-to-interactive »).

                                      +
                                    4. +
                                    +

                                    Pour tirer parti du manifeste client, la configuration cliente devrait ressembler à ça :

                                    +
                                    const webpack = require('webpack')
                                    +const merge = require('webpack-merge')
                                    +const baseConfig = require('./webpack.base.config.js')
                                    +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                    +
                                    +module.exports = merge(baseConfig, {
                                    +  entry: '/path/to/entry-client.js',
                                    +  plugins: [
                                    +    // Important : cela scinde l'exécution de webpack en un fragment maitre
                                    +    // et des fragments asynchrones qui peuvent être injectés juste après lui.
                                    +    // cela permet également une meilleure mise en cache pour vos codes d'applications tierces.
                                    +    new webpack.optimize.CommonsChunkPlugin({
                                    +      name: "manifest",
                                    +      minChunks: Infinity
                                    +    }),
                                    +    // Ce plugin génère le fichier `vue-ssr-client-manifest.json` dans
                                    +    // le dossier de sortie.
                                    +    new VueSSRClientPlugin()
                                    +  ]
                                    +})
                                    +
                                    +

                                    Vous pouvez même utiliser le manifeste client généré conjointement avec un template de page :

                                    +
                                    const { createBundleRenderer } = require('vue-server-renderer')
                                    +
                                    +const template = require('fs').readFileSync('/path/to/template.html', 'utf-8')
                                    +const serverBundle = require('/path/to/vue-ssr-server-bundle.json')
                                    +const clientManifest = require('/path/to/vue-ssr-client-manifest.json')
                                    +
                                    +const renderer = createBundleRenderer(serverBundle, {
                                    +  template,
                                    +  clientManifest
                                    +})
                                    +
                                    +

                                    Avec cette mise en place, votre rendu HTML côté serveur pour un build avec scission de code va ressembler à quelque chose comme ci-dessous (tout étant auto-injecté) :

                                    +
                                    <html>
                                    +  <head>
                                    +    <!-- les fragments utilisés pour ce rendu vont être préchargés -->
                                    +    <link rel="preload" href="/manifest.js" as="script">
                                    +    <link rel="preload" href="/main.js" as="script">
                                    +    <link rel="preload" href="/0.js" as="script">
                                    +    <!-- les fragments asynchrones non utilisés vont seulement être récupérés (priorité basse) -->
                                    +    <link rel="prefetch" href="/1.js" as="script">
                                    +  </head>
                                    +  <body>
                                    +    <!-- contenu de l'application -->
                                    +    <div data-server-rendered="true"><div>async</div></div>
                                    +    <!-- le fragment du manifeste devrait être le premier -->
                                    +    <script src="/manifest.js"></script>
                                    +    <!-- les fragments asynchrones sont injectés avant le fragment principal -->
                                    +    <script src="/0.js"></script>
                                    +    <script src="/main.js"></script>
                                    +  </body>
                                    +</html>`
                                    +
                                    +

                                    Injection manuelle des fichiers

                                    +

                                    Par défaut, l'injection des fichiers est automatique quand vous fournissez l'option de rendu template. Mais parfois vous aurez besoin d'une granularité de contrôle plus fine en ce qui concerne la manière dont les templates seront injectés, ou peut-être que vous n'utiliserez pas de template du tout. Dans tous les cas, vous pouvez passer inject: false quand le moteur est créé et manuellement réaliser l'injection des fichiers.

                                    +

                                    Dans la fonction de rappel de renderToString, l'objet context que vous passez va exposer les méthodes suivantes :

                                    +
                                      +
                                    • context.renderStyles()

                                      +

                                      Cela va retourner une balise <style> contenant tout le CSS critique récupéré dans les composants *.vue et utilisés durant le rendu. Consultez Gestion des CSS pour plus de détails.

                                      +

                                      Si un clientManifest est fourni, la chaine retournée va également contenir la balise <link rel="stylesheet"> pour les fichiers CSS émis par webpack (ex: CSS extrait avec extract-text-webpack-plugin ou importés avec file-loader)

                                      +
                                    • +
                                    • context.renderState(options?: Object)

                                      +

                                      Cette méthode sérialise context.state et retourne une balise script qui contient l'état avec window.__INITIAL_STATE__.

                                      +

                                      La clé et la valeur de l'état peuvent être toutes les deux passées dans l'objet d'option :

                                      +
                                      context.renderState({
                                      +  contextKey: 'myCustomState',
                                      +  windowKey: '__MY_STATE__'
                                      +})
                                      +
                                      +// -> <script>window.__MY_STATE__={...}</script>
                                      +
                                      +
                                    • +
                                    • context.renderScripts()

                                      +
                                        +
                                      • requiert clientManifest
                                      • +
                                      +

                                      Cette méthode retourne la balise <script> nécessaire pour que l'application cliente puisse démarrer. Lors de l'utilisation de la scission de code asynchrone dans le code de l'application, cette méthode va intelligemment trouver les fragments asynchrones corrects à inclure.

                                      +
                                    • +
                                    • context.renderResourceHints()

                                      +
                                        +
                                      • requiert clientManifest
                                      • +
                                      +

                                      Cette méthode retourne les balises <link rel="preload/prefetch"> nécessaires au rendu optimisé de la page. Par défaut ce sera :

                                      +
                                        +
                                      • Préchargement (récupération et exécution) des fichiers JavaScript et CSS requis par la page,
                                      • +
                                      • Récupération asynchrone des fragments JavaScript qui seront nécessaires plus tard.
                                      • +
                                      +

                                      Les fichiers préchargés peuvent être personnalisés plus en profondeur avec l'option shouldPreload.

                                      +
                                    • +
                                    • context.getPreloadFiles()

                                      +
                                        +
                                      • requiert clientManifest
                                      • +
                                      +

                                      Cette méthode ne retourne pas de chaine de caractère. À la place elle retourne un tableau d'objets représentant les fichiers qui devraient être préchargés. Cela peut-être utilisé pour programmatiquement réaliser de l'augmentation serveur HTTP/2.

                                      +
                                    • +
                                    +

                                    Puisque le template passé à createBundleRenderer va être interpolé en utilisant le context, vous pouvez utiliser ces méthodes à l’intérieur de celui-ci (with inject: false) :

                                    +
                                    <html>
                                    +  <head>
                                    +    <!-- utiliser les triples moustaches pour une interpolation sans HTML -->
                                    +    {{{ renderResourceHints() }}}
                                    +    {{{ renderStyles() }}}
                                    +  </head>
                                    +  <body>
                                    +    <!--vue-ssr-outlet-->
                                    +    {{{ renderState() }}}
                                    +    {{{ renderScripts() }}}
                                    +  </body>
                                    +</html>
                                    +
                                    +

                                    Si vous n'utilisez pas template du tout, vous pouvez concaténer les chaines vous-mêmes.

                                    + + +
                                    + +
                                    +
                                    +
                                    + +

                                    results matching ""

                                    +
                                      + +
                                      +
                                      + +

                                      No results matching ""

                                      + +
                                      +
                                      +
                                      + +
                                      +
                                      + + +
                                      + + +
                                      + + + + + + + + + + + + + + +
                                      + + +
                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/bundle-renderer.html b/fr/bundle-renderer.html new file mode 100644 index 00000000..ccf09e64 --- /dev/null +++ b/fr/bundle-renderer.html @@ -0,0 +1,669 @@ + + + + + + + Introduction au moteur de dépaquetage · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                      +
                                      + + + + + + + + +
                                      + +
                                      + +
                                      + + + + + + + + + +
                                      +
                                      + +
                                      +
                                      + +
                                      + +

                                      Introduction au moteur de dépaquetage

                                      +

                                      Problèmes basiques du SSR

                                      +

                                      À ce point, nous supposons que le code empaqueté côté serveur sera directement utilisé via require :

                                      +
                                      const createApp = require('/path/to/built-server-bundle.js')
                                      +
                                      +

                                      Même si c'est simple, à chaque fois que vous éditez votre code source à ce stade, vous devez stopper et redémarrer votre serveur. Cela ralentit quelque peu la productivité pendant le développement. De plus, Node.js ne supporte pas les sources maps nativement.

                                      +

                                      Le moteur de dépaquetage

                                      +

                                      vue-server-renderer fournit une API appelée createBundleRenderer pour résoudre ce problème. Avec un plugin webpack personnalisé, le paquetage (« bundle ») serveur est généré comme un fichier JSON spécial qui peut être passé au moteur de dépaquetage (« bundle renderer »). Une fois que le moteur de dépaquetage est créé, l'usage est le même qu'un moteur de rendu, cependant le moteur de dépaquetage fournit les bénéfices suivants :

                                      +
                                        +
                                      • Support des sources maps inclus (avec devtool: 'source-map' dans la configuration de webpack)

                                        +
                                      • +
                                      • Rechargement à chaud pendant la phase de développement et même de déploiement (en relisant le paquetage mis à jour et en recréant l'instance du moteur)

                                        +
                                      • +
                                      • Injection CSS critique (en utilisant les fichiers *.vue) : insérer automatiquement dans la sortie le CSS nécessaire pour les composants pendant le rendu. Voir la section CSS pour plus de détails.

                                        +
                                      • +
                                      • Injection de fragments avec clientManifest : déduire automatiquement le préchargement et la récupération des directives, et les fragments scindés requis pour le rendu initial.

                                        +
                                      • +
                                      +
                                      +

                                      Nous allons discuter de la manière de configurer webpack pour générer les artéfacts de build nécessaires au moteur de dépaquetage dans la prochaine section, mais pour le moment, imaginons que nous ayons déjà ce dont nous avons besoin. Voici comment créer et utiliser un moteur de dépaquetage :

                                      +
                                      const { createBundleRenderer } = require('vue-server-renderer')
                                      +
                                      +const renderer = createBundleRenderer(serverBundle, {
                                      +  runInNewContext: false, // recommandé
                                      +  template, // (optionnel) page de template
                                      +  clientManifest // (optionnel) manifeste de build client
                                      +})
                                      +
                                      +// à l'intérieur du gestionnaire serveur...
                                      +server.get('*', (req, res) => {
                                      +  const context = { url: req.url }
                                      +  // Pas besoin de passer l'application ici car elle est automatiquement créée
                                      +  // à l'exécution du paquetage. Maintenant notre serveur est découplé de notre application Vue !
                                      +  renderer.renderToString(context, (err, html) => {
                                      +    // gérer les erreurs...
                                      +    res.end(html)
                                      +  })
                                      +})
                                      +
                                      +

                                      Quand renderToString est appelé sur le moteur de dépaquetage, il va automatiquement exécuté la fonction exportée par le paquetage pour créer une instance de l'application (en passant context comme argument) puis va en faire le rendu.

                                      +

                                      Notons qu'il est recommandé de mettre l'option runInNewContext à false ou à 'once'. Plus de détails dans la référence de l'API.

                                      + + +
                                      + +
                                      +
                                      +
                                      + +

                                      results matching ""

                                      +
                                        + +
                                        +
                                        + +

                                        No results matching ""

                                        + +
                                        +
                                        +
                                        + +
                                        +
                                        + + +
                                        + + +
                                        + + + + + + + + + + + + + + +
                                        + + +
                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/caching.html b/fr/caching.html new file mode 100644 index 00000000..2281e5d9 --- /dev/null +++ b/fr/caching.html @@ -0,0 +1,694 @@ + + + + + + + Mise en cache · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                        +
                                        + + + + + + + + +
                                        + +
                                        + +
                                        + + + + + + + + + +
                                        +
                                        + +
                                        +
                                        + +
                                        + +

                                        Mise en cache

                                        +

                                        Même si le SSR de Vue est très rapide, il ne peut égaler les performances d'un rendu utilisant une chaine de caractères pure du fait du cout de la création des instances de composants et des nœuds du DOM virtuel. Dans le cas où les performances du SSR seraient critiques, il est conseillé d'utiliser une stratégie de mise en cache pour améliorer significativement le temps de réponse et réduire la charge du serveur.

                                        +

                                        Mise en cache au niveau de la page

                                        +

                                        Une application de rendu côté serveur est, dans la plupart des cas, liée à des données externes. Donc le contenu est dynamique par nature et ne peut pas être mis en cache pour des périodes étendues. Cependant, si le contenu n'est pas spécifique à un utilisateur (c.-à-d. qu'un même URL rend toujours un même contenu indépendamment des utilisateurs), nous pouvons mettre en place une stratégie appelée micro-caching pour améliorer significativement la capacité de notre application à prendre en charge un fort trafic.

                                        +

                                        Ceci est habituellement fait au niveau de la couche nginx, mais nous pouvons également l'implémenter en Node.js :

                                        +
                                        const microCache = LRU({
                                        +  max: 100,
                                        +  maxAge: 1000 // Important : les entrées expirent après une seconde.
                                        +})
                                        +
                                        +const isCacheable = req => {
                                        +  // implémentation d'un algorithme pour définir si une requête est spécifique à un utilisateur.
                                        +  // seules les pages non spécifiques à un utilisateur peuvent être mises en cache
                                        +}
                                        +
                                        +server.get('*', (req, res) => {
                                        +  const cacheable = isCacheable(req)
                                        +  if (cacheable) {
                                        +    const hit = microCache.get(req.url)
                                        +    if (hit) {
                                        +      return res.end(hit)
                                        +    }
                                        +  }
                                        +
                                        +  renderer.renderToString((err, html) => {
                                        +    res.end(html)
                                        +    if (cacheable) {
                                        +      microCache.set(req.url, html)
                                        +    }
                                        +  })
                                        +})
                                        +
                                        +

                                        Parce que le composant est mis en cache pour seulement une seconde, les utilisateurs ne verront pas le contenu déjà périmé. Cependant, cela signifie que le serveur a besoin de faire un rendu complet une seule fois par seconde pour chaque page mise en cache.

                                        +

                                        Mise en cache au niveau du composant

                                        +

                                        vue-server-renderer a un support intégré pour la mise en cache de composant. Pour l'activer, vous avez besoin d'une implémentation de mise en cache quand vous créez le moteur de rendu. L'usage courant est de passer un objet de mise en cache qui supprime l'objet le plus récemment utilisé :

                                        +
                                        const LRU = require('lru-cache')
                                        +
                                        +const renderer = createRenderer({
                                        +  cache: LRU({
                                        +    max: 10000,
                                        +    maxAge: ...
                                        +  })
                                        +})
                                        +
                                        +

                                        Vous pouvez aussi implémenter une mise en cache de composant avec une fonction serverCacheKey :

                                        +
                                        export default {
                                        +  name: 'item', // requis
                                        +  props: ['item'],
                                        +  serverCacheKey: props => props.item.id,
                                        +  render (h) {
                                        +    return h('div', this.item.id)
                                        +  }
                                        +}
                                        +
                                        +

                                        Notez que ce composant pouvant être mis en cache doit aussi définir une option name unique. Avec un nom unique, la clé de mise en cache est effective par composant : vous n'avez donc pas besoin de vous préoccuper de deux composants qui retourneraient la même clé.

                                        +

                                        La clé retournée par serverCacheKey devrait contenir suffisamment d'informations pour représenter tous les résultats de rendu. L'exemple ci-dessus est une bonne implémentation si le résultat du rendu est uniquement déterminé par props.item.id. Cependant, si un élément avec le même identifiant change à chaque fois, ou si son rendu est lié au changement d'une autre prop, alors vous devez modifier votre implémentation serverCacheKey pour prendre en compte ces variables.

                                        +

                                        Retourner une constante va mener le composant à toujours être en cache, ce qui peut être une bonne chose pour les composants statiques.

                                        +

                                        Quand utiliser de la mise en cache de composant ?

                                        +

                                        Si le moteur de rendu trouve du cache pour un composant durant le rendu, il va directement utiliser ce cache comme résultat pour le sous-arbre de composant complet. Cela signifie qu'il ne faut PAS mettre en cache un composant quand :

                                        +
                                          +
                                        • Il possède des composants enfants liés à l'état global.
                                        • +
                                        • Il possède des composants enfants qui produisent des effets de bord sur le rendu de context.
                                        • +
                                        +

                                        La mise en cache de composant doit donc être utilisée avec soin pour éviter les goulots d'étranglement de performance. Dans la plupart des cas, vous n'en aurez pas besoin et donc pas besoin de mettre en cache les instances de composants. Les types de composants les plus communs pour de la mise en cache sont ceux utilisant de grosses listes v-for. Comme ces composants sont généralement alimentés par des collections de bases de données, ils peuvent utiliser une simple stratégie de mise en cache : générer leur clé de mise en cache en utilisant leur unique identifiant associé à un timestamp mis à jour :

                                        +
                                        serverCacheKey: props => props.item.id + '::' + props.item.last_updated
                                        +
                                        + + +
                                        + +
                                        +
                                        +
                                        + +

                                        results matching ""

                                        +
                                          + +
                                          +
                                          + +

                                          No results matching ""

                                          + +
                                          +
                                          +
                                          + +
                                          +
                                          + + +
                                          + + +
                                          + + + + + + + + + + + + + + +
                                          + + +
                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/css.html b/fr/css.html new file mode 100644 index 00000000..b6113748 --- /dev/null +++ b/fr/css.html @@ -0,0 +1,730 @@ + + + + + + + Gestion des CSS · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                          +
                                          + + + + + + + + +
                                          + +
                                          + +
                                          + + + + + + + + + +
                                          +
                                          + +
                                          +
                                          + +
                                          + +

                                          Gestion des CSS

                                          +

                                          La gestion recommandée pour l'utilisation des CSS est de simplement utiliser une balise <style> à l'intérieur d'un fichier de composant monopage *.vue. Cela permet :

                                          +
                                            +
                                          • une sortie CSS limitée au composant,
                                          • +
                                          • la possibilité d'utiliser des préprocesseurs ou PostCSS,
                                          • +
                                          • le rechargement à chaud pendant le développement.
                                          • +
                                          +

                                          Plus important encore, vue-style-loader, le loader utilisé en interne par vue-loader, a plusieurs fonctionnalités pour le rendu côté serveur :

                                          +
                                            +
                                          • Expérience de création universelle côté client et côté serveur.

                                            +
                                          • +
                                          • Création automatique de CSS critique lors de l'utilisation de bundleRenderer.

                                            +

                                            S'il est utilisé pendant le rendu côté serveur, un composant CSS peut être récupéré et injecté dans la source HTML (automatiquement pris en charge avec l'option template). Côté client, quand le composant est utilisé pour la première fois, vue-style-loader va vérifier s'il n'y a pas déjà une sortie CSS dans la source HTML pour ce composant ; sinon, le CSS va être automatiquement injecté via une balise <style>.

                                            +
                                          • +
                                          • Extraction de CSS commun.

                                            +

                                            Cette mise en place supporte extract-text-webpack-plugin pour extraire le CSS du fragment principal en un fichier CSS séparé (automatiquement injecté avec l'option template), ce qui permet au fichier d'être mis en cache individuellement. Cela est recommandé quand il y a beaucoup de CSS partagés.

                                            +

                                            Les CSS a l'intérieur des composants asynchrones vont être compilés en tant que chaine de caractères JavaScript et pris en charge par vue-style-loader.

                                            +
                                          • +
                                          +

                                          Activer l'extraction CSS

                                          +

                                          Pour extraire le CSS des fichiers *.vue, utilisez l'option extractCSS du vue-loader (requiert vue-loader 12.0.0+) :

                                          +
                                          // webpack.config.js
                                          +const ExtractTextPlugin = require('extract-text-webpack-plugin')
                                          +
                                          +// L'extraction CSS devrait uniquement être activée en production
                                          +// ainsi vous pourriez utiliser le rechargement à chaud pendant le développement.
                                          +const isProduction = process.env.NODE_ENV === 'production'
                                          +
                                          +module.exports = {
                                          +  // ...
                                          +  module: {
                                          +    rules: [
                                          +      {
                                          +        test: /\.vue$/,
                                          +        loader: 'vue-loader',
                                          +        options: {
                                          +          // activer l'extraction CSS
                                          +          extractCSS: isProduction
                                          +        }
                                          +      },
                                          +      // ...
                                          +    ]
                                          +  },
                                          +  plugins: isProduction
                                          +    // assurez-vous d'avoir ajouté le plugin !
                                          +    ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]
                                          +    : []
                                          +}
                                          +
                                          +

                                          Notez que la configuration ci-dessus est uniquement appliquée pour les styles en provenance des fichiers *.vue, mais vous pouvez toujours utiliser <style src="./foo.css"> pour importer des CSS externes dans des composants Vue.

                                          +

                                          Si vous souhaitez importer des CSS depuis le JavaScript, par ex. avec import 'foo.css', vous aurez besoin de configurer les loaders appropriés :

                                          +
                                          module.exports = {
                                          +  // ...
                                          +  module: {
                                          +    rules: [
                                          +      {
                                          +        test: /\.css$/,
                                          +        // important : utilisez `vue-style-loader` à la place de `style-loader`
                                          +        use: isProduction
                                          +          ? ExtractTextPlugin.extract({
                                          +              use: 'css-loader',
                                          +              fallback: 'vue-style-loader'
                                          +            })
                                          +          : ['vue-style-loader', 'css-loader']
                                          +      }
                                          +    ]
                                          +  },
                                          +  // ...
                                          +}
                                          +
                                          +

                                          Importer des styles depuis les dépendances

                                          +

                                          Quelques choses que vous devez prendre en note quand vous importez des CSS depuis des dépendances npm :

                                          +
                                            +
                                          1. Ils ne devraient pas être externalisés dans un build serveur.

                                            +
                                          2. +
                                          3. Si vous utilisez de l'extraction CSS + de l'extraction de CSS tierce avec CommonsChunkPlugin, extract-text-webpack-plugin va mal fonctionner si le CSS extrait est à l'intérieur d'un extrait de fragment tiers. Pour résoudre cela, évitez d'inclure des fichiers CSS dans un fragment tiers. Voici un exemple de configuration côté client avec webpack :

                                            +
                                            module.exports = {
                                            + // ...
                                            + plugins: [
                                            +   // il est normal d'extraire un fragment tiers pour une meilleure mise en cache.
                                            +   new webpack.optimize.CommonsChunkPlugin({
                                            +     name: 'vendor',
                                            +     minChunks: function (module) {
                                            +       // un module est extrait dans un fragment tiers puis...
                                            +       return (
                                            +         // s'il est a l'intérieur d'un dossier node_modules
                                            +         /node_modules/.test(module.context) &&
                                            +         // ne pas l'externaliser si la requête est un fichier CSS
                                            +         !/\.css$/.test(module.request)
                                            +       )
                                            +     }
                                            +   }),
                                            +   // extraction de l'exécuteur et du manifeste webpack
                                            +   new webpack.optimize.CommonsChunkPlugin({
                                            +     name: 'manifest'
                                            +   }),
                                            +   // ...
                                            + ]
                                            +}
                                            +
                                            +
                                          4. +
                                          + + +
                                          + +
                                          +
                                          +
                                          + +

                                          results matching ""

                                          +
                                            + +
                                            +
                                            + +

                                            No results matching ""

                                            + +
                                            +
                                            +
                                            + +
                                            +
                                            + + +
                                            + + +
                                            + + + + + + + + + + + + + + +
                                            + + +
                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/data.html b/fr/data.html new file mode 100644 index 00000000..2794432e --- /dev/null +++ b/fr/data.html @@ -0,0 +1,900 @@ + + + + + + + Récupération de données et état · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                            +
                                            + + + + + + + + +
                                            + +
                                            + +
                                            + + + + + + + + + +
                                            +
                                            + +
                                            +
                                            + +
                                            + +

                                            Récupération de données et état

                                            +

                                            Gestionnaire d'état des données

                                            +

                                            Pendant le SSR, nous allons essentiellement faire le rendu d'un « instantané » de notre application, aussi si votre application est liée à des données asynchrones, ces données vont devoir être préchargées et résolues avant de débuter la phase de rendu.

                                            +

                                            Un autre point important côté client ; les mêmes données doivent être disponibles avant que l'application ne soit montée, autrement, l'application côté client va faire le rendu d'un état différent et l'hydratation va échouer.

                                            +

                                            Pour résoudre cela, les données préchargées doivent vivre en dehors de la vue du composant, dans un gestionnaire de données, ou dans un « gestionnaire d'état ». Côté serveur, nous pouvons précharger et remplir les données dans le gestionnaire de données avant le rendu. De plus, nous allons sérialiser et injecter l'état dans le HTML. Le gestionnaire de données côté client pourra directement récupérer l'état depuis le HTML avant que l'application ne soit montée.

                                            +

                                            Nous allons utiliser le gestionnaire d'état officiel (« store ») de la bibliothèque Vuex pour cette partie. Créons un fichier store.js, avec divers jeux de logique pour précharger un élément en nous basant sur un identifiant :

                                            +
                                            // store.js
                                            +import Vue from 'vue'
                                            +import Vuex from 'vuex'
                                            +
                                            +Vue.use(Vuex)
                                            +
                                            +// Supposons que nous ayons une API universelle retournant
                                            +// des Promesses (« Promise ») et ignorons les détails de l'implémentation
                                            +import { fetchItem } from './api'
                                            +
                                            +export function createStore () {
                                            +  return new Vuex.Store({
                                            +    state: {
                                            +      items: {}
                                            +    },
                                            +    actions: {
                                            +      fetchItem ({ commit }, id) {
                                            +        // retournant la Promesse via `store.dispatch()`, nous savons
                                            +        // quand les données ont été préchargées
                                            +        return fetchItem(id).then(item => {
                                            +          commit('setItem', { id, item })
                                            +        })
                                            +      }
                                            +    },
                                            +    mutations: {
                                            +      setItem (state, { id, item }) {
                                            +        Vue.set(state.items, id, item)
                                            +      }
                                            +    }
                                            +  })
                                            +}
                                            +
                                            +

                                            Et mettons à jour app.js:

                                            +
                                            // app.js
                                            +import Vue from 'vue'
                                            +import App from './App.vue'
                                            +import { createRouter } from './router'
                                            +import { createStore } from './store'
                                            +import { sync } from 'vuex-router-sync'
                                            +
                                            +export function createApp () {
                                            +  // créer le routeur et l'instance du store
                                            +  const router = createRouter()
                                            +  const store = createStore()
                                            +
                                            +  // synchroniser pour que l'état de la route soit disponible en tant que donnée du store
                                            +  sync(store, router)
                                            +
                                            +  // créer l'instance de l'application, injecter le routeur et le store
                                            +  const app = new Vue({
                                            +    router,
                                            +    store,
                                            +    render: h => h(App)
                                            +  })
                                            +
                                            +  // exposer l'application, le routeur et le store.
                                            +  return { app, router, store }
                                            +}
                                            +
                                            +

                                            Collocation logique avec les composants

                                            +

                                            Donc, où devons-nous appeler le code en charge de l'action de récupération de données ?

                                            +

                                            Les données que nous avons besoin de précharger sont déterminées par la route visitée, qui va aussi déterminer quels composants vont être rendus. En fait, les données nécessaires à une route donnée sont aussi les données nécessaires aux composants pour être rendus pour une route. Aussi il serait naturel de placer la logique de récupération de données à l'intérieur des composants de route.

                                            +

                                            Nous allons exposer une fonction statique personnalisée asyncData sur nos composants de route. Notez que, puisque cette fonction va être appelée avant l'instanciation des composants, l'accès à this ne sera pas possible. Le store et les informations de route ont donc besoin d'être passés en tant qu'arguments :

                                            +
                                            <!-- Item.vue -->
                                            +<template>
                                            +  <div>{{ item.title }}</div>
                                            +</template>
                                            +
                                            +<script>
                                            +export default {
                                            +  asyncData ({ store, route }) {
                                            +    // retourner la Promesse depuis l'action
                                            +    return store.dispatch('fetchItem', route.params.id)
                                            +  },
                                            +
                                            +  computed: {
                                            +    // afficher l'élément depuis l'état du store.
                                            +    item () {
                                            +      return this.$store.state.items[this.$route.params.id]
                                            +    }
                                            +  }
                                            +}
                                            +</script>
                                            +
                                            +

                                            Récupération de données côté serveur

                                            +

                                            Dans entry-server.js nous pouvons obtenir les composants qui concordent avec une route grâce à router.getMatchedComponents(), et appeler asyncData si le composant l'expose. Nous avons ensuite besoin d'attacher l'état résolu au contexte de rendu.

                                            +
                                            // entry-server.js
                                            +import { createApp } from './app'
                                            +
                                            +export default context => {
                                            +  return new Promise((resolve, reject) => {
                                            +    const { app, router, store } = createApp()
                                            +
                                            +    router.push(context.url)
                                            +
                                            +    router.onReady(() => {
                                            +      const matchedComponents = router.getMatchedComponents()
                                            +      if (!matchedComponents.length) {
                                            +        return reject({ code: 404 })
                                            +      }
                                            +
                                            +      // appeler `asyncData()` sur toutes les routes concordantes
                                            +      Promise.all(matchedComponents.map(Component => {
                                            +        if (Component.asyncData) {
                                            +          return Component.asyncData({
                                            +            store,
                                            +            route: router.currentRoute
                                            +          })
                                            +        }
                                            +      })).then(() => {
                                            +        // Après que chaque hook de préchargement soit résolu, notre store est maintenant
                                            +        // rempli avec l'état nécessaire au rendu de l'application.
                                            +        // Quand nous attachons l'état au contexte, et que l'option `template`
                                            +        // est utilisée pour faire le rendu, l'état va automatiquement être
                                            +        // être sérialisé et injecté dans le HTML en tant que `window.__INITIAL_STATE__`.
                                            +        context.state = store.state
                                            +
                                            +        resolve(app)
                                            +      }).catch(reject)
                                            +    }, reject)
                                            +  })
                                            +}
                                            +
                                            +

                                            En utilisant template, context.state va automatiquement être encapsulé dans le HTML final en tant qu'état window.__INITIAL_STATE__. Côté client, le store voudra récupérer cet état avant de monter l'application :

                                            +
                                            // entry-client.js
                                            +
                                            +const { app, router, store } = createApp()
                                            +
                                            +if (window.__INITIAL_STATE__) {
                                            +  store.replaceState(window.__INITIAL_STATE__)
                                            +}
                                            +
                                            +

                                            Récupération de données côté client

                                            +

                                            Côté client, il y a deux différentes approches pour gérer la récupération de données :

                                            +
                                              +
                                            1. Résoudre les données avant de changer de route :

                                              +

                                              Avec cette stratégie, l'application va rester sur la vue courante jusqu'à ce que les données nécessaires à la vue suivante soient résolues. L'avantage est que la vue suivante pourra faire le rendu complet du contenu aussitôt qu'il sera prêt, mais si les données mettent trop de temps à charger, l'utilisateur va se sentir « bloquer » sur la vue courante. C'est pourquoi il est recommandé de fournir un indicateur de chargement si vous utilisez cette stratégie.

                                              +

                                              Nous pouvons implémenter cette stratégie côté client en vérifiant la concordance des composants et en exécutant leurs fonctions asyncData à l'intérieur du hook global du routeur. Notez que nous devrions enregistrer ce hook après que la route initiale ne soit prête et donc il n'est pas nécessaire de précharger de nouveau les données du serveur ayant déjà été préchargées.

                                              +
                                              // entry-client.js
                                              +
                                              +// ...omission du code sans rapport
                                              +
                                              +router.onReady(() => {
                                              + // Ajouter le hook du routeur pour gérer `asyncData`
                                              + // Cela étant fait après la résolution de la route initiale, évitons une double récupération de données
                                              + // des données que nous avons déjà. Utilisation de `router.beforeResolve()`, ainsi tous
                                              + // les composants asynchrones sont résolues.
                                              + router.beforeResolve((to, from, next) => {
                                              +   const matched = router.getMatchedComponents(to)
                                              +   const prevMatched = router.getMatchedComponents(from)
                                              +
                                              +   // nous allons uniquement nous occuper des composants qui n'ont pas déjà été rendus
                                              +   // aussi nous allons les comparer jusqu'à ce que deux éléments concordants diffèrent
                                              +   let diffed = false
                                              +   const activated = matched.filter((c, i) => {
                                              +     return diffed || (diffed = (prevMatched[i] !== c))
                                              +   })
                                              +
                                              +   if (!activated.length) {
                                              +     return next()
                                              +   }
                                              +
                                              +   // c'est ici qu'il faudrait lancer un indicateur de chargement si nous en avions un
                                              +
                                              +   Promise.all(activated.map(c => {
                                              +     if (c.asyncData) {
                                              +       return c.asyncData({ store, route: to })
                                              +     }
                                              +   })).then(() => {
                                              +
                                              +     // arrêt de l'indicateur de chargement
                                              +
                                              +     next()
                                              +   }).catch(next)
                                              + })
                                              +
                                              + app.$mount('#app')
                                              +})
                                              +
                                              +
                                            2. +
                                            3. Récupérer les données après que les vues concordantes soient rendues :

                                              +

                                              Cette stratégie place la logique de récupération de données côté client dans la fonction beforeMount de la vue du composant. Cela permet aux vues de changer instantanément quand un changement de route est enclenché, aussi l'application semblera un peu plus réactive. Cependant, la vue suivante n'aura pas l'intégralité de ses données disponibles lors du rendu. Il est donc nécessaire d'avoir un état de chargement conditionnel pour chaque vue de composant utilisant cette stratégie.

                                              +

                                              Cela peut être réalisé avec un mixin global uniquement côté client :

                                              +
                                              Vue.mixin({
                                              + beforeMount () {
                                              +   const { asyncData } = this.$options
                                              +   if (asyncData) {
                                              +     // assigner une opération de récupération de données à une Promesse
                                              +     // ainsi tout ce que nous devons faire dans un composant est `this.dataPromise.then(...)`
                                              +     // pour exécuter la suite des tâches une fois que les données sont prêtes
                                              +     this.dataPromise = asyncData({
                                              +       store: this.$store,
                                              +       route: this.$route
                                              +     })
                                              +   }
                                              + }
                                              +})
                                              +
                                              +
                                            4. +
                                            +

                                            Les deux stratégies conduisent à une expérience utilisateur singulièrement différente et doivent être choisies en fonction du scénario de l'application que vous construisez. Mais indépendamment de votre choix de stratégie, la fonction asyncData devrait également être appelée quand la route d'un composant est de nouveau utilisée (même route, mais avec des paramètres ou une demande « query » différente comme par ex. avec utilisateur/1 et utilisateur/2). Nous pouvons également réaliser ceci avec un mixin global uniquement côté client.

                                            +
                                            Vue.mixin({
                                            +  beforeRouteUpdate (to, from, next) {
                                            +    const { asyncData } = this.$options
                                            +    if (asyncData) {
                                            +      asyncData({
                                            +        store: this.$store,
                                            +        route: to
                                            +      }).then(next).catch(next)
                                            +    } else {
                                            +      next()
                                            +    }
                                            +  }
                                            +})
                                            +
                                            +

                                            Scission de code du Store

                                            +

                                            Dans une grosse application, notre store Vuex va très probablement être scindé dans de multiples modules. Bien sûr, il est aussi possible de scinder le code de ces modules en fragments correspondant aux routes. Supposons que nous ayons le module store suivant :

                                            +
                                            // store/modules/foo.js
                                            +export default {
                                            +  namespaced: true,
                                            +  // IMPORTANT: l'état doit être une fonction sinon le module ne
                                            +  // pourra pas être instancié de multiples fois
                                            +  state: () => ({
                                            +    count: 0
                                            +  }),
                                            +  actions: {
                                            +    inc: ({ commit }) => commit('inc')
                                            +  },
                                            +  mutations: {
                                            +    inc: state => state.count++
                                            +  }
                                            +}
                                            +
                                            +

                                            Nous pouvons utiliser store.registerModule pour enregistrer ce module à la volée dans le hook asyncData du composant :

                                            +
                                            // inside a route component
                                            +<template>
                                            +  <div>{{ fooCount }}</div>
                                            +</template>
                                            +
                                            +<script>
                                            +// importer le module d'ici et non de `store/index.js`
                                            +import fooStoreModule from '../store/modules/foo'
                                            +
                                            +export default {
                                            +  asyncData ({ store }) {
                                            +    store.registerModule('foo', fooStoreModule)
                                            +    return store.dispatch('foo/inc')
                                            +  },
                                            +
                                            +  // IMPORTANT: il faut éviter le double enregistrement de module côté client
                                            +  // quand la route est visitée plusieurs fois.
                                            +  destroyed () {
                                            +    this.$store.unregisterModule('foo')
                                            +  },
                                            +
                                            +  computed: {
                                            +    fooCount () {
                                            +      return this.$store.state.foo.count
                                            +    }
                                            +  }
                                            +}
                                            +</script>
                                            +
                                            +

                                            Parce que le module est maintenant une dépendance du composant de route, il peut à présent être déplacé dans un fragment de composant de route par webpack.

                                            +
                                            +

                                            Fiou, cela fait pas mal de code ! Cela est dû au fait que le préchargement universel est probablement le problème le plus complexe d'une application avec rendu côté serveur et nous avons posé les bases pour un développement futur plus simple. Maintenant que cette base est mise en place, modifier des composants individuellement sera en fait plutôt agréable.

                                            + + +
                                            + +
                                            +
                                            +
                                            + +

                                            results matching ""

                                            +
                                              + +
                                              +
                                              + +

                                              No results matching ""

                                              + +
                                              +
                                              +
                                              + +
                                              +
                                              + + +
                                              + + +
                                              + + + + + + + + + + + + + + +
                                              + + +
                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/head.html b/fr/head.html new file mode 100644 index 00000000..8c43ed0a --- /dev/null +++ b/fr/head.html @@ -0,0 +1,708 @@ + + + + + + + Gestion des entêtes · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                              +
                                              + + + + + + + + +
                                              + +
                                              + +
                                              + + + + + + + + + +
                                              +
                                              + +
                                              +
                                              + +
                                              + +

                                              Gestion des entêtes

                                              +

                                              Similaire à l'injection de fichier, la gestion des entêtes suit la même idée : nous pouvons dynamiquement attacher des données au rendu context dans le cycle de vie du composant, et interpoler ses données dans le template.

                                              +
                                              +

                                              Dans la version 2.3.2+, vous pouvez directement accéder au contexte SSR du composant via this.$ssrContext. Dans les versions plus anciennes, vous devez injecter manuellement le contexte SSR en le passant à la fonction createApp() et ainsi l'exposer dans $options de l'instance racine — les composants enfants pouvant y accéder via this.$root.$options.ssrContext.

                                              +
                                              +

                                              Nous pouvons écrire un mixin simple pour effectuer la gestion du titre :

                                              +
                                              // title-mixin.js
                                              +
                                              +function getTitle (vm) {
                                              +  // les composants doivent simplement fournir une option `title`
                                              +  // pouvant être soit une chaine de caractères soit une fonction
                                              +  const { title } = vm.$options
                                              +  if (title) {
                                              +    return typeof title === 'function'
                                              +      ? title.call(vm)
                                              +      : title
                                              +  }
                                              +}
                                              +
                                              +const serverTitleMixin = {
                                              +  created () {
                                              +    const title = getTitle(this)
                                              +    if (title) {
                                              +      this.$ssrContext.title = title
                                              +    }
                                              +  }
                                              +}
                                              +
                                              +const clientTitleMixin = {
                                              +  mounted () {
                                              +    const title = getTitle(this)
                                              +    if (title) {
                                              +      document.title = title
                                              +    }
                                              +  }
                                              +}
                                              +
                                              +// `VUE_ENV` peut être injecté avec `webpack.DefinePlugin`
                                              +export default process.env.VUE_ENV === 'server'
                                              +  ? serverTitleMixin
                                              +  : clientTitleMixin
                                              +
                                              +

                                              Maintenant, un composant de route peut être utilisé ainsi pour contrôler le titre du document :

                                              +
                                              // Item.vue
                                              +export default {
                                              +  mixins: [titleMixin],
                                              +  title () {
                                              +    return this.item.title
                                              +  },
                                              +
                                              +  asyncData ({ store, route }) {
                                              +    return store.dispatch('fetchItem', route.params.id)
                                              +  },
                                              +
                                              +  computed: {
                                              +    item () {
                                              +      return this.$store.state.items[this.$route.params.id]
                                              +    }
                                              +  }
                                              +}
                                              +
                                              +

                                              Et passé au moteur de rendu de paquetage dans le template :

                                              +
                                              <html>
                                              +  <head>
                                              +    <title>{{ title }}</title>
                                              +  </head>
                                              +  <body>
                                              +    ...
                                              +  </body>
                                              +</html>
                                              +
                                              +

                                              Notes :

                                              +
                                                +
                                              • Utilisez les doubles moustaches (interpolation de HTML échappé) pour éviter les attaques XSS.

                                                +
                                              • +
                                              • Vous devriez fournir un titre par défaut quand vous créez l'object context au cas ou aucun composant de définisse de titre durant le rendu.

                                                +
                                              • +
                                              +
                                              +

                                              En utilisant la même stratégie, vous pouvez facilement étendre votre mixin en une fonction utilitaire générique de gestion des entêtes.

                                              + + +
                                              + +
                                              +
                                              +
                                              + +

                                              results matching ""

                                              +
                                                + +
                                                +
                                                + +

                                                No results matching ""

                                                + +
                                                +
                                                +
                                                + +
                                                +
                                                + + +
                                                + + +
                                                + + + + + + + + + + + + + + +
                                                + + +
                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/hydration.html b/fr/hydration.html new file mode 100644 index 00000000..bf3f0bad --- /dev/null +++ b/fr/hydration.html @@ -0,0 +1,647 @@ + + + + + + + Hydratation côté client · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                +
                                                + + + + + + + + +
                                                + +
                                                + +
                                                + + + + + + + + + +
                                                +
                                                + +
                                                +
                                                + +
                                                + +

                                                Hydratation côté client

                                                +

                                                L'hydratation fait référence au processus côté client pendant lequel Vue va prendre la main sur le HTML statique envoyé par le serveur et le transformer en un DOM capable de réagir aux changements réactifs des données côté client.

                                                +

                                                Dans entry-client.js, nous montons simplement l'application avec cette ligne :

                                                +
                                                // supposons que l'élément racine du template App.vue possède `id="app"`
                                                +app.$mount('#app')
                                                +
                                                +

                                                Parce que le serveur a déjà fait le rendu des balises, nous ne voulons évidemment pas tout jeter et recréer l'intégralité des éléments du DOM. À la place, nous voulons « hydrater » les balises statiques et les rendre interactives.

                                                +

                                                Si vous inspectez le rendu en sortie côté serveur, vous remarquerez que l'élément racine de l'application a un attribut spécial :

                                                +
                                                <div id="app" data-server-rendered="true">
                                                +
                                                +

                                                L'attribut spécial data-server-rendered permet à Vue, depuis le côté client, de savoir quelle balise a été rendue par le serveur et d'être capable de monter l'application en mode hydratation. Notez que cela n'ajoute pas id="app" mais seulement l'attribut data-server-rendered : vous avez besoin d'ajouter un id ou tout autre sélecteur à l'élément racine de votre application vous-même ou l'application ne s'hydratera pas proprement.

                                                +

                                                En mode développement, Vue va vérifier que le DOM virtuel généré côté client concorde avec la structure du DOM rendu par le serveur. S'il y a non concordance, il va bypasser l'hydratation, retirer le DOM existant et refaire le rendu depuis le début. En mode production, ces vérifications sont désactivées pour des performances maximales.

                                                +

                                                Limitation de l'hydration

                                                +

                                                Une chose qu'il faut savoir est qu'en utilisant un SSR + une hydratation côté client il y a plusieurs structures HTML spéciales qui sont altérées par le navigateur. Par exemple, quand vous écrivez ceci dans un template Vue :

                                                +
                                                <table>
                                                +  <tr><td>salut</td></tr>
                                                +</table>
                                                +
                                                +

                                                Le navigateur va automatiquement injecter <tbody> dans <table>. Le DOM virtuel généré par Vue ne va cependant pas contenir <tbody>, ce qui va causer une non-concordance. Pour assurer une concordance correcte, assurez-vous d'écrire du HTML valide dans vos templates.

                                                + + +
                                                + +
                                                +
                                                +
                                                + +

                                                results matching ""

                                                +
                                                  + +
                                                  +
                                                  + +

                                                  No results matching ""

                                                  + +
                                                  +
                                                  +
                                                  + +
                                                  +
                                                  + + +
                                                  + + +
                                                  + + + + + + + + + + + + + + +
                                                  + + +
                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/index.html b/fr/index.html new file mode 100644 index 00000000..1042aa68 --- /dev/null +++ b/fr/index.html @@ -0,0 +1,662 @@ + + + + + + + Introduction · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                  +
                                                  + + + + + + + + +
                                                  + +
                                                  + +
                                                  + + + + + + + + + +
                                                  +
                                                  + +
                                                  +
                                                  + +
                                                  + +

                                                  Guide du rendu côté serveur avec Vue.js

                                                  +
                                                  +

                                                  Note : Ce guide nécessite les versions de Vue et de ses bibliothèques de support suivantes :

                                                  +
                                                    +
                                                  • vue & vue-server-renderer 2.3.0+
                                                  • +
                                                  • vue-router 2.5.0+
                                                  • +
                                                  • vue-loader 12.0.0+ & vue-style-loader 3.0.0+
                                                  • +
                                                  +

                                                  Si vous avez déjà utilisé le rendu côté serveur (SSR pour Server-Side Rendering) avec Vue 2.2, vous vous apercevrez que la structure de code recommandée est maintenant légèrement différente (avec la nouvelle option runInNewContext mise à false). Votre application devrait continuer à fonctionner, mais il est recommandé de migrer vers les nouvelles recommandations.

                                                  +
                                                  +

                                                  Le rendu côté serveur ou SSR, qu'est-ce que c'est ?

                                                  +

                                                  Vue.js est un framework pour créer des applications côté client. Par défaut, Vue génère en sortie un DOM manipulable dans le navigateur. Il est cependant également possible de faire le rendu des mêmes composants sous forme de chaine de caractères HTML côté serveur, de les envoyer directement au navigateur et d'« hydrater » les balises statiques fournies en une application cliente pleinement interactive.

                                                  +

                                                  Une application Vue.js rendue du côté serveur peut également être considérée comme « isomorphique » ou « universelle », dans le sens où la majorité du code est exécutable côté serveur et côté client.

                                                  +

                                                  Pourquoi faire du SSR ?

                                                  +

                                                  En comparaison des applications monopages traditionnelles (SPA pour Single-Page Application), l'avantage du SSR se manifeste dans :

                                                  +
                                                    +
                                                  • De meilleures optimisations pour les moteurs de recherche (SEO pour Search Engine Optimisations), ainsi les moteurs d'indexation voient directement le rendu complet de la page.

                                                    +

                                                    À noter qu'à présent, Google et Bing savent parfaitement indexer des applications JavaScript synchrones. Synchrone est le mot important ici. Si votre application débute avec une animation de chargement, puis va chercher le contenu via Ajax, l'indexeur n'attendra pas que cette action soit finie. Cela signifie que si vous avez du contenu asynchrone injecté sur des pages où la SEO est importante, du SSR serait nécessaire.

                                                    +
                                                  • +
                                                  • De meilleurs temps d'accès au contenu, en particulier pour les connexions Internet lentes ou les appareils lents. Le rendu des balises côté serveur n'a pas besoin d'attendre le chargement de tous les fichiers JavaScript pour que le code soit exécuté en vue d'être affiché. Ainsi votre utilisateur verra apparaitre une page complètement rendue très tôt. Cela conduit généralement à une meilleure expérience utilisateur, ce qui peut-être critique pour les applications où le temps d'accès au contenu est directement lié au taux de conversion.

                                                    +
                                                  • +
                                                  +

                                                  Il y a aussi des contraintes à prendre en considération quand on utilise du SSR :

                                                  +
                                                    +
                                                  • Des contraintes de développement. Le code spécifique aux navigateurs ne peut être utilisé que dans certains hooks ; plusieurs bibliothèques nécessitent une utilisation particulière pour être capables d'être exécutées dans une application côté serveur.

                                                    +
                                                  • +
                                                  • Plus d'étapes de précompilation et de déploiement requises. Contrairement à une SPA qui peut être déployée sur un serveur de fichiers statiques, une application rendue côté serveur nécessite un environnement où un serveur Node.js peut tourner.

                                                    +
                                                  • +
                                                  • Plus de charge côté serveur. Faire le rendu d'une application complète en Node.js est évidemment une tâche demandant plus de ressources CPU que de simplement renvoyer des fichiers statiques. Aussi si vous vous attendez à un fort trafic, préparez-vous un serveur tenant la charge et utilisez astucieusement des stratégies de mise en cache.

                                                    +
                                                  • +
                                                  +

                                                  Avant d'utiliser du SSR pour vos applications, la première question que vous devriez vous poser est si vous en avez réellement besoin. Cela dépendra de l'importance du temps d'accès au contenu pour votre application. Par exemple, si vous créez une interface d'administration avec un chargement initial de quelques secondes, cela n'a pas d'importance ; du SSR n'aurait pas de pertinence dans ce cas. Cependant, dans le cas où l'accès au contenu est une priorité absolue, du SSR peut vous aider à obtenir les meilleures performances de chargement initial.

                                                  +

                                                  Rendu côté serveur vs. pré-rendu

                                                  +

                                                  Si vous envisagez d'utiliser du SSR seulement pour améliorer votre SEO sur des pages informatives à valeur ajoutée (par ex. /, /about, /contact, etc.), alors vous devriez plutôt utiliser du pré-rendu. Plutôt que d'utiliser un serveur web pour compiler le HTML en temps réel, faites le simple pré-rendu de vos pages statiques en HTML pour des routes bien spécifiques lors d'une phase de précompilation. L'avantage est que faire du pré-rendu est plus simple et vous permet de garder un site avec une partie cliente statique.

                                                  +

                                                  Si vous utilisez webpack, vous pouvez facilement ajouter du pré-rendu avec le plugin prerender-spa-plugin. Il a particulièrement bien été testé avec des applications Vue (en fait, son créateur est lui-même un membre de l'équipe principale de Vue).

                                                  +

                                                  À propos de ce guide

                                                  +

                                                  Ce guide est dédié au rendu côté serveur des applications monopages utilisant Node.js en tant que serveur web. Utiliser le SSR de Vue avec une autre configuration serveur est un sujet brièvement abordé dans une section dédiée.

                                                  +

                                                  Ce guide va réellement entrer dans le détail et présuppose que vous êtes déjà familiarisé avec Vue.js et que vous avez un niveau de connaissance correcte concernant Node.js et webpack. Si vous préférez une solution de haut niveau fournissant une expérience de développement prête à l'emploi, vous devriez probablement essayer Nuxt.js. Il est construit par-dessus l'écosystème de Vue et vous fournit des éléments préconçus ainsi que des fonctionnalités supplémentaires pour générer des sites web statiques. Il ne vous conviendra cependant pas si vous souhaitez avoir un contrôle plus direct sur la structure de votre application. Dans tous les cas, il reste toujours intéressant de parcourir ce guide pour mieux comprendre comment chaque élément fonctionne avec le reste.

                                                  +

                                                  Au fil de votre lecture, il peut être intéressant également de vous référer à la démo HackerNews qui utilise bon nombre des techniques expliquées dans ce guide.

                                                  +

                                                  Pour finir, notez que les solutions de ce guide ne sont pas définitives. Nous avons trouvé que cela fonctionnait bien pour nous, mais cela ne veut pas dire qu'il n'y a pas d'améliorations à faire. Nous pourrons les réviser dans le futur. N'hésitez donc pas à y contribuer en soumettant des pull requests !

                                                  + + +
                                                  + +
                                                  +
                                                  +
                                                  + +

                                                  results matching ""

                                                  +
                                                    + +
                                                    +
                                                    + +

                                                    No results matching ""

                                                    + +
                                                    +
                                                    +
                                                    + +
                                                    +
                                                    + + +
                                                    + + +
                                                    + + + + + + + + + + +
                                                    + + +
                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/non-node.html b/fr/non-node.html new file mode 100644 index 00000000..f9c2a341 --- /dev/null +++ b/fr/non-node.html @@ -0,0 +1,660 @@ + + + + + + + Utilisation dans des environnements autres que Node.js · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                    +
                                                    + + + + + + + + +
                                                    + +
                                                    + +
                                                    + + + + + + + + + +
                                                    +
                                                    + +
                                                    +
                                                    + +
                                                    + +

                                                    Utilisation dans des environnements autres que Node.js

                                                    +

                                                    Le build par défaut de vue-server-renderer est créé pour fonctionner dans un environnement Node.js, ce qui le rend inutilisable pour des environnements comme PHP V8Js ou Oracle Nashorn. Dans la 2.5+, nous avons ajouté un build dans vue-server-renderer/basic.js qui est très largement agnostique en matière d'environnement, le rendant utilisable dans les environnements mentionnés précédemment.

                                                    +

                                                    Pour les deux environnements, il est nécessaire de d'abord préparer l'environnement en simulant les objets global et process avec process.env.VUE_ENV mis à "server" et process.env.NODE_ENV mis à "development" ou "production".

                                                    +

                                                    Dans Nashorn, il serait également nécessaire de fournir un polyfill pour les Promise ou setTimeout en utilisant les compteurs natifs Java.

                                                    +

                                                    Exemple d'utilisation avec V8Js :

                                                    +
                                                    <?php
                                                    +$vue_source = file_get_contents('/path/to/vue.js');
                                                    +$renderer_source = file_get_contents('/path/to/vue-server-renderer/basic.js');
                                                    +$app_source = file_get_contents('/path/to/app.js');
                                                    +
                                                    +$v8 = new V8Js();
                                                    +
                                                    +$v8->executeString('var process = { env: { VUE_ENV: "server", NODE_ENV: "production" }}; this.global = { process: process };');
                                                    +$v8->executeString($vue_source);
                                                    +$v8->executeString($renderer_source);
                                                    +$v8->executeString($app_source);
                                                    +?>
                                                    +
                                                    +
                                                    +
                                                    // app.js
                                                    +var vm = new Vue({
                                                    +  template: `<div>{{ msg }}</div>`,
                                                    +  data: {
                                                    +    msg: 'bonjour'
                                                    +  }
                                                    +})
                                                    +
                                                    +// exposé par `vue-server-renderer/basic.js`
                                                    +renderVueComponentToString(vm, (err, res) => {
                                                    +  print(res)
                                                    +})
                                                    +
                                                    + + +
                                                    + +
                                                    +
                                                    +
                                                    + +

                                                    results matching ""

                                                    +
                                                      + +
                                                      +
                                                      + +

                                                      No results matching ""

                                                      + +
                                                      +
                                                      +
                                                      + +
                                                      +
                                                      + + +
                                                      + + +
                                                      + + + + + + + + + + + + + + +
                                                      + + +
                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/routing.html b/fr/routing.html new file mode 100644 index 00000000..30f936a0 --- /dev/null +++ b/fr/routing.html @@ -0,0 +1,757 @@ + + + + + + + Routage et scission du code · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                      +
                                                      + + + + + + + + +
                                                      + +
                                                      + +
                                                      + + + + + + + + + +
                                                      +
                                                      + +
                                                      +
                                                      + +
                                                      + +

                                                      Routage et scission du code

                                                      +

                                                      Routage avec vue-router

                                                      +

                                                      Vous avez sans doute remarqué que notre code serveur utilise le handler * qui accepte n'importe quel URL. Cela nous permet de réutiliser la même configuration des routes pour le client et le serveur !

                                                      +

                                                      Il est recommandé d'utiliser le routeur officiel de Vue vue-router. Commençons par créer un fichier où sera créé le routeur. De manière similaire à createApp, nous aurons besoin d'une nouvelle instance du routeur pour chaque requête, donc ce fichier exporte une fonction createRouter :

                                                      +
                                                      // router.js
                                                      +import Vue from 'vue'
                                                      +import Router from 'vue-router'
                                                      +
                                                      +Vue.use(Router)
                                                      +
                                                      +export function createRouter () {
                                                      +  return new Router({
                                                      +    mode: 'history',
                                                      +    routes: [
                                                      +      // ...
                                                      +    ]
                                                      +  })
                                                      +}
                                                      +
                                                      +

                                                      Et modifier app.js :

                                                      +
                                                      // app.js
                                                      +import Vue from 'vue'
                                                      +import App from './App.vue'
                                                      +import { createRouter } from './router'
                                                      +
                                                      +export function createApp () {
                                                      +  // crée l'instance du routeur
                                                      +  const router = createRouter()
                                                      +
                                                      +  const app = new Vue({
                                                      +    // injecte le routeur dans l'instance de Vue
                                                      +    router,
                                                      +    render: h => h(App)
                                                      +  })
                                                      +
                                                      +  // retourne l'application et le routeur
                                                      +  return { app, router }
                                                      +}
                                                      +
                                                      +

                                                      Maintenant, il faut implémenter la logique des routes côté serveur dans entry-server.js :

                                                      +
                                                      // entry-server.js
                                                      +import { createApp } from './app'
                                                      +
                                                      +export default context => {
                                                      +  // vu qu'il peut potentiellement avoir des composants ou des hooks
                                                      +  // de routes asynchrones, on retourne une Promesse (« Promise ») de telle sorte que
                                                      +  // le serveur patiente jusqu'à ce que tout soit prêt pour le rendu.
                                                      +  return new Promise((resolve, reject) => {
                                                      +    const { app, router } = createApp()
                                                      +
                                                      +    // défini la location du routeur serveur
                                                      +    router.push(context.url)
                                                      +
                                                      +    // on attend que le routeur ait terminé de traiter avec les composants et
                                                      +    // hooks asynchrones
                                                      +    router.onReady(() => {
                                                      +      const matchedComponents = router.getMatchedComponents()
                                                      +      // pas de routes correspondantes, on rejette la requête avec une 404
                                                      +      if (!matchedComponents.length) {
                                                      +        return reject({ code: 404 })
                                                      +      }
                                                      +
                                                      +      // la Promise doit résoudre l'instance de l'application qui pourra
                                                      +      // ensuite être rendue
                                                      +      resolve(app)
                                                      +    }, reject)
                                                      +  })
                                                      +}
                                                      +
                                                      +

                                                      En assumant que le bundle serveur soit déjà fait (encore une fois, on ignore l'étape de configuration du build pour l'instant), l'usage de ce bundle ressemblerait à ça :

                                                      +
                                                      // server.js
                                                      +const createApp = require('/path/to/built-server-bundle.js')
                                                      +
                                                      +server.get('*', (req, res) => {
                                                      +  const context = { url: req.url }
                                                      +
                                                      +  createApp(context).then(app => {
                                                      +    renderer.renderToString(app, (err, html) => {
                                                      +      if (err) {
                                                      +        if (err.code === 404) {
                                                      +          res.status(404).end('Page non trouvée')
                                                      +        } else {
                                                      +          res.status(500).end('Erreur interne du serveur')
                                                      +        }
                                                      +      } else {
                                                      +        res.end(html)
                                                      +      }
                                                      +    })
                                                      +  })
                                                      +})
                                                      +
                                                      +

                                                      Scission du code

                                                      +

                                                      La scission du code, ou les parties chargées à la volée de votre application, aide à réduire la quantité de ressources qui a besoin d'être téléchargée par le navigateur pour le rendu initial, et peut grandement améliorer le TTI (time-to-interactive) pour les grosses applications. Le but est de « charger uniquement ce qui est nécessaire » pour l'écran initial.

                                                      +

                                                      Vue permet de créer des composants asynchrones en respectant le concept d'objet de première classe. En les combinant avec le support de webpack 2 pour l'utilisation de l'importation dynamique pour scinder le code, tout ce que vous avez à faire est :

                                                      +
                                                      // changer ça :
                                                      +import Foo from './Foo.vue'
                                                      +
                                                      +// pour ça :
                                                      +const Foo = () => import('./Foo.vue')
                                                      +
                                                      +

                                                      Jusqu'en Vue 2.5, cela fonctionnait pour les composants au niveau des routes. Cependant, avec les améliorations des algorithmes en 2.5+, cela fonctionne maintenant parfaitement partout dans votre application.

                                                      +

                                                      Notez qu'il est toujours nécessaire d'utiliser router.onReady côté client et côté serveur avant le renvoi / le montage de l'application, car le routeur doit résoudre les composants de route asynchrones à l'avance pour correctement déclencher les hooks des composants. Nous avons déjà fait cela dans notre entrée serveur et maintenant nous allons faire de même pour l'entrée cliente :

                                                      +
                                                      // entry-client.js
                                                      +
                                                      +import { createApp } from './app'
                                                      +
                                                      +const { app, router } = createApp()
                                                      +
                                                      +router.onReady(() => {
                                                      +  app.$mount('#app')
                                                      +})
                                                      +
                                                      +

                                                      Un exemple de configuration de route avec des composants asynchrones :

                                                      +
                                                      // router.js
                                                      +import Vue from 'vue'
                                                      +import Router from 'vue-router'
                                                      +
                                                      +Vue.use(Router)
                                                      +
                                                      +export function createRouter () {
                                                      +  return new Router({
                                                      +    mode: 'history',
                                                      +    routes: [
                                                      +      { path: '/', component: () => import('./components/Home.vue') },
                                                      +      { path: '/item/:id', component: () => import('./components/Item.vue') }
                                                      +    ]
                                                      +  })
                                                      +}
                                                      +
                                                      + + +
                                                      + +
                                                      +
                                                      +
                                                      + +

                                                      results matching ""

                                                      +
                                                        + +
                                                        +
                                                        + +

                                                        No results matching ""

                                                        + +
                                                        +
                                                        +
                                                        + +
                                                        +
                                                        + + +
                                                        + + +
                                                        + + + + + + + + + + + + + + +
                                                        + + +
                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/search_index.json b/fr/search_index.json new file mode 100644 index 00000000..bd827d94 --- /dev/null +++ b/fr/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["!","&","(avec","(en","(par","(seo","(spa","(ssr","/,","/about,","/contact,","12.0.0+","2.2,","2.3.0+","2.5.0+","3.0.0+",":",";","?","abordé","absolue,","action","affiché.","aider","ainsi","ajax,","ajout","ajouté","alor","amélior","anim","apercevrez","apparaitr","appareil","applic","application),","application.","applications,","astucieus","asynchron","attendez","au","aussi","autr","aux","avant","avec","avez","avoir","avon","balis","besoin","besoin.","bibliothèqu","bien","bing","bon","brièvement","c'est","ca","cache.","capabl","caractèr","cas,","cas.","ce","cela","cepend","cependant,","certain","cett","chain","chaqu","charg","chargement","chargement,","chercher","client","client.","code","comm","comment","comparaison","compil","complet","complèt","complètement","compos","comprendr","concern","conduit","configur","connaiss","connexion","considér","considéré","construit","contenu","contenu,","continu","contraint","contrair","contribu","contrôl","conversion.","conviendra","correct","cpu","critiqu","créateur","créer","créez","côté","d'accè","d'administr","d'amélior","d'attendr","d'import","d'index","d'une","d'utilis","d'«","d'étape","d'être","dan","de","demand","dessu","devrait","devriez","différent","dire","direct","dom","donc","du","débute","dédié","dédiée.","défaut,","définitives.","déjà","démo","dépendra","déploiement","déployé","détail","développ","développement.","en","engin","entrer","environn","envisagez","envoy","essay","est","et","etc.),","ex.","exemple,","expliqué","expérienc","exécut","exécuté","facil","fair","faire.","fait","fait,","false).","familiarisé","fichier","fil","finie.","finir,","fonctionn","fonctionnait","fonctionnalité","fonctionner,","form","fort","fourni","fourniss","fournit","framework","futur.","garder","googl","guid","guide.","génère","généralement","générer","hackernew","haut","hook","html","hydrat","ici.","il","import","importante,","index","inform","initi","initial.","injecté","interactive.","interfac","internet","introduct","intéress","isomorphiqu","javascript","l'accè","l'avantag","l'emploi,","l'import","l'indexeur","l'écosystèm","l'équip","la","le","lecture,","lent","lents.","lié","loader","lor","lui","légèrement","mai","mainten","majorité","manifest","manipul","meilleur","membr","mieux","migrer","mise","monopag","mot","moteur","même","n'a","n'attendra","n'aurait","n'hésitez","n'i","navigateur","navigateur.","ne","niveau","node.j","nombr","note","noter","notez","nou","nous,","nouvel","nuxt.js.","nécessaire.","nécessit","obtenir","optimis","optimisations),","option","ou","où","pa","page","page.","par","parcourir","parfait","parti","particuli","particulièr","perform","permet","pertin","peut","phase","pleinement","plu","plugin","plugin.","plusieur","plutôt","poser","possibl","pour","pourquoi","pourron","pouvez","premièr","prendr","prerend","principal","priorité","probabl","propo","pré","précompil","précompilation.","préconçu","préférez","préparez","présent,","présuppos","prête","pui","pull","qu'est","qu'il","qu'à","quand","que","quelqu","question","qui","recherch","recommandations.","recommandé","render","rendering)","rendu","rendu.","renvoy","request","requises.","ressourc","rest","reste.","rout","router","runinnewcontext","réel,","réellement","référer","réviser","savent","se","search","secondes,","section","sen","seo","serait","server","serveur","serveur,","serveur.","seulement","si","side","signifi","simpl","simplement","singl","site","soit","solut","son","sont","sorti","sou","souhaitez","soumett","spa","spécifiqu","ssr","ssr,","statiqu","statique.","statiques,","statiques.","stratégi","structur","style","suivant","sujet","supplémentair","support","sur","synchron","synchrones.","tant","taux","techniqu","temp","tenant","testé","tou","toujour","tourner.","traditionnel","trafic,","trouvé","trè","tâche","tôt.","un","universel","utilis","utilisateur","utilisateur,","utilisez","utilisé","va","valeur","ver","verra","version","veut","via","vo","voient","votr","vou","vs.","vue","vue).","vue.j","web","web.","webpack,","webpack.","y","«","»","»,","à","également","élément","été","évidem","ête","être"],"basic.html":["${html}","'bonjour',","'utf","(err)","(err,","(req,","*.vue,","//","1","2","2.5.0+,","3","6","8')",":","=","=>","`","`)","``","`hello","`l'url","ajout","allon","app","applic","application.","argument","au","aucun","automatiqu","autr","aux","avancé","avec","balis","base","bonjour","ce","cela","cet","client","clientmanifest,","code","comm","commentair","complèt","compos","concept","console.error(err)","console.log(html)","const","contenu","context","context,","createrenderer({","critiqu","création","créer","css","d'autr","d'interpol","d'une","d'utilis","dan","data:","de","direct","discuteron","doivent","donné","du","dynamiqu","en","ensuit","err","est","et","ex.","exempl","exemple,","express","exécut","fair","fait","fichier","fichier.","fonction","fonctionnalité","fourni","fournir","fourniron","fournit","futur.","guide,","guide.","générateur","hello","html","html)","identiques.","il","index.template.html","injecté","injecté.","injectées.","instal","instanc","intern","interpol","introduiron","intégrat","javascript","l'applic","l'hydrat","l'inject","l'instanc","l'interpol","l'objet","l'utilis","l'état","la","le","lire","long","lor","meta","meta:","mettr","modul","modèl","moteur","n'est","n'hésitez","natif","new","node.j","node.js,","node.js.","note","notez","nou","npm","numéro","nécessair","objet","ou","où","pa","page","page.","pages.","par","part","partagé","passer","passé","permett","peut","place.","plu","plupart","plus,","plusieur","pour","pourra","pouvon","promess","propr","précédent","prévention","quand","que","qui","rappel","recommandé","render","renderer').createrenderer()","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","rendertostr","rendu","rendu.","représent","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('erreur","retourn","return","save","second","sera","server","server.get('*',","server.listen(8080)","serveur","serveur')","si","simpl","simple.","son","structur","suivant","support","supérieur","sur","tant","tard","template:","temps,","throw","titl","title:","titr","tourner","tout","traver","un","uniqu","url","url:","utilis","version","visité","vont","votr","vou","vue","vue({","vue,","vuex","world","world`","xss.","yarn","zone","{","{{","{{{","}","})","}).catch(err","},","}}","}}`","}}}","«","»","à","également","étape","être"],"universal.html":["(par",":",";","accè","accéder","actuel","ainsi","ainsi,","allon","api","appelé","applic","arrêté","au","aura","aussi","autr","aux","avant","avec","avez","avoir","axio","beforecr","beforedestroy","beforemount","bibliothèqu","bibliothèques.","bord","c'est","capabl","cavali","ce","cela","cela,","cependant,","certain","ceux,","chaqu","chose","client","client,","client.","clé","code","comm","commençon","comport","compos","composants,","connaissance.","continu","contraint","convers","cout","creat","création","cycl","côté","d'abstract","d'aller","d'api","d'applic","d'autr","d'effet","d'encapsul","d'environn","d'une","d'utilis","d'état","d'éviter","d'être","dan","de","destroyed.","deux","devez","devriez","différenc","différent","dire","direct","discut","dispon","dispos","document,","doit","dom","dom,","donc","donné","dont","du","durant","dynamiques,","défaut.","déjà","délicat","déplacez","désactiv","désactivé","détection","déterministe,","ell","en","entr","erreur","est","et","ex.","exact","examin","exclus","exclusif","exclusiv","exemple,","exécuté","facil","fair","façon","foi","fonction","fonctionn","font","fournir","global","globales,","globaux","habituel","hook","http","il","instanc","interfér","inutil","isolée.","jamai","jour","l'applic","l'approch","l'environnement.","l'intégrer","l'objectif","l'on","l'option","l'utilis","l'état","la","le","leur","liée","loin,","lor","lorsqu","lèveront","mai","manipul","mettr","mise","moment","mount","mounted.","mécanism","même","n'est","n'i","navigateur","navigateur,","navigateur.","ne","niveau","node.js,","noter","notez","notr","nou","nouvel","objet","ou","pa","par","partag","partagé","pendant","perform","personnalisé","peut","phase","place","plateform","plateforme,","plateforme.","plateformes,","plu","plupart","point","pollut","pour","pourrait","pouvez","pouvon","prenon","processu","provoqu","précharger","préférer","présent","qu'il","quand","que","qui","raison","recommandé","remplacé","rendu","rendu)","rendu.","requêt","requêtes.","réactifs.","réactivité","s'exécut","selon","sera","serait","seront","serveur","serveur.","setinterval.","seul","seulement","si","signifi","sont","spécifiqu","ssr,","substitu","sur","tel","tierc","timer","tou","tourn","tourner","tout","travail","type","tâche","un","uniqu","universel","universelle,","utilis","utilisateur","utilisera","variabl","versa.","version","vice","vie","vie,","virtuel","vont","votr","vou","voulon","vous.","vu","window","y","«","»","à","écrire","écrit","écrite","également","étant","éternellement.","évite","éviter","être"],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(err,","(req,","(«","//",":","=","=>","`id=\"app\"`","`l'url","actif.","ainsi,","allon","alor","ancien","app","app.","app.$mount('#app')","app.j","app.vu","appelé","applic","application,","application.","attaché","au","aura","aurait","aurion","aussi","autant,","aux","avec","avon","bar.vu","base","base,","baz.vu","beaucoup","besoin","bien","build","build.","bundl","canal","ce","cela","cela,","cepend","cependant,","certain","cett","chaqu","charg","chose","client","client,","client.","client.j","client.js:","code","comm","compon","compos","configuré","considéron","const","construit","context","context.url","contraint","correspond","createapp","createapp()","createapp(context)","createapp:","création","crée","créer","créez","créon","créé","css","côté","d'applic","d'application,","d'autr","d'entré","d'un","d'une","d'état","d'évènements.","dan","data:","de","default","depui","dernièr","devez","devient","devon","direct","discut","discuté","dispos","dom","dom.","donc","données.","du","défaut","démarrag","déplacé","détail","développ","ell","empaquet","en","encor","entr","entri","envoyé","es2015,","est","et","exclusif","exclusiv","export","expos","exécuté","fabriqu","fait","fait,","fichier","fichier,","file","foi","fois.","fonction","fonctionnalité","fonctionnerai","foo.vu","fourni","function","garder","grand","gérer","h","h(app)","habitué","html)","hydrat","il","impliqu","import","instanc","interprété","introduct","intégrer","jusqu'ici,","l'accè","l'applic","l'application,","l'application.","l'attach","l'entré","l'erreur...","l'esprit","l'exempl","l'export","l'idé","l'import","l'inject","l'instanc","l'instant,","l'écritur","l'élément","l'étape","la","le","lieu","lié","loader","loader,","logiqu","lor","mainten","majorité","manièr","mise","modul","module.export","moteur","mémoire.","méthode","même","n'avon","navigateur","navigateur.","navigateurs.","ne","new","node.j","node.js.","nombr","notr","nou","nouveau","nouvel","nécessair","ou","pa","par","parc","partagé","parton","perform","peut","place","pleinement","plu","plusieur","point","pollut","pour","pourrait","pourron","pouvant","pouvon","prendr","prenon","princip","principal","principale.","probabl","processu","processus,","prochain","projet","propr","précompilé","quand","que","qui","quoi","racin","rend","render","render:","renderer.rendertostring(app,","rendu","rendu.","repris","req.url","require('./app')","require('vue')","requêt","requête.","requêtes,","requêtes.","res)","res.end(html)","responsabilité","ressembl","rest","restera","retourn","return","risqu","rout","routeur","routeur,","runinnewcontext:","règle","récupérat","répétée","réservé","s'appliqu","sections.","sera","server.get('*',","server.j","server.js:","serveur","serveur,","serveur.","si","signifi","significatif","similair","simplement","singleton","singleton,","somm","son","sont","sourc","spécifiqu","src","ssr","store","structur","support","surcout","tard","tell","templat","template:","term","toujour","tout","transpil","true","typiqu","un","universel","universel.","universelle,","url","url:","utilis","utilisateur","utiliseron","utilison","utilisé","version","via","visibl","vm","voici","votr","vou","voulon","vu","vue","vue({","vue.","webpack","webpack.","y","{","{{","}","})","},","}}`","»)","à","écrire","écrite","écrivant","éliminé","étape","été","éviter","être","│","└──","├──"],"routing.html":["!","'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(encor","(err)","(err,","(err.cod","(req,","(time","(«","*","...","/","//","2","2.5+,","2.5,","404","404)",":","=","===","=>","[","]","accept","aid","ait","algorithm","allon","amélior","app","app,","app.$mount('#app')","app.j","application,","application.","applications.","assum","asynchron","asynchrones,","attend","au","auron","avant","avec","avez","avoir","avon","besoin","build","bundl","bundle.js')","car","ce","cela","cependant,","changer","chaqu","charger","chargé","classe.","client","client.j","code","code,","code:","combin","commençon","component:","compos","composants.","concept","configur","const","context","correct","correspondantes,","createapp","createapp()","createapp(context).then(app","createapp,","createrout","createrouter()","crée","créer","créé","côté","d'objet","d'une","d'utilis","d'être","dan","de","default","doit","donc","dout","du","dynamiqu","déclencher","défini","déjà","en","ensuit","entri","entré","est","et","exempl","export","fair","fait","faut","fichier","fois,","fonction","fonctionn","fonctionnait","foo","function","grandement","gross","h","h(app)","handler","hook","html)","ignor","il","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","initial,","initial.","inject","instanc","interactive)","intern","jusqu'en","jusqu'à","l'applic","l'application,","l'avanc","l'entré","l'import","l'instanc","l'instant),","l'usag","l'utilis","l'écran","l'étape","la","le","locat","logiqu","mainten","maintenant,","manièr","matchedcompon","mode:","modifi","montag","même","n'import","navigateur","new","niveau","non","notez","notr","nou","nouvel","nécessair","officiel","ou","où","pa","par","parfait","parti","partout","path:","patient","permet","peut","potentiel","pour","pourra","premièr","promess","promis","promise((resolve,","prêt","qu'il","quantité","que","quel","qui","recommandé","reject({","reject)","rejett","remarqué","render:","renderer.rendertostring(app,","rendu","rendu.","renvoi","req.url","require('/path/to/built","requêt","requête,","res)","res.end(html)","res.status(404).end('pag","res.status(500).end('erreur","resolve(app)","respect","ressemblerait","ressourc","retourn","return","rout","routag","router","router'","router({","router,","router.","router.getmatchedcomponents()","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes.","routes:","routeur","routeur.","réduir","résoudr","réutilis","san","scinder","scission","sera","server","server.get('*',","server.j","serveur","serveur')","similair","soit","sort","support","tell","terminé","toujour","tout","traiter","trouvée')","tti","téléchargé","un","uniqu","url.","url:","utilis","volé","votr","vou","vu","vue","vue({","vue.use(router)","webpack","{","}","})","},","«","»","»)","à","ça","être"],"data.html":["!","!==","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(dif","(même","(prevmatched[i]","(state,","(to,","(window.__initial_state__)","({","(«","...omiss","//","0","404",":",";","=","=>","?","`asyncdata()`","`asyncdata`","`router.beforeresolve()`,","`store.dispatch()`,","`store/index.js`","`template`","`this.datapromise.then(...)`","`window.__initial_state__`.","actions:","activ","affich","agréable.","ainsi","ajout","allon","api","app","app,","app.$mount('#app')","app.j","app.js:","appel","appelé","applic","application,","approch","aprè","arrêt","assign","asyncdata","asyncdata({","asynchron","asynchrones,","attachon","au","aussi","aussitôt","automatiqu","autr","autrement,","aux","avant","avec","avion","avon","ayant","ayon","basant","base","beforemount","beforerouteupd","besoin","bibliothèqu","bien","bloquer","c'est","c))","c.asyncdata({","ce","ceci","cela","cela,","cependant,","cet","cett","changement","changer","chaqu","charg","chargement","charger,","choisi","choix","client","client,","client.","client.j","code","code:","colloc","comm","commit","commit('inc')","commit('setitem',","compar","complet","complex","compon","component.asyncdata({","compos","composant,","composant.","composants,","computed:","concord","concordant","conditionnel","conduis","const","construisez.","contenu","context","context.st","contexte,","correspond","count:","courant","courante.","createapp","createapp()","createrout","createrouter()","createstor","createstore()","créer","créon","côté","d'attach","d'avoir","d'ici","d'un","d'une","d'état","d'être","dan","de","default","dehor","demand","depui","destroy","deux","devoir","devon","devrait","devrion","dif","diffèrent","différent","direct","dispon","diver","doit","doivent","donc","donc,","donné","données,","doubl","du","débuter","déjà","déjà.","dépendanc","déplacé","détail","détermin","déterminé","développ","dû","en","encapsulé","enclenché,","enregistr","ensuit","entri","essentiel","est","et","ex.","export","expos","expérienc","exécut","fair","fait","fait,","fals","faudrait","faut","fetchitem","fetchitem(id).then(item","fichier","final","fiou,","foi","fois.","fonction","foocount","foostoremodul","foostoremodule)","fournir","fragment","from,","function","futur","gestionnair","global","gross","grâce","gérer","h","h(app)","hook","html","html.","i)","ici","id)","id,","identifi","ignoron","il","implément","import","important:","inc:","indicateur","individuel","indépendam","inform","initial","initiale,","inject","injecté","insid","instancié","instantané","item","item)","item.titl","items:","jeux","jour","jusqu'à","l'accè","l'action","l'applic","l'application,","l'application.","l'avantag","l'expose.","l'hydrat","l'implément","l'indicateur","l'instanc","l'instanci","l'intégralité","l'intérieur","l'option","l'utilisateur","l'élément","l'état","la","lancer","le","leur","liée","logiqu","lor","mai","mainten","mal","match","matched.filter((c,","matchedcompon","mettent","metton","mise","mixin","modifi","modul","modules.","monter","montée,","montée.","multipl","mutations:","même","n'aura","n'est","n'ont","namespaced:","naturel","ne","new","next()","next)","no","non","notez","notr","nou","nouveau","nécessair","obtenir","occup","officiel","ont","opérat","ou","où","pa","par","paramètr","parc","partie.","passé","pendant","permet","personnalisé","peu","peut","phase","place","place,","placer","plu","plus,","plusieur","plutôt","point","possibl","possible.","posé","pour","pourquoi","pourra","pouvon","prevmatch","probabl","problèm","promess","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","préchargement","précharger","préchargé","préchargées.","présent","prêt,","prête","puisqu","qu'argu","qu'il","qu'état","quand","que","que,","quel","queri","qui","rapport","recommandé","reject({","reject)","rempli","remplir","render:","rendu","rendu,","rendu.","rendus.","resolve(app)","rester","retourn","return","rout","route,","route.","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","routes.","routeur","routeur.","réactive.","réalis","réalisé","récupérat","récupérer","résolu","résolu,","résolues.","résolut","résoudr","san","savon","scinder","scindé","scission","scénario","se","semblera","sentir","sera","serait","server.j","serveur","serveur,","setitem","si","simple.","singulièr","sinon","soient","soit","sont","ssr,","state","state.count++","state:","statiqu","store","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","stratégi","stratégie,","stratégie.","suit","suivant","supposon","sur","sync","sync'","sync(store,","synchronis","sérialis","sérialisé","sûr,","tant","temp","template,","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","tou","tout","trop","true,","trè","tâche","un","uniqu","universel","utilis","utilisateur","utilisateur/1","utilisateur/2).","utilisez","utilisé","va","via","visité","visitée,","vivr","volé","vont","votr","vou","voudra","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.store({","vérifiant","webpack.","window.__initial_state__.","y","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}","«","»","»)","».","à","échouer.","également","élément","étant","état","été","éviter","éviton","être"],"hydration.html":["+",",",".","//",":","`id=\"app\"`","altéré","app.$mount('#app')","app.vu","applic","assur","assurez","attribut","au","automatiqu","autr","aux","avec","avez","balis","balises,","besoin","bypass","capabl","causer","ce","ceci","cela","cepend","cett","changement","chose","client","client,","client.","client.js,","concord","concordance,","concordance.","contenir","correcte,","côté","d'ajout","d'écrire","d'être","dan","data","de","depui","dom","dom.","donné","du","début.","déjà","désactivé","développement,","en","entri","envoyé","est","et","exemple,","exist","fait","faut","généré","html","hydrat","hydratation.","id","id=\"app\"","il","inject","inspectez","interactives.","jeter","l'applic","l'attribut","l'hydrat","l'hydratation,","l'intégralité","l'élément","la","le","lequel","lign","limit","mai","main","maximales.","mode","monter","monton","même","n'ajout","navigateur","navigateur.","ne","non","notez","nou","ou","pa","par","parc","pendant","perform","permet","place,","plusieur","possèd","pour","prendr","processu","production,","proprement.","qu'en","qu'il","quand","que","quell","qui","racin","recréer","refair","remarquerez","render","rendr","rendu","retir","réactif","réagir","référenc","s'hydratera","s'il","salut","savoir","server","serveur","serveur,","serveur.","seulement","si","simplement","sont","sorti","spécial","ssr","statiqu","structur","supposon","sur","sélecteur","templat","templates.","tout","transform","un","utilis","va","valid","virtuel","vo","votr","vou","voulon","vue","vue,","vérific","vérifier","y","«","»","à","écrivez","élément","été","évidem"],"bundle-renderer.html":["!","'once'.","'sourc","(avec","(en","(err,","(optionnel)","(req,","(«","*.vue)","//",":","=","=>","allon","api","appelé","applic","argument)","artéfact","au","automatiqu","avec","avon","ayon","basiqu","besoin","besoin.","build","bundl","bundle.js')","bénéfice","c'est","car","ce","cela","cepend","chaqu","chaud","client","clientmanifest","code","comm","comment","compos","configur","const","context","createapp","createbundlerender","createbundlerenderer(serverbundle,","critiqu","créer","créé,","créée","css","côté","dan","de","devez","devtool:","direct","directives,","discut","dont","du","découplé","déduir","déjà","dépaquetag","dépaquetage,","déploiement","détail","détails.","développ","développement.","ell","empaqueté","en","erreurs...","est","et","exporté","exécuté","fair","fals","false,","fichier","foi","fonction","fournit","fragment","gestionnair","générer","généré","gérer","html)","ici","il","imaginon","inclu","initial.","inject","instanc","insérer","introduct","jour","json","l'api.","l'applic","l'exécut","l'instanc","l'intérieur","l'option","l'usag","la","le","mai","mainten","manifest","manièr","map","map'","mettr","mi","moment,","moteur","moteur)","même","nativement.","ne","node.j","noton","notr","nou","nécessair","ou","pa","page","paquetag","paquetage.","par","passant","passer","passé","pendant","personnalisé,","peu","peut","phase","plu","plugin","plus,","point,","pour","problèm","problème.","prochain","productivité","préchargement","pui","qu'il","qu'un","quand","que","quelqu","qui","ralentit","recharg","recommandé","recréant","redémarr","relis","render","renderer')","renderer.rendertostring(context,","rendertostr","rendu","rendu,","rendu.","req.url","requi","requir","require('/path/to/built","require('vu","res)","res.end(html)","runinnewcontext","runinnewcontext:","récupérat","référenc","résoudr","scindé","section","section,","sera","server","server.get('*',","serveur","serveur.","serveur...","si","simple,","sorti","sourc","spécial","ssr","stade,","stopper","suivant","support","supposon","sur","templat","template,","un","url:","utilis","utilisé","va","via","voici","voir","votr","vou","vue","webpack","webpack)","{","}","})","»)","»).","à","éditez","être"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","(ex","(ex:","(par","(récupérat","(tout","(with","(«","*.styl),","*.vue","*.vue,","...autr","/","//","/\\.css$/","2.3.0+","7.6+,","8')",":","=",">","[","]","`","`*.vue`","`global`","`vue","ai","ainsi","ajout","alias","allon","alor","alternativ","amélior","approprié","aprè","assurez","assuré","async","asynchron","au","aurez","aussi","auto","automatiqu","autr","aux","avec","avon","babel","balis","base","base,","base.","baseconfig","besoin","bien","build","bundle.json","bundle.json')","bundle.json',","bundle.json`","bénéfice","c'est","cach","car","caractère.","cas,","cascad","ce","ceci","cela","cela,","celui","cett","chain","charg","chaud","chemin","chose","ci","client","client,","client.","client.js',","clientmanifest","clé","code","comm","comment","commonschunkplugin,","compil","compos","concatén","concern","configur","conjoint","const","consultez","conten","contenir","context","context,","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","contexte,","contextkey:","contient","contrôl","correct","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","createbundlerenderer.","critiqu","créer","créé","css","css.","côté","d'applic","d'autant","d'entré","d'entrée.","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'émettr","d'être","dan","de","demand","depui","dessou","destiné","deux","devez","devraient","devrait","devrez","devriez","devtool:","direct","dit","doivent","dont","dossier","doubl","du","durant","dynamiqu","déduir","défaut","défaut,","déjà","démarrer.","démo","dépendanc","détails.","développement.","dû","ell","en","entièr","entri","entry:","environnements,","est","et","ex.","except","exceptions.","exclu","export","expos","extern","externalis","externals')","externals:","extract","extrait","exécution)","facil","fair","fait","fals","false)","fichier","fichiers.","file","fine","fonction","fonctionnalité","format","fourni,","fournissez","fragment","gestion","global","global.","grand","granularité","grâce","génère","générer","généré","généré,","générés.","gérer","géré","hackernew","hash","html","html.","http/2.","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","ici,","il","import","importez","importé","inclure.","infin","inform","inject","inject:","injecté","injecté)","injectées.","injectés,","intelligem","interact","interpolé","javascript","json.","just","l'applic","l'application,","l'application.","l'augment","l'exécut","l'inject","l'intérieur","l'objet","l'option","l'utilis","l'état","la","le","librarytarget:","limit","list","lister","loader)","loader`","loaders.","lor","lui.","l’intérieur","mai","mainten","maitr","manifest","manifest.json')","manifest.json`","manièr","manuel","map","map',","meilleur","merg","merge')","merge(baseconfig,","merge.","minchunks:","mise","mode","modifi","module.export","moteur","méthode","même","mêmes.","n'est","n'import","n'utiliserez","n'utilisez","name:","ne","new","node","node.j","node.js,","nodeextern","nodeexternals({","nom","noton","nou","nouveau","nécessair","object)","objet","ont","optimaux","optimisé","option","ou","output:","pa","page","page,","page.","paquetag","par","parc","parfoi","partagé","parti","passer","passez","passé","pendant","permet","personnalisé","petit.","peut","peuvent","place","place,","place.","plu","plugin","plugin')","plugins:","pointer","polyfil","polyfill.","polyfills)","pour","pouvez","pouvon","pri","profondeur","programmatiqu","projet","propr","préchargement","préchargé","préchargés.","précompil","puisqu","puiss","qu'en","qu'il","quand","que","quel","quelqu","qui","rapid","rappel","recharg","remplac","rend","render","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostring,","rendu","rendu.","représent","requi","requiert","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","requêt","ressembl","retourn","retourné","runinnewcontext:","réalis","récupérat","récupéré","récupérés,","référenc","s'appui","savez","scind","scission","script","sera","seront","server","server.","server.js',","serverbundl","serveur","serveur,","seul","shouldpreload.","si","similaire,","simplement","son","sont","sorti","sortie,","sortie.","sourc","ssr","suggéron","suivant","support","supposez","sur","séparer","sérialis","sûr","tableau","tard.","target:","templat","template,","template.","text","tierces.","time","tirer","tou","tout","tout,","tout.","traité","troi","trouver","true,","tti","type","un","uniqu","util","utilis","utilisez","utilisé","va","valeur","version","vo","votr","vou","voyez","vue","vue.","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","webpack","webpack,","webpack.","webpack.optimize.commonschunkplugin({","whitelist:","window.__initial_state__.","window.__my_state__={...}","windowkey:","y","{","{{{","}","})","}),","},","}}}","»).","à","ça","également","émi","étant","étendr","été","éviter","être"],"css.html":["!","!/\\.css$/.test(module.request)","&&","'common.[chunkhash].css'","'css","'foo.css',","'manifest'","'production'","'vendor',","'vue","(","(automatiqu","(module)","(requiert",")","*.vue,","*.vue.","+",".","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)","12.0.0+)",":",";","=","===","?","[","['vue","[]","[new","]","`style","`vue","activ","activé","ainsi","ajouté","appliqué","approprié","assurez","asynchron","au","aurez","automatiqu","avec","balis","beaucoup","besoin","build","bundlerenderer.","cach","cache.","caractèr","ce","cela","cela,","cett","chain","charg","chaud","chose","ci","client","client,","commonschunkplugin,","commun.","compilé","compos","composant,","configur","const","critiqu","création","css","côté","d'avoir","d'extrair","d'inclur","d'un","d'utilis","d'être","dan","de","depui","dessu","devez","devraient","devrait","dossier","du","déjà","dépendanc","développement.","en","encore,","est","et","ex.","exempl","expérienc","extern","externalisé","extract","extractcss","extractcss:","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","fallback:","fichier","filename:","fois,","fonctionn","fonctionnalité","fragment","function","gestion","html","il","import","importez","individuellement.","injecté","intern","isproduct","javascript","javascript,","l'externalis","l'extract","l'exécuteur","l'intérieur","l'option","l'utilis","la","le","limité","loader","loader'","loader',","loader']","loader,","loader.","loader:","loader`","lor","mai","mal","manifest","meilleur","mi","minchunks:","mise","modul","module.export","module:","monopag","n'i","name:","ne","new","node_modul","normal","note","notez","npm","options:","ou","pa","par","partagés.","pendant","permet","peut","place","plu","plugin","plugin')","plugins:","plusieur","possibilité","postcss,","pour","pourriez","pouvez","premièr","prendr","pri","princip","process.env.node_env","product","proven","préprocesseur","puis...","quand","que","quelqu","qui","recharg","recommandé","rendu","require('extract","requêt","return","rules:","récupéré","résoudr","s'il","serveur","serveur,","serveur.","si","simplement","sinon,","sorti","souhaitez","sourc","style","support","séparé","tant","template),","template).","test:","text","tier","tierc","tiers.","toujour","un","uniqu","universel","use:","utilis","utilisez","utilisé","va","via","voici","vont","vou","vue","vue.","vérifier","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","y","{","}","})","}),","})]","},","à","évitez","être"],"head.html":["$option","'function'","'server'","()","(interpol","(title)","(vm)","({","...","//","2.3.2+,",":","=","===","?","[titlemixin],","`title`","`vue_env`","`webpack.defineplugin`","accéder","ainsi","anciennes,","asyncdata","attach","attaqu","au","aucun","avec","ca","caractèr","chain","clienttitlemixin","compos","composant,","computed:","const","context","contrôler","creat","createapp()","créez","cycl","dan","de","default","devez","devriez","direct","document","document.titl","doivent","donné","doubl","du","durant","dynamiqu","défaut","définiss","effectu","en","enfant","entêt","entêtes.","et","export","facil","fichier,","fonction","fournir","function","gestion","gettitl","gettitle(this)","génériqu","html","idé","inject","injecté","interpol","item","item.vu","l'expos","l'inject","l'instanc","l'object","la","le","maintenant,","manuel","mixin","mixin.j","mixins:","moteur","mount","moustach","même","note","nou","option","ou","paquetag","par","passant","passé","peut","plu","pour","pouvant","pouvez","pouvon","process.env.vue_env","quand","racin","rendu","rendu.","return","rout","route.params.id)","se","servertitlemixin","similair","simpl","simplement","soit","ssr","store,","store.dispatch('fetchitem',","stratégie,","suit","templat","template.","this.$root.$options.ssrcontext.","this.$ssrcontext.","this.$ssrcontext.titl","this.$store.state.items[this.$route.params.id]","this.item.titl","titl","title.call(vm)","titr","typeof","un","utilis","utilisez","utilisé","utilitair","version","via","vie","vm.$option","votr","vou","xss.","y","{","{{","}","})","},","}}","à","échappé)","écrire","étendr","éviter","être","—"],"caching.html":["'::'","'item',","(c.","(cacheable)","(h)","(hit)","(req,","+","...","//","100,","1000","10000,",":","=","=>","?","['item'],","algorithm","alimenté","alor","amélior","appelé","applic","aprè","arbr","associé","au","aurez","aussi","autr","avec","avez","base","besoin","bonn","bord","ca","cach","cache')","cache,","cache.","cache:","cacheabl","capacité","caractèr","cas,","ce","ceci","cela","cependant,","ceux","chain","chang","changement","chaqu","charg","chose","ci","clé","clé.","collect","comm","commun","complet","complet.","compos","composant.","composants.","compt","conseillé","const","constant","contenir","contenu","context.","couch","courant","cout","createrenderer({","critiques,","création","créez","côté","d'inform","d'un","d'une","d'utilis","d'étranglement","d.","dan","de","default","dessu","deux","devez","devrait","direct","doit","dom","donc","donné","données,","du","durant","dynamiqu","définir","déjà","déterminé","effect","effet","en","enfant","entré","est","est,","et","expir","export","externes.","fair","fait","faut","foi","fois,","fonction","for.","fort","global.","goulot","gross","généralement","générer","h('div',","habituel","hit","html)","identifi","il","implément","import","indépendam","instanc","intégré","iscach","iscacheable(req)","jour","l'activer,","l'exempl","l'implément","l'objet","l'usag","l'état","la","le","leur","list","lié","liée","lru","lru({","mai","max:","maxage:","mener","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mise","modifi","moteur","même","n'avez","n'en","n'est","name","name:","natur","ne","nginx,","niveau","node.j","nom","non","notez","notr","nou","nœud","objet","option","ou","où","pa","page","par","parc","passer","perform","performance.","peut","peuvent","place","plu","plupart","possèd","pour","pouvant","pouvez","pouvon","prendr","produis","prop","prop,","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","préoccup","pure","périmé.","périod","qu'il","qu'un","quand","que","qui","rapide,","rend","render","renderer.rendertostring((err,","rendu","rendu,","rendu.","représent","req","requi","require('lru","requêt","res)","res.end(hit)","res.end(html)","retourn","retournerai","retourné","return","récemment","réduir","répons","résultat","second","seconde,","seconde.","seraient","server","server.get('*',","servercachekey","servercachekey:","serveur","serveur.","seul","seulement","si","signifi","significativ","simpl","soin","son","sont","sou","spécifiqu","ssr","statiques.","stratégi","suffisam","support","supprim","sur","temp","this.item.id)","timestamp","tou","toujour","trafic.","trouv","trè","type","un","uniqu","unique,","unique.","url","utilis","utilisateur","utilisateur.","utilisateurs),","utilisé","v","va","variables.","verront","virtuel.","votr","vou","vue","{","}","})","à","également","égaler","élément","étendues.","éviter","être"],"streaming.html":["''","()","(comm","(«","+=","//",":","=","=>","access","appelés.","au","aussi","aussitôt","avant","avez","avoir","balis","base","beaucoup","besoin","bien","ce","cela","cependant,","client","comm","commenc","complet","compos","console.log(html)","const","context","contexte.","critiqu","css","cycl","d'attach","d'attendr","d'entêt","d'inform","d'utilis","d'être","dan","data","data.tostring()","de","dom","donc","donné","dont","du","démarrag","ell","en","encor","enfant","envoi","err","error...","est","et","fin","flux","flux,","flux.","fragment","handl","hook","html","il","inform","injecté","injectées)","instanciés,","inséré","jamai","l'application,","l'arbr","l'envoi","la","le","leur","limit","mode","moteur","n'est","nativ","ne","node.j","nécessair","ont","ou","pa","paquetage.","par","parcourt","peuvent","place","possibl","pour","premier","quand","que","rapidement.","recommandé","render","renderer.rendertostream(context)","rendertostr","rendertostream","rendu","retourné","seront","server","si","signifi","sont","stream","stream.on('data',","stream.on('end',","stream.on('error',","support","tout","un","utilis","valeur","vie","vie,","vie.","virtuel.","vo","vou","vue","{","})","«","»","»),","à","émis,","émise","été"],"non-node.html":["\"development\"","\"production\"","\"production\".","\"server\"","\"server\",","$v8","'bonjour'","(err,","//","2.5+,",":","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","agnostiqu","ajouté","app.j","autr","avec","avon","build","ce","comm","compteur","créé","d'abord","d'environnement,","d'utilis","dan","data:","de","deux","défaut","en","env:","environn","environnements,","est","et","executestring('var","exempl","exposé","fonctionn","fournir","global","il","inutilis","java.","l'environn","la","largement","le","matièr","mentionné","mi","msg","msg:","nashorn,","nashorn.","natif","new","node.j","node.js,","node_env:","nou","nécessair","objet","oracl","ou","par","php","polyfil","pour","print(res)","process","process.env.node_env","process.env.vue_env","process:","promis","précédemment.","préparer","que","qui","rend","rendant","render","renderer/basic.j","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","serait","server","settimeout","simul","template:","this.glob","trè","un","utilis","v8j","var","vm","vue","vue({","vue_env:","{","}","})","};');","}};","}}`,","à","également"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'","'script'","'style')","('once'","(.j","(2.3.1+),","(avec","(err,","(ex.","(file,","(key,","(key:","(non","(object)","(string)","(type","(utilis","(vnode,","+","...",".json).","/","//","/\\.woff2$/.test(file)","10000","2.2.0+","2.3.0","2.3.0+","2.3.1+)","2.3.1+.","2.5.0+","2.5.0+,",":","=","===","=>","?promis","absolu","accept","afin","apis.","application.","appréciation.","argument","asynchron","attent","au","aucun","aussi","automatiqu","autonom","autr","avec","avoir","baisser","balis","band","basant","base","basedir","basiqu","bass","bogu","boolean","build","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bénéfices,","cach","cache')","cache:","callback]):","car","caractèr","caractères.","cb(res)","cb)","cb?:","ce","cela","cell","cepend","cependant,","certain","cet","cett","chain","chaqu","charger","chemin","chose","cibl","class:","client","client.","clientmanifest","clientmanifest,","clientmanifest.","code","comm","commenc","commentair","complet.","complète.","composant.","composants.","configur","considéré","const","constructeur","consultez","contenir","contenu","context","context,","context.head:","context.state:","context.styles:","context]):","contrôl","contrôler","courant.","cout","couteux,","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","création","crée","créer","css","côté","d'accidentel","d'avoir","d'entêt","d'exécut","d'informations.","d'un","d'une","d'utilis","d'état","d'éviter","dan","de","destin","devraient","devrait","différent","différents.","direct","directivemeta)","directives:","documentation.","doit","doivent","donc","donné","dossier","doubl","du","déclarat","déclarer","déduit","déduits),","défaut","défaut,","définir","démarrag","démarrage.","dépaquetag","dépendanc","désactiv","désinfecté","détails,","détails.","effectué","empêch","en","endroit","erreur","error","est","et","ex.","exampl","exemple,","explicit","extern","externalisé","exécut","fait","fals","false,","fichier","fichier.","fichiers.","file","filename:","flow)","flux","fonction","form","fourni","fourni,","fournie,","fournir","fournit","fragment","function)","get:","global","globaux","grosse.","gâcher","générer","généré","générée.","générées.","gérer","has?:","html","html.","https://fetch.spec.whatwg.org/#concept","identiqu","il","imag","implément","import","important","inform","initi","inject","inject:","injecté","installées,","instanc","inutil","isol","javascript","json","l'api","l'applic","l'application.","l'argument","l'emplac","l'envoi","l'erreur","l'extens","l'exécut","l'implément","l'inject","l'interfac","l'interpol","l'introduct","l'intérieur","l'objet","l'option","l'un","l'utilis","l'état","la","laissé","le","levé","liaison","lign","limit","lié","loader","lor","lru","lru({","là","mai","manifest","manifest.json","manièr","manuel","max:","meilleur","mentionné","metadata","mise","mode","mode,","modifi","modèl","moin","morceaux","moteur","moustach","méthode","même","n'est","n'import","ne","new","niveau","node.j","node.js.","node_modules.","nom","non","notat","notez","nouveau","npm","nécessair","objet","optimal","option","optionnel","optionnel.","optionnelle.","optionnelles.","options])","ou","où","pa","page","page.","paquetag","par","passant","passante.","passer","perform","performances,","permet","personnalis","personnalisé","peut","peuvent","placé","plu","pluge","plugin","plugin')","plugin.","plus,","plusieur","polic","polices,","polluer","polyfills)","potentiel","pour","pouvant","pouvez","pouvez.","premier","priorité.","processu","production.","projet","promess","propr","propriété","préchargement","précharger","préchargé","préchargés,","précisément","précompil","puisqu'il","qu'au","qu'exemple.","quand","que","quel","quell","quelqu","qui","rappel","rappel.","recommandé","recommandé).","redi","redisclient.get(key,","redisclient.set(key,","render","rendercach","renderer')","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","rendu","rendu,","rendu.","request","requi","requiert","require('lru","require('vu","res)","ressourc","retiré","retourn","retourné","return","runinnewcontext","runinnewcontext:","récemment","réexécut","référenc","résolu","résoudr","rétrocompatibilité,","s'il","script","se","second","sera","serial","seront","server","serverbundl","serveur","serveur,","serveur.","set","set.","set:","seul","seulement","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show","si","singleton","sont","sou","ssr","store","stream.read","string","string)","string,","structur","style","suivant","support","supporté","supprim","sur","surtout","séparé,","séparé.","tant","templat","template,","template.","toujour","tourner","tout","transform","tripl","trouvé","true","true.","type","type)","typiqu","un","uniqu","utilis","utiliseront","utilisez","utilisé","v","v8","va","val)","val:","valabl","valeur","variabl","version","vnode","vo","void;","voir","vont","votr","vou","voyez","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex","webpack","window.__initial_state__.","woff2","xss.","y","{","|","||","}","})","},","};","à","échappé","échappé.","également","élément","évalué","éviter","être"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"2":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"2":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},".":{"0":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"docs":{}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"+":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"1":{"docs":{},"+":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"2":{"docs":{},"+":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"docs":{}}},"5":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"3":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},"docs":{}},"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"7":{"docs":{},".":{"6":{"docs":{},"+":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.004276114844227245},"head.html":{"ref":"head.html","tf":0.012195121951219513},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.009146341463414634}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"«":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.03074670571010249},"data.html":{"ref":"data.html","tf":0.02443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01739788199697428},"css.html":{"ref":"css.html","tf":0.027868852459016394},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"d":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"f":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"è":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":5.001127395715896}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"r":{"docs":{},"è":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.006764374295377677}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.005497861942577886},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"u":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"é":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"ê":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.012716763005780347},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.006912442396313},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.005280528052805281}}}}}}}},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004276114844227245},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"c":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}}},"z":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"q":{"docs":{},"u":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"q":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":3.3351032448377578},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"g":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.010230179028132993},"head.html":{"ref":"head.html","tf":0.004524886877828055},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.019165727170236752}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":3.3637164244826065},"api.html":{"ref":"api.html","tf":0.0039603960396039604},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.009019165727170236}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"u":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":3.3456790123456788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":2.516366612111293},"structure.html":{"ref":"structure.html","tf":3.348362235067437},"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0046204620462046205},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.02262443438914027},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.010384850335980453},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.023778071334214},"streaming.html":{"ref":"streaming.html","tf":0.008}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"è":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"c":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"é":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01592920353982301},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.006719609040928528},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"u":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.012195121951219513},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.006600660066006601}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"ô":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"é":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":3.345436207766011},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.004392386530014641}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":3.372677595628415},"api.html":{"ref":"api.html","tf":0.0026402640264026403},"streaming.html":{"ref":"streaming.html","tf":0.004}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"r":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"u":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"universal.html":{"ref":"universal.html","tf":0.019639934533551555},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.00855222968845449},"hydration.html":{"ref":"hydration.html","tf":3.354938271604938},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.012}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":2.5265486725663715},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.014729950900163666},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":1.4628571428571426},"api.html":{"ref":"api.html","tf":0.011221122112211221}}}},"e":{"docs":{"./":{"ref":"./","tf":0.06293706293706294},"basic.html":{"ref":"basic.html","tf":3.4147492625368727},"universal.html":{"ref":"universal.html","tf":0.06546644844517185},"structure.html":{"ref":"structure.html","tf":3.381888246628131},"routing.html":{"ref":"routing.html","tf":0.04685212298682284},"data.html":{"ref":"data.html","tf":2.048869883934026},"hydration.html":{"ref":"hydration.html","tf":0.030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.064516129032258},"build-config.html":{"ref":"build-config.html","tf":3.379475542107917},"css.html":{"ref":"css.html","tf":3.3825136612021853},"head.html":{"ref":"head.html","tf":3.3790650406504064},"caching.html":{"ref":"caching.html","tf":0.06472919418758256},"streaming.html":{"ref":"streaming.html","tf":0.08},"non-node.html":{"ref":"non-node.html","tf":1.4571428571428569},"api.html":{"ref":"api.html","tf":3.4105610561056103}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"n":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":2.018937080024435},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.016},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.008849557522123894},"universal.html":{"ref":"universal.html","tf":2.5147299509001635},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"p":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"r":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"«":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"è":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"ê":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"é":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"d":{"docs":{},"i":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"j":{"docs":{},"à":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"y":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0161290322580645},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"û":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"ê":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.018032786885245903},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":3.369000440334654},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015841584158415842}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"non-node.html":{"ref":"non-node.html","tf":1.4514285714285713}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.337333333333333}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.007731958762886598},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"è":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"ê":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":3.3394308943089426}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016983016983016984},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00916310323762981},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.01639344262295082},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015181518151815182}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.01098901098901099},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.016366612111292964},"structure.html":{"ref":"structure.html","tf":0.017341040462427744},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":2.0122174709835066},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.006557377049180328},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.008580858085808581}},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"i":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"streaming.html":{"ref":"streaming.html","tf":0.004}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01588502269288956},"css.html":{"ref":"css.html","tf":0.011475409836065573},"api.html":{"ref":"api.html","tf":0.008580858085808581}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"o":{"docs":{},"u":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"x":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.357333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.006097560975609756},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.00819672131147541},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":3.336612021857923},"head.html":{"ref":"head.html","tf":3.3455284552845526}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006993006993006993}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"â":{"docs":{},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"é":{"docs":{},"n":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.013574660633484},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"streaming.html":{"ref":"streaming.html","tf":0.012},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004},"head.html":{"ref":"head.html","tf":0.003048780487804878}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.342592592592592},"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.014641288433382138},"data.html":{"ref":"data.html","tf":0.007330482590103849},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}},"é":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.010404624277456647},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"n":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"é":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.001639344262295082},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"r":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"./":{"ref":"./","tf":10},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0023041474654377}}}},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"l":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.006557377049180328}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"f":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"é":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"u":{"docs":{},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{},"'":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"e":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"à":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.03596403596403597},"basic.html":{"ref":"basic.html","tf":0.03893805309734513},"universal.html":{"ref":"universal.html","tf":0.04746317512274959},"structure.html":{"ref":"structure.html","tf":0.026589595375722544},"routing.html":{"ref":"routing.html","tf":0.0424597364568082},"data.html":{"ref":"data.html","tf":0.03420891875381796},"hydration.html":{"ref":"hydration.html","tf":0.05555555555555555},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.052995391705069124},"build-config.html":{"ref":"build-config.html","tf":0.049924357034795766},"css.html":{"ref":"css.html","tf":0.029508196721311476},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.048},"non-node.html":{"ref":"non-node.html","tf":0.045714285714285714},"api.html":{"ref":"api.html","tf":0.0462046204620462}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}},"g":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.00819672131147541},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.01588271227855834},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0226928895612708},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.018494055482166448},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.02178217821782178}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":3.3339933993399335}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}}}}},"u":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"b":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.00819672131147541}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"d":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"a":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.005497861942577886},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"p":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"c":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"é":{"docs":{},"g":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"’":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"à":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":5.013574660633484}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"n":{"docs":{},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.006097560975609756},"data.html":{"ref":"data.html","tf":0.0012217470983506415}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":3.354469396741523},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.004276114844227245},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"è":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"é":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.02073732718894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"é":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"n":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.011508951406649617},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559},"head.html":{"ref":"head.html","tf":0.003048780487804878}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.019653179190751446},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.015271838729383017},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"a":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"'":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"v":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"e":{"docs":{},"z":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"é":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}}}}}}}},"œ":{"docs":{},"u":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0039603960396039604},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.008}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.01592920353982301},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0019801980198019802},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":3.349333333333333},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"g":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"o":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}}},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"t":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0046204620462046205}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0033003300330033004},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"è":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.017982017982017984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.023121387283236993},"routing.html":{"ref":"routing.html","tf":0.01903367496339678},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.01639344262295082},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.019815059445178335},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.022857142857142857},"api.html":{"ref":"api.html","tf":0.0165016501650165}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"i":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"è":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"i":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"e":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.004995004995004995}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":3.3340897629853754},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"n":{"docs":{},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"ê":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"é":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.016184971098265895},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.014050091631032376},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.016},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"à":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"o":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005280528052805281}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.008849557522123894},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.006600660066006601}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"streaming.html":{"ref":"streaming.html","tf":0.004}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},")":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.012389380530973451},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ê":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00794135613927917},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"i":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00916310323762981},"head.html":{"ref":"head.html","tf":0.006097560975609756}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.010248901903367497},"data.html":{"ref":"data.html","tf":0.0012217470983506415}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283}}},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":2.0029282576866763}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"é":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}}},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"n":{"docs":{},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":3.3339933993399335}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":2.005497861942578},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}}}},"d":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.006051437216338881},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.005940594059405941}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.014985014985014986},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.006557377049180328},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":3.361742424242424},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"./":{"ref":"./","tf":0.001998001998001998}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"u":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.006600660066006601}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":3.335645472061657},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.013114754098360656},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.00916310323762981},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}}}}}}}},"é":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"û":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.03048780487804878}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.012195121951219513}}}},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.002443494196701283},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"ô":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.030969030969030968},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.025433526011560695},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.018937080024434942},"hydration.html":{"ref":"hydration.html","tf":0.027777777777777776},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.022950819672131147},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.021122112211221122}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":2.5049099836333877},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.021739130434782608},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":3.343952802359882},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4457142857142855},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"docs":{}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}}}}},"v":{"8":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.01288659793814433}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004}},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.017699115044247787},"structure.html":{"ref":"structure.html","tf":0.010404624277456647},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.007330482590103849},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"j":{"docs":{"./":{"ref":"./","tf":0.003996003996003996}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}}},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"u":{"docs":{"./":{"ref":"./","tf":0.024975024975024976},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01664145234493192},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00680786686838124},"css.html":{"ref":"css.html","tf":0.00819672131147541},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.007731958762886598}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01592920353982301},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.008580858085808581}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.016105417276720352},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"l":{"docs":{},"'":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"head.html":{"ref":"head.html","tf":0.004524886877828055}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.017699115044247787},"structure.html":{"ref":"structure.html","tf":0.015028901734104046},"routing.html":{"ref":"routing.html","tf":0.03513909224011713},"data.html":{"ref":"data.html","tf":0.03176542455711668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01152073732718894},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.014754098360655738},"head.html":{"ref":"head.html","tf":0.042682926829268296},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.02857142857142857},"api.html":{"ref":"api.html","tf":0.009900990099009901}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.010404624277456647},"routing.html":{"ref":"routing.html","tf":0.024890190336749635},"data.html":{"ref":"data.html","tf":0.020769700671960906},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.006600660066006601}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01592920353982301},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.010995723885155772},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006936416184971098}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"!":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.014754098360655738},"head.html":{"ref":"head.html","tf":0.021341463414634148},"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01152073732718894},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.011221122112211221}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"«":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"»":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"à":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.013872832369942197},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.020737327188940093},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"é":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":2.0024434941967013}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":2.5016366612111294},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"m":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"api.html":{"ref":"api.html","tf":0.007260726072607261}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"ç":{"docs":{},"a":{"docs":{"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"—":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"length":8173},"corpusTokens":["!","!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"pre","\"production\"","\"production\".","\"render","\"server","\"server\"","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","#","$option","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'bonjour'","'bonjour',","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css',","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'.","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(.j","(2.3.1+),","(again,","(asyncdata)","(auto","(automat","(automatiqu","(avec","(bi","(c.","(c.asyncdata)","(cacheable)","(comm","(component.asyncdata)","(context)","(dif","(e.g.","(en","(encor","(err)","(err,","(err.cod","(everyth","(ex","(ex.","(ex:","(file,","(h)","(hit)","(html","(i.e.","(interpol","(key,","(key:","(like","(module)","(même","(non","(not","(object)","(optional)","(optionnel)","(par","(pass","(prevmatched[i]","(req,","(requiert","(requir","(récupérat","(same","(seo","(singl","(spa","(ssr","(ssr)?","(state,","(string)","(time","(title)","(to,","(tout","(type","(use","(utilis","(vm)","(vnode,","(when","(window.__initial_state__)","(with","({","(«",")","*","*.sass),","*.styl),","*.vue","*.vue)","*.vue,","*.vue.","+","+=",",",".","...","...autr","...omiss","...omit","...other",".json).","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact,","/node_modules/.test(module.context)","0","1","100,","1000","10000","10000,","12.0.0+","12.0.0+)","12.0.0+):","1:","2","2'","2.2","2.2,","2.2.0+","2.3.0","2.3.0+","2.3.1+)","2.3.1+.","2.3.2+,","2.5+","2.5+,","2.5,","2.5.0+","2.5.0+,","2:","3","3.0.0+","3:","3rd","404","404)","6","6+.","7.6+,","8')",":",";","=","===","=>",">",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","`","`)","`*.vue`","``","`asyncdata()`","`asyncdata`","`global`","`hello","`id=\"app\"`","`l'url","`router.beforeresolve()`","`router.beforeresolve()`,","`store.dispatch()`","`store.dispatch()`,","`store/index.js`","`style","`template`","`the","`this.datapromise.then(...)`","`title`","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`.","`{{","abil","abordé","abov","above.","absolu","absolue,","absolut","abstract","accept","access","accident","account.","accè","accéder","achiev","actif.","action","actions:","actions?","activ","activé","actual","actuel","add","added:","addit","addition,","address","advanc","advantag","affich","affiché.","afin","again","again.","agnostic,","agnostiqu","agréable.","ahead","ai","aid","aider","ainsi","ainsi,","ait","ajax,","ajout","ajouté","algorithm","alias","aliases,","alimenté","all,","all.","allon","allow","along,","alor","alreadi","also:","alter","altern","alternativ","alternatively,","although","altéré","alway","amount","amélior","ancien","anciennes,","anim","anoth","anywher","apercevrez","api","api,","apis,","apis.","app","app!","app'","app,","app.","app.$mount('#app')","app.j","app.js:","app.vu","app/vendor","apparaitr","appareil","appear","appel","appelé","appelés.","appli","applic","application),","application,","application.","application:","applications,","applications.","appliqué","approach","approch","appropri","approprié","appréciation.","aprè","arbitrari","arbr","are:","argument","argument)","arguments:","around","array","arrêt","arrêté","artifact","artéfact","as:","asid","ask","assert","asset","assign","associ","associé","assum","assur","assurez","assuré","astucieus","async","asyncdata","asyncdata({","asyncdata.","asynchron","asynchrones,","attach","attachon","attaché","attacks.","attaqu","attend","attendez","attent","attribut","attribute:","au","aucun","aura","aurait","aurez","aurion","auron","aussi","aussitôt","autant,","author","auto","automat","automatiqu","autonom","autr","autrement,","aux","avail","avancé","avant","avec","avez","avion","avoid","avoir","avon","awar","away","axio","ayant","ayon","babel","backend","backward","bail","baisser","balis","balises,","band","bandwidth","bar.vu","basant","base","base,","base.","baseconfig","basedir","basic","basiqu","bass","baz.vu","be","beaucoup","because:","becomes:","befor","beforecr","beforedestroy","beforemount","beforerouteupd","behavior","benefici","benefit","benefits:","besoin","besoin.","best","better","between","bibliothèqu","bibliothèques.","bien","big","bigger.","bind","bing","bit","bloquer","bogu","boilerpl","boilerplate,","bon","bonjour","bonn","boolean","boot.","bootstrap","bord","both","bottlenecks.","box","box,","break","briefli","brièvement","browser","browser,","browser.","browsers.","bu","bug","build","build.","building.","builds,","built","bundl","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundles.","bypass","bénéfice","bénéfices,","c'est","c))","c.asyncdata({","ca","cach","cache')","cache,","cache.","cache:","cacheabl","cached,","cached.","caching.","call","callback","callback,","callback.","callback]):","called.","can't","can.","canal","capabl","capacité","car","caractèr","caractère.","caractères.","care","carefulli","cas,","cas.","cascad","case","case,","cases,","cater","caught","caus","causer","cavali","caveat","cb(res)","cb)","cb?:","ce","ceci","cela","cela,","cell","celui","cepend","cependant,","certain","cet","cett","ceux","ceux,","chain","chang","changed.","changement","changer","changes.","chaqu","charg","chargement","chargement,","charger","charger,","chargé","chaud","check","chemin","chercher","child","choisi","choix","chose","chunk","chunk\"","chunk.","chunks.","ci","cibl","class","class:","classe.","client","client,","client.","client.j","client.js',","client.js,","client.js:","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clienttitlemixin","clé","clé.","code","code!","code,","code.","code:","collect","collections,","colloc","collocated,","combin","come","comm","commenc","comment","commentair","commençon","commit","commit('inc')","commit('setitem',","common","commonschunkplugin,","commun","commun.","compar","comparaison","compatibility,","compil","compilé","complet","complet.","complex","complèt","complète.","complètement","compon","component'","component,","component.","component.asyncdata({","component:","components,","components.","components:","components;","comport","compos","composant,","composant.","composants,","composants.","comprendr","compt","compteur","computed:","concaten","concatén","concept","concept,","concern","concord","concordance,","concordance.","concordant","condit","conditionnel","conduis","conduit","config","config)","config.","config:","configur","configuré","conjoint","connaiss","connaissance.","connexion","conseillé","consid","consider","considér","considéron","considéré","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructeur","constructors,","construisez.","construit","consultez","contain","container\".","conten","contenir","content","content,","content.","contenu","contenu,","context","context,","context.","context.getpreloadfiles()","context.head:","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.styles:","context.url","context:","context]):","contexte,","contexte.","contextkey:","contient","continu","contraint","contrair","contribu","contribut","control","contrôl","contrôler","convers","conversion.","convert","conviendra","core","correct","correcte,","correspond","correspondantes,","cost","couch","count:","courant","courant.","courante.","course,","cout","couteux,","cover","cpu","crawler","creat","createapp","createapp()","createapp(context)","createapp(context).then(app","createapp,","createapp:","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","created,","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createstor","createstore()","creator","critic","critical,","critiqu","critiques,","cross","créateur","création","crée","créer","créez","créon","créé","créé,","créée","css","css)","css.","current","custom","cycl","côté","d'abord","d'abstract","d'accidentel","d'accè","d'administr","d'ajout","d'aller","d'amélior","d'api","d'applic","d'application,","d'attach","d'attendr","d'autant","d'autr","d'avoir","d'effet","d'encapsul","d'entré","d'entrée.","d'entêt","d'environn","d'environnement,","d'extrair","d'exécut","d'ici","d'import","d'inclur","d'index","d'inform","d'informations.","d'interpol","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'«","d'écrire","d'émettr","d'étape","d'état","d'étranglement","d'éviter","d'évènements.","d'être","d.","dan","dashboard","data","data,","data.","data.tostring()","data:","databas","de","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","defin","definit","dehor","deliv","demand","demo","demo,","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","depui","dernièr","dessou","dessu","destin","destiné","destroy","destroyed.","detail","details,","details.","detect","determin","deterministic,","deux","develop","development.","devez","devices.","devient","devoir","devon","devraient","devrait","devrez","devriez","devrion","devtool:","didn't","dif","differ","differences,","diffèrent","différenc","différent","différents.","dire","direct","directive;","directivemeta)","directives,","directives:","directli","directly:","directori","directory.","disabl","discard","discuss","discut","discuteron","discuté","dispatch","display","displayed,","dispon","dispos","dit","diver","do","docs.","document","document,","document.titl","documentation.","doesn't","doit","doivent","dom","dom,","dom.","dom:","don't","donc","donc,","done","donné","données,","données.","dont","dossier","doubl","dout","down","download","drastic","driven","du","due","duplic","durant","dure","dynam","dynamiqu","dynamiques,","début.","débute","débuter","déclarat","déclarer","déclencher","découplé","dédié","dédiée.","déduir","déduit","déduits),","défaut","défaut,","défaut.","défini","définir","définiss","définitives.","déjà","déjà.","délicat","démarrag","démarrage.","démarrer.","démo","dépaquetag","dépaquetage,","dépendanc","dépendra","déplacez","déplacé","déploiement","déployé","désactiv","désactivé","désinfecté","détail","détails,","détails.","détection","détermin","déterministe,","déterminé","développ","développement,","développement.","dû","e.g.","each","earlier","easier","easili","edit","effect","effectu","effectué","effet","element","elements.","elimin","ell","emb","embed","emit","emitted,","empaquet","empaqueté","employ","empêch","en","enabl","enabled.","encapsulé","enclenché,","encor","encore,","endroit","enfant","engin","enregistr","ensuit","ensur","enter","entir","entièr","entr","entrer","entri","entry,","entry.","entry:","entré","entêt","entêtes.","env:","environ","environment,","environments,","environments.","environn","environnements,","envisagez","envoi","envoy","envoyé","err","erreur","erreurs...","error","error')","error...","es2015","es2015,","escap","especi","essay","essenti","essentiel","est","est,","et","etc),","etc.),","evalu","even","event","everyth","ex.","exact","exactli","examin","exampl","example,","except","exceptions.","exclu","exclus","exclusif","exclusiv","execut","executestring('var","exempl","exemple,","exist","expand","expect","expects:","expens","experi","experience,","expir","explicit","explicitli","expliqué","export","exporté","expos","exposé","express","express:","expérienc","extend","extens","extension.","extern","externalis","externalisé","externals')","externals:","externes.","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","exécut","exécution)","exécuté","fabriqu","facil","fact","fact,","factori","fail.","fair","faire.","fait","fait,","fallback:","fals","false)","false).","false):","false,","familiar","familiarisé","far,","fashion,","fast,","faster","faster.","faudrait","faut","façon","featur","features,","features.","feel","fetch","fetching\"","fetching:","fetchitem","fetchitem(id).then(item","few","fichier","fichier,","fichier.","fichiers.","figur","fil","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","fin","final","finally,","fine","fine.","finer","finie.","finir,","finish.","fiou,","first","flow","flow)","flux","flux,","flux.","fly,","focus","foi","fois,","fois.","fold:","follow","following:","fonction","fonctionn","fonctionnait","fonctionnalité","fonctionner,","fonctionnerai","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","for.","forever.","form","format","fort","found","found')","fourni","fourni,","fournie,","fournir","fourniron","fourniss","fournissez","fournit","fragment","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function.","function:","functions)","further","further,","futur","futur.","future.","garder","gener","generated,","generated.","generation.","gestion","gestionnair","get","get:","gettitl","gettitle(this)","give","given","global","global,","global.","globales,","globals,","globaux","go","good","googl","goulot","grain","grand","grandement","granularité","greatli","gross","grosse.","groundwork","grâce","guid","guide,","guide.","gâcher","génère","généralement","générateur","générer","génériqu","généré","généré,","générée.","générées.","générés.","gérer","géré","h","h('div',","h(app)","habituel","habitué","hackernew","hacki","hand","handl","handler","handler...","has?:","hash","haut","have.","haven't","head","hello","help","here","here.","hi","high","higher","hint","hit","hook","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html.","http","http/2","http/2.","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydratation.","hydration,","hydration.","i)","ici","ici,","ici.","id","id)","id,","id:","id=\"app\"","id=\"app\",","idea","idea:","identifi","identiqu","identiques.","idé","ignor","ignoron","il","imag","imaginon","implement","implementation.","impliqu","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","important","important,","important:","importante,","importantly,","importez","importé","improv","improved.","in:","inc:","inclu","includ","include.","inclure.","incom","index","index.template.html","index.template.html:","indic","indicateur","individu","individuel","individuellement.","indépendam","infer","inferred);","infin","inform","information.","initi","initial","initial,","initial.","initiale,","inject","inject:","injected):","injected.","injection,","injection.","injecté","injecté)","injecté.","injectées)","injectées.","injectés,","inlin","insid","inspect","inspectez","instal","installed,","installées,","instanc","instance'","instance)","instance,","instance.","instances:","instancié","instanciés,","instantané","instanti","instantiated,","instantli","instead","instead,","instead.","insérer","inséré","integr","intellig","intelligem","intens","interact","interactive)","interactive).","interactive.","interactives.","interfac","interfer","interfér","intern","internet","interpol","interpolation)","interpolation.","interpolation;","interpolé","interprété","introduc","introduct","introduiron","intégrat","intégrer","intégré","intéress","inutil","inutilis","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isolée.","isomorphiqu","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","itself,","jamai","java'","java.","javascript","javascript,","jeter","jeux","jour","json","json.","jusqu'en","jusqu'ici,","jusqu'à","just","keep","key","key.","know","knowledg","l'accè","l'action","l'activer,","l'api","l'api.","l'applic","l'application,","l'application.","l'approch","l'arbr","l'argument","l'attach","l'attribut","l'augment","l'avanc","l'avantag","l'emplac","l'emploi,","l'entré","l'environn","l'environnement.","l'envoi","l'erreur","l'erreur...","l'esprit","l'exempl","l'export","l'expos","l'expose.","l'extens","l'externalis","l'extract","l'exécut","l'exécuteur","l'hydrat","l'hydratation,","l'idé","l'implément","l'import","l'indexeur","l'indicateur","l'inject","l'instanc","l'instanci","l'instant),","l'instant,","l'interfac","l'interpol","l'introduct","l'intégralité","l'intégrer","l'intérieur","l'object","l'objectif","l'objet","l'on","l'option","l'un","l'usag","l'utilis","l'utilisateur","l'écosystèm","l'écran","l'écritur","l'élément","l'équip","l'étape","l'état","la","laissé","lancer","larg","largement","last","later","latest","lay","layer,","lazi","lazili","le","lead","lecture,","lent","lents.","lequel","let","let'","leur","level","leverag","levé","li","liaison","librari","libraries.","libraries:","librarytarget:","lieu","lifecycl","lifecycle,","lign","limit","limité","line:","link","lire","list","lister","lists.","live","lié","liée","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader`","loaders.","loaders:","locat","logic","logic...","logiqu","loin,","long","look","lor","lorsqu","lot","low","lru","lru({","lui","lui.","là","lèveront","légèrement","l’intérieur","mai","main","mainten","maintenant,","maitr","major","majorité","make","mal","manag","management:","mani","manifest","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manipul","manièr","manual","manuel","map","map'","map',","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching,","matièr","matter","max:","maxage:","maximales.","maximum","mayb","mean","meant","mechan","meilleur","member","membr","memory.","mener","mention","mentionné","merg","merge')","merge(baseconfig,","merge.","meta","meta:","metadata","method","methods:","mettent","metton","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mieux","migrat","migrer","millisecond","minchunks:","mind","mind,","minimum","mise","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mock","mode","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","modèl","moin","moment","moment,","monopag","montag","monter","monton","montée,","montée.","morceaux","more","mostli","mot","moteur","moteur)","mount","mounted.","moustach","move","msg","msg:","much","much,","multipl","mustach","mutations:","mécanism","mémoire.","méthode","même","mêmes.","n'a","n'ajout","n'attendra","n'aura","n'aurait","n'avez","n'avon","n'en","n'est","n'hésitez","n'i","n'import","n'ont","n'utiliserez","n'utilisez","name","name,","name:","namespaced:","nashorn,","nashorn.","natif","nativ","natively.","nativement.","natur","naturel","navig","navigateur","navigateur,","navigateur.","navigateurs.","navigation:","ne","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","nginx,","niveau","no","node","node.j","node.js,","node.js.","node.js:","node_env:","node_modul","node_modules.","nodeextern","nodeexternals({","nodes.","nom","nombr","non","normal","not,","notat","notations):","note","note:","noter","notes:","notez","notic","noton","notr","nou","nous,","nouveau","nouvel","now","now),","now,","npm","number","numéro","nuxt.j","nuxt.js.","nécessair","nécessaire.","nécessit","nœud","object","object\"","object)","object,","object.","object:","objects,","objects.","objet","obtenir","obvious","occup","of.","off","offers:","offici","officiel","older","on","onc","ont","oper","optim","optimal","optimaux","optimis","optimisations),","optimisé","option","option).","option.","option:","optional.","optionnel","optionnel.","optionnelle.","optionnelles.","options.","options:","options])","opérat","oracl","order","orient","otherwis","ou","out","outdat","output","output,","output.","output:","outsid","over","overkill.","où","pa","page","page'","page,","page.","pages.","paquetag","paquetage.","par","param","paramètr","parc","parcourir","parcourt","parfait","parfoi","part","partag","partagé","partagés.","parti","particuli","particulièr","partie.","parton","partout","pass","passant","passante.","passed,","passed:","passer","passez","passé","path","path,","path.","path:","patient","pendant","per","perform","performance,","performance.","performances,","periods.","permet","permett","personnalis","personnalisé","personnalisé,","pertin","petit.","peu","peut","peuvent","phase","phew,","php","pick","pick,","place","place,","place.","placehold","placer","placé","plateform","plateforme,","plateforme.","plateformes,","platform","pleasant.","pleinement","plu","pluge","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","plupart","plus,","plusieur","plutôt","point","point,","pointer","polic","polices,","polluer","pollut","pollution.","polyfil","polyfill.","polyfills)","popul","poser","possibilité","possibl","possible.","possèd","postcss","postcss,","posé","potenti","potentiel","pour","pourquoi","pourra","pourrait","pourriez","pourron","pouvant","pouvez","pouvez.","pouvon","power","pre","precis","prefer","prefetch","prefetched,","preload","preloaded,","preloaded.","premier","premièr","prendr","prenon","prepar","prerend","pretti","prevent","previous","prevmatch","pri","primarili","princip","principal","principale.","print(res)","prior","prioriti","priorité","priorité.","probabl","problem","problem.","problèm","problème.","process","process'","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","processu","processus,","prochain","produc","product","production,","production.","productivité","produis","profondeur","programmat","programmatiqu","project","project.","projet","promess","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","prop","prop,","proper","properli","properly.","properti","propo","propr","proprement.","propriété","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","proven","provid","provided,","provoqu","pré","préchargement","précharger","préchargé","préchargées.","préchargés,","préchargés.","précisément","précompil","précompilation.","précompilé","préconçu","précédemment.","précédent","préférer","préférez","préoccup","préparer","préparez","préprocesseur","présent","présent,","présuppos","prévention","prêt","prêt,","prête","pui","puis...","puisqu","puisqu'il","puiss","pull","pure","purpose.","push.","put","périmé.","périod","qu'argu","qu'au","qu'en","qu'est","qu'exemple.","qu'il","qu'un","qu'à","qu'état","quand","quantité","que","que,","quel","quell","quelqu","queri","question","qui","quit","quoi","racin","raison","ralentit","rapid","rapide,","rapidement.","rappel","rappel.","rapport","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recharg","recherch","recommandations.","recommandé","recommandé).","recommend","recommendations.","recommended).","recréant","recréer","redi","redisclient.get(key,","redisclient.set(key,","reduc","redémarr","refair","refer","regardless","regardless,","regist","registr","reject","reject({","reject)","rejett","reli","relis","reload","remain","remarquerez","remarqué","remov","remplac","remplacé","rempli","remplir","rend","rendant","render","render,","render.","render:","rendercach","rendered.","rendered:","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","rendering)","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring,","rendertostring:","rendervuecomponenttostring(vm,","rendr","rendu","rendu)","rendu,","rendu.","rendus.","renvoi","renvoy","repeat","repeatedli","replac","repres","repris","représent","req","req.url","request","request,","request.","request:","requests!","requests,","requi","requiert","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","requises.","requêt","requête,","requête.","requêtes,","requêtes.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(500).end('erreur","res.status(500).end('intern","resolv","resolve(app)","resolved,","resolved.","resourc","respect","respons","responsabilité","responsive.","ressembl","ressemblerait","ressourc","rest","restart","reste.","rester","restera","result","result.","retir","retiré","retourn","retournerai","retourné","return","reus","revis","right","risqu","root","rout","routag","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes,","routes.","routes:","routeur","routeur,","routeur.","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","règle","réactif","réactifs.","réactive.","réactivité","réagir","réalis","réalisé","récemment","récupérat","récupérer","récupéré","récupérés,","réduir","réel,","réellement","réexécut","référenc","référer","répons","répétée","réservé","résolu","résolu,","résolues.","résolut","résoudr","résultat","rétrocompatibilité,","réutilis","réviser","s'appliqu","s'appui","s'exécut","s'hydratera","s'il","salut","same","same:","san","sanit","save","savent","savez","savoir","savon","scenario","scind","scinder","scindé","scission","scope","scratch.","screen.","script","scénario","se","seamlessli","search","second","second,","second.","seconde,","seconde.","secondes,","section","section,","section.","sections.","see","seen","selector","self","selon","semblera","sen","send","sens","sent","sentir","seo","seo,","separ","sera","seraient","serait","serial","seront","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.listen(8080)","serverbundl","servercachekey","servercachekey:","servertitlemixin","serveur","serveur')","serveur,","serveur.","serveur...","set","set.","set:","setinterval.","setitem","settimeout","setup","setup,","setup.","seul","seulement","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show","show'","si","side","signatur","signifi","signific","significatif","significativ","similair","similaire,","similar","similar,","simpl","simple,","simple.","simplement","simpler","simpli","simplifi","simul","singl","singleton","singleton,","singulièr","sinon","sinon,","site","site.","slow","smaller","smooth","so,","soient","soin","soit","sole","solut","someth","sometim","somm","son","sont","soon","sooner.","sort","sorti","sortie,","sortie.","sou","souhaitez","soumett","sourc","spa","special","specif","specific.","spinner,","split","splitting,","spécial","spécifiqu","src","ssr","ssr,","ssr.","ssr:","ssr?","stack","stade,","standalon","start","starts.","startup.","state","state.","state.count++","state:","static","statiqu","statique.","statiques,","statiques.","stay","step","step.","still","stop","stopper","store","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stratégi","stratégie,","stratégie.","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","string","string)","string,","string.","structur","structure.","style","sub","submit","substitu","such","suffici","suffisam","suggest","suggéron","suit","suitabl","suivant","sujet","supplémentair","support","supporté","suppos","supposez","supposon","supprim","supérieur","sur","surcout","sure","surtout","switch","sync","sync'","sync(store,","synchron","synchrones.","synchronis","sélecteur","séparer","séparé","séparé,","séparé.","sérialis","sérialisé","sûr","sûr,","tableau","tag","tag.","take","tant","tard","tard.","target:","task","taux","team.","tear","techniqu","tel","tell","temp","templat","template),","template).","template,","template.","template:","templates.","temps,","tenant","term","terminé","test","test:","testé","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext.","this.$rout","this.$ssrcontext.","this.$ssrcontext.titl","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","those","three","through","throughout","throw","thu","tier","tierc","tierces.","tiers.","time","time,","time.","timer","timers.","times.","timestamp","timestamp:","tirer","titl","title.call(vm)","title:","titr","togeth","together.","topic","tou","toujour","tourn","tourner","tourner.","tout","tout,","tout.","trade","tradit","traditionnel","traffic,","traffic.","trafic,","trafic.","traiter","traité","transform","transpil","travail","traver","travers","treat","treatment","tree","tree.","tricki","trigger","triggered,","tripl","troi","trop","trouv","trouver","trouvé","trouvée')","true","true,","true.","try.","trè","tti","turn","two","type","type)","typeof","typic","typiqu","tâche","téléchargé","tôt.","ultim","un","understand","uniqu","unique,","unique.","univers","universel","universel.","universelle,","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url.","url:","urls.","us","us,","usabl","usag","usage.","use:","user","user/1","user/2).","users),","usual","util","utilis","utilisateur","utilisateur,","utilisateur.","utilisateur/1","utilisateur/2).","utilisateurs),","utilisera","utiliseron","utiliseront","utilisez","utilison","utilisé","utilitair","utility.","ux","v","v8","v8j","v8js:","va","val)","val:","valabl","valeur","valid","valu","var","variabl","variables.","vendor","ver","veri","verra","verront","versa.","version","version\"","versions.","veut","via","vice","vie","vie,","vie.","view","view.","virtual","virtuel","virtuel.","visibl","visit","visité","visitée,","vivr","vm","vm.$option","vnode","vo","voici","void;","voient","voir","volé","vont","votr","vou","voudra","voulon","vous.","voyez","vs","vs.","vu","vue","vue'","vue({","vue).","vue,","vue.","vue.j","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex.store({","vérifiant","vérific","vérifier","wait","want","wast","waterfal","way","we'v","web","web.","webpack","webpack'","webpack)","webpack,","webpack.","webpack.config.j","webpack.optimize.commonschunkplugin({","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial_state__","window.__initial_state__.","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","y","yarn","yet,","yet.","you'd","you'r","you.","yourself","yourself.","zone","{","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","«","»","»)","»),","»).","»,","».","à","ça","échappé","échappé)","échappé.","échouer.","écrire","écrit","écrite","écrivant","écrivez","éditez","également","égaler","éliminé","élément","émi","émis,","émise","étant","étape","état","étendr","étendues.","éternellement.","été","évalué","évidem","évite","éviter","évitez","éviton","ête","être","—","│","└──","├──"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Guide du rendu côté serveur avec Vue.js\n\nNote : Ce guide nécessite les versions de Vue et de ses bibliothèques de support suivantes :\n\nvue & vue-server-renderer 2.3.0+\nvue-router 2.5.0+\nvue-loader 12.0.0+ & vue-style-loader 3.0.0+\n\nSi vous avez déjà utilisé le rendu côté serveur (SSR pour Server-Side Rendering) avec Vue 2.2, vous vous apercevrez que la structure de code recommandée est maintenant légèrement différente (avec la nouvelle option runInNewContext mise à false). Votre application devrait continuer à fonctionner, mais il est recommandé de migrer vers les nouvelles recommandations.\n\nLe rendu côté serveur ou SSR, qu'est-ce que c'est ?\nVue.js est un framework pour créer des applications côté client. Par défaut, Vue génère en sortie un DOM manipulable dans le navigateur. Il est cependant également possible de faire le rendu des mêmes composants sous forme de chaine de caractères HTML côté serveur, de les envoyer directement au navigateur et d'« hydrater » les balises statiques fournies en une application cliente pleinement interactive.\nUne application Vue.js rendue du côté serveur peut également être considérée comme « isomorphique » ou « universelle », dans le sens où la majorité du code est exécutable côté serveur et côté client.\nPourquoi faire du SSR ?\nEn comparaison des applications monopages traditionnelles (SPA pour Single-Page Application), l'avantage du SSR se manifeste dans :\n\nDe meilleures optimisations pour les moteurs de recherche (SEO pour Search Engine Optimisations), ainsi les moteurs d'indexation voient directement le rendu complet de la page.\nÀ noter qu'à présent, Google et Bing savent parfaitement indexer des applications JavaScript synchrones. Synchrone est le mot important ici. Si votre application débute avec une animation de chargement, puis va chercher le contenu via Ajax, l'indexeur n'attendra pas que cette action soit finie. Cela signifie que si vous avez du contenu asynchrone injecté sur des pages où la SEO est importante, du SSR serait nécessaire.\n\nDe meilleurs temps d'accès au contenu, en particulier pour les connexions Internet lentes ou les appareils lents. Le rendu des balises côté serveur n'a pas besoin d'attendre le chargement de tous les fichiers JavaScript pour que le code soit exécuté en vue d'être affiché. Ainsi votre utilisateur verra apparaitre une page complètement rendue très tôt. Cela conduit généralement à une meilleure expérience utilisateur, ce qui peut-être critique pour les applications où le temps d'accès au contenu est directement lié au taux de conversion.\n\n\nIl y a aussi des contraintes à prendre en considération quand on utilise du SSR :\n\nDes contraintes de développement. Le code spécifique aux navigateurs ne peut être utilisé que dans certains hooks ; plusieurs bibliothèques nécessitent une utilisation particulière pour être capables d'être exécutées dans une application côté serveur.\n\nPlus d'étapes de précompilation et de déploiement requises. Contrairement à une SPA qui peut être déployée sur un serveur de fichiers statiques, une application rendue côté serveur nécessite un environnement où un serveur Node.js peut tourner.\n\nPlus de charge côté serveur. Faire le rendu d'une application complète en Node.js est évidemment une tâche demandant plus de ressources CPU que de simplement renvoyer des fichiers statiques. Aussi si vous vous attendez à un fort trafic, préparez-vous un serveur tenant la charge et utilisez astucieusement des stratégies de mise en cache.\n\n\nAvant d'utiliser du SSR pour vos applications, la première question que vous devriez vous poser est si vous en avez réellement besoin. Cela dépendra de l'importance du temps d'accès au contenu pour votre application. Par exemple, si vous créez une interface d'administration avec un chargement initial de quelques secondes, cela n'a pas d'importance ; du SSR n'aurait pas de pertinence dans ce cas. Cependant, dans le cas où l'accès au contenu est une priorité absolue, du SSR peut vous aider à obtenir les meilleures performances de chargement initial.\nRendu côté serveur vs. pré-rendu\nSi vous envisagez d'utiliser du SSR seulement pour améliorer votre SEO sur des pages informatives à valeur ajoutée (par ex. /, /about, /contact, etc.), alors vous devriez plutôt utiliser du pré-rendu. Plutôt que d'utiliser un serveur web pour compiler le HTML en temps réel, faites le simple pré-rendu de vos pages statiques en HTML pour des routes bien spécifiques lors d'une phase de précompilation. L'avantage est que faire du pré-rendu est plus simple et vous permet de garder un site avec une partie cliente statique.\nSi vous utilisez webpack, vous pouvez facilement ajouter du pré-rendu avec le plugin prerender-spa-plugin. Il a particulièrement bien été testé avec des applications Vue (en fait, son créateur est lui-même un membre de l'équipe principale de Vue).\nÀ propos de ce guide\nCe guide est dédié au rendu côté serveur des applications monopages utilisant Node.js en tant que serveur web. Utiliser le SSR de Vue avec une autre configuration serveur est un sujet brièvement abordé dans une section dédiée.\nCe guide va réellement entrer dans le détail et présuppose que vous êtes déjà familiarisé avec Vue.js et que vous avez un niveau de connaissance correcte concernant Node.js et webpack. Si vous préférez une solution de haut niveau fournissant une expérience de développement prête à l'emploi, vous devriez probablement essayer Nuxt.js. Il est construit par-dessus l'écosystème de Vue et vous fournit des éléments préconçus ainsi que des fonctionnalités supplémentaires pour générer des sites web statiques. Il ne vous conviendra cependant pas si vous souhaitez avoir un contrôle plus direct sur la structure de votre application. Dans tous les cas, il reste toujours intéressant de parcourir ce guide pour mieux comprendre comment chaque élément fonctionne avec le reste.\nAu fil de votre lecture, il peut être intéressant également de vous référer à la démo HackerNews qui utilise bon nombre des techniques expliquées dans ce guide.\nPour finir, notez que les solutions de ce guide ne sont pas définitives. Nous avons trouvé que cela fonctionnait bien pour nous, mais cela ne veut pas dire qu'il n'y a pas d'améliorations à faire. Nous pourrons les réviser dans le futur. N'hésitez donc pas à y contribuer en soumettant des pull requests !\n"},"basic.html":{"url":"basic.html","title":"Utilisation de base","keywords":"","body":"Utilisation de base\nInstallation\nnpm install vue vue-server-renderer --save\n\nNous allons utiliser npm tout au long de ce guide, n'hésitez pas à utiliser Yarn à la place.\nNotes\n\nIl est recommandé d'utiliser une version 6 ou supérieur de Node.js\nvue-server-renderer et vue doivent utiliser des numéros de version identiques.\nvue-server-renderer utilise plusieurs modules Node.js natifs fournis uniquement par Node.js. Nous fournirons une version exécutable qui pourra tourner sur les autres moteurs JavaScript dans le futur.\n\nFaire le rendu d'une instance de Vue\n// Étape 1 : créer une instance de Vue\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World`\n})\n\n// Étape 2 : créer un moteur de rendu\nconst renderer = require('vue-server-renderer').createRenderer()\n\n// Étape 3 : faire le rendu de l'instance en HTML\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => Hello World\n})\n\n// Dans la 2.5.0+, retourne une promesse si aucune fonction de rappel n'est passée :\nrenderer.renderToString(app).then(html => {\n console.log(html)\n}).catch(err => {\n console.error(err)\n})\n\nIntégration avec un serveur\nIl est plus simple d'utiliser le code précédent avec un serveur Node.js, par exemple Express :\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\n\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `L'URL visité est : {{ url }}`\n })\n\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Erreur interne du serveur')\n return\n }\n res.end(`\n \n \n Bonjour\n ${html}\n \n `)\n })\n})\n\nserver.listen(8080)\n\nUtiliser un modèle de page\nQuand vous faites le rendu d'une application Vue, le moteur de rendu fournit uniquement les balises de votre application. Dans cet exemple, nous allons ajouter de part et d'autre la structure HTML nécessaire à toutes pages.\nLe plus simple est de directement fournir un modèle de page lors de la création du moteur de rendu. La plupart du temps, nous allons mettre le modèle de page dans son propre fichier. Par ex. index.template.html :\n\n\n Bonjour\n \n \n \n\n\nNotez que le commentaire représente la zone où les balises de votre application vont être injectées.\nNous allons ensuite lire et passer le contenu du fichier au générateur de rendu de Vue :\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\n\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // sera la page complète avec le contenu de l'application injecté.\n})\n\nInterpolation dans le modèle de page\nLe modèle de page supporte également une interpolation simple. Avec le modèle de page suivant :\n\n \n \n {{ title }}\n\n \n {{{ meta }}}\n \n \n \n \n\n\nNous pouvons fournir les données d'interpolation suivantes à travers un « objet de contexte de rendu » en tant que second argument de renderToString :\nconst context = {\n title: 'Bonjour',\n meta: `\n \n \n `\n}\n\nrenderer.renderToString(app, context, (err, html) => {\n // le titre de la page sera « Bonjour »\n // avec les balises `` injectées\n})\n\nL'objet context peut également être partagé avec l'instance de l'application de Vue, permettant aux composants de dynamiquement fournir des données pour l'interpolation du modèle de page.\nDe plus, le modèle de page supporte des fonctionnalités avancées comme :\n\nl'injection automatique de CSS critique lors de l'utilisation de composants *.vue,\nl'injection automatique de balises avec l'utilisation de clientManifest,\nl'injection automatique de l'état de Vuex pour l'hydratation cliente avec prévention XSS.\n\nNous discuterons de cela quand nous introduirons ces concepts plus tard dans le guide.\n"},"universal.html":{"url":"universal.html","title":"Écrire du code universel","keywords":"","body":"Écrire du code universel\nAvant d'aller plus loin, prenons un moment pour discuter des contraintes lorsque l'on écrit du code « universel » ; c'est à dire du code qui s'exécute à la fois côté serveur et côté client. En raison des différences d'API entre les deux plateformes, le comportement de notre code ne sera pas exactement le même selon l'environnement. Nous allons examiner les points clés dont vous devez avoir connaissance.\nRéactivité des données côté serveur\nDans une application qui tourne exclusivement côté client, chaque utilisateur utilisera une nouvelle instance de l'application dans leur navigateur. Pour le rendu serveur nous voulons le même fonctionnement : chaque requête doit disposer d'une nouvelle instance d'application isolée. Ainsi il n'y aura pas de pollution liée à du partage d'état entre requêtes.\nÉtant donné que le processus de rendu actuel doit être déterministe, nous allons aussi « précharger » les données sur le serveur. Cela signifie que l'état de notre application sera déjà disponible quand nous commençons le rendu. Cela signifie également que la réactivité des données est inutile côté serveur ; elle est donc désactivée par défaut. Désactiver la réactivité des données évite aussi le cout de performance d'une conversion de données en objets réactifs.\nHooks de cycles de vie des composants\nVu qu'il n'y a pas de mises à jour dynamiques, de tous les hooks de cycles de vie, seuls beforeCreate et created seront appelés pendant le rendu côté serveur. Cela signifie que tout code présent dans d'autres hooks tels que beforeMount ou mounted sera exécuté uniquement côté client.\nUne autre chose à noter est que vous devriez éviter la création d'effets de bord globaux dans beforeCreate et created comme ceux, par exemple, dus aux timers avec setInterval. Nous pouvons mettre en place des timers seulement dans du code côté client qui seront arrêtés pendant les phases beforeDestroy et destroyed. Cependant, comme ces hooks ne sont jamais appelés pendant le SSR, les timers vont continuer de tourner éternellement. Pour éviter cela, déplacez ce type d'effet de bord dans les hooks beforeMount ou mounted.\nAccès aux APIs spécifiques à la plateforme\nLe code universel ne peut pas accéder aux APIs spécifiques à une plateforme. Ainsi, si votre code utilise directement les variables globales exclusives au navigateur comme window ou document, elles lèveront des erreurs si elles sont exécutées sur Node.js, et vice-versa.\nPour les tâches partagées entre le serveur et le client, mais qui utilisent des APIs différentes selon la plateforme, il est recommandé d'encapsuler le code spécifique à la plateforme dans une API universelle, ou d'utiliser des bibliothèques qui le font pour vous. Par exemple, axios est un client HTTP qui présente la même API côté serveur et côté client.\nPour les APIs exclusives au navigateur, l'approche habituelle est de les utiliser dans les hooks de cycle de vie exclusifs au client.\nNotez que si une bibliothèque tierce n'est pas écrite avec l'objectif d'être universelle, cela peut être délicat de l'intégrer dans une application rendue côté serveur. Vous devriez être capable de la faire fonctionner en substituant certaines variables globales, mais cela serait cavalier et pourrait interférer avec du code de détection d'environnement des autres bibliothèques.\nDirectives personnalisées\nLa plupart des directives personnalisées manipulent directement le DOM, et vont ainsi provoquer des erreurs durant le rendu côté serveur. Il y a deux façons d'éviter cela :\n\nPréférer l'utilisation de composants comme mécanisme d'abstraction et travailler au niveau du DOM virtuel (par ex. en utilisant des fonctions de rendu)\n\nSi vous avez une directive personnalisée qui ne peut être facilement remplacée par des composants, vous pouvez en fournir une « version serveur » qui utilise l'option directives lors de la création du rendu serveur.\n\n\n"},"structure.html":{"url":"structure.html","title":"Structure de code","keywords":"","body":"Structure de code\nÉviter les singletons d'état\nLors de l'écriture du code exclusif au client, nous sommes habitués au fait que notre code sera interprété dans un nouveau contexte à chaque fois. Cependant, un serveur Node.js est un processus qui reste actif. Quand notre code est appelé dans le processus, il sera interprété une fois et restera en mémoire. Cela signifie que si vous créez un singleton, il sera partagé entre chaque nouvelle requête.\nComme vu dans l'exemple de base, nous créons une nouvelle instance de Vue principale pour chaque requête. Cela est similaire au fait que chaque utilisateur utilise une nouvelle instance de l'application dans son propre navigateur. Si nous utilisons une instance partagée entre plusieurs requêtes, nous prenons le risque d'une pollution d'état entre requêtes.\nAinsi, au lieu de créer directement une instance d'application, nous devons exposer une fonction de fabrique qui peut être exécutée à plusieurs reprises pour créer de nouvelles instances d'application pour chaque requête :\n// app.js\nconst Vue = require('vue')\n\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `L'URL visible est : {{ url }}`\n })\n}\n\nEt notre code serveur devient :\n// server.js\nconst createApp = require('./app')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n\n renderer.renderToString(app, (err, html) => {\n // gérer l'erreur...\n res.end(html)\n })\n})\n\nLa même règle s'applique aussi bien aux instances de routeur, de store ou de canal d'évènements. Au lieu de l'exporter directement depuis un module et de l'importer dans votre application, vous devez créer une nouvelle instance dans createApp et l'injecter depuis l'instance de Vue principale.\n\nCette contrainte peut être éliminée en utilisant le moteur de rendu précompilé (« bundle renderer ») avec { runInNewContext: true }, cependant il y aura un surcout significatif en termes de performance lié à la création d'un nouveau contexte vm pour chaque requête.\n\nIntroduction à l'étape de build\nJusqu'ici, nous n'avons pas encore discuté d'une méthode pour disposer de la même application Vue côté client. Pour cela, nous devons utiliser webpack pour fabriquer le bundle de notre application Vue. En fait, nous voulons probablement utiliser aussi webpack pour le bundle serveur, parce que :\n\nLes applications typiques Vue sont construites avec webpack et vue-loader, et beaucoup d'autres fonctionnalités spécifiques à webpack telles que l'import de fichiers via file-loader, ou encore l'import de CSS avec css-loader qui ne fonctionneraient pas directement en Node.js.\n\nBien que la dernière version de Node.js supporte pleinement ES2015, nous avons toujours besoin de transpiler le code client pour prendre en charge les anciens navigateurs. Cela implique à nouveau une étape de build.\n\n\nL'idée de base est donc que nous utiliserons webpack pour empaqueter notre application à la fois pour le client et le serveur. Le bundle serveur sera nécessaire au serveur et utilisé pour le rendu côté serveur, alors que le bundle client sera envoyé au navigateur pour hydrater le DOM client.\n\nNous allons discuter des détails de la mise en place dans les prochaines sections. Pour l'instant, considérons que nous avons configuré le build et que nous pouvons écrire le code de notre application Vue avec webpack.\nStructure du code avec webpack\nMaintenant que nous utilisons webpack pour développer l'application à la fois côté serveur et côté client, la majorité de notre code source peut être écrite d'une manière universelle, avec l'accès à toutes les fonctionnalités fournies par webpack. Pour autant, il y a un certain nombre de choses que vous devez garder à l'esprit en écrivant du code universel.\nVoici ce à quoi pourrait ressembler un projet :\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # point d'entrée universel\n├── entry-client.js # code exécuté côté navigateur exclusivement\n└── entry-server.js # code exécuté côté serveur exclusivement\n\napp.js\napp.js est l'entrée universelle de notre application. Dans une application exclusivement client, nous aurions créé l'instance de Vue principale directement dans ce fichier, et elle aurait été attachée au DOM. Pour le SSR cette responsabilité est déplacée dans le fichier d'entrée réservé au client. app.js exporte simplement une fonction createApp:\nimport Vue from 'vue'\nimport App from './App.vue'\n\n// exporte une fonction de fabrique pour créer de nouvelles instances\n// de l'application, du routeur et du store\nexport function createApp () {\n const app = new Vue({\n // l'instance racine rend simplement le composant App.\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\nL'entrée client crée simplement l'application et l'attache au DOM :\nimport { createApp } from './app'\n\n// logique de démarrage spécifique au client\n\nconst { app } = createApp()\n\n// nous partons du principe que l'élément racine du template App.vue a pour `id=\"app\"`\napp.$mount('#app')\n\nentry-server.js:\nL'entrée serveur utilise un export par défaut qui est une fonction pouvant être appelée de manière répétée à chaque rendu. Pour l'instant, le code ne fait pas grand-chose de plus que créer et retourner une instance de l'application. Nous pourrons y intégrer plus tard la correspondance de route côté serveur et la logique de récupération des données.\nimport { createApp } from './app'\n\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"Routage et scission du code","keywords":"","body":"Routage et scission du code\nRoutage avec vue-router\nVous avez sans doute remarqué que notre code serveur utilise le handler * qui accepte n'importe quel URL. Cela nous permet de réutiliser la même configuration des routes pour le client et le serveur !\nIl est recommandé d'utiliser le routeur officiel de Vue vue-router. Commençons par créer un fichier où sera créé le routeur. De manière similaire à createApp, nous aurons besoin d'une nouvelle instance du routeur pour chaque requête, donc ce fichier exporte une fonction createRouter :\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\nEt modifier app.js :\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\n\nexport function createApp () {\n // crée l'instance du routeur\n const router = createRouter()\n\n const app = new Vue({\n // injecte le routeur dans l'instance de Vue\n router,\n render: h => h(App)\n })\n\n // retourne l'application et le routeur\n return { app, router }\n}\n\nMaintenant, il faut implémenter la logique des routes côté serveur dans entry-server.js :\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n // vu qu'il peut potentiellement avoir des composants ou des hooks\n // de routes asynchrones, on retourne une Promesse (« Promise ») de telle sorte que\n // le serveur patiente jusqu'à ce que tout soit prêt pour le rendu.\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n\n // défini la location du routeur serveur\n router.push(context.url)\n\n // on attend que le routeur ait terminé de traiter avec les composants et\n // hooks asynchrones\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // pas de routes correspondantes, on rejette la requête avec une 404\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // la Promise doit résoudre l'instance de l'application qui pourra\n // ensuite être rendue\n resolve(app)\n }, reject)\n })\n}\n\nEn assumant que le bundle serveur soit déjà fait (encore une fois, on ignore l'étape de configuration du build pour l'instant), l'usage de ce bundle ressemblerait à ça :\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Page non trouvée')\n } else {\n res.status(500).end('Erreur interne du serveur')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\nScission du code\nLa scission du code, ou les parties chargées à la volée de votre application, aide à réduire la quantité de ressources qui a besoin d'être téléchargée par le navigateur pour le rendu initial, et peut grandement améliorer le TTI (time-to-interactive) pour les grosses applications. Le but est de « charger uniquement ce qui est nécessaire » pour l'écran initial.\nVue permet de créer des composants asynchrones en respectant le concept d'objet de première classe. En les combinant avec le support de webpack 2 pour l'utilisation de l'importation dynamique pour scinder le code, tout ce que vous avez à faire est :\n// changer ça :\nimport Foo from './Foo.vue'\n\n// pour ça :\nconst Foo = () => import('./Foo.vue')\n\nJusqu'en Vue 2.5, cela fonctionnait pour les composants au niveau des routes. Cependant, avec les améliorations des algorithmes en 2.5+, cela fonctionne maintenant parfaitement partout dans votre application.\nNotez qu'il est toujours nécessaire d'utiliser router.onReady côté client et côté serveur avant le renvoi / le montage de l'application, car le routeur doit résoudre les composants de route asynchrones à l'avance pour correctement déclencher les hooks des composants. Nous avons déjà fait cela dans notre entrée serveur et maintenant nous allons faire de même pour l'entrée cliente :\n// entry-client.js\n\nimport { createApp } from './app'\n\nconst { app, router } = createApp()\n\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\nUn exemple de configuration de route avec des composants asynchrones :\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"Récupération de données et état","keywords":"","body":"Récupération de données et état\nGestionnaire d'état des données\nPendant le SSR, nous allons essentiellement faire le rendu d'un « instantané » de notre application, aussi si votre application est liée à des données asynchrones, ces données vont devoir être préchargées et résolues avant de débuter la phase de rendu.\nUn autre point important côté client ; les mêmes données doivent être disponibles avant que l'application ne soit montée, autrement, l'application côté client va faire le rendu d'un état différent et l'hydratation va échouer.\nPour résoudre cela, les données préchargées doivent vivre en dehors de la vue du composant, dans un gestionnaire de données, ou dans un « gestionnaire d'état ». Côté serveur, nous pouvons précharger et remplir les données dans le gestionnaire de données avant le rendu. De plus, nous allons sérialiser et injecter l'état dans le HTML. Le gestionnaire de données côté client pourra directement récupérer l'état depuis le HTML avant que l'application ne soit montée.\nNous allons utiliser le gestionnaire d'état officiel (« store ») de la bibliothèque Vuex pour cette partie. Créons un fichier store.js, avec divers jeux de logique pour précharger un élément en nous basant sur un identifiant :\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\n\nVue.use(Vuex)\n\n// Supposons que nous ayons une API universelle retournant\n// des Promesses (« Promise ») et ignorons les détails de l'implémentation\nimport { fetchItem } from './api'\n\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // retournant la Promesse via `store.dispatch()`, nous savons\n // quand les données ont été préchargées\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\nEt mettons à jour app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\n\nexport function createApp () {\n // créer le routeur et l'instance du store\n const router = createRouter()\n const store = createStore()\n\n // synchroniser pour que l'état de la route soit disponible en tant que donnée du store\n sync(store, router)\n\n // créer l'instance de l'application, injecter le routeur et le store\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n\n // exposer l'application, le routeur et le store.\n return { app, router, store }\n}\n\nCollocation logique avec les composants\nDonc, où devons-nous appeler le code en charge de l'action de récupération de données ?\nLes données que nous avons besoin de précharger sont déterminées par la route visitée, qui va aussi déterminer quels composants vont être rendus. En fait, les données nécessaires à une route donnée sont aussi les données nécessaires aux composants pour être rendus pour une route. Aussi il serait naturel de placer la logique de récupération de données à l'intérieur des composants de route.\nNous allons exposer une fonction statique personnalisée asyncData sur nos composants de route. Notez que, puisque cette fonction va être appelée avant l'instanciation des composants, l'accès à this ne sera pas possible. Le store et les informations de route ont donc besoin d'être passés en tant qu'arguments :\n\n\n {{ item.title }}\n\n\n\nexport default {\n asyncData ({ store, route }) {\n // retourner la Promesse depuis l'action\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n // afficher l'élément depuis l'état du store.\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\nRécupération de données côté serveur\nDans entry-server.js nous pouvons obtenir les composants qui concordent avec une route grâce à router.getMatchedComponents(), et appeler asyncData si le composant l'expose. Nous avons ensuite besoin d'attacher l'état résolu au contexte de rendu.\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n\n router.push(context.url)\n\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // appeler `asyncData()` sur toutes les routes concordantes\n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // Après que chaque hook de préchargement soit résolu, notre store est maintenant\n // rempli avec l'état nécessaire au rendu de l'application.\n // Quand nous attachons l'état au contexte, et que l'option `template`\n // est utilisée pour faire le rendu, l'état va automatiquement être\n // être sérialisé et injecté dans le HTML en tant que `window.__INITIAL_STATE__`.\n context.state = store.state\n\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\nEn utilisant template, context.state va automatiquement être encapsulé dans le HTML final en tant qu'état window.__INITIAL_STATE__. Côté client, le store voudra récupérer cet état avant de monter l'application :\n// entry-client.js\n\nconst { app, router, store } = createApp()\n\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\nRécupération de données côté client\nCôté client, il y a deux différentes approches pour gérer la récupération de données :\n\nRésoudre les données avant de changer de route :\nAvec cette stratégie, l'application va rester sur la vue courante jusqu'à ce que les données nécessaires à la vue suivante soient résolues. L'avantage est que la vue suivante pourra faire le rendu complet du contenu aussitôt qu'il sera prêt, mais si les données mettent trop de temps à charger, l'utilisateur va se sentir « bloquer » sur la vue courante. C'est pourquoi il est recommandé de fournir un indicateur de chargement si vous utilisez cette stratégie.\nNous pouvons implémenter cette stratégie côté client en vérifiant la concordance des composants et en exécutant leurs fonctions asyncData à l'intérieur du hook global du routeur. Notez que nous devrions enregistrer ce hook après que la route initiale ne soit prête et donc il n'est pas nécessaire de précharger de nouveau les données du serveur ayant déjà été préchargées.\n// entry-client.js\n\n// ...omission du code sans rapport\n\nrouter.onReady(() => {\n // Ajouter le hook du routeur pour gérer `asyncData`\n // Cela étant fait après la résolution de la route initiale, évitons une double récupération de données\n // des données que nous avons déjà. Utilisation de `router.beforeResolve()`, ainsi tous\n // les composants asynchrones sont résolues.\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n\n // nous allons uniquement nous occuper des composants qui n'ont pas déjà été rendus\n // aussi nous allons les comparer jusqu'à ce que deux éléments concordants diffèrent\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n\n if (!activated.length) {\n return next()\n }\n\n // c'est ici qu'il faudrait lancer un indicateur de chargement si nous en avions un\n\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n\n // arrêt de l'indicateur de chargement\n\n next()\n }).catch(next)\n })\n\n app.$mount('#app')\n})\n\n\nRécupérer les données après que les vues concordantes soient rendues :\nCette stratégie place la logique de récupération de données côté client dans la fonction beforeMount de la vue du composant. Cela permet aux vues de changer instantanément quand un changement de route est enclenché, aussi l'application semblera un peu plus réactive. Cependant, la vue suivante n'aura pas l'intégralité de ses données disponibles lors du rendu. Il est donc nécessaire d'avoir un état de chargement conditionnel pour chaque vue de composant utilisant cette stratégie.\nCela peut être réalisé avec un mixin global uniquement côté client :\nVue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // assigner une opération de récupération de données à une Promesse\n // ainsi tout ce que nous devons faire dans un composant est `this.dataPromise.then(...)`\n // pour exécuter la suite des tâches une fois que les données sont prêtes\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n})\n\n\n\nLes deux stratégies conduisent à une expérience utilisateur singulièrement différente et doivent être choisies en fonction du scénario de l'application que vous construisez. Mais indépendamment de votre choix de stratégie, la fonction asyncData devrait également être appelée quand la route d'un composant est de nouveau utilisée (même route, mais avec des paramètres ou une demande « query » différente comme par ex. avec utilisateur/1 et utilisateur/2). Nous pouvons également réaliser ceci avec un mixin global uniquement côté client.\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nScission de code du Store\nDans une grosse application, notre store Vuex va très probablement être scindé dans de multiples modules. Bien sûr, il est aussi possible de scinder le code de ces modules en fragments correspondant aux routes. Supposons que nous ayons le module store suivant :\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // IMPORTANT: l'état doit être une fonction sinon le module ne\n // pourra pas être instancié de multiples fois\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\nNous pouvons utiliser store.registerModule pour enregistrer ce module à la volée dans le hook asyncData du composant :\n// inside a route component\n\n {{ fooCount }}\n\n\n\n// importer le module d'ici et non de `store/index.js`\nimport fooStoreModule from '../store/modules/foo'\n\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n\n // IMPORTANT: il faut éviter le double enregistrement de module côté client\n // quand la route est visitée plusieurs fois.\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\nParce que le module est maintenant une dépendance du composant de route, il peut à présent être déplacé dans un fragment de composant de route par webpack.\n\nFiou, cela fait pas mal de code ! Cela est dû au fait que le préchargement universel est probablement le problème le plus complexe d'une application avec rendu côté serveur et nous avons posé les bases pour un développement futur plus simple. Maintenant que cette base est mise en place, modifier des composants individuellement sera en fait plutôt agréable.\n"},"hydration.html":{"url":"hydration.html","title":"Hydratation côté client","keywords":"","body":"Hydratation côté client\nL'hydratation fait référence au processus côté client pendant lequel Vue va prendre la main sur le HTML statique envoyé par le serveur et le transformer en un DOM capable de réagir aux changements réactifs des données côté client.\nDans entry-client.js, nous montons simplement l'application avec cette ligne :\n// supposons que l'élément racine du template App.vue possède `id=\"app\"`\napp.$mount('#app')\n\nParce que le serveur a déjà fait le rendu des balises, nous ne voulons évidemment pas tout jeter et recréer l'intégralité des éléments du DOM. À la place, nous voulons « hydrater » les balises statiques et les rendre interactives.\nSi vous inspectez le rendu en sortie côté serveur, vous remarquerez que l'élément racine de l'application a un attribut spécial :\n\n\nL'attribut spécial data-server-rendered permet à Vue, depuis le côté client, de savoir quelle balise a été rendue par le serveur et d'être capable de monter l'application en mode hydratation. Notez que cela n'ajoute pas id=\"app\" mais seulement l'attribut data-server-rendered : vous avez besoin d'ajouter un id ou tout autre sélecteur à l'élément racine de votre application vous-même ou l'application ne s'hydratera pas proprement.\nEn mode développement, Vue va vérifier que le DOM virtuel généré côté client concorde avec la structure du DOM rendu par le serveur. S'il y a non concordance, il va bypasser l'hydratation, retirer le DOM existant et refaire le rendu depuis le début. En mode production, ces vérifications sont désactivées pour des performances maximales.\nLimitation de l'hydration\nUne chose qu'il faut savoir est qu'en utilisant un SSR + une hydratation côté client il y a plusieurs structures HTML spéciales qui sont altérées par le navigateur. Par exemple, quand vous écrivez ceci dans un template Vue :\n\n salut\n\n\nLe navigateur va automatiquement injecter dans . Le DOM virtuel généré par Vue ne va cependant pas contenir , ce qui va causer une non-concordance. Pour assurer une concordance correcte, assurez-vous d'écrire du HTML valide dans vos templates.\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"Introduction au moteur de dépaquetage","keywords":"","body":"Introduction au moteur de dépaquetage\nProblèmes basiques du SSR\nÀ ce point, nous supposons que le code empaqueté côté serveur sera directement utilisé via require :\nconst createApp = require('/path/to/built-server-bundle.js')\n\nMême si c'est simple, à chaque fois que vous éditez votre code source à ce stade, vous devez stopper et redémarrer votre serveur. Cela ralentit quelque peu la productivité pendant le développement. De plus, Node.js ne supporte pas les sources maps nativement.\nLe moteur de dépaquetage\nvue-server-renderer fournit une API appelée createBundleRenderer pour résoudre ce problème. Avec un plugin webpack personnalisé, le paquetage (« bundle ») serveur est généré comme un fichier JSON spécial qui peut être passé au moteur de dépaquetage (« bundle renderer »). Une fois que le moteur de dépaquetage est créé, l'usage est le même qu'un moteur de rendu, cependant le moteur de dépaquetage fournit les bénéfices suivants :\n\nSupport des sources maps inclus (avec devtool: 'source-map' dans la configuration de webpack)\n\nRechargement à chaud pendant la phase de développement et même de déploiement (en relisant le paquetage mis à jour et en recréant l'instance du moteur)\n\nInjection CSS critique (en utilisant les fichiers *.vue) : insérer automatiquement dans la sortie le CSS nécessaire pour les composants pendant le rendu. Voir la section CSS pour plus de détails.\n\nInjection de fragments avec clientManifest : déduire automatiquement le préchargement et la récupération des directives, et les fragments scindés requis pour le rendu initial.\n\n\n\nNous allons discuter de la manière de configurer webpack pour générer les artéfacts de build nécessaires au moteur de dépaquetage dans la prochaine section, mais pour le moment, imaginons que nous ayons déjà ce dont nous avons besoin. Voici comment créer et utiliser un moteur de dépaquetage :\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // recommandé\n template, // (optionnel) page de template\n clientManifest // (optionnel) manifeste de build client\n})\n\n// à l'intérieur du gestionnaire serveur...\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // Pas besoin de passer l'application ici car elle est automatiquement créée\n // à l'exécution du paquetage. Maintenant notre serveur est découplé de notre application Vue !\n renderer.renderToString(context, (err, html) => {\n // gérer les erreurs...\n res.end(html)\n })\n})\n\nQuand renderToString est appelé sur le moteur de dépaquetage, il va automatiquement exécuté la fonction exportée par le paquetage pour créer une instance de l'application (en passant context comme argument) puis va en faire le rendu.\nNotons qu'il est recommandé de mettre l'option runInNewContext à false ou à 'once'. Plus de détails dans la référence de l'API.\n"},"build-config.html":{"url":"build-config.html","title":"Configuration de précompilation","keywords":"","body":"Configuration de précompilation\nNous allons supposez que vous savez déjà comment configurer webpack pour un projet uniquement client. La configuration pour un projet avec du SSR va être en grande partie similaire, mais nous vous suggérons de séparer vos configurations en trois fichiers : base, client et server. La configuration de base contient la configuration partagée par les deux environnements, comme les chemins de sortie, les aliases et les loaders. La configuration du serveur et la configuration du client peuvent simplement étendre la configuration de base en utilisant webpack-merge.\nConfiguration serveur\nLa configuration serveur est destinée à générer le paquetage serveur qui va être passé à createBundleRenderer. Elle devrait ressembler à cela :\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\n\nmodule.exports = merge(baseConfig, {\n // Fichier d'entrée serveur de l'application\n entry: '/path/to/entry-server.js',\n\n // Cela permet à webpack de gérer les imports dynamiques d'une manière\n // approprié pour Node.js, et dit également à `vue-loader` d'émettre un code approprié pour le serveur\n // lors de la compilation du composant Vue.\n target: 'node',\n\n // Pour le support des sources maps des paquetages\n devtool: 'source-map',\n\n // Cela dit au paquetage serveur d'utiliser les exports au format Node.js\n output: {\n libraryTarget: 'commonjs2'\n },\n\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // Externalise les dépendances de l'application. Cela rend le build serveur plus rapide\n // et génère un fichier de paquetage plus petit.\n externals: nodeExternals({\n // ne pas externaliser les dépendances qui ont besoin d'être traitées par webpack.\n // vous pouvez ajouter plus de types de fichiers ici, comme par ex. avec les fichiers `*.vue`\n // vous devriez aussi lister des exceptions qui modifient `global` (par ex. les polyfills)\n whitelist: /\\.css$/\n }),\n\n // Ceci est le plugin qui va créer entièrement la sortie pour le build serveur\n // dans un seul fichier JSON. Le fichier généré par défaut va être\n // `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\nAprès que vue-ssr-server-bundle.json ai été généré, passez simplement le chemin du fichier à createBundleRenderer :\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // ...autres options pour le moteur\n})\n\nVous pouvez alternativement tout aussi bien passer le paquetage comme un objet à createBundleRenderer. Cela est utile pour le rechargement à chaud pendant le développement. Voyez la démo de HackerNews pour une référence de mise en place.\nLimitations externes\nNotons que dans l'option externals nous avons exclu les fichiers CSS. C'est parce que les fichiers CSS importés par dépendances doivent quand même être gérés par webpack. Si vous importez n'importe quels autres types de fichiers également pris en charge par webpack (ex : *.vue, *.styl), vous pouvez également les ajouter à la liste des exceptions.\nSi vous utilisez runInNewContext: 'once' ou runInNewContext: true, alors vous devrez également ajouter aux exceptions les polyfills qui modifient global comme par ex. babel-polyfill. Cela est dû au fait qu'en utilisant un nouveau mode de contexte, le code à l'intérieur d'un paquetage serveur a son propre objet global. Parce qu'il n'est plus nécessaire de faire cela côté serveur en utilisant Node.js 7.6+, c'est d'autant plus facile de ne les importer que côté client.\nConfiguration cliente\nLa configuration cliente peut être en grande partie la même grâce à la configuration de base. Bien sûr vous devez faire pointer entry sur votre fichier d'entrée client. En plus de cela, si vous utilisez le plugin CommonsChunkPlugin, assurez-vous de ne l'utiliser que dans la configuration cliente car le paquetage serveur requiert un unique fragment d'entrée.\nGénérer le clientManifest\n\nrequiert la version 2.3.0+\n\nEn plus du paquetage serveur, nous pouvons également générer un build de manifeste client. Avec le manifeste client et le paquetage serveur, le moteur a maintenant les informations du build serveur et du build client, ainsi il peut automatiquement déduire et injecter les directives préchargées et récupérées ainsi que les balises / dans le rendu HTML.\nLes bénéfices sont doubles :\n\nIl peut remplacer le plugin html-webpack-plugin pour l'injection correcte d'URL de fichiers quand il y a des hashs dans les noms de fichier générés.\n\nLors du rendu d'un paquetage qui s'appuie sur les fonctionnalités de scission de code à la demande de webpack, nous pouvons être assurés que les fragments optimaux sont préchargés / récupérés, et que les balises des fragments asynchrones nécessaires pour éviter la cascade de requête depuis le client sont intelligemment injectées. Cela améliore le TTI (« time-to-interactive »).\n\n\nPour tirer parti du manifeste client, la configuration cliente devrait ressembler à ça :\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // Important : cela scinde l'exécution de webpack en un fragment maitre\n // et des fragments asynchrones qui peuvent être injectés juste après lui.\n // cela permet également une meilleure mise en cache pour vos codes d'applications tierces.\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // Ce plugin génère le fichier `vue-ssr-client-manifest.json` dans\n // le dossier de sortie.\n new VueSSRClientPlugin()\n ]\n})\n\nVous pouvez même utiliser le manifeste client généré conjointement avec un template de page :\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\n\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\nAvec cette mise en place, votre rendu HTML côté serveur pour un build avec scission de code va ressembler à quelque chose comme ci-dessous (tout étant auto-injecté) :\n\n \n \n \n \n \n \n \n \n \n \n async\n \n \n \n \n \n \n`\n\nInjection manuelle des fichiers\nPar défaut, l'injection des fichiers est automatique quand vous fournissez l'option de rendu template. Mais parfois vous aurez besoin d'une granularité de contrôle plus fine en ce qui concerne la manière dont les templates seront injectés, ou peut-être que vous n'utiliserez pas de template du tout. Dans tous les cas, vous pouvez passer inject: false quand le moteur est créé et manuellement réaliser l'injection des fichiers.\nDans la fonction de rappel de renderToString, l'objet context que vous passez va exposer les méthodes suivantes :\n\ncontext.renderStyles()\nCela va retourner une balise contenant tout le CSS critique récupéré dans les composants *.vue et utilisés durant le rendu. Consultez Gestion des CSS pour plus de détails.\nSi un clientManifest est fourni, la chaine retournée va également contenir la balise pour les fichiers CSS émis par webpack (ex: CSS extrait avec extract-text-webpack-plugin ou importés avec file-loader)\n\ncontext.renderState(options?: Object)\nCette méthode sérialise context.state et retourne une balise script qui contient l'état avec window.__INITIAL_STATE__.\nLa clé et la valeur de l'état peuvent être toutes les deux passées dans l'objet d'option :\ncontext.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n})\n\n// -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\n\nrequiert clientManifest\n\nCette méthode retourne la balise nécessaire pour que l'application cliente puisse démarrer. Lors de l'utilisation de la scission de code asynchrone dans le code de l'application, cette méthode va intelligemment trouver les fragments asynchrones corrects à inclure.\n\ncontext.renderResourceHints()\n\nrequiert clientManifest\n\nCette méthode retourne les balises nécessaires au rendu optimisé de la page. Par défaut ce sera :\n\nPréchargement (récupération et exécution) des fichiers JavaScript et CSS requis par la page,\nRécupération asynchrone des fragments JavaScript qui seront nécessaires plus tard.\n\nLes fichiers préchargés peuvent être personnalisés plus en profondeur avec l'option shouldPreload.\n\ncontext.getPreloadFiles()\n\nrequiert clientManifest\n\nCette méthode ne retourne pas de chaine de caractère. À la place elle retourne un tableau d'objets représentant les fichiers qui devraient être préchargés. Cela peut-être utilisé pour programmatiquement réaliser de l'augmentation serveur HTTP/2.\n\n\nPuisque le template passé à createBundleRenderer va être interpolé en utilisant le context, vous pouvez utiliser ces méthodes à l’intérieur de celui-ci (with inject: false) :\n\n \n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n \n \n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n \n\n\nSi vous n'utilisez pas template du tout, vous pouvez concaténer les chaines vous-mêmes.\n"},"css.html":{"url":"css.html","title":"Gestion des CSS","keywords":"","body":"Gestion des CSS\nLa gestion recommandée pour l'utilisation des CSS est de simplement utiliser une balise à l'intérieur d'un fichier de composant monopage *.vue. Cela permet :\n\nune sortie CSS limitée au composant,\nla possibilité d'utiliser des préprocesseurs ou PostCSS,\nle rechargement à chaud pendant le développement.\n\nPlus important encore, vue-style-loader, le loader utilisé en interne par vue-loader, a plusieurs fonctionnalités pour le rendu côté serveur :\n\nExpérience de création universelle côté client et côté serveur.\n\nCréation automatique de CSS critique lors de l'utilisation de bundleRenderer.\nS'il est utilisé pendant le rendu côté serveur, un composant CSS peut être récupéré et injecté dans la source HTML (automatiquement pris en charge avec l'option template). Côté client, quand le composant est utilisé pour la première fois, vue-style-loader va vérifier s'il n'y a pas déjà une sortie CSS dans la source HTML pour ce composant ; sinon, le CSS va être automatiquement injecté via une balise .\n\nExtraction de CSS commun.\nCette mise en place supporte extract-text-webpack-plugin pour extraire le CSS du fragment principal en un fichier CSS séparé (automatiquement injecté avec l'option template), ce qui permet au fichier d'être mis en cache individuellement. Cela est recommandé quand il y a beaucoup de CSS partagés.\nLes CSS a l'intérieur des composants asynchrones vont être compilés en tant que chaine de caractères JavaScript et pris en charge par vue-style-loader.\n\n\nActiver l'extraction CSS\nPour extraire le CSS des fichiers *.vue, utilisez l'option extractCSS du vue-loader (requiert vue-loader 12.0.0+) :\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n\n// L'extraction CSS devrait uniquement être activée en production\n// ainsi vous pourriez utiliser le rechargement à chaud pendant le développement.\nconst isProduction = process.env.NODE_ENV === 'production'\n\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // activer l'extraction CSS\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // assurez-vous d'avoir ajouté le plugin !\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\nNotez que la configuration ci-dessus est uniquement appliquée pour les styles en provenance des fichiers *.vue, mais vous pouvez toujours utiliser pour importer des CSS externes dans des composants Vue.\nSi vous souhaitez importer des CSS depuis le JavaScript, par ex. avec import 'foo.css', vous aurez besoin de configurer les loaders appropriés :\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // important : utilisez `vue-style-loader` à la place de `style-loader`\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\nImporter des styles depuis les dépendances\nQuelques choses que vous devez prendre en note quand vous importez des CSS depuis des dépendances npm :\n\nIls ne devraient pas être externalisés dans un build serveur.\n\nSi vous utilisez de l'extraction CSS + de l'extraction de CSS tierce avec CommonsChunkPlugin, extract-text-webpack-plugin va mal fonctionner si le CSS extrait est à l'intérieur d'un extrait de fragment tiers. Pour résoudre cela, évitez d'inclure des fichiers CSS dans un fragment tiers. Voici un exemple de configuration côté client avec webpack :\nmodule.exports = {\n // ...\n plugins: [\n // il est normal d'extraire un fragment tiers pour une meilleure mise en cache.\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // un module est extrait dans un fragment tiers puis...\n return (\n // s'il est a l'intérieur d'un dossier node_modules\n /node_modules/.test(module.context) &&\n // ne pas l'externaliser si la requête est un fichier CSS\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // extraction de l'exécuteur et du manifeste webpack\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n}\n\n\n\n"},"head.html":{"url":"head.html","title":"Gestion des entêtes","keywords":"","body":"Gestion des entêtes\nSimilaire à l'injection de fichier, la gestion des entêtes suit la même idée : nous pouvons dynamiquement attacher des données au rendu context dans le cycle de vie du composant, et interpoler ses données dans le template.\n\nDans la version 2.3.2+, vous pouvez directement accéder au contexte SSR du composant via this.$ssrContext. Dans les versions plus anciennes, vous devez injecter manuellement le contexte SSR en le passant à la fonction createApp() et ainsi l'exposer dans $options de l'instance racine — les composants enfants pouvant y accéder via this.$root.$options.ssrContext.\n\nNous pouvons écrire un mixin simple pour effectuer la gestion du titre :\n// title-mixin.js\n\nfunction getTitle (vm) {\n // les composants doivent simplement fournir une option `title`\n // pouvant être soit une chaine de caractères soit une fonction\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\n\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$ssrContext.title = title\n }\n }\n}\n\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n\n// `VUE_ENV` peut être injecté avec `webpack.DefinePlugin`\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\nMaintenant, un composant de route peut être utilisé ainsi pour contrôler le titre du document :\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n },\n\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\nEt passé au moteur de rendu de paquetage dans le template :\n\n \n {{ title }}\n \n \n ...\n \n\n\nNotes :\n\nUtilisez les doubles moustaches (interpolation de HTML échappé) pour éviter les attaques XSS.\n\nVous devriez fournir un titre par défaut quand vous créez l'object context au cas ou aucun composant de définisse de titre durant le rendu.\n\n\n\nEn utilisant la même stratégie, vous pouvez facilement étendre votre mixin en une fonction utilitaire générique de gestion des entêtes.\n"},"caching.html":{"url":"caching.html","title":"Mise en cache","keywords":"","body":"Mise en cache\nMême si le SSR de Vue est très rapide, il ne peut égaler les performances d'un rendu utilisant une chaine de caractères pure du fait du cout de la création des instances de composants et des nœuds du DOM virtuel. Dans le cas où les performances du SSR seraient critiques, il est conseillé d'utiliser une stratégie de mise en cache pour améliorer significativement le temps de réponse et réduire la charge du serveur.\nMise en cache au niveau de la page\nUne application de rendu côté serveur est, dans la plupart des cas, liée à des données externes. Donc le contenu est dynamique par nature et ne peut pas être mis en cache pour des périodes étendues. Cependant, si le contenu n'est pas spécifique à un utilisateur (c.-à-d. qu'un même URL rend toujours un même contenu indépendamment des utilisateurs), nous pouvons mettre en place une stratégie appelée micro-caching pour améliorer significativement la capacité de notre application à prendre en charge un fort trafic.\nCeci est habituellement fait au niveau de la couche nginx, mais nous pouvons également l'implémenter en Node.js :\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // Important : les entrées expirent après une seconde.\n})\n\nconst isCacheable = req => {\n // implémentation d'un algorithme pour définir si une requête est spécifique à un utilisateur.\n // seules les pages non spécifiques à un utilisateur peuvent être mises en cache\n}\n\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\nParce que le composant est mis en cache pour seulement une seconde, les utilisateurs ne verront pas le contenu déjà périmé. Cependant, cela signifie que le serveur a besoin de faire un rendu complet une seule fois par seconde pour chaque page mise en cache.\nMise en cache au niveau du composant\nvue-server-renderer a un support intégré pour la mise en cache de composant. Pour l'activer, vous avez besoin d'une implémentation de mise en cache quand vous créez le moteur de rendu. L'usage courant est de passer un objet de mise en cache qui supprime l'objet le plus récemment utilisé :\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\nVous pouvez aussi implémenter une mise en cache de composant avec une fonction serverCacheKey :\nexport default {\n name: 'item', // requis\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\nNotez que ce composant pouvant être mis en cache doit aussi définir une option name unique. Avec un nom unique, la clé de mise en cache est effective par composant : vous n'avez donc pas besoin de vous préoccuper de deux composants qui retourneraient la même clé.\nLa clé retournée par serverCacheKey devrait contenir suffisamment d'informations pour représenter tous les résultats de rendu. L'exemple ci-dessus est une bonne implémentation si le résultat du rendu est uniquement déterminé par props.item.id. Cependant, si un élément avec le même identifiant change à chaque fois, ou si son rendu est lié au changement d'une autre prop, alors vous devez modifier votre implémentation serverCacheKey pour prendre en compte ces variables.\nRetourner une constante va mener le composant à toujours être en cache, ce qui peut être une bonne chose pour les composants statiques.\nQuand utiliser de la mise en cache de composant ?\nSi le moteur de rendu trouve du cache pour un composant durant le rendu, il va directement utiliser ce cache comme résultat pour le sous-arbre de composant complet. Cela signifie qu'il ne faut PAS mettre en cache un composant quand :\n\nIl possède des composants enfants liés à l'état global.\nIl possède des composants enfants qui produisent des effets de bord sur le rendu de context.\n\nLa mise en cache de composant doit donc être utilisée avec soin pour éviter les goulots d'étranglement de performance. Dans la plupart des cas, vous n'en aurez pas besoin et donc pas besoin de mettre en cache les instances de composants. Les types de composants les plus communs pour de la mise en cache sont ceux utilisant de grosses listes v-for. Comme ces composants sont généralement alimentés par des collections de bases de données, ils peuvent utiliser une simple stratégie de mise en cache : générer leur clé de mise en cache en utilisant leur unique identifiant associé à un timestamp mis à jour :\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"Envoi par flux","keywords":"","body":"Envoi par flux\nvue-server-renderer supporte nativement le rendu par flux (« stream »), aussi bien pour le moteur de rendu de base que pour le moteur de rendu de paquetage. Tout ce dont vous avez besoin est d'utiliser renderToStream à la place de renderToString :\n:\nconst stream = renderer.renderToStream(context)\n\nLa valeur retournée est un flux Node.js :\nlet html = ''\n\nstream.on('data', data => {\n html += data.toString()\n})\n\nstream.on('end', () => {\n console.log(html) // render complete\n})\n\nstream.on('error', err => {\n // handle error...\n})\n\nLimitations de flux\nEn mode de rendu par flux, la donnée est émise aussitôt que possible quand le moteur parcourt l'arbre du DOM virtuel. Cela signifie que l'envoi au client du « premier fragment » commence rapidement.\nCependant, quand le premier fragment est émis, les composants enfants peuvent ne pas avoir encore été instanciés, et les hooks de leur cycle de vie ne seront jamais appelés. Cela signifie que si des composants enfants ont besoin d'attacher leurs données dans le contexte de rendu de leurs hooks de cycle de vie, elles ne seront pas accessibles au démarrage du flux. Comme beaucoup d'informations (comme les informations d'entête ou les CSS critiques injectées) ont besoin d'être insérées avant la balise de l'application, il est nécessaire d'attendre la fin du flux avant de commencer à utiliser ces données de contexte.\nIl n'est donc PAS recommandé d'utiliser de l'envoi par flux si les données de vos contextes sont injectées dans les hooks du cycle de vie.\n"},"non-node.html":{"url":"non-node.html","title":"Utilisation dans des environnements autres que Node.js","keywords":"","body":"Utilisation dans des environnements autres que Node.js\nLe build par défaut de vue-server-renderer est créé pour fonctionner dans un environnement Node.js, ce qui le rend inutilisable pour des environnements comme PHP V8Js ou Oracle Nashorn. Dans la 2.5+, nous avons ajouté un build dans vue-server-renderer/basic.js qui est très largement agnostique en matière d'environnement, le rendant utilisable dans les environnements mentionnés précédemment.\nPour les deux environnements, il est nécessaire de d'abord préparer l'environnement en simulant les objets global et process avec process.env.VUE_ENV mis à \"server\" et process.env.NODE_ENV mis à \"development\" ou \"production\".\nDans Nashorn, il serait également nécessaire de fournir un polyfill pour les Promise ou setTimeout en utilisant les compteurs natifs Java.\nExemple d'utilisation avec V8Js :\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'bonjour'\n }\n})\n\n// exposé par `vue-server-renderer/basic.js`\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"Référence de l'API","keywords":"","body":"Référence de l'API\ncreateRenderer([options])\nCrée une instance de Renderer avec des options optionnelles.\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\nCrée une instance de BundleRenderer avec un paquetage serveur et des options optionnelles.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\nL'argument serverBundle peut être l'un des éléments suivants :\n\nUn chemin absolu pour générer un fichier de paquetage (.js ou .json). Doit commencer par / pour être considéré comme un chemin de fichier.\n\nUn objet de paquetage généré par webpack + vue-server-renderer/server-plugin.\n\nUne chaine de caractères de code JavaScript (non recommandé).\n\n\nVoyez l'Introduction au moteur de dépaquetage et la Configuration de précompilation pour plus de détails.\nClass: Renderer\n\nrenderer.renderToString(vm[, context, callback]): ?Promise\nFait le rendu d'une instance de Vue sous forme de chaine de caractères. L'objet de contexte est optionnel. La fonction de rappel est une fonction de rappel typique de Node.js avec en premier argument l'erreur potentielle et en second argument la chaine de caractères du rendu.\nDans la 2.5.0+, la fonction de rappel est également optionnelle. Quand aucune fonction de rappel n'est fournie, la méthode retourne une promesse résolue avec le HTML rendu.\n\nrenderer.renderToStream(vm[, context]): stream.Readable\nFait le rendu d'une instance de Vue sous forme de flux Node.js. L'objet de contexte est optionnel. Voir l'Envoi par flux pour plus de détails.\n\n\nClass: BundleRenderer\n\nbundleRenderer.renderToString([context, callback]): ?Promise\nFait le rendu d'un paquetage sous forme de chaine de caractères. L'objet de contexte est optionnel. La fonction de rappel est une fonction de rappel typique de Node.js avec en premier argument l'erreur potentielle et en second argument la chaine de caractères du rendu.\nDans la 2.5.0+, la fonction de rappel est également optionnelle. Quand aucune fonction de rappel n'est fournie, la méthode retourne une promesse résolue avec le HTML rendu.\n\nbundleRenderer.renderToStream([context]): stream.Readable\nFait le rendu d'un paquetage sous forme de flux Node.js. L'objet de contexte est optionnel. Voir l'Envoi par flux pour plus de détails.\n\n\nOptions de Renderer\n\ntemplate\nFournit un modèle de page pour la page HTML complète. Le modèle de page devrait contenir en commentaire qui permet de définir l'emplacement du contenu de chaque rendu de l'application.\nLe modèle de page supporte également l'interpolation basique en utilisant le contexte du rendu :\n\nutilisez les doubles moustaches pour de l'interpolation avec HTML échappé et\nutilisez les triples moustaches pour de l'interpolation avec HTML non échappé.\n\nLe modèle de page injecte automatiquement le contenu quand certaines données sont trouvées dans le contexte du rendu :\n\ncontext.head: (string) n'importe quelle balise d'entête qui devrait être injectée dans la balise de la page.\n\ncontext.styles: (string) n'importe quelle CSS qui devrait être injectée dans la balise de la page. Notez que cette propriété va automatiquement être injectée si vous utilisez vue-loader + vue-style-loader pour la CSS de vos composants.\n\ncontext.state: (Object) L'état initial du store Vuex devrait être injecté dans la page sous la variable window.__INITIAL_STATE__. Le JSON en ligne est automatiquement désinfecté avec serialize-javascript pour éviter les injections XSS.\nDans la 2.5.0+, les scripts injectés sont automatiquement retirés en mode production.\n\n\nEn plus, quand clientManifest est fourni, le modèle de page injecte automatiquement les éléments suivants :\n\nJavaScript client et fichiers CSS nécessaires pour le rendu (avec les fragments asynchrones automatiquement déduits),\nutilisation optimale des cibles de ressources pour le rendu de la page.\n\nVous pouvez désactiver toutes ces injections en passant inject: false au moteur de rendu.\nVoir également :\n\nUtiliser un modèle de page\nInjection manuelle des fichiers\n\n\nclientManifest\n\n2.3.0+\n\nFournit un objet de build de manifeste généré par vue-server-renderer/client-plugin. Le manifeste client fournit le paquetage de moteur de rendu avec ses propres informations pour l'injection automatique de fichiers dans le modèle de page HTML. Pour plus de détails, consultez Générer le clientManifest.\n\ninject\n\n2.3.0+\n\nContrôle la manière d'exécuter des injections automatiques en utilisant template. Par défaut à true.\nVoir aussi : Injection manuelle des fichiers.\n\nshouldPreload\n\n2.3.0+\n\nUne fonction pour contrôler quels fichiers doivent avoir les cibles de ressource de générées.\nPar défaut, seuls les fichiers JavaScript et les fichiers CSS seront préchargés, car ils sont absolument nécessaires pour le démarrage de l'application.\nPour les autres types de fichiers comme les images et les polices, le préchargement pouvant gâcher de la bande passante inutilement et même baisser les performances, cela est laissé à votre appréciation. Vous pouvez contrôler précisément le préchargement en utilisant l'option shouldPreload :\nconst renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // le type est déduit en se basant sur l'extension du fichier.\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // précharger uniquement les polices woff2\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // charger uniquement les images importantes\n return file === 'hero.jpg'\n }\n }\n})\n\n\nshouldPrefetch\n\n2.5.0+\n\nUne fonction pour contrôler quels fichiers devraient avoir la cible de ressource générée.\nPar défaut, toutes les ressources sont des morceaux asynchrones qui vont être préchargées du fait que se sont des directives de basse priorité. Cependant vous pouvez personnaliser ce qui est préchargé afin d'avoir un meilleur contrôle sur l'utilisation de la bande passante. Cette option utilise une déclaration de fonction identique à celle de shouldPreload.\n\nrunInNewContext\n\n2.3.0+\nseulement utilisée avec createBundleRenderer\nRequiert : boolean | 'once' ('once' est seulement supporté dans la 2.3.1+)\n\nPar défaut, pour chaque rendu, le moteur de dépaquetage va créer un nouveau contexte V8 et réexécuter le paquetage complet. Cela a plusieurs bénéfices, par exemple, isoler le code de l'application des processus du serveur ce qui permet d'Éviter les singletons d'état mentionnés dans la documentation. Cependant, ce mode a des couts de performance importants car réexécuter le paquetage est quelque chose de couteux, surtout quand l'application est grosse.\nCette option est par défaut à true pour la rétrocompatibilité, mais il est recommandé d'utiliser runInNewContext: false ou runInNewContext: 'once' si vous le pouvez.\n\nDans la 2.3.0 cette option a un bogue car runInNewContext: false exécute toujours le paquetage en utilisant un contexte global séparé. Les informations suivantes sont donc valables pour la version 2.3.1+.\n\nAvec runInNewContext: false, le code de paquetage va tourner dans le même contexte global du processus serveur, donc faites attention au code qui modifie global dans le code de votre application.\nAvec runInNewContext: 'once' (2.3.1+), le paquetage est évalué dans un contexte global séparé, cependant cela n'est effectué qu'au démarrage. Cela permet une meilleure isolation du code de l'application puisqu'il empêche le paquetage d'accidentellement polluer l'objet global du processus serveur. Les limitations sont les suivantes :\n\nLes dépendances qui modifient l'objet global (ex. polyfills) ne peuvent être externalisées dans ce mode,\nLes valeurs retournées lors de l'exécution du paquetage utiliseront des constructeurs globaux différents. Par ex. une erreur levée à l'intérieur du paquetage ne sera pas une instance de Error dans le processus serveur.\n\nVoir aussi : Structure de code\n\nbasedir\n\n2.2.0+\nseulement utilisée avec createBundleRenderer\n\nDéclarer explicitement le dossier de base du paquetage serveur afin de résoudre les dépendances node_modules. Cela est nécessaire si le fichier de paquetage généré est placé à un endroit différent de là où les dépendances externes npm sont installées, ou si vue-server-renderer est lié à npm dans votre projet courant.\n\ncache\nFournit une implémentation de Mise en cache au niveau du composant. L'objet de cache doit implémenter l'interface suivante (utilisation des notations Flow) :\ntype RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n};\n\nUne utilisation typique est de passer un objet de mise en cache qui supprime l'objet le plus récemment utilisé :\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n})\n\nNotez que cet objet de mise en cache doit au moins implémenter get et set. De plus get et set peuvent être optionnellement asynchrones s'ils acceptent en second argument une fonction de rappel. Cela permet à la mise en cache d'utiliser des APIs. Par ex. un client Redis :\nconst renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // gérer les erreurs s'il y en a\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n})\n\n\ndirectives\nVous permet de fournir des implémentations côté serveur pour vos directives personnalisées :\nconst renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // transformer les vnode en directive de liaison de metadata\n }\n }\n})\n\nConsultez l'implémentation de v-show côté serveur en tant qu'exemple.\n\n\nPlugins webpack\nLes pluging webpack sont fournis en fichiers autonomes et devraient être requis en direct :\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nLes fichiers générés par défaut sont :\n\nvue-ssr-server-bundle.json pour le plugin serveur,\nvue-ssr-client-manifest.json pour le plugin client.\n\nLes noms de fichiers peuvent être personnalisés lors de la création des instances des plugins :\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\nVoir la Configuration de précompilation pour plus d'informations.\n"}}} \ No newline at end of file diff --git a/fr/streaming.html b/fr/streaming.html new file mode 100644 index 00000000..334cf3be --- /dev/null +++ b/fr/streaming.html @@ -0,0 +1,652 @@ + + + + + + + Envoi par flux · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                        +
                                                        + + + + + + + + +
                                                        + +
                                                        + +
                                                        + + + + + + + + + +
                                                        +
                                                        + +
                                                        +
                                                        + +
                                                        + +

                                                        Envoi par flux

                                                        +

                                                        vue-server-renderer supporte nativement le rendu par flux (« stream »), aussi bien pour le moteur de rendu de base que pour le moteur de rendu de paquetage. Tout ce dont vous avez besoin est d'utiliser renderToStream à la place de renderToString : +:

                                                        +
                                                        const stream = renderer.renderToStream(context)
                                                        +
                                                        +

                                                        La valeur retournée est un flux Node.js :

                                                        +
                                                        let html = ''
                                                        +
                                                        +stream.on('data', data => {
                                                        +  html += data.toString()
                                                        +})
                                                        +
                                                        +stream.on('end', () => {
                                                        +  console.log(html) // render complete
                                                        +})
                                                        +
                                                        +stream.on('error', err => {
                                                        +  // handle error...
                                                        +})
                                                        +
                                                        +

                                                        Limitations de flux

                                                        +

                                                        En mode de rendu par flux, la donnée est émise aussitôt que possible quand le moteur parcourt l'arbre du DOM virtuel. Cela signifie que l'envoi au client du « premier fragment » commence rapidement.

                                                        +

                                                        Cependant, quand le premier fragment est émis, les composants enfants peuvent ne pas avoir encore été instanciés, et les hooks de leur cycle de vie ne seront jamais appelés. Cela signifie que si des composants enfants ont besoin d'attacher leurs données dans le contexte de rendu de leurs hooks de cycle de vie, elles ne seront pas accessibles au démarrage du flux. Comme beaucoup d'informations (comme les informations d'entête ou les CSS critiques injectées) ont besoin d'être insérées avant la balise de l'application, il est nécessaire d'attendre la fin du flux avant de commencer à utiliser ces données de contexte.

                                                        +

                                                        Il n'est donc PAS recommandé d'utiliser de l'envoi par flux si les données de vos contextes sont injectées dans les hooks du cycle de vie.

                                                        + + +
                                                        + +
                                                        +
                                                        +
                                                        + +

                                                        results matching ""

                                                        +
                                                          + +
                                                          +
                                                          + +

                                                          No results matching ""

                                                          + +
                                                          +
                                                          +
                                                          + +
                                                          +
                                                          + + +
                                                          + + +
                                                          + + + + + + + + + + + + + + +
                                                          + + +
                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/structure.html b/fr/structure.html new file mode 100644 index 00000000..c61c0bce --- /dev/null +++ b/fr/structure.html @@ -0,0 +1,722 @@ + + + + + + + Structure de code · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                          +
                                                          + + + + + + + + +
                                                          + +
                                                          + +
                                                          + + + + + + + + + +
                                                          +
                                                          + +
                                                          +
                                                          + +
                                                          + +

                                                          Structure de code

                                                          +

                                                          Éviter les singletons d'état

                                                          +

                                                          Lors de l'écriture du code exclusif au client, nous sommes habitués au fait que notre code sera interprété dans un nouveau contexte à chaque fois. Cependant, un serveur Node.js est un processus qui reste actif. Quand notre code est appelé dans le processus, il sera interprété une fois et restera en mémoire. Cela signifie que si vous créez un singleton, il sera partagé entre chaque nouvelle requête.

                                                          +

                                                          Comme vu dans l'exemple de base, nous créons une nouvelle instance de Vue principale pour chaque requête. Cela est similaire au fait que chaque utilisateur utilise une nouvelle instance de l'application dans son propre navigateur. Si nous utilisons une instance partagée entre plusieurs requêtes, nous prenons le risque d'une pollution d'état entre requêtes.

                                                          +

                                                          Ainsi, au lieu de créer directement une instance d'application, nous devons exposer une fonction de fabrique qui peut être exécutée à plusieurs reprises pour créer de nouvelles instances d'application pour chaque requête :

                                                          +
                                                          // app.js
                                                          +const Vue = require('vue')
                                                          +
                                                          +module.exports = function createApp (context) {
                                                          +  return new Vue({
                                                          +    data: {
                                                          +      url: context.url
                                                          +    },
                                                          +    template: `<div>L'URL visible est : {{ url }}</div>`
                                                          +  })
                                                          +}
                                                          +
                                                          +

                                                          Et notre code serveur devient :

                                                          +
                                                          // server.js
                                                          +const createApp = require('./app')
                                                          +
                                                          +server.get('*', (req, res) => {
                                                          +  const context = { url: req.url }
                                                          +  const app = createApp(context)
                                                          +
                                                          +  renderer.renderToString(app, (err, html) => {
                                                          +    // gérer l'erreur...
                                                          +    res.end(html)
                                                          +  })
                                                          +})
                                                          +
                                                          +

                                                          La même règle s'applique aussi bien aux instances de routeur, de store ou de canal d'évènements. Au lieu de l'exporter directement depuis un module et de l'importer dans votre application, vous devez créer une nouvelle instance dans createApp et l'injecter depuis l'instance de Vue principale.

                                                          +
                                                          +

                                                          Cette contrainte peut être éliminée en utilisant le moteur de rendu précompilé (« bundle renderer ») avec { runInNewContext: true }, cependant il y aura un surcout significatif en termes de performance lié à la création d'un nouveau contexte vm pour chaque requête.

                                                          +
                                                          +

                                                          Introduction à l'étape de build

                                                          +

                                                          Jusqu'ici, nous n'avons pas encore discuté d'une méthode pour disposer de la même application Vue côté client. Pour cela, nous devons utiliser webpack pour fabriquer le bundle de notre application Vue. En fait, nous voulons probablement utiliser aussi webpack pour le bundle serveur, parce que :

                                                          +
                                                            +
                                                          • Les applications typiques Vue sont construites avec webpack et vue-loader, et beaucoup d'autres fonctionnalités spécifiques à webpack telles que l'import de fichiers via file-loader, ou encore l'import de CSS avec css-loader qui ne fonctionneraient pas directement en Node.js.

                                                            +
                                                          • +
                                                          • Bien que la dernière version de Node.js supporte pleinement ES2015, nous avons toujours besoin de transpiler le code client pour prendre en charge les anciens navigateurs. Cela implique à nouveau une étape de build.

                                                            +
                                                          • +
                                                          +

                                                          L'idée de base est donc que nous utiliserons webpack pour empaqueter notre application à la fois pour le client et le serveur. Le bundle serveur sera nécessaire au serveur et utilisé pour le rendu côté serveur, alors que le bundle client sera envoyé au navigateur pour hydrater le DOM client.

                                                          +

                                                          architecture

                                                          +

                                                          Nous allons discuter des détails de la mise en place dans les prochaines sections. Pour l'instant, considérons que nous avons configuré le build et que nous pouvons écrire le code de notre application Vue avec webpack.

                                                          +

                                                          Structure du code avec webpack

                                                          +

                                                          Maintenant que nous utilisons webpack pour développer l'application à la fois côté serveur et côté client, la majorité de notre code source peut être écrite d'une manière universelle, avec l'accès à toutes les fonctionnalités fournies par webpack. Pour autant, il y a un certain nombre de choses que vous devez garder à l'esprit en écrivant du code universel.

                                                          +

                                                          Voici ce à quoi pourrait ressembler un projet :

                                                          +
                                                          src
                                                          +├── components
                                                          +│   ├── Foo.vue
                                                          +│   ├── Bar.vue
                                                          +│   └── Baz.vue
                                                          +├── App.vue
                                                          +├── app.js # point d'entrée universel
                                                          +├── entry-client.js # code exécuté côté navigateur exclusivement
                                                          +└── entry-server.js # code exécuté côté serveur exclusivement
                                                          +
                                                          +

                                                          app.js

                                                          +

                                                          app.js est l'entrée universelle de notre application. Dans une application exclusivement client, nous aurions créé l'instance de Vue principale directement dans ce fichier, et elle aurait été attachée au DOM. Pour le SSR cette responsabilité est déplacée dans le fichier d'entrée réservé au client. app.js exporte simplement une fonction createApp:

                                                          +
                                                          import Vue from 'vue'
                                                          +import App from './App.vue'
                                                          +
                                                          +// exporte une fonction de fabrique pour créer de nouvelles instances
                                                          +// de l'application, du routeur et du store
                                                          +export function createApp () {
                                                          +  const app = new Vue({
                                                          +    // l'instance racine rend simplement le composant App.
                                                          +    render: h => h(App)
                                                          +  })
                                                          +  return { app }
                                                          +}
                                                          +
                                                          +

                                                          entry-client.js:

                                                          +

                                                          L'entrée client crée simplement l'application et l'attache au DOM :

                                                          +
                                                          import { createApp } from './app'
                                                          +
                                                          +// logique de démarrage spécifique au client
                                                          +
                                                          +const { app } = createApp()
                                                          +
                                                          +// nous partons du principe que l'élément racine du template App.vue a pour `id="app"`
                                                          +app.$mount('#app')
                                                          +
                                                          +

                                                          entry-server.js:

                                                          +

                                                          L'entrée serveur utilise un export par défaut qui est une fonction pouvant être appelée de manière répétée à chaque rendu. Pour l'instant, le code ne fait pas grand-chose de plus que créer et retourner une instance de l'application. Nous pourrons y intégrer plus tard la correspondance de route côté serveur et la logique de récupération des données.

                                                          +
                                                          import { createApp } from './app'
                                                          +
                                                          +export default context => {
                                                          +  const { app } = createApp()
                                                          +  return app
                                                          +}
                                                          +
                                                          + + +
                                                          + +
                                                          +
                                                          +
                                                          + +

                                                          results matching ""

                                                          +
                                                            + +
                                                            +
                                                            + +

                                                            No results matching ""

                                                            + +
                                                            +
                                                            +
                                                            + +
                                                            +
                                                            + + +
                                                            + + +
                                                            + + + + + + + + + + + + + + +
                                                            + + +
                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fr/universal.html b/fr/universal.html new file mode 100644 index 00000000..44c65015 --- /dev/null +++ b/fr/universal.html @@ -0,0 +1,649 @@ + + + + + + + Écrire du code universel · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                            +
                                                            + + + + + + + + +
                                                            + +
                                                            + +
                                                            + + + + + + + + + +
                                                            +
                                                            + +
                                                            +
                                                            + +
                                                            + +

                                                            Écrire du code universel

                                                            +

                                                            Avant d'aller plus loin, prenons un moment pour discuter des contraintes lorsque l'on écrit du code « universel » ; c'est à dire du code qui s'exécute à la fois côté serveur et côté client. En raison des différences d'API entre les deux plateformes, le comportement de notre code ne sera pas exactement le même selon l'environnement. Nous allons examiner les points clés dont vous devez avoir connaissance.

                                                            +

                                                            Réactivité des données côté serveur

                                                            +

                                                            Dans une application qui tourne exclusivement côté client, chaque utilisateur utilisera une nouvelle instance de l'application dans leur navigateur. Pour le rendu serveur nous voulons le même fonctionnement : chaque requête doit disposer d'une nouvelle instance d'application isolée. Ainsi il n'y aura pas de pollution liée à du partage d'état entre requêtes.

                                                            +

                                                            Étant donné que le processus de rendu actuel doit être déterministe, nous allons aussi « précharger » les données sur le serveur. Cela signifie que l'état de notre application sera déjà disponible quand nous commençons le rendu. Cela signifie également que la réactivité des données est inutile côté serveur ; elle est donc désactivée par défaut. Désactiver la réactivité des données évite aussi le cout de performance d'une conversion de données en objets réactifs.

                                                            +

                                                            Hooks de cycles de vie des composants

                                                            +

                                                            Vu qu'il n'y a pas de mises à jour dynamiques, de tous les hooks de cycles de vie, seuls beforeCreate et created seront appelés pendant le rendu côté serveur. Cela signifie que tout code présent dans d'autres hooks tels que beforeMount ou mounted sera exécuté uniquement côté client.

                                                            +

                                                            Une autre chose à noter est que vous devriez éviter la création d'effets de bord globaux dans beforeCreate et created comme ceux, par exemple, dus aux timers avec setInterval. Nous pouvons mettre en place des timers seulement dans du code côté client qui seront arrêtés pendant les phases beforeDestroy et destroyed. Cependant, comme ces hooks ne sont jamais appelés pendant le SSR, les timers vont continuer de tourner éternellement. Pour éviter cela, déplacez ce type d'effet de bord dans les hooks beforeMount ou mounted.

                                                            +

                                                            Accès aux APIs spécifiques à la plateforme

                                                            +

                                                            Le code universel ne peut pas accéder aux APIs spécifiques à une plateforme. Ainsi, si votre code utilise directement les variables globales exclusives au navigateur comme window ou document, elles lèveront des erreurs si elles sont exécutées sur Node.js, et vice-versa.

                                                            +

                                                            Pour les tâches partagées entre le serveur et le client, mais qui utilisent des APIs différentes selon la plateforme, il est recommandé d'encapsuler le code spécifique à la plateforme dans une API universelle, ou d'utiliser des bibliothèques qui le font pour vous. Par exemple, axios est un client HTTP qui présente la même API côté serveur et côté client.

                                                            +

                                                            Pour les APIs exclusives au navigateur, l'approche habituelle est de les utiliser dans les hooks de cycle de vie exclusifs au client.

                                                            +

                                                            Notez que si une bibliothèque tierce n'est pas écrite avec l'objectif d'être universelle, cela peut être délicat de l'intégrer dans une application rendue côté serveur. Vous devriez être capable de la faire fonctionner en substituant certaines variables globales, mais cela serait cavalier et pourrait interférer avec du code de détection d'environnement des autres bibliothèques.

                                                            +

                                                            Directives personnalisées

                                                            +

                                                            La plupart des directives personnalisées manipulent directement le DOM, et vont ainsi provoquer des erreurs durant le rendu côté serveur. Il y a deux façons d'éviter cela :

                                                            +
                                                              +
                                                            1. Préférer l'utilisation de composants comme mécanisme d'abstraction et travailler au niveau du DOM virtuel (par ex. en utilisant des fonctions de rendu)

                                                              +
                                                            2. +
                                                            3. Si vous avez une directive personnalisée qui ne peut être facilement remplacée par des composants, vous pouvez en fournir une « version serveur » qui utilise l'option directives lors de la création du rendu serveur.

                                                              +
                                                            4. +
                                                            + + +
                                                            + +
                                                            +
                                                            +
                                                            + +

                                                            results matching ""

                                                            +
                                                              + +
                                                              +
                                                              + +

                                                              No results matching ""

                                                              + +
                                                              +
                                                              +
                                                              + +
                                                              +
                                                              + + +
                                                              + + +
                                                              + + + + + + + + + + + + + + +
                                                              + + +
                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gitbook/fonts/fontawesome/FontAwesome.otf b/gitbook/fonts/fontawesome/FontAwesome.otf new file mode 100644 index 0000000000000000000000000000000000000000..d4de13e832d567ff29c5b4e9561b8c370348cc9c GIT binary patch literal 124988 zcmbUJd0Z36|2U4%l4KKha{x&!By57#qh9rZpm?<2TJKtFy^$jj1QJZbecwX32_PVX zV7f9YgpFlkhA%W0jjEMtS0Jd_fh znd;+QjS%$}-ydy`PBA{D96bW+QiO!EREy0H^Md=|1;cL$g@gh`QIvF%#cZFOVYFFN zjC_5*%MT6qP=mcbgS`S*kkBC&IHbZV(j4qd1=EyB*Nq-84FB8V_@^Kh2T!&rf+x57 z_i>22@LYgTr4OPIjacN5f{+f4Koihp6ozJ@htNW_7_C5&XcLM;Mr1-MXgkV6d8i20 zpk~y8y3t{D0zHi`p_kAV^fvk!eT#lYf1x1?Q9?>W`B7?0OX;cmsj*ZT^$@j$ilm~b zWGa=)p(?0mY8TZ*9idKAXQ*@3bJR=J73v-8OX_>-XX+0MQ+IqApJ6^)pD{jRKC^um z`>gR&v{exJ{Me)YNS& zBwQ_gT)07K6xxJ&!ct+iuu-^E*el#8JSaRNd`fspcvW~q_@VHo@V1B+sYRnj<3&?M z;i6fhg`!oWCqz*qlPE>BU6d}$6%~j|L^YxYQHQ8Uv{$rGbV_tV^t|Y@=$fcs^rh%` z(GcxJOKBCYqsP*d=`eaWy?|a#ucJ57(eyStjV_|g=xW+Yx6!@yVfq>RW%@PxJ^C~H zTly#ZH~Nm47R$x=i8=8D;tArZ;&Aa|@p`dIoFy(1*NR)j-QxY?qvBKI=fu~zm-4?3?PF?px@)!?(lti0^UVXMCUYecktc z-_L!&_r2{q#83>&1TY$AG&7Ew$V_HJnQ$h8nZ-QJ%wrZYtC%PzmPunA%uePYbCfy3 zTx4Eit}t&gpDVg;<2RkK=lG;3hzv5&IRY&@I7+Sx3&kS$~D*k-na?P8x~ z53onrQ|uY`Y4#%fBKr#a4*LQ7GyA&~Nrh5BsY*IrI!ZcLI#D`BYLG@qXG`Zwmq?dO zS4$(M>!h2cTcvSQlQdbHDz!^9rMc2VX@%4wt&=uMTcsV+E@`iHzx1&5nDmtNtn|F} zIq7BT>(aNR??^w8ej@!s`nB|y^e5?W(m$mG(jgfolgJdZVKR+OCmSW3APbdElg*Sp zESoP|EL$d9C0i@oAlo8~k;Til$;>jVEM1l@%a;|)%4JouT3NHKP1Y&fBYRSIP8~OM0 zpXI;H|B?^N?M0`Iba;j3qNQIXWvUHqjcJY_u9v zjnQ_iG2UvlnfPJ(N0KeEN%6_i3A|xSHCfC?Te>AVEyWlGgWoOjz1}URrEa&zTH=f` z@TPFFM<>9aEyiL=;?I<5Yf`E;(QJ?bZQhoGw3&t?+CiE8(~s5Q?%6x^omX5QE#&wQ=?*{W0NwX zt#R?ufSh}kdsiNlsnI|~pjT?V#rhB6-Lj{LyJh1xW2_zePPbaTuXnHPnQUrunk|Z_ zY)Yc}Zpll3PopKtbJ?B-10}-aJYb?Z-r_0PVy#A_*=Di;9rdfKqU8?E+480T))WU(e@ z1LH*}1CK_<0*&qVj6`5Lt7ld`pYW{esd(8m3dXcrl8jj(WwyIhwAoE*DKWOFv{a9% zc`N+<_^L;sfpz0OBJLG!o=70E$%*D9;4LrFQqycEcnRQpqZNc0B;B0kB_@oQYRXDT zgi&HVGw}+nM;?K!W{)6xSkv44J>l}!Ja;{h-F>rrFXinp4b(ww67UJ|IFG+LtIcML zi;Drm0&>hT#^mH!9%u1@HM`LSl!@~2hNr}fqNk9S>bdam?B%DZe;Mk38a&VbPYY1g z!-037;JZjjw!|1StRRmd(zYZUC^0}vj5X019~*5m@=WLDY_r8~+@1zfZ;nqiC)%@; zjW(O7A;D?^BmoA2(bD2#jL{&^v1#^LODYIus)s!iQ*F^8$h;nj0ptfCIPKrQXqBz6g)^yuvij6<^ChI|EUA1 zfNemH*rPm%@|589Jy#x;-jWwZyjnHeY!<@U%qG@8$$} zDwS9B(J3%sv^mz8VvI{lw8!&vfUdV0?J-89)#Slv{N#9JoFxrV9|g05Umj8a)8N6^ z|Foo~{!f)h_P@`1OP+_kMbK}aj(M;+qb&*aH6R6kJp{L>SYmh^>J>6Cr+WBhdm1pG zXExrFr$=}%vl&?Jo&`<5C${kR|5Z#plK!Kd_^L4z=Hao+u@;^xHjmx5rNH3vpqtGp zMpFV9%GBsMP(B_K^M=^d5r6f_Kk#E5U=R!i?*#zg8dHa>Xe=yDryofSkbG1YEMi}4nsrcMt{P0P;aag%5S8Yc4n z@IJx6CEhKtnG%i3aracacYNL)M1iIQUPw!{nT%j(VnN_w`5GGsLhm(%9?|rO#eW;T z((&Jxe@%kt37(85drGn))@BO@<^nC|)p0zkc(rB&0|a~u@}Fpn`qu#b({#^7M1@Wc z_4q@4w_r5*3I1b&`Ods5*VC441epZ=@4b4Yn|BpF9PH7oo~eaSnd&v5d<~=$BoD;L zOYD2sC}6y(&?(c5Y1V`oun8b9)@`X-*0h);YetMcmKUghgvz54Vt5LJ{*3{>5;`^F zpEf&av6wVFs6<|Y@KFD>@Uy?y>d|`tQ{nGMg@%T~X~+UIl@??4yvW^hCQyw(|Jw%o zE;=g?=np<5@EYLit`1=(<3Cki0sV82=Z*hVy&|0oG{^v7&yrySak5$x2OA*nG+XHnL9atO7xVd& z@V16~FVI^UJQ)Tfguw`5FhUsL1`mXJA6N*37+??s^kV=}1ArO;)BvCc05t%p0VWd; zaNz(K4shWB7w(7ehiRYUEbQ-ix1JG#zIt|*UL6_5@%W2^N6AM@9avH!* z2e|0~2Q&)_Z2$)Z zGfbWg=M*@n!Wjx@7@P(;!{M9;=X5wD(vAE&zyRbjz{3V0mjTFS0CE|CTm~SQ0mx;T z0v%3;4yOVf5Xu0AG610rKqvzc$^e8i0HF*(C<7460E99Cp$tGM0|>t%6yQPuE)?K^ zK88?$3j???fC~dSAd3OWVgRxjfGh?eivh@D2m?3+zyVDRKobMd!~irg08I=)69dr1 z05mZGO$N16+7S{M7Kta01-4sc;22Acz47VweVS z(*O<#VgP~|fFK4Shye&<0D>5RAO;|a0SICMf*61x1|Wz52x0(&7=R!KAc!FX;6Q>5 zAVCI@AVb9T_^F_RLD;5F_b}^J=rtV35)Nbu_sY@K=^jp<3VnwIal(N(;UG%kK-h4g zO*qgd9B2~`vXcG>!2?yGQ18u^AHsL^N=&iTIO;(voLcUQ2^Uc1l!I!dTB#1Ii#h<2;p0?4 z^*;5rkJyLx@$(t)Gu`K5pZPw^eAfAF@rm&%@M-jE@!98dSTI%ah~RNSmteo3PjFiB z48(UY3EmfcEcjgTgWwmzZNY#rP#7YdAPg1G5Y7=U6h0zcAzUYn7A6Sug&zq&7ZMRA z5{Z08deJ12S(G8l7nO-BMYWetHfIIaPcVd zIPrrJcbz7lBYs>QC60yIt3!NDd{+FS_zUqj;_t93X{&1Gquc<%n^u}zRY|Nane5-!u-t&S(a6?GuWl<?qg4~ z&p<@|1$tKBG%ASzL z$+kmmvP{-1I|k9mcOmll4a6M(f{3FJL>$#}y?l~IG5Hg6qr5=gChwH* zl^^!R4$sT`;RkRqIqys(4kBDpi%Is#LY8dR50&7gaB* zuBcv9-B5j?`dsz3>U-5Ms@p1}7ORzNy?U&Al6t0kv3iyIarGv3oH|);SLdpW)jQPH z>IQX-xwc0zXE-rZBl6VcH3l`0Jh{0XVrQ~_y ztKkUMvm}(L;eb+BUS1YEEQC?xFs$c-U6|qX< zFzU4&ehA)5^#I3DT(^wQ%4_S?UlVt>wRP&Q(VcC1S$Z5Pd<4c%;@DXX>3@*HFiG6M znPEd2q8iV!eFqNov7;FhIg(-f%m+;D0!Gh@=P)e1MK^Z{rb|y@SaAuA>=^{!*fR>e zqGuSax;u_a7zHpRId&owJWv?H1=EESfCRg8+p}S2*}1vd`eowm_S{`Cvt8}&yY$3~ z`yXN06)+xum%YKcIs6;r;zSK)#dRgx;*!rfSG+sEm0>L~ZQ>xr6ZB>I)Ek;`3X!Go*{wbSU@{na^1^OM8RXZv**-wpjX6OoXin2v%D&g-hwHDxwux8_KSGonXlYbvXE)K=Cuig3XFYV3x<|;Uv zo2#3pBXgVI9kWx*l0V5QIR50XcoB#H#QcSI@=PyY`0}G~>F(k?cwmkf42Ht34F5+gaP45^#VZbN{-#dyvwj4qAGU4 z87%Bpzt52`$QL5g9?H0Z5pg?>q5dq#{sDr7;US#M6>_2TZ`^F-*tgfbv|tm*b~|2R z>N#N7Wx%a;BXGdARU9i`!m!UXz!ota84f7;)9}Uc<-h_r=idm`vEMT~ccd$_lfyzz z?~ZgwmT-fr%^aRdeDDKg_IJAW4NdEw(2&KGNCcTlu5!fHk zSdSmkUb)=R{G$HT)wj0(x_w{if%1bD9hL1n>pCS^z|`%|Z!O#zcQ)!|;-?b!=8YRS z*)7~1)f^5F2bBS%Iyw9RUvfpBU_j<^7{_kn7O*r37ItzD@p4XonV0NijLuVGK?U8u z0-6M?0BP4jwD2OLz>~O_B$@GID9y>nt3i*9=2+q&n_0a108q#-7;s`W;|5hnK-IZtVYuRE2LI@q zHICB<4}LBLy?aju>)FA6+{F#4=rWGnPZsL$sKjJ0evE|R(lQ-MBwIuo>20P1+QHNG zfwsP`bUjJLTSU0D0Y8RA@LbIxsNRKSGrpfVKrJ2Q0LAV|FN*O(;evx1PCl=?wmZ*}4`O1g8)c9tLWE%y1$iIx_5gLgP`FFLxi@udAW& z&s;HvNVVqe4UHN4!rH>R;<`8@3T!QJEAJ?m6hC>q^l2?F#y;4Bx9C}3>9QmW2a-o{ z4Dr=(A~WZ&TD~ARD?7K|Dsea*RhqQ=&YZ658b^)xWc|s;W6gN(Sv>g@d>@ub%FkWc zaY5@UagD+!@n3p*GJ`p=2NWL530N8!AB*vDHWe6M)CIc9S-`QAflJ&fE5kPJz-t(C z1K$uel$O*LYk4KkX0_#EiUTXa+Myp%u__kVGw#!_)6a3_v^!Efh0*ik=87bz=~o#S z+yH(A4kUJ(N0R<9ewV|C!TNl_>4ze52cvVTX#5#4L2E%yW44yX&ydA+zE45U5Cu)?{#u;@WCx#9!y6lVSUKr98b;^qRuyg)JN;(DwD)8dL3vEpffRu%sK zJ#OHl>wucPJsQ6+CLOLK5th;*ZLf(OJ)3uL)^(ljJ@3%qDd3-AA?=E0yBWM2jO6sF zxVWgo{QQEtOkNFS*R~b3S64f#wFm1C)bDHj^~qajKD{g{dhv4E6|E}>zlpQ(F&3{N zd&zooRzy@}CT@XoaBXvkv!kIksJ5}Lv8GW{OV^avmNu03MhD_hQZK^QG}v#TM+7qv z3C0^-9F^KNll+8#a?gaW9-BpiK=+YhSe>=oQg1H`vK8gnw`<&yJgI3`O~eUUO#jJX z1HJ%i_*=3G=i*KHVH$71a*Xi8&-%-Dbn8g0n8>R{DE0 z%_ckp?t=?r2S)pv!*CHl>~%)$*bWnX1uO&@@S55teNS^o&yyP7U+VYxOZgmFt1xb` zKc8d&qaoc+mot@P$8rCweq6KI{h&5keEKl918ZE+u*sbKO%FS);#nOI4_m#*V3mOP zCU~>KHZh-m`swul`wP7!Gv9)(;r%ueNSxv(Za_u915Sa*wP4j3uy1W$Q$s^_5PplU zuX2{vR-7lkfi8Q}8jie5FT^uN?3)a4C|UK#9BBSoAeZU`FcB3aU}y1G33~1$*>Lo+ z>h5cz&W7D>yR@#`bZ2v3R+&D1nJB9)GcQ}~zD;KpwRJY=S$vjpHkKC8dTr^4{FMc3 zh&426B8{wgCn#wr1DY{-u#n~v4_deor!y60W%~8&=fk)yFs|A)4u48Mb&qq8BmZ3S zr>=2)JAc))`#3xfUK-5MtDL(Zh!MtnkdY7a=AgB#W0z)ELq}^X0JJcagC)mE797Xe zW{zU9V)U;>!HRY?HB~lgTUu)Co%&tPtsS+yv2!^SShu&RH@#iL;>Vby+;|$l2`mCX zI{X#a=+tAo7>{LiKhXTE>48mLPFC#VuuRle?`&<;faBR*-dxh4D`_aKDc<2`i6oH4 zkvN_)!#u$+Aj61!0tragk8n>DS!m)nW(@HIr8koKffW=0`9LA!KRM8cDz>$`x~56r zP*+{2-61Y4E-x=BDk%tZi`-9&rno)^MWmU_y~(j}03tRpz$N&chqZ<;1=a?`3$8DF zi*vAMlMXt|&M7S@U_ML5*ca^~G8c zh1~q2ybApc^05eX*7ssC_0vV<4Y4~Cx2xR`;JGf(N#=@J9QyI3idwz1usWxtVD0R{ z@{;0ma67At>q;9X4)#0{d=B2i$n#rwm33%4b~Ws5)w2Z!Ic3?}?3{+y0zLa=PLI7= zXKS{UXJvvMfNFKZGAKTq2(cg8q$Nwighr5EWH-K#%)rTbE(>}&5+n~tCczS5->OGi zAJGzuB&;LD$#9&o4nuYvPIwj%=e06U2805}oEJf^SUj1*w;2qK0j!NrGx%%ZJPUJx zozGlczXFyWJkU%=-W|<2a5kKPA{@ei&<78C7JVQeyr9Aj?;kq=TBo6*uA#Ou2sHK_ zj@_Bx<=DA1h!t<=*u8rlr>uKf@dAbgvFoSDaFaMaHZkllM+GhiO*UJ%mBzuuR7o~C zG>#plo+Z8$CJQmnedv7khqu$Xax`Gr>(v-;+O z!p0med1fv7g`|^de~rgs`hhz%i@))_iVB1Rrp@A|uznO1SZNYiX+qCm;Q>)gZC6LD zcECxucI6b->c1ibV1`y)T>mOAdmifOpSAPsduVu?`@#2G-OKjde{< z4fsm@v`>=XTz9s9pzA73+iBO@)ABP4^=!1xnvs#7WxYKquw`d!+s+nA_g-G1_2V!Q zG+qG0V6}t8V0EKy%xI75i0X;$sqJap(<||%^SC{kA83o-onXab;|F)EsRa>JE_OC_~fCZr%nMwcG!E1bUPZIp#6BSpCw^* zacQFy3mF{d(QDw);LYI4zQ@QzrU%oZ_!`IlfMqb>V`agf{ zJ$GrSA3p;Ntc5hm9vCMg;cy)qCt3)qY5^Vz#{!Tt@C()8W3ihVa+-DZtET|v2Ay6k zvu+iz!_mAW_FnL*ceTSZogD;Huo^6MU|}T|>WYi1i?z{J?Ae54QBesAQBlVd&YnGX z?5vL6I-C6Fz7wZ$h)E1S5rL<%;{V4OM|MUYiGrw!+bLRp{{6U*fRQ@51ZLng2LIq5 z(Y;rAN4^Cd!}`|Roo$*+ThFWodI95rkGIC%MG4Hlp_JmcqsmwW1F0{ z4Gk=rLrmZns@VlEt$CXzKzbHua3C9i(w)qJvl7NoVGHMxEDOgbFv8$L2$d~o#H=`R zU+PgEM)c8r`;LMw=J0q89={rM6MoknW1~!`^(jYtGN08xyJz=7R@2th+*Ygmw(E_n zCqI+0-t{6@!FsWssM|7XbS0fdodq2d_E}Dz3G*p}vw_(UQy1BLF~#)s=-Dz!Sy@R1 z7(f-Bod+6w**NfyW>ksXO7YI@y*ZtQEZF_gFk?IY00bI13^o`?Zh@Z`h>o#hqWE<* zR)AvrfN}7uONGJvBo42|83WO~-+}jZvih>JijrcD4UZxt+4{e(HMZ(&YpQE%HEdMEF%R3HJ(du~=50&VB(|~Q z+2C%0nx-$E;a5BqSbPDSU*JgJSpe?rt`6v%?t{fL7(zbQ3$@WAlVWmyN2Y^NNz#$6G+j4{5Bwe_}h&9 zpF{z*C}0m#LL9#ksn#L&T%>*r4LgDEt4H@;K=*xy0$CKup}-X=Fdqe;M1ceaMWLY2 zkVcC%laS^qq%B6lD-b6}TrA>p5Z8>j=MncC(kYQH80i)u-A1IdB3&=ieU0=wq~D12 zg(&1c6k(D2XDh*@Za8I5=!-9HE2e;kbrMk9;R$RE*2f<`IPsCqPd2^#$; z8uK`MfI?%nXzT$rE*gywL*qY16K0_a4m9BvG~sVF@i=;LGJ0?&dhj%Q(1j)ip-Cn* zS%fC*(BvL8WhI*WJqis#VdIe@4;flexDN_njKZ&>X*1EZ5;W~Hnr=fgXf(r!W>%qD zlhCYqG^+{C4n(t`M-Q>+;a2qURWxS`n)3~sn}_BhG_MoQ??wx%(ZaoG(FL^lJG5j0 zT5=RE8A6XNMJxT$$||(-U9>6?tumw4zGyXzR?E<81zLR-tr>yVSkRiQC~_})d?i|Y zKU#Yft$hlueG@%#KU!x%>o=nf*U-i(XyYqr(;Bo{hc>@~wlHW*4~mLFQHxR3<0vW* zMeRXR-=HWL+A2a@m1yfe6g?3|Z$dH4P|OD?<_?P8hGM@!agQRS7#WLEd=84gjuM8W z1S>KPN2Y5iF#si|qQsZcwvlLC3`z<{N#{`VHkAA>O0lDqkC9n`%oC6~8ksYZxf+?f zk@W{r6QEN9;L>h)LfL>ind3f?eoy~r;xP>S+5|Q8QD^i&5CR< zBD)INCnNg{DD7F4o{BQ^P{uBlDMgtDD2ql}>rmDOl)VMzY(+V{QO*}AcL~ZpjB@`* zdEcV^DJcIcDhNRZ6Hvj|sL+ZEuc0C_Dw>0ea#7J~R2+zkO{ioJDzTxGQ>f%^RPqxl zO+=+HqcRIBbD*-9QTZrTUWUpqqKb!5#ZI(CjdnbOcI-ww{y>$BQPpTvbs9M`P_+tG zA3-&fQSAy;w;0vcqPm|^{Y+F}f$A@y1`0KdK@BTWqYO1(N6n*9YbDw_1?~I1N@Q;*JGMNiK{Pd|sAsYB<4=-hU6-hwVXiY|PDF6N_)XV9}N z(X&6I=Q;GkM)cx!^zun`c_zC22YO{Cx*|qb;P)zeH3wZyLf2-Y*QTS_$DubSqBn}r z8*idFr=sh_(Di6^Lyc~1LH)PTJ4NVS33@jdy?X(@cNo2&iQfMReb9tH9FIP{jXt`8 zK5jrC-$tK2hd#T7zL<%=Jcz#RLpSr#R~Gd3TJ-gC^v!+fn|Sn11^V_F`feopt`>ba zfNoWx?=PVrQqhld(U0fRPm|EkLFnfy^vgHs*G}|X9r}F~`a_BScn9774!I7Z!AA7A zgM!U;pKmC^QcCa{C0tJl2Pm4R=tfE`r^Kfy@f(!Hmy)cae8VY5Mlo3w^E}1ANJ;IK zY!jteO!Qqz=rD>clIx^Faf-%Tp$5~X>Z(k`L28I<-VD%ePIeU$DM zO8+|*l0yyGQNy#T;rpo(8fwHUYQ(G5{ky4=J=CaTYSa~Kw1FCZo*MlLHAYB{p{X$v zYRp1v%s12n-%w+hQDd)D<6fY~OR4cG)c7uH{MXckG-^UA6`DeYzDI=}r3_liFqJYa zp$uCnLn383M}>z{(^gQ^FH_SA6|s?;VWnoOsF|CoSs~P{<a!)?cDFh^YL~2Vq6$M|q?W49nOhpG!(NR>)Nh;Px#nw=<`>EK= zRO}B_oQ*POQSnQt`0G@{L@MDpWg1DDUZ)a!sBJT;Bm#Q>9TjehQh#erRBkc@5njNLFaTY1X50h_=>xPSd)%aXP|WYUMm66yU!rr9D+YfJR> z-Lvb-J$i@u!13#skLtd^gw_3cjYi)6pM(7Ea>5+bxL`78A_sooLlC-=<7ke84Isci z-5V@gq`t7i8L#8xj`1ssH<)|OT^V}#6iq4`a>62~i5v6;PWvJ9F#w;aiMqOa4jh1C z(kWO5fdemC4wMX0^NYTs;;J3R;E58aC^p{`AFa8w5&Lli>%}lyk;r`%D)JBqcEUnc z2HnC8G9fNLn}Hocc{jMg(1KL}yNuh*9PZ;IW0l;1Q`~LqN!yzN+ebdIH6+A(B9SbA z_q&Jw&{o68jemUi{?&K&SdS&JY8K-AvCrPFo;}^Yk|C#f@R%?>f(Vwb(-F-Gq8Uzt zhD)}t9Y1NIwu-Kz7mok-%vwDO`jcqj@3v&h+iQNtv}OUsLCTmDWl>h}a*wOG^V6XD zy*B-wep~_ggPm0|5)7({N{ydjc5^`1RI<6LR6ihe{|rIa4v6E)@n(33L7DnsQmd^_ z=dS7}X|9c;-No5^>{=7!dYlxBN?Y5?+q4H-d!NJ$8GsKKZilUm8}10V3~zMH$;N(H z1i6eax@NqJA9V%bN8JIg87oA1`z!yy^xCrzdL@6agIyaz0)y{U`*GEDrE2NT4SP?K!byyG18PVGtn1-0Sj>BOsX#W@p4oZ{LRPSbgZ(ca zu!r*i_COc`9{oQ(!Rq}f=1%0jr|~F0#tYr9hS0?Sy#voj{x7V&yDeC_m%_4OS`K1U zF}Oty!L_VT9SO$4Uo%4^henZe`25!l35J&G9KJ*DK-@AI&*k>+ZSL&UV}Khl4VXlo zoy~jqYC!MQf&lqIr=SA^@V0y1ox`5vF4%v^Am{i4pZj+VPXjc;aQ`!urw3^N@7VXo z<;Bm)fliQdo{LlEhLF-Tp6DcfH+zNO>=ApjSojSex*OK9Net+92nj+Q{qSta#nF2N z`EF0VD62mA^yBtK3?cu;)en!{g9X`k0_*U)=o+I+^=yOT3Xo+xc><5tJ$7bBVf31< zkG0NtFPdd;N_xSl{q`Jw8RQQ zp@N(Wea@<~rKKyAi<0xrxkUF@U_%N2U?S0y(c5hL^3saZVhv>0G?eO&Z#lN*=*FCs z{FI_3veFWmyQ3frQd6vANJ!bWLx-28HYc`i+m#fQxG6p=akHenbO$_JQd3f2s(b3u zw^m%*D1mrpg;VQ<;8UX>5C7{x?!kgXMM3+?a#40oM}DUkTOnNB+EJ(Pc%|XB#w&-K z5A8hA4*SFiY!v_GQLM#d4)^LCJTD9_WsSP{rxVU5Ug$W`da&g%Ua>#0qqeoPo#*jr zP!XOO##UYz@W*wK?t#ZIAWUCwj5Vs1SVzABijJjoKWp{oHvEZeFt_fz2JRyb<{?_Qe#g1rG z&`_-Vhy23I^p^afSLfE3HB~fK1v#slY8&eZmbl&t99ZIhM^xU>SlQ&+H*TtKs;h5! z^_@U@J8;Wi5V`w;8_v1HXgTn{9h?i5>$EqD0#_B(?O;I$?f4`|ZWDVP1DhVMupiX- zb9gN1$9^1X*1CKSfTYRpYhCv*dm5Z~kBy1*dAFnghwE->m@)p@X?33pF4oju^u0H1Q8 zJ+r|(I>)%x?^W?GYEZuAS7SZmS{^# zc9fOs$qjNtR94Cd5J$lVP$anxFMS(Fig&g)wbtv&@2+kG)15vDWOu&+7{nC1pd+o?RhoWXq@mU6I{st&}ET0kEAkgV6@A`Ui< zl7EH0h0*%vosQiFEri25z(H{>XsD{z z!WuGyJoW)ur*(_Sc~V8NL0{?M)AQPLVHbBJ-QMhMtJm*3)q0}$qy$g+4o7^87inPt z{|%wv>-m|N07Gr&x*=qI_ZY+Tt4aXc|Mm#TrxXrnJU^K*JM|g9eD6m!q`K#T_QT!) zSOYUR)Gvm8p8o&WC3M3g0$d3kNkP;ftVE;$)(1{CFwkvSQiyT?c-S;af_-OPMYiBA z@G5YHqY7fnNpFEm3Cp49V00i}BDZ;O%t^a0n8+cAGzmE3ck#)dy{Dhiz#Nus;iAZF zkg_S-WOIF+MgJOja*F4m3YePs*fJ8J-=1&Iv*k!K^9r(UnxSlQDA(Ft+t8wW2kY?6 z8{pcRZ$jSIaxGBU|Ai}9q(9K!({@}V2mR@N17Lrc2*m4w*#&!<0iD`4$?cDSaX$fv zKl#NyiBMg`Pd%XP+JIMV6A|jb&oeNqO`6NO`d9Hg0!iZW)7Q?9(l2fmWxiT;?F|in z0Y3+^^h@Klhs9OQVKHWZ{uomS^mxUQt_z}5KX?6! zDUJM2!C{ycUkDNuERMpgf^@~4T%b#*1h)g@Y!*^;1t7)!c|3=T>6 z!{I6ZOP3o$tlk( zk=XKbbIh7h&dDd>=rG?AbckQ!ZLb3aK?!XC={?iS%fP|^R#eK*TwoE^_%((eR0;VD ztmiz{JI*^wwMz+ZyiyDveUlpCAj#0B8s;qwsfbfO1VRE?HLwiyJi{;E)Q}nlxz!1MzQs_$-D-rb$PCq2M%_0Zv~ zhj755?_d4?&|x@kUA=Xc|99x>_qU*WRax-&rK`hSNe)+{%cMz9ccg3Gi4ONRccP}d z%dtm$wOU=y6c#xO?M$oF(W1Ro%(XN-nzeXJG1uzE`6mBSLV2kM4b>mJg;8RcD{xNpl zv-*Lkp)H~wTN}ThmAB1q*TG9~6Pb=aX?sq4^hjGzuijPQD#UYOqZ*tr-~!GQsk!hO ztX>iZ&!}^|(%bCL>MTb_Sthx3#}b%OxHUaqduI|Ixv2H!41LL-YG+fcq}AC`yHh(b zKx5^TNAZK_^myN(uI*gex$Vb-`mE92o3ukUbar-mMYg`WmMD*v5H5N}P>$V}QIWYL zt2w(eyKHUj1lzXUjI^Rsds$Aiy)wOglWA(|=Ax|3yz)#*d3JMJd1m1gi8E5x=cJ}* zSJ)~GocUEbRkn(Z%8WdtBdTMI=*LvmOh&bD{D> zZaQ&(22iIzc!XQF)dYO1cSl9@? zJ8TOqi%1wA4T-^?)e%sw8!|J3#f5^w$bsANb%OUBg?qUq_r6|$>_D)C@a@7tq$^Af zR9y#-((BgQ&o9)vo%F)lk3VA7uLEZa?rdQAgxhpRm%z|VIX%$wTW$z);S0y}ulM7G z&s~pVmd{yI9v?^?G^&-UZu#4fd^`8@gY8_0`&ztNNO@ zu7)-UnD}O3iMHBV?R09o9J{M_>((@pF}3e&PW+17pL|*8T3adVh=FNdOwh!yElq`F z-}@}09owt6Z`ag;0lBXQew0|5gOyrmH6(TH-T{YhQ|F|HZBOR4puPuK_ zl*b>&3l`zUb07~m+GP)fghV(bYw0;OIWlA-MQ(RA>|k|GGzV4A5`pp}f?ETIpIqmE z55PA3mMa#&N1E{0N|)=ocD3zgCth{^cJ-fsYMS?-aU9e_a-^n&jQdW1WNp*Z6&m<# zH4+g*IzY_XU;U7)#90W?h;r^=8!Ru zl9+_}>V^cp`@|iYx)CqJk96S0H*c2R)Z%CG>#)Q7BaSDt0UvA5z|!d&4t@hK*5I9_ z1|yQLQ{LXPxq6G16p`ZW3R0}En=Vqij#S_=rR`=(@21K-tJ5?~>hCwL)~(pSv}##S z<-|aUBo6;<7wEY`r*bO^5Z2%Pvi&Qqvir^JRaMvZRWDu6d}&X2?H+B@k%l8RM^-ei zXk6J=)frgv)CIh;`TQl^d=0mr$F0pT)nDH8{G0pwTdwyu9cVmQcTiF`e0b4tEx1wl zH8&8oK6B(NMQ=2{kP@WaY8BVcB<4Gb`HM?Uh4FUts^mo_%Q7U&?(A?8ER+?v4$Na6 znTS=y5Bmo=FzX7$Ed#AsrR)o)uY-!8Iq3X|KHIjxFIBI6g9PC4)V?T3DgU8Hh7>YSok+S#YvRAU#WB8 zP3MnDx)1!d>$r9ozOOd7P2ZYVF+WQ~e8pr-1Me+qme-Qrv<(14mm9%{QeZ@E0Lp}A|yY)4dy?8BmvJay;j|PA0ORR=a z1ncU=4T6t@MFlX0SL&QSqrjehOo|je~yNqTEF6@Wc?b4Zyb+F`UaOgwKNRb?2?!>+bHof4YPE z0{(%!KXU$~4?gAt@fK`XV+Ht!Lho-UKPUJ)Ox?*q+ppdq`8M$A2JPx67*Ed5X>yv+ z*(om3l++eClnQjC+hIAL6?&a-ioS6*3ayMJhfdx|d&645$VpQ(^J%R;k@#uxsFSJHa%B zdD4$aWCA1p0h}FArWQow#o&q603%$&KSOd^609j4!SLB!3}AcCy+|pZ#R>4=!$QDU z`iuVN8(csNM6Lw`AE?VJ%gW1j?vw75qVjU6X!DDmI~!^m>g)BcldhAZ`g*8ncRGvn z^^e1sJVX6M{UUx!;(`8wei81%{qQXXM+$JhsMofwEm51eEzf4xlNls}-|fIN-~i8I zr~o1=G7jJ5;Cqol2!Qb}Ya;UUt*iy!QMv`_6XjU1*?P^yCYT zSFdPb@ea@Ypk4&Vs~^Ju;Hrl({Jx2k6o9^iui!xCtyb3a+Y{=gj856Tx2d*2ew=5k21>|Szd@y-lMYetjJs!^`yz0F@!Zms)Bx9%gd4foE#J(4p8 zG2Kbpq}cSW`H+*_1A8pJ>t;%nTi4G_o;VtwA&@mmAZrrOT!Rif^kQ`(gZxG#Ex$O_B*B{J!f~wX?V?x44-6PJRz8F3zngb{0FU+nrAQJN`Y; z>1?ld7E3;If1}=6(o#^bE2z(}EGk;IED%_?q(lSCaRDS1)9vk*744uHT5Fxo3l{<* zRMA}7QrTSUEUuI6ijQrIg_yuHX8d57dMIotOhkZf#RFjjVIn*kPgWm4?szr+IPZf5 z#vfndh>xE%DUcV3Z@(4sL0HI!g2efRf#=~RAoz7wy|dUmmAs1L;+)*9{ET8rVOeQm zfdh&jjp6e5X>ruY4Nb z=l8p)t*NM}uHfS}rKS31%Xr#NSO)qJkyqz(x&s2 zwn^F~ZJMO%JWrI;maz)RR3=cn6_1KTJ&u*N)0N`)th8{v_n!Ove@2>QXYaLF zR`y=&9iHcT#k2d9k=<4B3iAAYK44chaPlwvM#*{-dJ=p;leyVbUF0EaT^*bHe6fS4 zL1^$5@JDpNg>TS6_qXn+*x@}1?gSi;`SN8PE;M)=d_DMs0Vdd#hX&mVuwoUY1J-&6 z76|V%&fi8tKtZ7{@g_zDmXLjHiFS!svFk;0A2Hj}j=6Ff0x<00zJq#PAcgGSi;N_x zWq5t!-Dw3@vSi@}Wr86gHI*AZ8ic?%WPaqn@n%dv3z}4;V(*nb59Vi^& zKhmM=q@;hYhW3}xp>KiQC|*Z~Vhf0Uw7>W*B)GAO41G&V`zOmte+e17j?pIHqC>Ie zB@O8>Cf}07AZdzMkWhFk6KLphDH(zWhe&AX3WN?Pte~M%It2R;5g(_a*kb|-U4boV zZ-|719w#{JI0?m3t2Onq?$3nPjFX3GF<5x`gV%m^7#RkBo*xDW4{T$vhhZxydc?a8 zTiI*2jbl6DflYXcBSj>X1R>ACg57!Ut?YJs@>g~_+;N8o#B)?lUza6hJ`XW;3X!BXx2Wb@gvoZI9!iq4E{8b{7MF>$Z4?2%%qJB_$_3?mz=Q8vr;Kc0N?drjQI)%?7ut{JQKly{TE}v{!5t1 zLDnEBwtqVUuD~`RL~wP@g{fQ*qPIuMQBiGeadV3b!276LZt{n)pF;cWrzpOM@8Lu` zvQ86HqvPCsPXO7k`RInIw&wm3H5@%k-WDN&^1+b{SNY!aVD4?hH)=yxp(Uj`s)p;~ z-TZyKEHpVPil01L6r}^PAf#5ufyVi^2z{Bl1}I!i1T&7z`+((Z=uvu96vfV68^wJz z8JO)RGDd?iklWi@Z4o-n!k?34`?vXv2V-pr65eH2;Qg}|F)J_yRv^9w?`?n%7uH;bc!Bupg(Dvzd?CT_gfn}0s^vfWNK{i>+{Df`*@>Y!Du7w20F3}t zfC)AP3^7a!pv<}i7bs#bWU%Qi&xi%!4)FZ?$Mp!!`hdg#J`FlY6lT@cWkWErpz5Z{GHBtD}$05y-l;G7eNGbtDV4tn{5zR#8%Sm4(>J)4Yu2t@u~wRzl5B`qlQvDcv$(K`CwU~1#F3}TUD%TvUT~2W z%G+CTV~EB_tXih!kQ4Fs%)Ck0&ydpn&rt`BrPo#4Y}*{cTyAXrlJo_1#mhrfF;1f^ zfm^++V*90kULfmEs1J3{PCUkMzw=XKr<#l)!w+30Y97IK4t(1+?WA2=)b708&LZn2 zNYci5*)TLvIfY?c`ZPaqdxe6h)!n5ecc>n0>)k}oWm~ecMSJG%9XXxmd9=YExr*K) zdODTtrgF}boof+=UflNG`y@}$wg_?ntMDs!`;eji1uYqh3=HN4WKAZ~-E=nnP)$EX zqq7M%@IR2J$Y8`&Mtv&XI3s4lt4ub4SYJ>2M2mL^wlJ;zZi?uU4dM6b> z_Z-#~h?aZ}7qu<}X-1BmL95@8^^~Y7q2JK;m{e!;sWBNku+Z{ARpaOxoDLrlq9%lV zL)MYAWHw(|l~)543;W>=_q!^bBCC~j+D%O2>LFz8|LPtcat(Pu>3EK`3-|8#Xe5=O zN90ekNLgUaPjhgEG0&ZkSEr^K(~SJ$XGI0`=Q`%G1mL@LEj>q9@F}r|$S75$GpZ<- z1IcP88Bd=jOU6jk5`q^es!|W2m8Ah0^}9sKdH$yVVXWV7&J?AZ@lMthEG zzh{xMA*;dEz|m%pMMS1t0b&1TGFK&NsX|$As7k5kSfKAw@+f`e^V!tLmxw0(FziFj zBBQ7YN($5I;m9e}*B6UR4VJfPvW!1?GgGR&q`*qNCymfhzpSsI_* zcbgZNfbEZ4oGz4@1(`C%l9bkWm**Gp3BqcT!RqJ+ch~|4-uymt0Wv{H+l*)s8wH){{p@HGdsk3}Dp;*w=nvnT<} z%sTw93~Hx=LBogBKpN=V^BftIW=qY?F!-@-jlqzm&rbIP4JzGb6700emloo&q)n7< z&a!5y5uD+NKZ{&>I`+y2P9@I-3vGcfQet*TMqXyV#V^|m9zDV@d}k*(PM|sZEg?%t zAs$U0J3GK-_OsZSu7cB})52LG6A618}Rgw!_#( zB*&|((bV1q`zsJ116$;MjlAi5$Uo(2+6NP-tOt83G3~VixrhxN3>*Lu3GM*wA!vJa zO16{M?S1ZjpQpKhQ18C(uDzNdGtPTW){dkv*j;X2&x1yL+j7d#cpjD+LH9p*78LCt z!BpuK@6-exK|HM!ibQyUrFtpiR+r%K!0cnDpIze~*?mY!o)|_S`<&&>b%C%j#bkIp z%U_=74}IVI-Ptdt-Q7Khl!Z8zgboivr12jM_>IqP7^xjArA1^83EE3es4Fd_fU;sa1SV*wRGXeqs!6CV-|OGS`$k4uH`GPKF?*@c$760Cd^=A=o(%W=ONe@h;#l|gzGLAV zzJz0$LkF);Xn;M+0%N_+_`z3<_d0m-@cW-3=U8sdH6Tsaq;zKGWjZ(-2uKKM;s9`Y zIuH%e!bdJKm82B_PAMov#i{Xmaq77EjO0{o@F+xSdQ(yoBwC2p6DWqi5NX=9pX&y3 z+pQ1+*8n{r1d8E2)Y%Vi;ecM8p)uGp;IFViiUr!(Kya5wxD|u%1Ll|z5x{cY|9uN5-wkvwgFQf+fX)*i zOEZ6p72PGy(-2Uzr}wmr61T6Jyd7Tw5$X>$_eO~GD~o|ksm-V{)o|Ur$v}~OTT^ab zLle%AE2^F0Vgt!G+;#PuK0+XKjDN+V%4R9a(gFA<+)^G{R`%}M<}rjPR#k)6JJo+n=m0ix3KlG<7o?L>}d8xnN&nv873j_nTe4Lk z!T$0+-0v{jo_~={O_yetSjtLOMEd>rM0(*&G1rmu*4o4sA?w%fe9LjD;6Rxa z3*3?bje8y`B4H${zrW~FlF=y>b|2M{`DCQ5YOm~F;jQn9;tDw_YiD6{#9HywGkX+w z{!IBZ;BNjp)9 z+yEzuDWWI};!;A}4Z|p21@$6GHxy%X5i^i#6}ts7+iG!o@ACk62Y!S)P52IH;ZCk_ zr*lWR3UXv)zpR$+ZZM?QbE)-)hTST15@Ez|d$h{kw272LzOGl>O!xfrx}D#@TouD( z^@KSj`lPE3r}tHna5|hkOT*}`zDF3|4JY9QK!~&5i)G=fBQ zc8X%EZar78uKD)c8XnWhdRb=7(HLeoAj-|21|bmYl27c$MYIF{gvX_vzHq^`=?l(X zhg3_q%jdzne`@5;_s=hw4!sP|OUmN3qGVuHN7SS@r0z=D<=1eqao_HPQiw1(oT>&Y zBmH*Pa&{x85`;g@Ccsl=FGLka7VOOP(}6KjY)0}{P3MY}Q<=&|$_kU#v^*j`GA%NN zO1|;U^&S`w?Cn1yVtM2r;CevyCfCR{ZEoDsurVc4ADOX}J|E?aV0coBiq4TF=cg2# zIWi*3wWBbiIKnS{Q`na9&C*OG(08hEA`7UG;((<@a>tpMgDeJ-eO;Scr?1cOs{sKd zIj2}(tR{2C#fACBh%FztpRu3Zl~aRtk~C=+Ysh(xd}8_fpVKQjvK#S;Y#(fvzqVK- zPsc~SAIRt8BZegh_Z^qnJ_;=$j~~&?xK{Wc3cz5ZG-TZOzauy^UWEjs6@UYFsVfM6 zy9;odHsRNNgD6H4#TW#&m)hk^tH{?fM&_3nw!x{1(eQE1$ltPK^ePKi6;-?{R3+bG zC!1up_?);n;E7&cLq#0@2d;H0-g|&P#8)hSe%~T>s9Vt_MuRuW!(`I=BYfSS+C2@s zfBZFsJlB3%N;EZ-p=(8D!^hFTseoquMZ;R<@azALavYr|ZhW`=!uzWCGS6?n$o;tD zsr^IL!J)};x}SQciM}u|X!C|`>w?!x(aEq)Ge&RPDW$vE?bV~e-393fe2s=%VQIVh z)wsre*OMpI=*oBEePZ&OtnP5pi4&@ttXg9=*L1Ax+)o?+Vo5^#}{<>p# z)Sk#a((`L5#^F_Us8~L)4MQV2`|ZAp)BFJ_eu?)I8DNe0po$Fma5;uWKF=O!2112< zQ&+QawF)PWGDfAwa4n$~8&|19lUKz=aoFc=OT*|bfLL0TIP`qNxzJ;rquN$mqrxdp zq@0L6%;gkkmlUhoW7;>J;Or9l;Wjca8^nr!be5X>i0MfB=;q~gD4!Poa@YoZ`_KD-JkIaAkbB{Z>izf&VefKe znwX6bNALp@jvv_bCsUvRHVzD=4u8>YrB$*`CbCKfR{4wic_}pAla;Wo=Fo{*S)Au% z&sonW!a0#Sht44rNsx-PkcIESj(&!`O2^JQ#npzNu-5LDzI%$i3LE?x_||0MeAoQcp5{H?^#~ROE zBabi#U;H!;<~>hHNLqIS0{(xpsg}Wn0tW~>M3b>Fae}r;hP4UERd*omQUZ?m2pL6v zIl(1y%9!1RyFu&~&w}m5dtjpb(nsJSzBmR`!_(p$o_JBBtw>+0#(HZlEh;L_;Z6#% zB4J7|CKYEq1D`}pM;pWv!^h^-L`$3fk#vw#p z1K_Im3QPzc43$q5iWh}7?#GpMc`JYg{{K>S5`4AMO?2R!&vV_ENQ3ejpcVY-@(tXZ z-!=ixI2vF^2tq0F7!8Ms`97Ww_&lwBJUWGhE+h$b3%Q)c9a^?OtUOuTwz7D6kSZt? zZs_o!;T)u}+#RpT+9jRC+lLPiZEtTcKGAlJD=*&Pc<7{*TrMFAWD8@rk?Kp|mAY55 zwDj}!2u9>#qIC@rO3ByCtSn=;DK|6M;>fYtYz~V(GdDBaXwH&aB|BP`Hj~wuWyb3) zvneOjo|S8L*m81n>}Ff0bi*N~B`ed41Y?fbmSfAdrAN|cJVk zw)jQnBfL26^oJ3=XVSm%|ErYwHKvBRawhHRTa=pMNJK)&3%<~Lw7{8zouMU&d1-OQ z)z_5P=JRZJU@}Y`?N1)__t_6`pKzn0IfdYi;&FsgeU1_ZV5M?rfcymnxKrILl!%qB zK(MHEBp3c7^)bAF%*ud0RJ?pu^a{0nK|okyO#^?p`pu&%xxMOEz2B+jrU0z1qLt*~g9lv))wy=7C6|{wC%Y1}W8>DOty!&FTo6&Q zk}KWlqW`rD>qL&ST~GXU=Q;EywJE)L-;w;IM^wLWxJAX>rp;-aAzURoMjuwoEtBbh zp<6aQiPi#M-9B#1jHOblr!xZSdvw1Fr+umJ)t6UCuV1A?cSn5m!cW|ZW4n(LXc&eQ zvHExNU#`7BfmI5VCz1S4zQk?uBkU7$T_hgf%7Bb0KH9pAS8kRvCRf25N=| zgVmtkIz2HdgkKR8x+rpuG<1I4yqT(z2gdIi$5qeWHNQpMMJFPBxSmXW;!N;65f`JS z+i!od`8)M{7b=?G;g8gvZK^shEom-&e;`uT^jF9ZsqWo~i|?tf9V3ITG;;a1 zCkyM3i!H_crK4xg9d4HbUEqG094B9r-TeV*d1pZPB7aerGB;vm z9_^>b6!bhu6b_z-L!ep6B~Sg-9?QM?_|6F#vC`v<8)uAHfj}~I7M&EwHAK~}o;uX> zVx%gzIO?F2BjOIA-uns@I-8h{wk$hV2ph;fW=EFIWX_cC3C6?? za*y5QusCyVxw%fW-DEdr8#1$`jcb&dSs6By)8w?~*=_dRysTV<-C)fyWlG;%k7Xb| z+u$@f%r1LwuH9w9OJh!YW~TI9q|$6m$C2qdMrRIyTP|Ck*_Gumn2pj)CZ*9}O6Srn z2D?**<-^4RXlpX4&gUz$jYea-Io+Ir1<&GiI9xgS2n(L{-&_t1zZRhi#^dPLD#;@< z9Sd^j`#O}puN zX^3rCWV4#6#pPvA#JCEJ9A%brso*jzJWs6GQGH=AaY9Qqk~ivCtEwOFhc)@o`h zp8`>2v^qo*Qop0c%n6?a3mZKfn?0XMgL4{owy2RAFE4chl~lx9Et9gW8YbF6{9|r8 zi(|MAB(Sr0%Yg1WhNc6_8Q3`d^`U`mf&y`!Fy0Wx4CB-x@ux2cIwct`#E8o56-DK0 zca6BbA|(N??r2Yp2pZ9W%3T>X8Fd_8F8n5XUpMpk6m?IHc*@Kb(~&4$?)goW5t*Tj zP|*&c1JUYZvZ`)1`A2^;SB4)KqOuB>Mh%3?&_Q(`h1#Rr0$>E9TLZ<@Y4n%$_4D-g zZ^w~>oOj8<$3Gu^>wO}b@M$Y(^A8^)KZlb;kV1Z)J}pJ84=wGHG2w2c@jSmMX)#$v z9YjQ(4N_7gAq{2VxE;56z;mEAPP%U z2tuLGUB)^;LtSiTq=U{s=G#W*I_nI(;>!KvD)oH?@Q;lMLHv}i(g#40f)EIxxRG%O16U`($9#`D&k?V06>O6 zY!^qQpEI&Dw$4cAuk>9)=Ni1b_?5@)GSoTA+&151biO09BDUV(S7+SiEU!Sajq^oL zjuRypRb*7C9nS1*2Vdu`taQ{JBlCU9+$HEfcJyOk%}}?5%=IPnkJULUE1h+I4)0f! z4kUi~ad5c?5(Ux@BjHw^z>lLxgbKr4O92A7qc*zqF1)XEuOHiz?DTZ3D}-j;s1U>%u6Rcgi% z38WL&I@gtK;4wtFWMnWCIk5DklzlUNOWXRQja6Hu=&l)nfMiurRnVd3fWI%Zm_&4u zg{X!wM&CnSP5XbvcY3k<;!pc8sp0am2q-dW|MLlai`%Z0e>)#Pt^x_> zsjAQ(giZb!ef_m|4qxTKlIEDA=)&kisjh%ZPd2D-H+|H}$?x1Iip#? zu2s_sfvorkRgp>SzFWY*9fo1uDn)0S!@r!dQU%|W^%T+tZUq|$AZjn||Ec;Sci{Iu ze-IxP8<+oZxnO8=dv6IkV8v^c#prg&#bw*#`SrSmy4C8aC`Vxo9~`G)jHJmEc!$Uv1y^DxW)D-eHg*AoM#cj>FUs|Od?cZGgL)9da zU)}FkAXb$d0Vse1*CqO_K!ouV*&!KD%8(7{3UT#doE{48+VU$GeR0cAmsG4A04}J) z-MGSVm*9J@96KWe*ffyzA6aazzgw1F-9m=pXE;WtH{bj$ zz54Bjde^bayi+liMCy`%_Ed}hznRh19G{RQ&9g)%WvkLnsa8XJhQ1&!Dc6{ybEYL1q(&#`OVTp!`ZQy% zF&jvLob19hn?(xyIMbxIr|6T@p~kJt$TG(#q((Lwq}kRGOE#aAYTp)9lx8L-Aiq@OCG;>^4Zh<8; zD=W*KR+!*OFEraCS{*sb#vS=7&X|I%-8(bmvrLAVJZZ8$H9y&z=-S~jRvJrlD$+}& z`NsIl6m_Al(U!&Qi#G1ftIV-Q!#>YV%hub|?Z8(!(hA~BqRr7MnYk62d4{4mtEpI; z12qZ!D~l}7Ele)3R;3lE7bQ7TTqfJrqeZq@Q`+0MLaEhk%~s_W8s06<)?2c6+2E#> zBxReC-pMl~iK2&Zk(INt-eSphTAW6^G%hKBcbX01EyS(Pe|ziW&NgYbBhQ+rE;r{V z6{Y9cGxM_Sw!Fd|Cwz#aoV-k<%aCWtv!E7^#jJP5q^4y`GcpaPj4TsCAeq_hH~UQA zSh}aUxd3?6e^1S@Kf(o0x zSejQ8npLLCFS1z*x%{NcLMNB+IF{xzx{M7OIqAJli}wc0GdPoyGhI3LY4JvU7qcVR z2`|xQ%CQtwJ1qEKDY?en^n$G1bg45TE3wAtG*=W@lBBtCG_zIN$&SRb9F!l4GiPze z^rW10Q*5@Suk)doVXAtN&bUoR`u6mPQR=hzGKSch>F)A9HED=l_QezwX| zT2^2w!Oc{VQoRMzjb%AN5#YzRJCPKG(`nClRMiwF=ch)d z6zOyGG7IzaO3MpkOHE}ahp|YXnOo`1$(B~+=IM*liqonM=Gc6=#CbqG6y!LJ&p%5C z&Y+qoc%C%XUmV)M%3mA|jfM7&8n>_TqLMy#>WQwUKE^Q`u&mLZPM!KuAcs`ZGG@p)s#dRFn^&@qw?*efN2^AKk6t>N`#tOXHSfJ5#hHKp{utm- zR3ZGa9C<8gQ7xv6{l)9<1>(in-nhx2Qh1}<-i?ds3uKY}wSIEQ_=@&3pZ{B#C?P&F zJyH!GN;$B68^}gz?x#WBtFf@As*($7ZrF5E9i)*z+VAA1hLC2is~o}JU%~ar>bX>d$BSsRTmS>HHYjtxJ=Dl-em`OG>7mpvAVSIzV>l$x(V6jB{C$w z@3*pnZe*>XW}MVbj?& z{8wW{i?pGWUscJg`%T*Y+Udm{YA0z>ExLsv3$@W}Ra?a6Jx(Jj^>#EYW2o17Gu%XY`{3UrRR{490Z7%C*Z17O9_mI&ASc zp7x*q`qSx88Yb+XbZ&`s+1VQr->BvD`hEYe#?!ZX^3eO&{^k13)|}a#z6Zrp5X~eH zUGa6JVVzTA>k?DjJ$~+@5H9@(MMewi;z;?!*Pgr^tzvoZ;{l!&4S$P7*o0cc&Hu2;Z z9N76<88$4LvVF@I-ZKIXY}vAX$`VzNS0Mt&2(7dgat{c>A%yB_rNK)1PuEaE>y(6k z@1CUez7jG3FzG#xA-@=s53->`AgF(V613q~-0M;@@d;r2fE`iJaSv+87YhuC6%UCRjUr}Za7d~ot{*Rc&FzRXj#-P)vCtLo;_~ylDY$% zxt=n2xoG9F9ha}F$m0M^NXQdcFNdu<#tFZ9e)qQOQdgZl+uQ1|2vC0T+B2F!`^)6`c&Rs-cu%;^X~1<&`W?;KOUpJ**iAo-tiYulLg^uNWduu3-EOzCl3#Yl)k_0iHQZGftV3p&-{xh ze%ei36?m)oX;9N26`^naS5{i^6Qf-$|_3=Fj=IEU$(sbvMN9< zS4@7Id?f*xvGqqR$on+d9YJtXf?rAEmFr?7Czt9cc*Pk15cc50hFq&1T+Z8=RQ=tP z$Kz!i;1B+EK)ceND2^x(E!$c)qj6#N%3}IN>&Um(9+9p+5`FZz>U{O_BL}&IM=n<0 zP=9(oZ0Qc_3c0{@UE6Uqsya@3dd04#i&U!<*KOa( zg>BprzAQl+zkF5tdiAO`&XSG%hT?4%;kDtl5qqKz>dO;OZn^!W*>|lZHgj9faxQnc zd1;0!MWW9&HOrwKT^h?Q5`>O?7uH==5S%;P%T7F@}&F#|dH-AVX52=5=T~OV@cT`_!JihvHG&%IiyLOpyso z_z=USSo$$86Vaj|xfLrkBRe4@#e*UNFC;X&%3!I&_cj;P%sr?`7Uf zCe6MU5-%#TRMe_I$vy1K=gNxe^A4%sYPC5I@h*wEJ-b+BNeZ{DSFf|IFfTSs<@sjq zBFjQ`;-Vb;bG&WS=Im|izRJHX;7hW)1PtE0=RD|rjiN?3iz zd>Pv{pB*)d1zvl_;@XlJYno}_4)Ygp?!OCvfYsU6Jx>{MmyrtZ28hVW!KnY0TFB8A zWCcP^i4InPhUKgLySwo};#5Y&vH+MUOy$T5x`KHCMlf|9g@wGo2)C>l++7E#y#C!s z$wKm|473biQHFSD1jN&arj*D17##gY&?^GxB6Sw<$Nj0S2v=|i8%&S9P4sc ziYd<9<;T%wi0GLz}9N=7r#!n$f2=Q?jE2#X4-Gq&-Ki-im4q-en0{$ z(ru=1si}>wBO7taxq#-{2+L>44|A8oiC9S%p_V5S6EA&0f!aCld4>X8?Rm!Y48gPT zjPMEoj3$s_>!CP*n(G^(Ftrp!uc6o&q&n@t?UWTgF|!uoc9V(Vge;_ zNwAf)nk9*mN&2XmiJ$u7XVQp>*rO#1FQg5Df?3doNI~mcAOewsa(lA~o^ggPu#{5B zEWiP=YCxt7Xnirt?f@MKoi4Z@(Ch*x5Gx(yPPqGx!P=%Dj-qI*HBdL`5IV?Yjk_b7 z>B)Oxcfk5}C?hrZ{$yB}{_O&Aor>-bs9}1v9xd*F)bfROhW7Cm$iKe*tk_TJ!0ij} zt5(pS(!f9hX%#O)T7~wT7uJYDz#j8t07?Z8Zq#&lxj{eG!-9s&x~B^w?23C`!0%y^ zM%V#-#w~q$fA6H#lZweJ7M&He(Hcx_k?4MqxA$xVdf)f4oAn-!6k;cHH17A5VIjfc zTO(m1ig2%pLFkl8=ZqgRiT3xZuhafRZoE65r{l@P^i`ynUnZh0b-}yCnx#E^5e(_> z@cHVs4+0@eKUo~GWc)Luexai4D|wW5?MFuAA5{MtQ4Nk6|AMLrh;E&HfazW+zd z^be^BnB6H;o*i+05+VaRRxy!$aN`FH@9$&l2~(1DbR2nthH>%;`uc>YXRPDp`*RR& z`Alrh9hrG=FlQy72`40tw%vKv+&i_WFWym;hmV1D#d~&<&m;pOp9xRdts5P$W)l_;=&rMcN|sM*W{O1@cUYh?K`dN6%qH05Jn(WfYO5M#amZy z4d&zH(oku3bwhMx80Sida*aAA)s&9XoxjjuMCl0pr>Ky1ccpWUVbKk%)jM@i?Bllv zuiU!0uRfsw_XwPZ)BBF?YvIc)@=^Tt=#J{JMlRh|Xev?{71~{JEzv&~CyR(k+`bv5 zx4azoKRx{(P`U5o*J4a=@0A+F6q=`k3?*o%YJ|z2XyxTKEic8q9P#86bB6AEa@U-$ zUB6Y|x_0KK;}>C&ud8KmRZBV$lP&3$+cJWs!dd$3R1Fi8#KBsMCcuW$Dur~|CT&?oIv@gkAutV5Om|7&_fKhj{yhl zrk4bFklwXrwoF;mqB^+0iA$v1+KD}T)?|8`O_WB2dsi9++=@J7mCYSyX6DA z{|51S{9uk0b!Mi;lF54lo*|QjjUpScLk?9(7Q5Y&t1d6iFUjMD{r)~iXGvC>zR(Z!nGQB- zVlHIy%p^#+rvm#AkS_xdvC`v2+c^Z3hy_3Tu1@Sc`j^(iszz8?BCx$uz|9o{uFn=gyrubMD3WUPXms z$|I-wH(*%sj0ewQLO-Fjd9}ZVfulVl65^4nJu**!8sZuFJZ~{u%~`4{jmwFkH+TB{ z=>wmufB1}8G)3xSQZKvp&JXGzZsBdQx(IJS!`shKZ(e+!H#(i**-g;&xZI&ic4F=s zNmX`rc2!lirRwiPSv?I#2v365$HEL4F$nhDw<6sxpr1hSQ1rRAfympUOo6Csucikc zZ2L9%OK@O=pkdMzs3fN(5Xn6yBEdMS*PCTGuD$@Gn0bDPP@pbB2V7c&A(-kUCg1K> zMuvr=$PmCg;)wiZ_EsUkBky+W80c#NeeC$i8Ja3h+uexQt2C^-Md09|oio?3;NqgA z5n!A)Zr)RAR3xQw;xrvj6UnN7IeMpooN8GDbq7Ej0TSWP7woP z5IuEzhRp%C6!7&3iey1nuB?~|Ht0wf!U8BP%pwt8-ZHPqH|P>^S>Q^z-=I5CnUI_m z&jGj8C2oYJjQB+t)k&B?;X*BH=<)wfeurKi0Dx*&UY60pwc@*Y8@Xj@6(@ zW=*xTpn~@d!`{L$iN2!RP^0bztgT!hu_>BI>)9sAucHK`my)pqtI^2`yae6&Xjj|&U$E;57~@v2x({YL9k`Y-m@uU)yg8emuE9ZMlcrtV&49~P zfxHY1sD9lp2{@gtV4McwT{}3eReu4%xz7Or_kSVV9>ChTf5Y1T1E}pU&JrMP1md#n zXJ-HUBfI4Vc0$SlR48QI#H?^84@hQ@O9|66%_|q%4#yRtgDWz+4VvQmF|r;V3eRH7 zIU#FmmmGwl0juI64Fs`a5{lY-r#DPhU(3RGZ^KOYmzO;X$;+o+yAi?lRHCAiyHavv z*Qt(MDyG{EqOwa&UXk%Vt!prPOu`n77_4lU@Byht!0j&;5$?Hw5oCmqUbf4#GPjQE zls($<=oSJ%)aCQwHH(S%9`C*ApYmdv@REfPiSE9FyQ>|V7A~yxWl1FoT#z^+38hwp z7$v@pYe#Kd-1umvW4h-5$4>u`HeSF4ipEgcip&JZG>(x@Vc`Q0%jnU}#COBQPlLXu zx94m2>!IH8r*@)DZV)vQ#sLNw7StZE z(m*GWbpY5hfdb%5nLxpCcsAE$a+%hvR?s1lXHFMfP54Eif*_Vh>_M0sRjp_%JaBj@ z{d#)`ue#UgXS2v({C-8RYz5njnM>}jLJ(l;{UAWL!;YHpEC}E$zuRWdEdXmpN?yQE z&!PaZwiNEb(;6}s1^`wwp;d|FnS3a&I@*D-z_u0Mu)y6mZ(JZUGIqr_6|OHZ$-RL9 zF|eCY;30Mbz^Q=u)c2Y&3I8hm!mL-`D836G9XvTJL*b&6m`VhkSbkTJbK@;ekJqpR zbu7t?^;d$8_Y{LeaSJzzF_P>a4#Yhi$nN0|3F-3Q!=ZTB9@xv4G@-s{>) zSCa@j7}h4MmqU*Ws2!RxPm{Rj}CVm1ue9sQZ~>_q|hoMRM+8gVaH9d zg*W4OL{zL}vkXoqVm^TZ8t-lpwdd0q?0a`6A!2J?m;RD^?sZ!!2Oxa|k0$WRD?Jl?&6K)*q! zoPljVGrZfTc(-AhoypwPnVNz3{`8(xxQTOi>y)m{ytSIYo}_PwBJAL8zg@F@Iac~i zEVmiCOm$Y!cr@f!S>HBRgU867SYGHoTeWbL^`HwqU>!Q`ed}(;$zew@Ivzucdm#v^ z7yzXIbFkn+?bWLQ+k<27Pc_CA1=52>YQER&x+b zKmtxMh}{90A{6p9LLf-*-5m}#mGhc=9b05QKzoO}yOc0Qx;rp0fa}*NyVqg%S~xm{ z*xPW04i_)^VBJ?7<|~v#N7<}SiTva}pW!eVkW>ZL=1(im)J{S*ShWY>-rtCkBuKXO zpq*|lY}F330?C>r_Tn+wy;SQl5_k+kuTAXhb_yMx0|fA$m8{%2c?T5GP3&Ng3uWAJ zFfJW$x2V?rH3NyGh6hrqt)(AfkIyytT)j1^1=l5r!?}^%N6{59Y4CmjfyIek>@K0B z440vxDC?~w*B>%^eV-t7QOXSJ%&-f1eXfbc1pd2G6avNrIR#LW0aRa{|WWwFzl@8n9V3YrRPqzHPwkJ=Ccm_VrF2V9yu zOrbEK15t{&VUfL-bL@`0wf8hh3vDsDo!DOrES-=vq*&<%UzAjR5-&Q_%qh^x>1kI7E0g zf>KAy)R39@vmWBbzWj+_3lNnZfbW7^tXpvxca8V{K!g}G0yC{RB;lBv8Q-lXGuS3C(W zsV1$8YY&^TX9mQ3FyoUcG7m&c`t(rH(l@04srS$E0DJx^+SO9==3$tqcwjy+)Ck(k zxah)#^~!>lxV<3-!3A66^uf}Akf*0oAB3=;{@`v1uW#8}5uy*)$89SJmeR2&z=P>W zCa9tB_!J^8V^8p&bYaF=4eHfsQMAU}Ai1CXe@`L)PV+$dc`%V3 zzxfRh#k^O)A+i-@FqHo_Omo9Zz^cZgiGI6q74(^DY>WI}6EG`+kJ4purgJFKr~o{q zNJDjEOqIhW44VPh??V}m?7F`X7TrMXBY(VKzn-qY?C0+KP}cL8{r-K-Z!&r0roH)BN`bsP#**h{@Nqt(1&8e*LN$33C7i6 zCXV9PGr0IYFQdYw@oJ-xTA~1H5_*SEk zC>FH^Jav+eRLegH{rlCWbEz*cbV7;+HsB?q1W|@amo2%=N56GEt&MbOJRS)`$?is_ zd`&QzJSnT{Hyns&g^i|Y(!YHC}5+$=-@Ar8hE~928eI$(zT}`EnrDTqTNY0U`j+21} zQe05NI3N0mi9WHE%H~SR0ttEOB6<29GRPsNC{Wtr+4$i528THc5L}%vNy$yIr#PhN zAp7>nX*%3!1Ra({N^;6dvrE-v`1gw!5D8yoEHV{kO5w;8)dn)=y*o#wbhbp8E3DLDS z_)ATIFUFHCApAYgfrSi>feyO6LP|>7z&3;cZ35wz-5&7^^=Y9q!)d)G$(3AUl0wMa zYEu^$I122%vj`FXcgQAy%UI3S8sUa=#j3(LE&%a(oxD1KkEna81d8MzHO{+|Muepz zvb0cn_^sqO=ebaY)z@2wbyspialG0piH}c?Na1O;XQjvT+Pw7S^>3~76Z+A+V?9}- zwT9B2d(;KRxp^hLu$bt*C0jE}fSXtEDXl+j;KvGC!dPocD#SCb zzCGVUNN%PKfhL^on62&N&yto9X7q*V4K3S0pV? zSQaUj6Tv7s*L?8Z>ngMsBJ=LV^;`tLYGKHxInz{+e>t{Vc74;k3!Axm$&aUM$(R!y znTRj@sg3kVdyn*DGPUz#gur$IzU|joG62UUU*CTxPt*%Rr2LAEOxQrCVmM$iKcSK9 z_5MD;pwl0ReXtl%$gj!Q31x9bv4wu|AXo3A4Sk?Xpf|T}4a(lS&yUt)b4Gk&Y*AcU zf*)EX|D<2_VH!XF-~piV%<0AtK2~{p+}o7$zxPY6OsPmHqyHpd`SzkHCr*6;q0}x8 zn>tZ7v2p5YKq$YaUza6Rq*SJ|mdl9&oX1^&aMtG6tLtmMK+t+@$|x7P|1loj_q5_$ zAbT;KOt>P0dtzlanwDvZyA{k%JFG$G4N|O{F^JxI6hTmP4c`V3D|s5LB6MGrsHunu zJC?@PNDzXC{x4zv09ZDy-Vb#6;2{~`2>*9)_Kw}#SV_%oJHoeR^9?;N(YEZyaLB2@ zr)k{17hBve5ilsP2w`N6U#qF{!Sx#Q{#Tr z{ZAzw^a@Q97b6;dyOJ1G#BbPb`sBE|p&>-8X(>OTZhL#%QXU6(YT|N|Ia`ECD1g41 z3rV8Ei2A*b6j%m%6(?HUccKotfD?7#MC>eLoaO%`>^^(Em%-&yF-&*qJ|Jg}jaVN?D*@^!a>|{sjp3a?M7tw||E~|4F z;zSP@1x~ypTpPCCBn538IK&`oJ;6GQJs9C#zg&g2n|xxohGLq0WAfdY{AIbft9Ql0 zz@sW`x2vhRt_t!?Hq(yXdB-CUf}OG?q9y_u>N(woa56_8gh_KY`)bjzRK`)c=b+D3 zKK_+eVSM2B)C2pJ_bm4c?s7(R?%B*N#we5TN<~go8cb!X=~L_O0jfzHL8YQ3UB;a4 z*J}_YHqyY-#&X2a1t9O>GK%DiqW(&g-fKY4hCxWEP=`GZ7p8zO`y;9NtT&YO4> zJ?t_BX*<@qUq=*6FtJE#Rk|aaIk6-CjVB^-d^*_#?TwCjuma#laze~SR|${Uq~_G! zdqADh*~=$I(`sjNfBYe_{Vx12&R7%fDKJa9(P8*iV4k`+K~a!Ut}iGcxg=L{ea)S~ z`$^1o7&)Eo=Q~gRtgLZ92Wqv%ox4(YtFT+7D`bE{v`g&o5e2G{S5fDmC+B;`kj8}z@iXN{xkKS zJ%E0hrit|{*tk8GNi&(XX0TF-^N7&^qWG=EM};p^N_(syitoLTvb_c41foI6o_EF6 z+rNQ(37(ZWOG04=Pz8e}|6yg#&OvfJFDJ`n7X8IAAmFy(C9SCmWWm8ij+iStXX|&j-pe!2eY^#lPC4}MLg$N zTA!iLOw3DiMI`E(a}IF3kgsteVWylMv%&0IF1&l=+~u=pPP>8wD(NXeJNID$f^c{q zxr30L^bY-=d@sN6CcSRWV(W+^kho6#jrna7efJcQ|88L4B17pN((Fw3pg<6_gtWOK zF`|SojmY*(_MxA*w<*X&DU$Ewtyvvn4VlOwWrEkg7wN^41@3k)!Ak+-Md(;Abbi@S zK}I^$bM%}7x{c@X+*PO)dUcdAl7HG-*LJoAqdi)J{_UIsTb>h5pqDSnLbUL*dv&zz z(u#)5oI4u=3}!@6*r~WRnqaZO-L>D#4%-R)|L>-x68reCwh(^N{P*#`#J(3|-yO$^ zePgdL`-%G`mCM9~{U1U7NYpkX)8M-nyW8H_K4II(N{gW4U{y$$+gm98P@+qh(Kj!` z$#w~uCM`fM^0F_<^5c~xN@5qJD+L%?jMR;$kwb{Ey4ltVH|SX578#2dk}_bft&V_f zEg?s{L7&=V=otIQWK2C7AfZR4)2U#c zPs^>X@b$~wBxA(>U<|=e6`jTp1vLUvYes&%J8yHxjx(bYq=YMo#Z7s;xAVt$A zz2ZC!`KFKE!PK||NH~9y)BgN zgMn`nmyQU%!2|zmC~HVcPf8`b-3v-|d>p8NCXfkqZ4nb=NFaNhb4*z#9l01oAbDFt zFERqC^bE+Prl3Kg*gzNsHuNX7tH5{nBLxn7MrLyh{2%xn!GnV*Ou)9NDImS0hx&y`!MA$*L)d7GkKosSZO zu*8T+HT0n9YB#Bw?j!rUpAco0{&^wKwwY|#So<~mHFAw!6Y!AOtJ)DNeXFCkx8v4) zBfP1q+NZAybrmawJ8rV7GWN(3{XMUv@NV8$czDomdXHNkxAdgjty@sp6Dh@)ADy80 zTJ9?MdBeZqmM_;&IO^pJ{)_InZjo;KTOO{rJoL1ihX(+P-4#c??&*&nvGKN^3Vio& zQiq))ipUozFR|*`hX0-6b!73pJGe>2S;pl)X6mrT?(J>Jsex8alpkV)F?n~Az_oS8 zo}qIF)hRdv_)5h{s-rE_Hi5NNrq{-nAG?LayrU{FHpigHMF7fm^M*vT&OPJcWs*4A~0w-w3-iF)>*U zG}jG-Xdu#YfsWRxodY4Y5t}&t{xcA6rkfSQW?}Px4TKs}2@N0@BzI2X zx+=jn{m(N;;X}cLUAj~v3W3SK0uG}{*u$pe#cLq}c7Ps$1ei7+C7#KJMw5vgAO|1; zW-Lt31vh5<=PYeO#!YAuuz*w670SR_XNj=g+Uz)YFnZ%T~0wF4{OT4-M;<5W`ym)&sVxfm8R91t6aC4w-wi@ zgfOkMJxolynL2tNE!s1qJMPw3pft2;P-2NvcL?x6@h&rk4>iXEuLWjlx}aCU=kxhb zCq&Uf4K&plpB$f%#(>gJm##`m%F0XOQ}a*{x0HA*iT*MmZZ`lRk<}D$t1@%j%yns{ zQ6fk|oEjOBy*%jY?&~a4!5}t=5u_uyjNl%u3^6t*L9l5(i*%AnV&5afC4sCK>BIIx z7Rk*i+WL~kms=33YIl)_h9}@cP)8Vp3&jh;QxTJ2rm0X>l$lEqb8Qnm3(Jf(>Izq) zYG2fZphstR!X^SR-gt_sDNivqg-(TWtffL*6E9xTo{EyhD074=B1#j}LBH)8AEgbp zM7V}qDif+yRu^ff6As>${QrBWwl+lWD>P*>`5=abM0;VdF+%Mcu1*LKRl+_DEeNkv za~0|uV_6}ltTshSzPYRdv^MrI#5mtTEy(7%*4^gmjpzRysCWlP!Jhr>73Sp>64B*% zlI3XIK%!Y~URqvqb~0+llQS6I^w7~N5JmL;4K+i&@PV|bz*3aSR}m+pNo!8cbInaf zUAfA>TB_Zn+nL$O2yxQle>RaCO&R9YT-UtRq%3UWBP9c`kX}#7q#IXb462f}5_49` zelkj7%+s0D!C;k=lWb%R>0>JUs8G^mqVwsFk^Df2cS!p>Uy*8k^cxL+%q+3KL(*B_ z@r#rm`VqRJ3(40i^7hY-z?c>lgDARGl)=-4`2?RA%4=A-(Dq>KOW4`8MvG@2tY!xRs?YUN#qK1 zfeu>sOm-@`E&xnY(Ok$`OrTLb4ILswhadEH{>3gIBp&CWzRtFVh>Nv@|NAP*{hh3M z1p!doCh`|cQt5`fbnXp~_C86w9eS;N^5`PKRD;MnJ+aTcRD5(svmq}h+jN)oSLEhv zLFb;Hg>ZUTx_TQ!rsFtO03C=`05fHD<9YzJhtRo7nnl7!keSoLKlBB0UO8AvCB2po zgmgqtqBLkZh=gV)>F`KTOX&-)prk}Yj5#qo6`|;!B*B-V(`4Y`FF|Vz;L~KprwPvS z7_vs$t-T#q@OU5<`;w0V3GCr$>tQ>FPw^9}`eejmzZQnXPjr5{0K-4NFxSrShx7wi z&f|?9yLtPFLC*d9It!mjX_r9Sbs>eSw3GM=$z}h5rWV1q`;dM{#?UXA5Y1C>_B_vIwPt4YkoAz4@TxCV>efnYq z8vE3_uehW?AoN8%r10=?Tw#c%IFl{7FSm$Pud%{$P|VuuY^zzS95RCT;>1w`;Py7u zcmFbiDtV&mLCkbMnMunzy}cRNRQtb3i#r{NzQaIB6NXRNrQ^A$xSxsmsyqdwc=fu# zgD_%eKTBc8q5}ddOL#A^WDlW6+QCtS`zboEcWFG{N#_UQ9ZIDm z#CI|h#CP1K8ciCe{8aENWNLn*zba^#aqgtIbO(-&PQ%j;Krh(slK4!}1gLN}MID6Q z2qFQCxlu|!7T?SI=e@!Lk<6Qn7vI~03&)#=DVKVs=s+Fx@r_-(DiC%m?hi1!kzP@^Ygm|fsK_Z_= z$0ONbgj=n=Siad0jD~wr(W2MofW2Iwrn2{!MP?-WuTklZS}HMe{&bE+K8LK7?rPRG zt7x7~uEzmnOLhBN^m|k^3wyxpJSnjhl9^v`Bk84N=|>M~|0YJh?@{ZiI|;;y# zEO^eouk6E-C$hiD_uwSurwc(W>d&gnM|0$y>>;VHrL&NPLe;#~0Zaup1bh9ZNrg%I z8nX!dRA|hJrg#$rA~pjnw6y=jr;Aj+2oZwkFvZ!{Vi(sU)7h09K6vo?v3*Gh~si-pVta#;4K`%ktvWTU%O-tIwW zA$?E(tCN5Ct8o4ceI@_9E87UFLlbO1(#`1^I@O`m3`wTUVn(Mjv8OocpMYDq!rFa4 z06aVHwifCl+P$M;?2<&}AMwNmPwbwf#YAT!B2-XWF^TyRS25S+hdZTX%|uvFq^+Y5 z>u3RebhZ%hXR9ZA?C9t}ui85LSD-EVRZK%lg)Na}g)_9umtq|4>?P@%!9Bpb_9A>X zY+&mxZn*;c{1Mx@QBCJY8)(u+=LR=PjX^{-fPQhbqe#xSIdH4b=B;(jO?CCnV1k0h z1zBd=0`#5>LbxqMkoSO3%>Fg%Q6G*rNb?%aW=kbg`&Ip!d&=8-uPU9{$smaOU|d>s;(;AVcuogtKX{zDRa>w?NO#My+Pf`?c7sw`Z(f5 zHW#wS8EVf!9XAKo;rO?1_NfbO-U~#5-6Zne)0SJ}w^4v$S&K7~+1klK*3y{OP^dH> zjXM;u*Rl(p@73&z+7VKfb1UZj#@02*X4Q-`FzNC7Xw@gu7%A;TRVz192Yzn&f(RcS zvqcxM)ki!L-@2`!h}@O&oW6BnQM32XHQW97Y_KfIUu0RBKX3n9rX1rnKA7A00?q_~ z#j7hd=Hy0(G)Vt?_~~#MmfZ+Xx)4Xw^E_cr-amKjI&rxor2c}CLm(M_^YP_X zPx7xMUdq0bb~696`fS$a%UAA^KzVc9F56%d&-!X&qtxnbiyA3mT=bS~i>k~V_+0Lus6eZPHey6>)XR(S<>((6IR6 z2%e0YY1dq7mIYOAi{GZIEiJ6eq*zs$x@0H+HF5n` zwkM@7zKpAm4l3|fZ3#*UiQ?m(yHi~n5w3~e0;Gp*i#evU!cwx66B_I%kdVK*W~_dA!?2|Ct=72s(DCt#JnOGZs%Tk)-z6!k_cQEE)+(G6$>2bRB7%CQTNy!TP zJM4y(fOwomRB!@LFu0&PnvX9_sYmR&2MD?A3vuqHH3d6WJ8BX_%J{;l+(4Xr52%yT zx7oe2fS{1L5LHB+sWgR8&)1f~cRF~5R?FmF8HZSXGVD3E0oJLipwL`V#FOSLcBxF5 zNlwEVGok46le4#o^wzCsWa?btvV(=&>Kh8eyg9l_W?kQ&%n}CSm0;q;MSnm0%oGz-4liK7 zp3Z}CB9@WRaGjhqXHnE7CWJca5D8~+)liw9zFPxo%hE|-FS?z~MBo;kuP5_VD7Kuh zuYktg?Yv88%D!i+iIV{nolN;A#?8sj&Y;E9NwK7tv|?W6+{$^4!^%H1K|r{G|US~jE-EOWTF}iBAiY7zIB@KphipCJ1n*g)EQK5q% zflftp?4BtJhJ+lAt0u<+DNK?qZ7P8i3`0toV=mDvt%sn#V@_3P$E#?nbaPyISORai zyy+VgpjV;?^0d7R7hx$2Z5EprTC&Z#e2!UPm{LH05~xC_HyBhxwe92F0<1H;b|Y?> zBW<@xD1tTCd{&>50MO42{LI!iWO z+-y@;zKYD1))hv_0wL0!2J3Y=OeZ0g%}&;9(lqv=?VA-iG-Rd<>_IsitV?!HPD@IM zTQOG}7++S561O5D43Z2=eZe-NxAjY|)SO>Zt0D`emb~<2Q1V974|{f$ca=Gdnv|Gn z!_^T{YE*L~#F(N<%t%zJH60;FOG0I5h_L`AWE~;K@&q7`+Z1JL3*an*sR!w!Cqw*E zoD}}sK*o>qdiaffKuwJ0cFJ>=1HYU0OwELl z5E2etg$nLVxW1Z%@XsvYeN*up(@1#qP5K}$B7XhOT`pBSI|}`+P!D)QtAqsl4f%!a zmI!K^$2tCR7MV_`Gf1>D`U~Af2RxTh2bmBL1y`NSU@+(;2APl`>b%}^bNY$3 zi(NdS+k_-?S|TLT(=4jz&XDJHw-8Uhk=Wy{;0G38;Vq0v+a%q-CZoE*&KreH(Z2?> z0zihSb+WC)tUp?ePE8joSZfs>zk>{KuY&a2brQf@x6mh7NWbD7an31`~*M=KODb| zlpogvl1$T4p%jP*q%y>1hh#<|rgN+(fgEuVhOx)iwJckxlc zAWV{CTK@;%6kiil8&n%q5?tuR?CqZ0ZCxm%N)py3{?!PaWx! zL*8X_Uh7`HR*C`CT456DiN9Kxpv~^~L+wc7_H`G|_rQNq_||0Wj|rBZl?eT%5J3rJ z`;gHRdzrKk9W5Cu6;@kk2&>y?NRaC=b!3>pX!;lmKciqxh2t*=x3W_g;V}sjdR94F zPgy6h-wir3a~(H%v!2TD_}p0Y^0N9zhB#KRMYP)xNSSq0i@(f^G}0~o=Tnb<*hM}# zOU4W>rM(%FjEL;Kc^@T@*U%56=nw<_uxx^PxM|M0J*Tc)E||%J9mG>d76e>Y-_jgd z#GHOp&Kh<$onBdpK-O~m7(G2kmPaQkQe%q;77wf*?0R}2>E`=a6j|;=0xV?4?|+?+ zC5pP=7&6QD1)JTJwaXfsL4+Kg44#Wv9~-$+UNkN5QD7bvL4~sc$4+&(2rm=MaC| zn;h2@KhoQErzT`wD2yebB|_+^Ad2g6M6&nl;Ej<~HG_^&(+`UWSo+p}d|_jQ{%G>P z5Hc{342UL!Oqbf~PE;`8)Z8w(olC|RlZmNhr1$BVb78wzl!T`RriU`5~)Ii^F6I>W+j*qA?*)LkLnDNQI*ukt}mI z^2|nL7G0rDh|;2e_h+kPv-7nD$!1EB{Sfu%lEhX?Ab(8d=%03%WQ|tL zx+G>>QVK9PV0VCbVb^d#3M_dD)^#HnoiCw3Xk&}nAZ!3wSV6Kyoz0=#TdPU3yU@QC zV!cC>k~lhdmNy74^iOkgfi^$eH9tGoQlLc7=o5%B^oF$ialoRFLwy|$P*0JX!`WTP zpPIY`V`7?XVp@tCdT-*P0C$FFK%6DysV!+73c^7jgQVi$iX6ZSOrjVF$w9GiFlLHi za+6(H`sF_F%Z&Hsuv_<(-&S7Re}SuN+P&wi16%g_?DVN(_RpJMIZ@@cC^38%A2w@+ zI#3nnZ7%iz==c|73HJly+Z_4kbZZ8s+~o2!FHo-Rk5t2I$3Xq?yb zY0IYtkI{a3C~IfVw%q3Y=BnoAefzc_EI-PW9Wftlf#aJhs#;p72(_%feTw~r%sOSL z#7z?7)Q+Y7f^~|_<~xpk!?zEV+IafDq}ti(jks(dVdF*CFB{^9xc}E;tXvBpXC0>b zwT^AZa#Rt7l zpKd*PniD>io$@}ogtN6qv2O;o50lP6;&q<8DK*eY2{t-)`XDwUksxP}>}=He`j+h6 zkt64M8fQDj-XI@9-@=rV<(iV2q)ktm2EF6j`7?^9siw_{3!2YQBZ~CgBx6d3Yf8En z{J}Tq2MXG2+7Q6^M=5P1q-4|(bl>wEP6)Qgv8TOT7ccQ%wV3NX%FY8oXynN1mO~Yh z&&h)l;pmkE zozvzp@*WQ79nzP?dL}OkFl1Jkwlngs4(~abY72H48VwB@rO8nJP(w6ni|5qP&y!~) z&B@)eTU`(tqlJi6VUi`1kvj~RIuvg$TD>vS@P}WH?*$x!{9jD(YnO6OSN-clt10)= zXKzetm?^0u{BYd0+9NP})6=7wj^haLeRWLH0ZW7CM9u+pr>Qm!PDcyQv#Fxlh+#O7>gRbYZ7v^%1cVkrs|x63dWdO zTvA}l%G7_i0j#`T9eTdE#h?i`1T(?L!f=zS)DRP?$%spfyqMWwY%D&tSJ$koS*4rI zB%CQLkKhX9=fQC0EX^rRiG}0Rk_#7wrvxR%n2T%7HJZzw=}R*5J}lA}X?F+JrZEp= z<}A0&XXNiWWIGhhXf17_v-8wDH9Kg}diwslkFMtx8>+I+%{5Qg6UX(p!VZMjCz=li zogG~`hbbMKzd2|GQ=GB~LL%*q^(vbIXcZ^-aLRB<(t+@pHyP7%(h(<4)oM%gMK<8* z^bkfEN0+miP`*kuMrN%%T(OOjGhG}U@HH`A9UO9Vvm(n9i#3J0Sy2rAoNQq;H0egA zwkWv}Ni%e1OwTER_gayt3uR6qHk76ggL+INsr*LO#03@p?89guA&2%;q-9?1GmIzCeNNUi#pd-;Nxq{ zIU9X3sUdxDPOarceR2J=Qs117moganLMI1@7wP4HG-g+1R-TXjE&A0wGGWq>j9l&D z;56&{y7R#g!*3?u$hwyE$cwx?`HWZdl=9DY%!W;=aa(!H%#9sk>}wpHNxNG5B&?V* ze9e+Yivy|S#zB$Gd_yy4>7ooPN(!%jb)PDLB3p%%soL-m{4PTxmZeN+o>V@)00V8xu;@HR_s-a+8J0F%@QR)7ED+<&@=bFDu#;f0$Vr8?!N-+Z^dx z5*!u~-12$GvW$)ESC?++yevyM+)sNHO}YoSd7shV&nUQ06q$PryN$aI%>Mm)-2whl zMu7L}z#}0K%@yT!wclPkU5{&C?cmY2i%h;q-~G13=5i7qy^KYqwv;%*WpHu>&xDiw zuFcfU`c4`XHCz;8=y&>OD&_U2)SNU9h}2pE>UYpV10T2QDNWf;SDF_wbe`}Ro16jV z9SFW5I_GURd=ay$7C@`NwjRJy5n6VsCbIed3Ky-I5{ zV^sUWs^ErVoH-9niR2wRo=EXQT0Q7DYyh3phmNEJK1|u;L%tXT@SD#LGG|d?I@5m8 z8qLCe)AJw+hsHV-RQj>njA67l)qjK>-a7C{j?)w{`A5IXJ+6`?J4lAi>xU8r5^9fT zlMOWV2#pA2G^4v_{O-#xa}nW^(!*OXnabYPSQR``Vm8%Qeef;At|=WVy-q& zBugV-TX&PMfVOio3jr)$O_vR&3&AP1@CAAIHxgW>2iR~vBjAjZE?1TY(#oc zc&JJrqNg`EYz^ALt(9%4+q#F8)gkIoTN@CFTvy;$+CL+fiOq=G>Z{TR>8a1^#8jUE zP9M057SXF5*x?PCO4|d#UFsXHQ)|VRRUv*UJXu@^?U_2Co3w|j9ex>XR@!azM~hIT zyU5Mfs+`pnTAs|6C!a{!u^S_f5R;pyS6a*louz_|)q_J*T6*tLK5uRzj>6?#WG16` z+C*nkNBd>Xx{eFF#nwj7IRkCtg1^x&u9U#N2J^Ue*ykP<1AuN!q~FZGEET&5U-2m?D~0!r>g8O(y8-SEL@K|Hc_iQ zE){yTi=7)AifcV=OaMA0fkh~=3isI(!r5d_Kh(bkp>XW0K82SWh%59{~^64zvHBPL{Dq}A@c zeKh$6^|qJZ^d%p;3mY!kH(+V&dx^fndfH-rmEjCuwU8vR^ra9Gw9AjY^~V+0ho|nX z*}t5LF0Kv#O7&G;Woa?L|LDE_50<=~=||rR+QbMWX5w-OPp6yoe-Q5YraOsx8s+>{ zzROK=9FZS-gIe&oAufr9+`!{MOL0AvgJ}Z`&>E7fbS5z6BatwR;!#)-vS^@*{r_*xCL^_eD1qfJV6O-@bIXq5Di1-*9?sTf&s`v8_M+OpR-%CNIU5L0ShZurac_d8wQ!6&TrivL*=Wjf1)9NZR^qTo>vM@b2$UlL-Z9WGhV==YJit4zIs`?3 z$NU8-^xJgSDEftpzNUN0=kCblFD4nJ?0bG@uT8MH8ArdPkL{zB zq}7=mLy^QZ6nni7cpk0_&yL6zfH$5UX(W>rvdI8)nzYVB8%iR;Q#uN0n!zAs9pZk; zO`--q+vX4tegWsAPR7LxJ zDaD#lXV-hqL|idTKY+TxqY>rq!=#kiHnIsqNvmjNSP%pjLS5AbMQKGUQH2aK(>Wjj z*AoS1#aSGR48$7wDIhX@ThD{Aak+#zyJJ@%=iaE;d!zOlc^|G7DkH-HHYcCaKBNyI z7l)liy&9AyRz}$L^~t&2-DF#fgM5rvG`_JUtP*g{_(lu9Bo zX*S*`p){W46eBkylQluy2dj!pbvrmM8TQRKz4ChHWBSSSS&Y7I`AG|;LbD`9Wtc;p z^vX1o-!;q@eHi&Q3jN`VQ1T`2DQ7a`(DS$!sEUnw*@o=$46p(A>)?8uO6rMwccJI6 zWSQkASuAWK&aVk4C-<%6NH!bjJulL`VpT=_@%q-f1Lw+HqYgzDeYw?}c}Cu0HPKEwa1DLzutqr!W1roafXkN_HumA-i->8VGMNHeMW-I2W42(U zP068~^ETye+7-Ghk4US?yFNb-`|+bnD&I^U@wR$%`NrnN=EU9Q`OOH>IUgm%{UH?R zOnQh@kelSsZ{g+#Y+-TfI^hzYyn=YG1iMEcoW*Cb+ILDk)@+wP0hdSG)CK4a;3q==rPkMzpMN7cU+zhLx& zzJHMr&(R04IwsKX^h#rs{;oC$iKAFyrhNq&!J&%bp`f6ZdSyl`{UCKdE`7jog%$Q0 zbQ;%epDpCx(JNzm2M^jj@-v`y=a9Ab-mu$7fQhL202y=!M439e7M%5oIwmACDkKDY zZ#-!-V4(B_spMBUh6s9+cnj$qOp*e!?FPwf6MwfsFT?2;!c)&lGwVhN&5}~dBM=yJ zLJh5yA}&}dIV~j)$O}q%!Hqm~7Ve1ucqigC>Irq=+8;{6JTsg+@iWm6hz5I$8H;>i z;X!W&aOOYkR;cUm1F()WIp~ZT(^Fa!R|Kjok?JB-q`ClA);Ir9WsL;r0mJ`!pb?&T zfHQ$ifo0*IkdU5?B#0-HATf!W$Vg>`IjSTPl_OY@Y$-@DP>F-GD1i9?4#=#5T_PgY zVPLd?+Mx(Fsu-OA2JkqKykx1l6vTN!6lgObPCf@}m5lp_k0BpOXykY#M*L}-l3pkI z;2paTn$Qq3jwIdYgvEcc)ayeUC9IHCXu=9ZRrVFqSRkKJLg!+iDBVQ%NuFx%eD|cI zc4qpVRi8(3aM!{On&<813cswnkVX|SHze5}EQv60i?70L*+Gd9{Ax#4NDDxvEtnAJ z*q)IL1gqY*^`xamAlDsCT?Y11&HmyXd21CPK)MEyF8I%ow|qCB+o(zo zjNY=GUwY-_;p0b69CH2U(y7MgtcQ8W7nalRmDIgxTpr5vB{elm8dTewnr|NB54KgG z%G}Ld$_;5;q6!L1N!-exAT$1YNQR{mY5IvzQ)oX1*Hnn8S*|DHbWMZ^k_rR5B}^V9 z-v#71@G5k)bbve1kY4ymGh=um_ILN6e+QBV=)2K?tY!Y@O#CiOhJofcNPJ=^${I=CW7|q&#lin=2VmX+{5YNU-ml~Cgb1s1`hx5*xX_;EUy!lPK z_w%7uy+KPe$LPL!H7{?C&Wy>5=cZ^ECB!OY&m`Q|a`M~h@fq;$R~K$Bu&Nky;M&F zcGKj29CB38_59%Hn9xT1H8PEUU=>&CXY2jBVd%D7PXs%WoO6@Buo~F7*o?F|o{nGA z8=v=x6OvP9hrha@yfgF6md zq$EpxXXx>hbev>C`N<6zRd+63`K~ylIIW2HB;(1&*C*)&ymJcge1GZk_r+TAoh2yF z^f)UySFxk@lJef%a}&7sCR)VyCYQ;@zh8mlqMHzQ33rLf1{>aSvwP#4mX5Mv^4Pr- zW;Ro{Ev7VlTinlcep~$W9LD$1nayVrcIkYaJ=4775dZU~U(YR#w3fccA%9b?ux1_DQQ_^OsCI;HK1+K}qCLK+AD^Q0DqX3E>~+-hE#G<50pk@yC6!9L zkp|dLaP?eZDFcgp(%BIMZ8>HRIGSsnWj@;jcLU-0w{-XR`X*Fx;=Trj1x0a`X`yVR zKZ>5`R6AdiHTlnU zLN@mXL!czxkfBE$K%f40-#4$o*qD%(lo+p!HzgJzj`X0sDIsm|PQe0Cy6GEO+lPN1VhtJ8)H0ex>gwGUB+qUg#RUQi2yRnkXBdWcm z>*-c&Pr6Q#g|gpF6jNrs-Pb1WzaZO`UkE+~v%7UTS?*|k0Zs%EqOQT;YVsCYeU1F< zGI{$BCMEHHOWL#{ZKG=Q=4=xx$CcpU9zjzvo27yHB?Ds2sYnwUnB>hHQ#PqKZO*|) zDC)XErlFQ{KE0XHzEqLZ)Rf(%YHmtP-HEBf1-9vrq(pd&G-Cj01xu4PiKQh1pzxAt zgvSEuX%!+Rz9aw^UIh`CMP%TMIi9C^vXOX8aFZ$Nr{B``D*I%B37*?0+b08J@LZTI zEPyrmwJ`fw+U}G+eESy2^pN@k5Ga`e`nru>gx7fDPi8pU?g$b#IWJzHoXl+6G$qkf zRfl^sJM<~k+<2ELF+d}a@oaIj_zIO<+Xkt z_Otg0-6gJ-l?{bERhLhEIg2N@0Jhe7tTWe*+}%aq!M z(>{mH>@WbAhGBWm(e{Zj7{y9ZY)oeS{b#Cyyqam*?$39wN=eZt=B6-SN1mnEsp_6( z9XZ11=IZlPP`p%3hC{;InLL4nH4KA4+4W&QzA;=@tPzys2<*(54pUDP)c6YZ4>NxNC=h-u`FSIZ~lOWmK*?gDhIBs41u^X;AHJ@>#pq2Y*|3 z?$hz~lRaP1^glD6`Cnh*T2@w*U#B{K5VOD_%j)VU-H<|`nPo+ zyP!^TLRJ$|5fU5`5zNsYvYsQy^rT%zJtSQ?1VYI>N=S&mEe$S@sHv%_sNqPn?DgXx zU%!4lwigE$m~zhy@?G3W-~aP>*U@&!`ZY^Fm`|3Tkq|c-iKRp9kc(mnKU`#hoE<|mW;JJ2=l=g59kRg>{7S=&C3u9e#SoXA?Kd@0_eYh`5b z1h##iO#bLNxjTX0rQ?JK+ow{x*4`jC+lyxHDB+$!@8F$!+o!UB-og3&WPPtp5Xek? z=m*JWTx^@k3RJOIIoh@h1?&Uzx$}J<1A_;9A5S0f!dd$?7Ot`i0jiJJY{)6_fwY;7 zZeAy`z9+krb*uT*`CWTz4i+6_j0FV-a@Cc0+Fd|897f%$IH3 zf280D_yPXeTCkCs_|(dCBlZ`AV7>>5KahD5lw&fkx_8YM|pr>hf{^7quAl7Sa{ zD(4`A({Jup)YW|2WZ(?NWcFT3c~*W&nQ~iXad-lC_e%@sN>ie?hoim~Rj#~zklHWl z6Wxvl_LyFZsPx3>C}l)hOhuhA_4k5PoJpOlwj?vluOq@?Jfr%NIDdEbAa6mz9zbjc+ zpSF|RQ+~v--%K>8Q70sSO+qRTlpi!6Nl8+CNI#ABhDLx3bp#s2llEASY?nIRAo*67 zsPoE*JGZ6Eb@sGXpAFf(Iwmwad>zwx^`_;P>YMGE>MDMlrX+mNDh5DE8vJG`TSZ4m zQd;(bX|tgC^2NS1_OM@q#sU@?z2(5M&80r_Q1_4;kdk7ei}6_%UNSerY13w zkyj@tPyXVgq~Xc*z0|2!6Z5l5@^YD66Npw-X01Lwn-AW3EQ~m)h{Lzrt9SD9w&HvQ zkW-iqM8@XEq-f$(5>s`ViIq%cqNZ}8YGG7FSRlVORGo}8ki1$`m|0L(QdZJXTaUW+ z`XX(usicHGH+88dYK0&d;Hknj~*^RrO4zGQMHlQ|GNCmZM_ zRe%4&ZCiMG^|GeWlZKl{+?DUb^c`*>UPeG|ynaWW;C)zyAKy{Qcii7LYAG)cL|{w0 zPgZ}igBy8jY~|QfOPfBuKfet}q^AG!S+Ul4?2IoWJk~RFed*71m3^ktK1*<)N9dY$Ks=IUa zh{d81-%U&$H7bCB0gFmVl!9yT;62(}gdI|*dl zrm&+Q(08^|$6)5y*m1Y|s;K0nkEnFu)d^1{c^~?(I{LxW;SB)_n77z3@Ux@E)}p6} zS3?5py^iSb9y#KAWGs+d3W@~zy^ibptB*K zjm9$+1vdm7@zPK9@^bAwpTvBe2pwWc#BsZBB}}ucUN*Gshv_d=MDp}0k@8v_iYTQY zJ*AR9W2Ov%yU6UMJpzXh4-7!}c;NUXI8;0pPf$FVhK9~#bM4$wA`TII$j^WBq@J+8 zMCSUU@Vf_pVMa0SwhhMc^>r8h9_#D_!u36l*51M@)|jV0m}*Ql(zlMr6f&;OBp zG559VM``_zoSb?d!OFdNzuG%XaRS#S*>AfIu7p!y1aYurY@1Tzz$C7cfnkY~Z>%QSv!y?La)4_OdlURAB7yBL|Nj3Rz|c1?qT57AUqe_?+6}=! zL<&GcP2Lg_yok2p@s_jvt3O0S4D|b7WZFaAtDXIw+uLXh>)|Y)S}|ugIIf%)Im<^J z|J=Rvg@^OMm-5y3#iuTC6*~mG=5*?HUFwwUy40!Gg{ro(?jYZ>9cRabv=}esQ-%}M zo3{VIHi+EP6gTNYQJ^9WNlHX*t8GE-uHE``n|5#9wLrgd6X1wZ3cHh(MvKE+VNLp#DqWxA28K7g2uzDk zwC8WoNE%DnGYA179Po=hk|q71e6buOVV9--2GM>H!dQlTz3Z_*e&qzNmZe(yBO-Os zb$HCp-R*?o8fr@NM2v|Ll=WeO2*?&lhP(W@( z7r{hS!aGQ(L;TI^GMLERtsdbFQtP*V?4k2D zhf&MLfk12RsQJ`gCC_z0`rQdm_~+0ce+!rGQ~<_lFFFZjCOQpo|42Ig@E1=xxyC^w zbY(r3uk=XcNv`x(%7#OeRq~!5P>?EPr;u-M%fyn6$3n*AFUTO_Z!)O6o79&KlDE1^ zhaq-`Ii@S=g0P4RB57UlA53g8R>dqD))N(i-tCt57#1qoj(G5c$DjCqEhukWVq0Qb zVqdN$%+Z#YEiac7S-+M(`xIHFrN&Z`p0#6R-g*NtA|&YCA?7(rTy_AFz^;eKWONPl z+#PRD;>n;M;NZ=|*t3RaAx^XgiEpEpqr2>bB?fh(AyGAVVT}JW9?+W+68lsciTOwZ zHo&1f&|XHys!(Oo9|!GG%nP$nE`kus8pNZ3OGeCS^o^53+)<&&A$*LG`?-FWe0oIq zKzs$>WvB0L@31{blN;_2NB83Ff7|b~r0b|hv}=5vHY0(%=X=+0&qsa}U41|PXv4%t z-$K6v-vVatj>~JlRgtcb9zp)p=4L&|4s<57o$Wp{a+JO$soHy};Hb)M((52f6;5tR z$Z{j-6h@QfDoEUnfz>1?F2~TZ(6^z#(QFBIOQ5ozw5Ldl@9>1Y6Uj<$%FjiHce*G4E<4b|WsmEV6sCoAkas$a-6F zWbM<7r{wFE0V9{vu6u`-t={kTRk|=fP+_br5}YLV4}>3B`)4Jj=NQQ(`o7Ox1e1N{ z?pef<#ndW6h1wFFhM6M+K9bm)DaY#Rl;QMg3zq`m!e;u0#Mm8^FYPZ_+tL~0stiN!KmFwP5b6im^+Dc=b91n0o#^9+x{P`#oQx#Z@>$L zGYG1MP0~LwsY}Uxce2`D{O>|mq4K*yk1pM0JrR$^R=BSAp>Uf_!KSi5+~;a17a#Q* zpB|T-9Z53*G;}+XN)3YW%Xg($%en}A4xRjpsE+P_^6I*ywHiUB1f52cpi0z$ z1BQ<$sfGWGvG)Lr;%eWovug+DNBcCfrVXq z?*a;_2=-oL)Wj&Z6ia%nd1E=VoW=LM2hIC?f8YQ5uIul*?36QS&dixP<$3PszQtlD zCo3yECsP}t=kqPa4B127I32_`5@X}y`S^GQj6lFCEhA1y!0bL<)e&2$C6Q7jV5WFm zpUz|&OhyB5NHsu6&5&g1(#IGNL3dTQj!y(Rk`PL53TO`|UZ0v^ zP#aRy40@p$QhZktxnj`4V4{vsNQg)DqCed%l+pD}Tv~#`kcMP@C2?U$2GwzrF`h04 z(RN0>AubLD)bW8dsf0!`ae701x;ote9>xk11$_|%XVk?RV%4~k7$J}vN@ya$UGW(i z=?0^oFC&S}b>QBNI#5%oV`5`tgdiGGOmz%M%8ka143nNOAvy*mWpQuMdeGd7%ZxEb zN5z7>3kJpH5KA|{5C=r*Gh#BKK4r`VeqK7JRoup9MH{2En6Y%E++}g&^Kp8u-WUTb zg~^zOltn1PccOvI)VVs_iJnTjw88 zC3Lkpg3Hxrg@D;LM*kr?Ja?o_@`n~gzUWaKWL5NXk7 zQ!Nvw&yLJf=VfQ-Azd!fGGw)FxLFB2US_nxJ~bgOB_6i~btc3j(nS|7Pn1QrcT1=5 zr^5{us?QBCP#5Ip7T{p%@Lf#XlOhhVBPCJN&$euf33um-(H}PcwKP{fe_>>RlMoOS z7Za*_^RX->H=-bkmnK)0P@Gia)&2}t`d3opBu!}Wh0ZwqAto*oEtqwr0+_A>jL{-XXXd1f*IeoDDqVu(%UQ&RM)`qcEg z#L~!IIgZPWi8O>kh%=B43Jdd%6+-4_QtLX}$#1ON$o0cFPjH>*EuRv#E-@%gYlu%t(kG?r$|LRKO~81oFMjus%=lY)-AMY?5+P6Sa{tNp%j#2k z#f7OryXup9gq8wComCF>Ri?bjcZ_k4+I34({6@j6a7UqUu^dA~ORHrVm$&!G)m!K1 z_uH_+J6taIZW{tinm$FPwC01A59IQy@~ZQ&+D+bYz4}VgmwTtTEIPIUyRA(znX#EMQo?~D19yyc zlbcofoW5h`tix-IHg|ny;c9_&stk_DfJNeQeXS5DWRTwv`dAK12~s2M^|2{2ajG;nr9_{TBBgmI z&SQqZMm959I<9>nLr1b06Nkj->+%zG?GwwH1U5#851+IP(G+1If(fyc(u^|?WM)dU z=r$7`jPG6yfAI~;f@X6^+1|Le*K*&ma5OZ4iL!#3{hBoQoXWnUBaP99*tA&tl*E)o zeS$oN)tU0Li}=6ENM_n=QrB}13yfPm92J$!H@#RTr7f>+vpvb^*vz=}1fxA1)TwY# zC$WifVZo6?A3B=3)r;=!n9N7OT#nFp5|82(k?aVmH0|2A#qmdReiu&;do5bChYu%& z?Gx^~ogPa&sc5HVpAPrpBk(M2kjNk={?Utq3FDP$%YjU$w$hMUA{;C!Za%9z71ZQf z!e#eXsKKs@QKrNpwBByt6D1!#lGReIG9dJ&=Np$Ic$mA!gmDtQVK zf>sL@n00;(2=q1SscM(evs`tIZ_#%3B(Mf!z@wb*IDq~XxDcqxPzmM&US_KaFp3T! zRzHx=g^8eUS04ZJwI zeI^$kZpe%jc9bR@D65uV`M&R9k$j|SeiGNq}ayt2GWSH4qz zc2Vt=@v8A&Qzn<3d0oX~S7;?rC5e>(HMQZM>v0-)@ES zwWv+v^a%<21T}f65ojSTVus6z^n-XzaI(I;z}9ych*OZhfo*pGEn7DVxx)#1I!2qk z%c!*{Sj-A9PRz}+Kd~=2E45ggYY+OW1Wd>ivT_rP!?Wz2_l0K#Vf18gZl*+V%f8*pvXT2L zsvxl-E49#`@a7w-1=@m;RQm;)uqtR1L+mNvej_n7D-;CaUBxi6S^Sx#b~1;Md`u8Z zFq*we2bsJa*b$lBjA4&HJ6lEWqll&S zSJdbh7|+%ZWj*sO8g^u1DnF?p-Xp| z&B)Lhp)dlN?kxB{$M=EWbl;1DL)#UKG0AwMc?8uAa^)P1hwkcIXOG?acJ7h6OV|5u z*(`W9csF|1%ddUgT8#<92x317Z}K>5H;{fN(AKqx>h)32`eM!WXWU|opp`y(O=GQTbD$ou?nAnzlW;<9Tl=7%4xA`N#?S`6}%X1 zdCKAPKiYE+Bu?m|u=~{6sPpOzXEF;Q<-Pa ztIkKA4LOB;rIS-DglSS+u=IG)k8qS^-u5T{o$81`IC5c|WglQ(D9%D}KrN##@iZ9b z*2TmJinW(iQYZsHul@;XxI}zNHaT>GC&4nysD-qZQp+rrWvBQtCgMBs`52#_IE4c< zH>fnIM-d4G3u_p@AJmWQ22S7!DYIFBs_rIv4r&1x@H2G8@vhWU zad}Cx+>jcVgeh1doetb;K@{B&pglFUv;Y_c!^GO4Jy%;=dL*|rlc7>%+|cG0B{^k& z)0f+%-(=X5QSi`?_S;QuZV!DuZ>gP6t?!<|dbnSfxD&{yfOT&OsgJR@JQDxl{I5pb zxT(6CeWUCuKfXF=f5E<@di$k&n1z&e1&l;cN%LE~OO)l$?Fnw!)fm3t{$4eh!GEDM zxj;8x4xNoNm7@?06IHv$7U1jeiYIo&Eg-~zsK zKeyo+haKS8NR0Ioj?&o0k~ z>`C}UCfX-{hqubxu)_p-*szHu3-&H;1{X6DHEuZJeIe3*4UJ>sYWF0NpA~88wZa+_ zcOm;kO=C0C&@s)&_MR*G%ASUO&zPzV)itV``08j#=@*>W%WbvL;>q`cZ6Km{?FJH04l zqs#JWr)8I8n=vM_YB`pDT5!cg@`(RI=cPegSFSAeJcD72)#>8;;{us*i`x|+ny@QD zo*tTpF;4G!lllhnUhyH}9xAt^LDlj6y|CZB`>SZL!E32aFZy8vQQkb%{7osJD%)NV zS+z%1m%hI)7i$YkHa)zgBJyAF6L$Z;sNg;P;lnxk&4{*_U9gPhQY(_tgo_TcvgC@y zG9G#&N&deW<#XS8`1|s_v+&b3{Yu0Q# zc;sk9^RZ*~E^C4OISO_mj4r1kj%vLa3s~J$GPlP!u(B=(c;Y>PEI&akXMeIDt*Zyz zbl%E89*Dn}a-$}POrO;!>(^g?%Deu}lgN<(J|=JzJeQ3c>3Z_s{kkuIzt=F^kw>q3 zhx3^=Eyz(_yL@4O2MJbR46YaTyGn(>+=T?$N`LJFXVvl&m%}@F@cegjoj!|pQPE9g z>(itN(dxBWQcD=W^O4(aGb+8P^bh=cQT2!1`oDDtI>+^&PL=(DTmuZ*K`*_iKIu zTs~5i{oS_oMUQhYoL{tQUMTM<|1jTcbLL);df2Py=+QlW3_G*@_>C^>m#?3Lj%7Yx z+pqRp=E;3h%YrIX^vNme>eP~oq}|@+?lp1{(4VCJ=MNlf*e?&L+ZWM4+>{h>1{GjHcG#!w6f zh;yxKo5?%ZgHK9Nj4`V9?D_PQXG%}V4JoO48EQjf-sex~^lQ5?0b~+&$vPdci%-zS zt6h`)L%rhUTU;Y|Ekkcgj>O-7NCp;u{Uu+S*pOBpD|aWdXPyv*`JD{SdU#GSW`Q0g zEA-K@_@!sAT&llYch8V!hnQrYUf7x2JY>K6Y!T^NPex28{Ai*CiCLU6rM$4JN_BeY z$?Yu=yjn#fSC9oX@|peK@q_ae=2M_%Hcwu{_yS68RyP7SBeoWZxj)rmLnvZQg_u+`PIp|Jt~u+^2P zS}{#ZyWD9x(w%O=e<|%pQrc~<*zq>)=|(ASktD@&Xd%4{j}!XyPw02F93Fu+@WG5j zAFLEU2bEMhQ8FRF-3a+jT~?}3DHFnu#+(3$+ck_(Gs%a~TZEJK=5bOU7b^=?S`;e`ECWiv#nD%ZP#s9S~oM zaZ!@C_Zz3c$Vh*^pM8pNUSL_YD4^eKJKZ+C{pFh$hW<_6q@2AkU0YfD#GCX(P5mq$8*YW@*yQQ~5)S zhA0$r7C5sgj*r46!OU&Q>G|v&cYlDckZloK&N(4uZ6st(r9;k;@a|uaNu6JNF zFmm1Frn&(XpdPj?5UT zb`9U`J?8m=mL5WgNz5i{}KC#x<2fjW-^P{gO@XJ_T7$x7sVHW)oHTIIlvZ);Gu%Zpujx9iuKtdOL{jt{{$o-ygumdY*fA)f%dX9o_& zBmng3WD33?Y9MZ5^8iohpB#OE@L+%>6oVg=_l;miHS#o$bYa}KItMIMW9K7;xGEk$ zBJZC)5#Y8@Akt19-czHBypIqg1^&K09)FiPmo{w0@w5x0$LJ$DCOJkI8-r_*wlwTJ zQF<0$ZX{Pg^VD37;Y1szi%@Px%o2uX;~lJzl3|9+1_(XD)v9b2ziFGz<$CPe<`GV< z*AE}Q9X?|6)EL1dC#*4N&v~#q%kk-RUap+CC#Nwi$3xyWoroM}w28C7 z@vYdD?CWbke?D`zAANrhAWasqG9Zf6{vYlI@MVCd0e`!DkoTAUC0xE-QIXu_TVb!< zI{O>MtR*m8|Hb8GCznKI5C6?BqC>DSG9o!BJL0$D;KhQ5mfC0}BNZf+hH`IZ4L|$U zE;1)DIWmG=(fsh2mJQQLYO#Zx z-evIiEW&Fn!X*iLSuPO1I2-bXLVRW30yi`Lg(0B0?gZt&17r&$zO?R` z3yc4DXgk7rBf9&$%@`M)Ao5v^uj7R9vFfoCaw{Bxg}sI`_zC*m0dH!@3?(*B@CZ!N zg8)ZP${u>iAHRt zPD?bTt3nxTH9~>VmY1BUWE*zxZV(7($pXo*>+bE1JV2_JrX?EXC9D7Yu%8@9pdlBZ za9;x;dbd5ly#RLDyL0#mF)LHnSa+HHtp}G`O5L1oswgo_W)Z9*Kna4Rf}8kLO|s0=iUZy>Ij|*&glvL4n7jlJ z1_1}!KWiObAz1hw*zXZ-wd(kUA-aBSNX z_EqD0Dihj=$;em(S9jFy#ENaP@zO_bo+o?!`P~r^ftRcn_Ygp0f z=3KYt@+8uA5cy&%UDZC)JfWwSJdwxg;Wz$7RhW>Mke4W@z4dfix=Kr*m?ylZtIQ+G z7q>~*Czrp2W#Jc+-nN(Y?erW2rM_hD4g8T7@CB|5#4EHfU{ZZqv9~zupJn=;wWT*p zy{R{Yf!B9!dmXH6+Z$x0Z<{0M&^8)s74#r5nW18D>P@_52qQwm?^tn`IE(4}rv`-g zD>|EVVJOnqgj9Rvcx1cA1o_Gr&(tM@9AO=ej@HJ9C&na2>!VX(>dw?20e)iKjqD0T zVXm>nkb_>8)XPctN<(n1ceZ@Y9t><%L_wP))5FvO`XFt1!1i?!w13vX zRL^uD&{b?m zsE8{I$@fj4Tue`nby^w{66bFSlqY9~iq@99{MnH$Ik{yo5m=NYOpj%AVaH?z~S zjYT=8lB5dICjw*vBRdI%i=;*x%-LW}r=)*%=oLs_7Q_@nQK}uCwGBFJ8@A2HI=LO| zW*eaQB$K=eJ}naqbKd`JiB&RMqyU(-y_F*i6m3rMgyIyC$f;1+f;wJ$05XcxN=sF3 ztqT-yT5&$9op3N)vC24ug!YsvgEzcsCHZLkp?Q5D!^RpERcb0bzMT#_$oAMgXfx$- zm9R_qtU5+*sagJ`4Q+}mho8_ zbGeZ-80ZpVDthJdLIUFcVC^l(Y0Lg|TEMN+EuCOhd#$FgEuGNSU;|EGW;CW5z!vF3 zc99f#+Mu#?g`{BKgbhMGx=y1S(Q!Q_FHZ-3%Nc3BEZW!-Cq*9(P%EEn%qEM?=WiGP z?{y5OP29{SOJ>5{GjqxLZz017+dCT4Z_h8838)LiAj~GH(xRP~2w32@0ushVav((p z(2Yq(Tdi>t)b}mmfwlJ}Q1Dv^jH}`+O(s_VCb>OK4$Lz|h$xh32A{Wezz02Hmm)1MffEOA=EmAcJBCV z9V#tb%XcIc`d6z-8oRf;VsD0!l6QtYODkgbrejsz!V(a!qBFmDMaaFCdM)B2OqO7q zsOQL#$>6K#eTJ``GoWaL+VY6q;=X+=#LU7R+NLqv6H0g1U@*uUQ&ThaLjLnJ>qZMA!nZwtCM6f7}u(97v234Al5%M4brS!TxfpDS>9)N z?(z=I7szC^Sqhr*J*}0COWAp(jzX>jG`TVI{K%lpAhmdwnz^xLGr)yj00aaj(qUnA z;7$O06?Dl1>U@fBJx-wh{qY{6mOq0($1yg!a2zPEg|t_EpW>u$JTj~p?u_-7{9QsdcFNh+Bp!(G7(vFs`Avj& zTkeI~mLU_^Pugu6Isx6fndSVc5N7nw-JG>tXFtz-hmUuC;Q8&sqjiUzrmK>Gvtvfl z>3X^2jQqka0^Y(>E#rHtA?9oKk&{Ku)qy4RYJ~;0<4)**M~ki}P+A$MzI-w~VvitB z&IepiI?<u%IUUfEqE!2vu!er4ehS8HqUL z=$g~3nl>F~*U2eAb!#^QX^{ zVaHCMC-T#04tbs0e{$~yguEsw&-B0i%sf(j&Uxx~1^BBYVof zxgjUFP+b@2o*;<6uJ4jX#&jgB6O`S1mRO}pX~~UBZbR_)ox#z$)dvfAR}^K1`=G5{ z1BFm0IyQ-nWhSsLG!MZ}R*qJupa`@!jjm<(v)9QwPr8md%eIg_-1(kdlW)oDpy0%q z9ek`yast9MOr;ss>W&jtW`e8$OIC{$b&0xIULPHk9H(Bm%^Nz--K?y7x|jIXRumZv zb9r3=v)>5*1bu$iRYR>jr7$HYOGQ3A&vhJ~8Wy0BP%jAd-0YJRQWGweYSR*<08r6d zSw}?01%&QOHH7f7Ym*_;lbD^IxL18aS6y~YwL7wKM-K0onUtET$}*)FX65OU@_6Gh z=4adVI>w0w1*VmC0PT?&l&ne!NbrqTdFk_Z?N;Yxrx@}C;}J-i#_M3djWcAWXP!tu zAnax{PD0gmI(NjoX5F$)E2b~3^Z2T$C>7IJ(`hCuC?p|B?HQC)3vHs#tf3?&9||18 zP0r5%=krc|R%(_mOYY3Z&ehJ*&P@!rJIfXmTSG-{VtSRSEF)V^7Bz7l7nK^bJ=0I^ zxN_dmnfo?e%+Eywa+>l~sOjLR7I}I>(SP z{iO<76Br^@h|;lVH>;SATEU{+Dix=xQcJahp!1|yK_3IUPPGyYoK_26y;r&y`_)!T z)gegLk%8(+$thP*b3K)y73L1SN{1T~X!MRFapGpU)=-GpE>QJWXe)EeE16 z%oyou7*Uy~Ys1j1+_`@Kx0-*+SFzs1S4^0-aMq<2KY0I&)tbKNKf5ynP#!BQw9T`I zQDzhUNR1;C$OsMIr$llZ9z|x;tlxpp8t=GhAZRG%$JyP_&ir)q>zi}VjM_Z_tJ_KE zMNh}yLJrq{CrlIhNR7j!62POF0LGb)7x=RH^VJiWSq6X`-M`&3`+RtL9|X%GH0u56_?fAbltF z7Z7+hjdNo`9R7$=TFb4jv%gUPUx`0+o!t#(4DygHSV}*bMr6yVY&iK~nT%|<9Zu|- zXlg%?JY=Q(p0Kx?T^Bg}c&v^Rz}0H?lJ-OprFk-UbMeLLyn`rbr!QVKO>m%HWYaDz zYULedBHMc5B8=i<4JmJMJ-_G7+B56UtUPlR_SMyAPyalU42(UyjL4}RQ4QP3HtKlR z<;=csmY(a8e0|1UGP(5hmBU4sFNYN$xq9>pS$Ji|<-??NpW^-3mfVs@kR$31(^Kv)IA;lnwp zQM1C=H$>}?#v$>&XsnLAcAqURjP?`A!8Fb%5YfOBq}C5@u$9%9Kgx41xzoRi9>sK zlmYIjOlB}v@rGJigOi_@LyWHCBFNm>3c$tfh#UJSbpu1ypTv!!ZdYaEDY}pQW=#nQ zw5+Nq4URG8CGUZ|{S!t~bi}t2fsQ=kcW(KeY zWi0+M1wl4nip9lGi>4HTqyGx*-FqtjI3*4)h<8b8Ef~$Pb5#6H|Shv~JEQ!Hbfi=jR?l!JyQ3CxC!6zP)(PvcoR-zcmb>QgHQD(!H7Z&oy5czF zN}dkYGqn8j({E)r!Zt6_3&`W$lXFVe5LdP>hgT{(UWvuKvkPi!Rbr*(72<~V%s)@h z;Ip6-D<@tu%M^1UHCVgmmbi8>f&byeUELqG9peC3$5WhBv9Y)=m?d(cz-Qhnjg?*zFE-a7@+qCwx zQ3uxjBHZeD=TvNE$2;f3lCBiB?5LHVsl~su5>md249Fwz*D1uUWJsGAFcL?Bj0-b| zn_-;RR0TF3+uwMM2U2+;qBfehrnvJVY;1fÐT?>-5aYhU|+1c>&YMpPK5x#-mbV zhqm2t2$w17dyG~W6{Cd&8!1QqcOdwSXaZn1En4FY^m?5LZnu&vEL#%oV8ylCNk$wG-tUMvMWHJdfs4~(sGWc6; zrYSZ$RcN7uUXjn3^t6n$4D}s0BRw`&5W5|diXmrWlj7oH)Z4sl#8X(>_=%zd6b6C1mM5*VpF>x6gfxu>sJ2eX*Pcif{rdZuM>`U#`pAPW|Aq%nmU`4I73BcA?o80C13 z@xO{Z`j$i-BUz1P&;>FGGtYswFc`cC${HKx$(Ii7Wb=pI_rV9Z#`q`t?Btb8t*E~& zE;~0d56Z?lrP)GmMMnK$l{l|~yP6bI2lz^e*PH}_ya(>1KT#y-&@Jvhyq}j##B%lQ zc_qbeLLp%ozoxH(_o-_OvWiPWa#j`z<9DxW_)&Eze_vfCUr}=~=Y;yk$)LyzY5L6M zd#-~bm0x&tXi#}X%PtJ6?s=bZ8>_;z;>k^+t62A(UAuEj3@Ij_Dr5Q*JxY|Z;(qRQe%{^DHRTwO3YwsCQ5Xlbdh$Jfn80CS|7 z)9TzYPoa7?)you+A0bCh5xK>2yVXaVvx*yq{638Dw#8xd)iakDHf|G?CGw320x#cJ zks;sxNo+113)r}auiKcv*bxDchQmE;B;v85S*u!l4{(IsCYGBsZ?8qsvwb!;! z13#1=?A|)cF4l${K$>@q$usl%m%KP^|&Wk>8W^*V2?L5d1RQb1n&FW0M%iEJ!IuO{(|0(Ue zvOaWRe7LtolS*c%RlF^fJ?J${BxtpSPwqiVVewI(RNfa&pm!LnFhj&zdGa#Iq+#Q~ zPfWIB0l+ppP0?VzW9{9trK!#Tx<+~bSkR&aE7VYpU$JQO>L6hzkj3=UARIFvhxb)H zezSn3@7);wGp{^JoHZNa6(qgQ5UeS3UL!>iphxK z=?5%AUZRDWvIW$^=W~Q_I>1JU04IPKA?o!b`EdIJex?jCY!eSmI#JwIkWMnhsAbm= zfKPq{KINbq-9)#7b+{J^I7tw5*rRPE2T!wrQ?1bO|Kn{Iki&BY%C`u-DqRR??h7c| zAgPS~$WTaU^&?MFzI$5bNp0H(a|%Z{0SX!l`?Kw|2V@|xysst20C$cj6G)F+qiG*p zuU7n$e#nU~AlbTPaUoF}G*r_rK{v^P&qz-*>LGZYXpGO;bj%Lu;gs-5`KMsj>f?+c zv460Oui!6f)gBAE zlxvW1`ODsf*8mFzF(rjPvIqbc zxCiN`BQ8?@_6~HtLmLz{5ns)UtpFQ10pU9C0ZbEwx%WY=ya*xRq zRdf<6tq+;};Ktr_ASg#19sw!rT{1vkexwBOjYng@`HX+l>kYCEh@$qJ$53Cne{^8D zuNoRje^+c1z!%n^mXY5|v)VZz*xOxj+vw~vP(8r8rGAr8;}%fljNKNSNR7!OFoCEl<_YPGF_}pFJmB+?oXM`qJPNY8YzUnz+jd zF|d92rz?@+jG%b1*w9uBZkxr)(#lv`D-?)GmIQgA?*sdriZiDIS^-_=6+hvX5Clra zMov6vX=bF=pYU$Es}M!-CBm9O`yl0tm_KF%WOHY;JHp%pO9Y4-d}!HX*#h)yxK#a? zA1yyhbtH}wN0D%BVzXYAW zpd`OMtHORP84|F;d#jflSXdnA4+t8f20UvRKzW-%`#c?O?rP%q17=05?+7&ZkLMPi z+*0H2On{GJ4RNL;exVbO2#zHS3VeQ)CuPJ`r+4VB^>$zsFK}r&VlW55QSy|5}hBMi`$zY;-w2vuifglCczM_j~9v;9f~*; zCMR9o2|J(mQoS&D13^{|`Bu|rB8wEA!5M4A-NiegA@!0kpVp%VwY{t1Ew(J&;_v?p zW!$PFTl)g~h*e(1=64A}^=J!PiUaVCzvAJ}m72J>Fl}r(Kwb&tTi{VUTv9lfO(%)Y z5x^iDYl=otO28w*KN$%Bm4V=@u$Z7B_@5%()kx+7$+ZRA2MtDV62@qeLU~(jP6Z-` zJXQdmRH{MWvrTjCur}zRfKZ4uW}|1#qEl+}H4CLNr0PrtFv{PxjhiZ+vzN)q5nDQ* z4S%}+=Q&rO5j#6ju$l3SVG8k2W<2u$x#7EW=Yfe-C?9LdC+K5t;~H#%qFzVV(d1e4 zcI{Zg(_*m?QxF-H6{yAp!KeX(@&Q!VEwd%E-M4J?I4xkE^O^ej(~H3_fJ~Gc5{O$n zk$Be%2u&_7G8F){^-6TVGLZRfJfb}ihl8UC0-ux7L4Kp*0nc%Q;50@akIASy;HmIB z6BF)*(kyv9LNxEfIXuoy|T1c-8P7=tqkx^ z7jA%Ig9eHstP_DgJX9N$=A8j0RaK=Wl>+>NRV9Hwg4n0so%=EV%aHH+-r{P8j0&cE z9@9V7^iR5HFdY>v^s%gFLMFz3Fc zZ|hN^&4bNzGA>)J5@EIDj^a=rQ#!H_!3_sMgZ4meSz}==tY!6*^rcytM%qb-u3aM? zN|vy69|k7}=xXv%Ev^7!Lf=WWg5(ImfMQv7^U{a|#I zhlV7@gbQ2$0_x-Xzf_ajlewyvBUL{>qMPSb@}_{YrT(gr(10Lb*~4)DQiYi7SyG#pb1_{mVVA7bDtZx!fva@;Ru=fO6)@h`+?MdQWL;O zEbv;JAVC0(%E*XA-{1P?;Oa3M0(`?=HQ*+(A+AM&m|{CA#-k%$@PE>M z-Mo4Xgg`b(>AJj42N=-@h@^_3?=Kk7M+ODNght5ME}(})-oBC-iw-XoLUIF*;YIQ< z?uDa_r7BXAL*BmxeeQzN%)%V`;Y;LV0r^u+{v?M(*L@`vM3!iCLgkmn=Av6HQ4uGM zf*nLF_=FKJ#iGISZv!p~SLlzi{eQll+x*-5aHI-RQNFZ_w`>^%*`ZTEAXu7I$S}a} z3fbmCf+h9`01(25)J%fTg1B3{cO(uRS zWpSM+1?=^s(lMXPNDtA1ZtRm60EE3chiKtXKA|?kn{yaPzxV_^y)|i`Uo|pAiCZ7$5_}G8qBZ6BdIJq#+}uj+koilGim3*2nIk3zh7_EF3m+%069G z)21YffzJSuU||Abl@A;70GK(hD!9zoz@tIE!=xEgO_{11-wJO%PdAe`CM6xz3#z)E z6<#4>F%b|O=*{Ltg&9NC(kh$*M;t9sxztKqymtC}#-+rj#0y|2`Zp5<4QYRbr6;NA z8v2Csi4XGMq4Fv6uY|P0CMq&X5Lk=t*Z@xE<@9H4NQ#YBc~<(?7UmhVGkNh7HZn6m zhFsNP4c!!M^#*NbUTnU)uA;IQY>-J%hF(s7WhxCtWmT$lXhZ^!v5|-juB_5fTvn}m zxf5JPmLV1dQG5l8*kkk}y$tf8t*IR7ilDCE zC=)|1px1L@#;{^n(SZ}+6F*{-^$`3{ji+|)*32ujz*(#;UFlaqtIriTOQkmG?1`5J zcv~ogtDv1^hyjYliF5<+6*#t4WK{ImAy<7a zS-k0Ri`=51pIUav+fFRuJW2Phq}zJ(;mL>fPjjDx(yc!Yz?7pOt^7OhS>w-VNSF2G zBP8*ZtXSyC#)c71+g1qnNb#{s9|zf12kT(&2TXIOAEx8MWkrP@lR*r27vLqKnyS^% zW0}5g0{ujQ*3d8q7DldJl(d=GpHj{l5TD3%n4|F+gC|0 z;-2JVmqC9EPyQw!w~(G{G+XvQ5UR$A>rFayojOw66QI#i`W)EHZPrt}RP@)BnQ8wm z%FWeLJ2e7q?YAtXg9X9@G}QcpbSWd&YV=hftm*ku`0H=N9wU8HrMvPO+2mmTM^GoS z6V{A%zrFjvoEXsu{XoWZKK}kb{HLsse_54a-YKgtE34xFV5`dfA;#F)zLSjAh}C4Y zf*!I|OUu*VE>FWUK&PXjqMJy)0Gq>DY7Cvz!e<^xYid%FGYAOO(KFNlQI%;laS`9V zYJT}#HNp`;!e_8ws&9s$Kzq*p47@y08$#4EVn%lY0{jDug3d*lpRdq0F%V40vWaAX z8`3-WpKC=D}ZQpY3W9gChf#e9&Ho}1! zCwq=$Uy^lL1mlLi1)@q1G#=JqKJIJPvGl+GC~r=)vZ~y{y2TOyruIKeH91_KN5{4|z@kQxA2ei4 z!y)`3#}x3XeFxTCtUAzH^c;7$0dy|1MkwA9nUth~qb#djzH#+6+!fg?#VZBrK8b52 zn>4O>SsFz06g2<;`^WP8L=I7bfG6UwBPRX5P;p>%z{e4~WWBJ(5$+?gJNMIHrPt0M z3<^BSdoN)U*}VY^vbL$cX2h)*rXl{X6CJMt+j-EOg{w2`ocY?Xm{fLS$;Ie{>Y5+Z z4hg@|BG5<-=@@wSa$r>$8{KkX!pN=8<`<%#L*oRa3`SP?#c*;Up6LJlO51t!3nUuU zk!Yawi`|2e>_5NQGZ1zV^KtINnxl(&%jfLk)oT_DbaZ<>87;f8`siY5+oCnt=FoOb zw)p6pi*Vr&U@sm$dO;de8~}G%7xJmNj9C4O7yq*t7+E+vFt#trSu#Nx>A+;QEktmw zPLD=kMRMo{ZtIr#sI5Y3sU84PP%AA%pPGSTVUIP#Ch(CF5n&;!p!{9MeDy<&+NY?A zD;W#-qr0#w3P?&$Pp+Z%(D?d2cbxTADKZ(9ahb^TJYPy+@f??i6P)5R1)E|rM zd9mne`vDPX#VzPUhoKOw0T=H}SKyKvDRc#9t^$ej1Nc{I-kYvaIv>E47bvtq4fJIQ zr-AB)rFFRi$)glV9U8kUG7@r);JO4M5=qg3dWeb4j?FJnP0$qN$3|xJN@o}>!GCaA zCgpKhhNAQ%e`_)d;KS1(;0l@5m`%THBq{^q253FG4RO8pp$u8l6EceC9LD?w+kRV$ z*?Gp2CQSKB9xHk}P*8@RG9%e-yqA%ZA!LKJuZkrbU;`k1ZE44P9*&W00um)}L1eHg z2qsA_8x$NJ8YwZTnS%XN+)DiI+ng}^jL0sCEtCSyanD9h* zBK^1GS~?Ltt@z)u1nCf%Dtf?rfuG-`KT6#>WyU!NfPpz>?{nkEjk^aezyBXUI7mu0 zd^qlWh3^4`3EMZqKQr&#Juv7gG}wLb-o0_Z{<=|t{FKQv9L(SC;~Euj_x{(eapTAR zh!nvg(k(}0|8-gYuA`el3^Ef)f|D|3@*IiNMR$nU&fV=#LK2LoP zBq?VF%;=LdpfQorrBBw`)5de^yc@b$lOT~t>67H*s5hVhndOC%%j`e+A4vd1J=nsN z8K>h<%l8|}u)4FV3v^1|W+NYXYZYOgFUZS+d~>}Pty#Ee(V9z()Ly>f{y~EC;#I)4 zI?6Z4&?%maRm;dQ&;2pH4pDkqm5Xsh?j|0&{z`oq`o(Zh@FUEHp2h3IWE95JEE)Cs zF&X>L3MdhN;g(1@p#*OsJUVa9fz?{2r`AEi=cXy9VPN+fZH8KxTZ8ae0rI!u6hv(pB4c z*dnUQr$gi@XDRi7I^R^{5iUn5NL>i%3$>nPuiQaAYmsyRW6-RtiI3SWU?^9k4buB% z1=|N_mqeCIW=+^VT@|+PQg&D>1z0L!ri2Ysq7i~-8(u$~&PW7Xh|6U)Tfv2iK~yR_b79VlhY~N zsmpxoprSLxP7~o)`CaVvJ%-K}8(5@BAv_iAT8V0LutwrbuE5m)GD3g`n@x#|5=i$T zeh0F(CeAM)w?qqxDr?%$62kbz_y+G#6KBPC-=Zpb2bY?M&7^yo9kDxu010B)tVm;Q ziq33pd1e=xogbI4&d*QJ&KAs_#V08##*FM7dobuYaz)@UJ>L7&L_wU$!o;?Psm`b< z-mR{w2=*}w#JL^3m*Vt{%F=?WRQrmQ%J3|IxLJ4Fi41${`{OT(Oa%)b?h_s&8xRXW z)C4QqoH+6aJPqaauPr<+^G2uQ7eFg~A!-)}E}OF+asZ?Jw}82X`UfLmlK9I$Q&4}B z!(P(7G1*R65Uj#POp^JohZPck1M}TL+WiQ+n~MtKuofeXr-Il+R5CPg8rY<~6mM(* z#~-Y)L~fMqDE$@C2)^!MeU5wi<&Te>h+JM`+*KN&{(=qE#zbNoEi9p$K@`#0BdO*I z5tazq@mgbqdKMe7DJ4aU%k!8Q8B_a#t@)7oA00UNd@Kryn=cp5e4=CtRfg0kr!6S%IR7 z`lBHKRgvWE9*_r>`jT(uZ+aj?6(P=#XxG*By-5>z+6sh+@^8`%NA44nthgEIdWGCn zoTr+{eR$V-(*h@{;jWXSY4Ak+nfcS+TgPv$`pNyzDEVc~V<$~3X#jHT@5g_iC)JuO zH_1%Asnkf6s0SNdo%HFUM|d>uYsa8M+Mv9D3b8gXTQ#5Epv+;~E!{rglGnM-$1&tL z+P%>Hpkb6JPf=M%wT%v@m0p0`1&7e8KzbLkCl%z{uAgWMNk@aT{{Ttc3t!l>g8=P* zq(H{sXe=hnC{D`2A2Ym#)Dx@(MM*`)P`!m~Zz1vA!>0tN1P7^*_>GNiiUR%!0r(^}n7r zpq^a67=|YOHvOcL4)v${tsn?q>rPYFf?z5Jk%V8n$(LzZAL;@4MY*_(>p_DH1F)o!jESoSsxoRS<=tIrd!DtbZpQK-a;a^KmEkup4z}x*+>H5 z7u+C!RJn)Vs>DNq7n@XhD#-6HVEwKpKdZ?p7_ns9RL3oSlVyz#C$2pn!}H+n^#lzm zEaJ(xDZZ9lw<1YbqSjf?U}>{7nb z7gsW#siry}*|~2m=SevpxaCr1$G7H3R_G+7j@?K~&sLpx#2CpY?(DXR-jZD=-mtA& zQGnGH#o_cb642_nF1* z>$7o`C%9EJGUNHR`!?<0(z5-K&h3*=*|jsIs}FqrAI&ta{QriiW#kUmjb zDLJxx_W%AVjdH+#@thc*KR3mbX@HmlV(3Sd>y;P`QS1$Ryy!{E76JGj&8(3=kG&k~@pzSj~zS^JtkkJZ^{UAK?)wVuV3BZ`&gk_SIRu0X--sUNe5xk@W}Ftra!(bzEjJ8kBb@JJWjP z7TQlk`;9zt-x?=dRFsxp$WQvVdxLuQ!GikgYN>sw2t+&ZfmY~fNBdytNu*n9w9SNH zXBJi%Fc$wy3rHWhI-^O)ZfTrO4J>Am#(oqiI2lO*1%w1800IdZsQXZz2lPk+_1^C? zFk){^jRpqu#8#AONa1zfD?5*I7kvaU%qKEp?CKy!V+SJuRYD)h&PzC`y%JJJCUzh# z6Fl+;@E6K@R|X1qu#2Z!biZw3t!;ZIYiWlhVKQjKlfTFrEl@%d5UTs&48clS?=*Pd zw+2Gg(;r)*)w2Oa*c``cu8K_7b~RabK0bwRqR_;OO#+4^XM`r1(DbGW=z#8p9fCpV zfaW4a%lINoEBw;=ij`=8(>O5)$CMorkrSrzj`H_KB1W3rvvTLY2u|2eBbdb8yySe% z!J_@Oe0%3bR(v5BY7v1Delh;Qij8kfh23s!X%CmVj;jQioZV5Bi zrh9a!ESdC8_dDj_kiRE)|Nh(xg{p_8Nsob6%=7`#HAStp3H1qIuTAzy_1osZE8i#A zYkzEoqLrAkfyWMgeLi0Cc>?J-ezDqNwbzOgZfpL$wva;#t4_xOmB)5|Z5yvxoj|)+ zf9`d;ggc&ptF82q!srF*r@x*|9Wi3U)IozLK73h}UXW49`xYMvIjA|)gl0u$qA{36 zH~Q4M=5e`IHCcN#@R@nB5u}{bePa+*n*5ARcSk!pRAG#@0$qEeK1vsn7+o4(5?-8D zl3IjVkUl&mEG{%ZFh4L?QJPQ~m&HZv1Cl~Q0y6@2!N{SHijRs_q*d#x_o%b7)6%l| zt9iFil-$eOlU5UdAo{f9e&^!kO5a*gn50Y6gr;~UMuY(hjwHgMbX1j| zo1LrA%Pc>5FbDj1P}|K=15b|}i96}vmmfWT@=W&kao1woz3_|78ZEL+& zY~QkN^A?NqIcM|EC+-Y#_w@v^U>k0$!YkD)GsF;PNd7#fBAI;_V}FbnCO=juZuQYLHlwngqdD_0g2NxH7lAq}&8Ud{9bYa!^WYI!Kb! zQD_!$`H>~4U78t)ObM_`CutHYLaKMi`^I~FCI@T}bMT6S(w%8vB#k6^>Ady6#j|d2 zy&46aSQc_SeRY0*>L^2Gc4S6yR-i60Iixf&Gb%w5mzWq4qJDcA0Wm>Qp^%X?nP)P| zBrGQ^Jw72JK^LAG8XguA78M+k6{$-~NQ~Eqys3Vv-3A(fi4y*SnevlOgWTsZ7nHT}^UJ^reYV+1l5+ zjIG?0v)7wzawr^_w-@tqnwSpHf7l3 zt+d;^Td4p}POccKU7Ioivol^vI#(Lt_5A+I%Ml5u{nf>|0;yZ9^)}`LNcJ6%$Y;a!pcVxePLsjjfETiP(eZ#SE`g z%4yx{w9|ki!frsHpjuyDkW-Xh6qO&En+84PvwKb{e7GW_RMn0NJ ztsJSvO4@gBa&uHmR6V$Qrm#{dm`jsODiAyw@Q`S)l99)b1viJaMC2svbU7JqMQ6*- zRFN?bgquyQriuL`#r`Q`|00EzS;YyKTHc}B%XG*wGUzVp_dB4_ra6g*q`YJWsMXU_ zxX_rW$n5Z(i0X*yL_1%LTLtuSOMyIH%r#_4bXM%r+e z$mEABYno1~;r%lj-s&X005o74G!kAwBZ0gSrj3%iz#{s%u}aSRuof98-I^}+t@bUJ z7+-gpOL?nr%(%erAOaMUJFNQ zh(wTKU=gP=0EI16iP*=|k=l2QJI#%THy9E8-%Fv7XOR5D|18BXMRcd_NKjXj9vGp6 zu+3A5Vc!@4+9`+%(}!x}VpEdidB2!2e;>6~=RmSa3tEt?WUaWN(7iFN9z^2v@6{C+ zH%8Q3(k+5FBlHJwO{wVJ6;%X65Wrncw`+SEJ1|^rC+16KP`9$M8$Fl*WiGWiOBZRN zNei#ED>0cxNAjW#xvCVKTnlHF`KvliTP{E5!3yD;6K064aa5@C|A{xU!gLcwF=QGK-LB6;v*S$ z7NF+TM6NP*HIeRzv~W;g{CtB;S24nbJk+XYDP~EoSGlUfWEI9$;HLrEEb!EwD1vnr zxWTyk0~IDxoCF)g|BkzlL7mDJyTYpOy+|ufO;8iOsH{|hqf(}-*|iD<;Qhui;M_W; zW5uonN$+*j11_5Cn>5j`WY=8q#l0g&=5R=0|q6-`2@Zj0U z^ZB1EQ-Ruaa6-c2|9@Q?>AJkTaNWP866UJxnl-pa49tSjz`nai(dLjrkS^A&z7mm+ z$*K|3Lo1CzO$OsKypfh|!im1UdOhahr-as3D!Z@VkRH)eaq09cOlNgpPm_5B=OkTE z=H2xi+M`D|*$=Lzsz(o0AXA|p#IU5g=a_VvV;m*zO^QL`IIvd~nAKOhYIu938R>?| zRYOb$OVrDVS@3hCxpg^ z#>Y#3CyV%a{7z7iG?FH#^*G=44i4*i+VlnwN({X6Fd^8{xc}_PAZxo@+t|oUJ75|c zYwxy6EG)uigqs$Vfe#3aoX!{Lj3e%n9S9~T;hslW$;*WXw!v?&r=CkoicLd0&uDn} zM$57cX=$1K0eyANA$17Zg(B5nSzL0wR6@#SlmApTzx~f5K1)AGQEPa3W zD4NZI$6H6=uZK>qeCOS-{J+-xbmqc6o?Iru^s?Nzl`dlkdJh9T2z?zk9LVIMYBKZ{ zrmw>|-S0_%gF@R(zJBkLJ(KkcIwWtxeA-t{`#zaZhU9UN^w(<6?p3HFC?hxeLcCa2 zIc2WhC=Q&w*@C^yke900JWl#@+f4N;hYi!guqjtXJW04_KU>Pd%K)vA02}J$tVDi4 z*g#)g1|~L^l;O`^P>~lsjW0AmVA=pncPkqV4RssqE|^UYL>Ycn9l) zU*TA!NBWJ_e!iVYJ7P|4{--#+t^m4A_CRuLBFJ4#%=+uvjbO;b1B@0Kzf`ZHk*k9` z1@kUj26+x|%#F7H%vhN|9w(OW8RET^z=eFSOfs?nG{7#~U-iE(k(CzFH0k z0N~u=N5l!kf0F^&9xJ4UzS?)ox!xZskp#Jc^^Fbn^H#rQrX^cvf;6FAG*!b~3#M>o zmXodbxd+OR@U{-vmh6z=#J!1?B{U@;Yf&R`)M)*Ghq+PKj+$~^zsl^0sT+KO!_=MjaNw|S27^mr9fbI_#PXa%+SU?tRC|}MQ~bY< z?uq;N3vXL1x>m_Z!l#l0Ta2gWAkYU1}D8J-&6-A~o$@CmFwXe-f|F z$w^Jk=GvkUZCbCU{pygj|5RGs-fFjuqp5PAWS@9nPW8P&O~ge^yl=9PkJ?v`?h!0L zY11B!srN!8_)Bt%38;+RUyJaJ99wg$JN{A)5IvOFc`^dj9p6w$Z80yz!!EldkkV0j( zu1a6cOGj%eEMjsRvKkMm2}T!|gFwTn4hl+14CZi(SGUeNJWb=^5EX!A-An%U4t6E$ zG~L{tPLdJsj_K&gkJ9D)&wrT6KOd`}KgKm?l~+!0T+Vk5sT20dRpc>FLt4Ozd+H=) z`G4jTFk5P1-QUiN~%oA|lcva1q1>@@m%&xsH+mo=lScBK}(AJQ*?h`K!Om z`1`^LCTnlTzI|#TQI0@OufHiD$Cb$8q>)4=Eg~XPlOs4(|Bch6GvmPWCbeMub|WDd zE3?!SM>iisD<1fF=DMD8NPmhsKvG3u(h*E7FOMcRdLuFkG zD5~XodFVYfo0NmDS-;%Dw}eVu4u5F@QX_+SQYcG|(RoKBJQw~++h>oQxkR~Zj%$%S zXMOC!);~dxWwd8)<%>?Px*Ea3wLXT4j|fW+(=6Y3`bta9(W9k2`Rpzu?56STHXmo_ z5Dso@8zwO(EGbH}XiMw0`+d@#aT@^ z$!WwOMy!*~TXXR?k3?cTcSiI|#VX*QH`6}lPYjAEqO=KcBu1~PTGbcfj&?k7^{j8b8;l3LZmQuGo3O?UAYo$a@ zclqL~CC%Wsu*f4lhZ0MTagNMU%G{b1uXUH`358=aas)_bI=_1kFX4Aef}!vLC(>`m zpPYEpSjk+opMGSD#+Yjbs5stK5d#^rQGO_}-o1naT;Nj%vV`d|8u9ac$~w8fmJ?RW zni}^WDd3^w&14wT^K#X;%CR!M;Vai2`y!f8DoZObQ^Q}~QPYBk2m5dA(UNWcij~_atX>Z-IJVpW!A>m1EVQOTmmoJ5nnN#`4kDS$9IkR!Oge;0f zrZQECz7eZ)SBI~*94-!J9HO^-Zqsxvk$HO?N&6PWH@H33b>)VDrAf0I+a+_yJ2 z6zrOpXedL1y6wf!HY>Wi(@?VYEU0<%zbdoY4}! zd-jhXZoS&W|1J!DXKJc+m02K$PzXLuR#|#knVR$+{V&=F2~bSHsE1Ucp*^is+Ed5v+2?49Mpi)&BJr{cYRE!i$ZoqMe%odmWS&8bI zhY`3xWyksDb9wQ4-E#~rrQh7RI;3vAv&Spss%s^6GJECuCj0dq7=)I@EeTu7eFDOb zx0shMr+0=-b+-hzO!ZUA%?n@LYCan1wg)`Pkfs#O<$?iKOU7%Hk{4U#RW4iew@4YN zGMvXi$y_f?>+@R|)y>uH+7%z+ z!MAK)v1bXiAX8JLdEzaHmJx8cP+@*Mo^lt=>tw`$@sPU=2ZlN6Jl-xqYz0-_()E~h~2nMUj>qpL?wSA%q3rk53g8`FgDmN)P z^f*IXn3p@OuML8!gTX`U6^ZLoFyc^oAZ!Uth4NnyVITR&yt?kNW?) z^?~&>#2B91(ASJ}h_lbOZrcb`mtBZRH95vy+FO13J`j<9gtAf#)7I*?2>^!8 zVif~9by=;l4jHp`@<9lx&`przd*SR7>gCN3r9GLOa++r3n8c#wqGEMtqZJ*2KCCQqVA-drR4knu`kyiqrVx!uMpAIFpIe z=f&r1$osN_ylkZWL5h9)3Gp!#mR1;944rJ5LE;hDXJ_Q38oGs!5YqYsnD&D}wfmDx zk`rhXX@hzJh?;wL?lsb_QPk?I7lfVCZ^8Md`Njl}o5lCYPPJn9p6U@D7OJ&Ju;EwviQj7uAtRF_` zV=&i`jKK%X$(Xmbqf6Nj4%#tTFX_agG)naa;i{@9oKcuT;W4}_A=>24hGdrJ09)=% zb3lD#5)G8QGh6~W_()Tri$EcZmArARaEql^VyTYmX}g--LKK_cO5<*mNyOm@anyhY zeio9~R=CV1lX<~UMClxGm0(+G2U4A!DmHo6yNab9bg#rhGZQGJe91y_V*@RJM8D90 z@8|Gj@RLIb-c)vJe#_{*C5i{ZGBA+bhHpu%ejCle$ANAGbuyNNAvuFLPBtTbUJb|P?K6D1l>ajP z70_6HU*VfqeIt~2d9yxe<{cY7TcM+>Vbl>H)$clP^xb(5J{z`;JMBPZvtKMHYX2v( zbLUzN9X4v@!i7#wy2VY-`H>b!ov-Pdj$$BNVezk_zm2@Uu&H}Neu2f&qq=L(O|+bp zTg{hpE5Vxe+KO&1+9 znNVF&r20tetB~4B;_^4?7J;Xcp|IKibFxcVVbOBqyJO#EC{D>8Qfa)7+N7pNrTL{s zl77i2yxeCiR2BA=8BBKuxhx|Vj=wJ?Lp-isuep`3I4Ku%(-@UQpe`~@eLMBngodSO zMw1C*-_t{vAtPoCJ+f}#G*C#MG|rhu7Vf%7K4`g_iRw;^59Q%$z8GjZ{E|krbZnC~ znJx|_^F=F6c|~d)5?weDO$5QQ5r;Ta2x;wFY9XojJvRoC-p0W}ub-Rho*Q@LchvKq zor@to*Wgj*?&{~^wyV~!zM-nNo-10-MhA;a#gSVa;J*6GBELddA`Cy-q9CWiPI)r% zWb6rUO(c_;8k3o=&Pmf7(zy%yPGrs?*su|=ETiJR?IJYsiTdoEx|7+t{B86MKRis; z8l8OW*2K7Ne9>ZvmLtduh4S>A6h8bqo##wH890=Vw9Jod^NvtMxja73zFr^0&7;hA z0EpG<%~@LvTeurVU|-8kidTc%EiQ#y5Z;WDktsMCP$wd3!?5tWDfKTiOEYc$}%c@b9Dij<#5E!o{72K z4bt-vF5rji#{g*>WdP-7h9#tX{ z%Z=<8r&-)Y2VyhQiFQO8LtQLpf}H9-n8a~E(!r1D*dugws-i1O9Lat{2d$&ik#->3 zl5a%0FncjvSb`mOaRHE0_Ayy$NuL?587tYRbUG`h```hvNvC1(63n+0M|Slj(_+c& zMl$Y4OThv?mvMp{9Vd)XbbS@X(y8!cYVbXkV2X%6rublrIV|rE5Q?zyy0XF=VO9bJDrbT5pn|^q9lolOf6(k8>c9Q>xhFn4{&db)G=Dsu zGoH?+zeE2s4|HQQ!e5_%K>8_ujx9W=Q>z;Dj_+!nkY$s#Z3^uhNX>$&$?wOJ8O1NM z2q&vCHmo{%Ri{35I^%Lk?y5{`mNus<`UmuV=U!~3qmt>$Nvmnk(5is|G~|(k7W5$6 zv;N{8q@bhmxQ{OBC9sJMfXf3-2>M13fzMWE!3lTQim`%I7YT7LPiQcL;?POah;b0` z7>e%zp|@xy><-{l3yXjj!27b}3DU?u<>wEkeVpls8bD@O0Xz(KRNk7rzlh98B(R3M zW*wJB)?X(xo|E?#XeTYuJurpPDkNL_IM090le1l8S&|RdiU_1fOyZgs%&eNC`DB9U z`kCNfm<70XF8xA{eC1L2v28ZD?*8|lKWQG^t8BW#gYs(*e`&NK-o`#b z&t6Hn6jrh+Ej^>O!gH2bxf0D{@*a2iN#mc-)dUiBSLj3l-)FB}L;G@R;o-V)jrbna z#PY=+pYeb?^+tmB6f*i6(p;ybB!p0@pV#`OR2jBf;rnUOm@#Th21BBXKr0m-xJvmC2buhi5K|LQx#Q8o` zeHU||06PV#8#?hz#i4t@9t3K%$HN8G42+3iSW#BtX(@t_Q;^@G|q{5Z6YBnNy9QY`9C3XjTf3vpFF1MOd8NJ=d$$) zsuW#^TWoka{aZTP{j-p@_P%zWOT*E+KEFeMJ+|^3K(4of9+#4j>kj{|Cq0E-zgy%{ z#3a|iqhA#31NZQ+%I4qs7fs)PaSt5YnVIS7oaljE{lcQi zlBoRPvXHFk=p{=mmRw^pl9JLBHL)=X$aM+|N{q;hzP8w6@e(F6AsPAbQF+nX30!&# z6P=fr23MtVA*m384lR@Rjj7V&z0a<(QnPoI~^@7)_&6ra89ON(pQ7{PrF`!MXj zX9wqb%kj#(bL-A6Yo32VQ9E}=(KOA}sbQY;_%(i`mako5Z& zsmw1TD1`5tCJ)#fz9)e@9i3O4Uy`0~QMUKu7inpVXV1t7rwOZp*?)iIxM%#2V^2e~ z$XrcT8|eq*#=#x<`qNKoUvy_^StM58-Qe;ni8KpBzy%4Vped~9-JdIYCd51tIw!5qmu#YV#XJ*^USkHNr%AYJ!i}^0i0(t31IG=8RxpP|dK+W%0}6 ztX&NLVB^e;HDn&kY{?|Oi)-9!b}gYcQ9e;V#qpJ;3e|TNC5KyTzC@{-_M)fZ<$yT} zD_P-*{P&TFLjDOS@=Bz$Z{)~HZ{{kR;E$nNLq3k7eY`>ZCZ~4sVvw!)FQ-8_1ic78Sc6=V)%b}& z=8Ze8`=??n=0oA;TP?NxEhjAARwb?yS6NVRNM@s|CfX!z zTaa%Fz_0;K8oRnyVe_|rCtSmFE%5+0KH6GqC5!$T2ONn2g3J( z-i@IrYOrOuIb`KJ@m(K9D2*S%%zoC=LnMTTkV9lDmXcsnG1NdvV7Jjd5JCM1NHlJX@sOY}ho zk=f{z%p%w?IZ)i49Vs-m15hqBbxWvp%Xo(52c!qZi6Tw45Ji$2mK~-Gi?;+|!NB;% zhWSb8ooIPrUQkIC7oV4(Q~=<6T4oL}psaw6isOrQ#o3nd1{;`aLveMDdZ$ue5nUdd z50YjP{zmA#h2qjHCGE3NMtt3Qn8ofr-!5u`rWTr02LQeC%gXF;dH1^i^lt?N?oo@< z3bZFJ$~UhEAjiO}bCx_RJ323cLlT>TNy*Gg&C*QAX|~Dp356FESz)>*{oQB=U07}6OZC4c4S;=0S>N=&Tjr_)nKfwEq z=%?^hE*hX&gEMPIm>cKaiuvy4f}s=SD$Lo_x)PHXAy(6nt!vYSnBoUVBx6XLz|UKw?NZPV_E%ZkbEZz# zX3hL6%XgbKiBWx5OYwRPyf|=;@19yBoAoUNXVL(6S<0@J{8V{dR6JCq!(`i~1asw z1TyVuVMR_F;m|f3yMuCOXkkSLX{R& zlWWim|A;Kt8W%w65!{?T)^70M4#{7uU+9ucbc_B^!NY=lKbx6+ebJ+DuV4T6(W2{< zR&Us4@5hPEHzAq9QAr_|h+LJ@&GB^63aS}xd1S|i>NOhL109JT(@reB?#9P^Cb_$- zk=JSjk?T@n88PBHy;+}B7gx(&t#7&hHD2{9pnD%(zm9z@nmlRIqDhk%UH_Ido}q;O z_+z>>ew}6=U7G#t$9#B^uBxc8u&_#37@=5k31XE$L4%pCxO|C!yRax+7Z4t z$%;WBnAHeD_;gR{qGtx6Y6mc=y~xVv zJV+o}26{Qe@iMNV-@}+%F}6XbbrKP;6_aDU0l^gEAk+06>HyZ@#p>eO&M*>YMIDV{ zOxH_@v>YvCMOJ(x><6cr@ueJK6b1Vx3@!vgyulcsBZ0?gc-M!SegY$}n=sSD9`-lw zfZw$4>=`8m=FVvLLMu%H{HoZU7|9V!dG`L=tOJJ|!W%Wk-(*(vWCzf?A+F&byIk<< z?cSY~;LVrF%M1nO72W)8p1!`GfdxTju^hxKB6nv6@^9;Vq3!CfmrPQ2#iNk`66y?? zNIHz&2qz?8om0MpG%J2L?q(_4*;svKT1V%_Zahwrn z)$8QB5$yr-~){b=IE!Q7i#85srWba(GXE=_N=d)v422Ru*d4&a~el;?r< zXO|qBU#cKBcgV!QC1-mkJmU^DV^f@c_!d6Wxx%3-LXiR}QI4kWKzUs*pL-yu7OGLV zyw5D0swSfcfHFq`=hSGR121{f0tgY`&_LQgj83D;lX$w(i+&7~;i#qo@LDV-fgI9b z(SVGBr2$o0#sDI7BR!V>!ud7W=eqj2`o(Upc2%5QP(5Xm`ZK?&n-_3?t_J%Ce?@Eo z#6{s&+*6%bS;V*hS}$=2szE7F#&02`$CCk^-=WP0)Ziauj~Z?bJ`ATm#&qV}Y2W#S zP)qLS2EXoF3cG8`M=ejuhbM3xX8inuo z(Cobr>D3o-!q5nEkR{7Q$rjNW!5Vu0mG^fy)Ysc_L_;|p8KSG-!O>c>yyWy5qCH9` zkO}ZfMTwt@pW&k9fOjjC^cY5tQ;x$IIx6d+rVWB1*=%Z!n{TaKdWow#sXGWIJs)g} zuDK_jx?$tD;`_pWc=384Xnn>7Hbu3b0-zC&#sTExa;~?%)@Ta@im%t~OQm2t0AJ=9 zT?|yZb@!mVdqw_9+ULZdeFd1|fLB@x;M#%W)0ASz7^TpG!A-{&{Fb9{E^R0^_bAX! z$=TVFq@_*RR_Gu*lq)gT7=@BU(4$6Ds<|n^F8GgU?-7i&m2rX0l|raOACezo8JS-i zSE>PgzO*z43_kgV`ckBRpzed(x+L#CZtyzd9a`L45%XvJJ8%Hrkh^*gUb8#Lzx!b#%*pyUVipFhs zO?@)&F4!bD?5%Ccux!Yv_0Dju6KyOqT)jP9lNG`z?d%WA{rejl_ItTP!&tQWpIP!+ zoXol<@Ah%)uFN&VyEdbtPQb` zmhpN+A~apvLFJ7^RjiMSf$}oelQiwSHPh);%;dtULjq)l1-XTp{5RwqX40{VPO`C`lZw=-Sk^2})oq1P#Uppg_bb<0c+M(O1y4njwb2t*JM35`sby&MO23eF)DK_T|Sv4B6ZS9k6a7E7xIshHHO zj)V8$jX^^7fVhpFXT?Qk*I}Ke1cD?cl1V9c%TX%M_Dl3!G zN@@f8teCJU9t+x*itIZ2u^rZg&Cw4@9A@> z(E_222iFFmP~&9!nDtmNIRrfSE~#|t*VOc7>T?UC7)NGKCF|0jq}|SbazOEkT>P3m z#zsbSY$O=!SYaB*bT8fwDv=pPRfp*NUk>KhE_ItWK@ACyO>_oHflGYI*F=7wD@!fY zm6hS|{UKC-pA4B!rf9Hw6L>whKXH4oww?d-^&uF1m0CjdC;a2*Q3*p}U8FIlhGc;v z;1^8IdkXnRhJ{@>Cs{H?g0v1ZTy=A!jZ^}^RQN?ST|R6y z6sSQuIzkp5YsiCl{VRE%!H~z*fyETh{|+(}gkLkEJ7!>XbyyV}4P5mIdDrvKUs(*# zMlr%D8A+j|SnyiBop~I@K3aTja(A7R7cZXNU4HVl#g70h_)7NZ+O*cBqVPL{&6u(h)%o8ua|YggPL-w^>L zqciD`jiZ~Xi6PLUz%6u#Tcjd6J}xy*4G?HDWH;A2a6$On!I$Y=y)ki@2aThk27h5mCj(i=AfZFxH=t=_$DVCn|c&!6nU%LeTB4{Njtz{`ih>U{&tXaqs{ z9E@)U&`B`c=x;*shlR^KA|tpUhL}vYNCH<1LJWq?96jH7qN1|0NKstXnAf1W*5R;v z>yF@+yZL$U<6VH+T=)%uvvqZ4XAf{4O)oEy!D`VAZaygftk?4YRr>*e{ondPp|n8o zBO6R{SW#qki|}i0PoamE*%kK5&09|%FSs>f!ug&QC}NmrDMoy>Y#x3$k-`YB+F< zeK?_~xP+o2&_yemOOy<(df{u%ej@5Cx=-7mGj(jOb5{AyysVjErUCZ+GvO}r^>!l$*2_|0H zzZcSBy!sn~p1Ui7aESi-CDP|IdH*uVQiL?&2reush0+Sfqc7QyW{;))I6J`txigmS zlW9+0ybVf+vhX6%JUy00$0Wuk@M2q63KI}o>;b;aatTCd(DUcf<7inf3oZ&T<-mwh zT2xfV8?Os}SY++kA~IRP(F$2`cz7`1h5Vs<6BI1tB)XO=8C0WeK~h@Gld-9+E{P<9 zqIo)}Iuz|7!|ULhLO0>!CBvXw(TUs{8N~A*D3Q|fk@i0eMoSBj)~rRu{htz0$f5=- z*&n7x16iUKy69+j*SL*d(Og1!cuKg&&COr{r~IT-F0Yo5L5lgrIusB3WHp&wLWbNT z*4$Mx=*TNF>6F4yS8u4-6cwc;6!H6`pKaWw_FGS9L_2c{z9~+@A&RKTz?9I-CMUy)jP@?_pgO-V&cQ~_TWlJ2DU zRpdFh(HVYfGQM*tTU-p1JHEAb@6{XX8{Sv#TRA_auWzbzjjy8Gw*aC{yCU8F{5T)q zG^ahjigKJbUCb7j=+Ucx@uCfuQmZD~^~8MC3vBpEskk%esPz!_5NGSTb2!XKf>aOm zqW|4U!Vf)!335~uN3`t{tmy5AKm&hpolc-L)pX_}Ofmc43VI78b#>gl6_@LqaFIBV3eAooTH@5^(&Uo;}*@BF`iCP1C6Y5(Ie=f zil0ATdjv$Tr!Rhahr99M>mSGzwU|%MQ7QHhdU&+4p8|7%DL(6^%}^id`}jdF z+3^j#04_Z+UIAz*SE$sZuw`PPSK#g}=ly|1J?sx^b%~Bu_~cfH*JyIG(=u|fZE+*g z=A{?@2jxJ}8XOR+Uz+wP4T53juP06r#%@vDpi zK~Jsnbj$9om0aV&Txmmk$+rHxgT-ZUka@VwmwEFVmgNoyoE&EPuYWGJ6 zRr0xUOm#rM+b*>@gZQx3tw9&sP^n~OOAKvPwqQc{&{wrzOgmFEuqc6 zaee%VsBt@|udh3K^w{ykO$YUtb~U**t|dPk85 zFu=5f3COF8tU}|Fo|Vh1T!6HCpHbD5W8Oung{eg;P+Lk**QJ9j;Qhgf)iZZU&o;iQ zHSnT+l|mmCnGu0#YK9)sRF~GOii`fO2x_dS%pKZCqw+|IPfgI|)z<49G%A;q$72GU z`IG*imsgzxp9IA8Dx>`i{53JLDH2#b4sSurUgQm>MWkD%%2HCGhc4|CxDIA6?YW-! zx35^!>aR%1FGw!bL_{VhMDh0iforPl6|`p?Vdj!P`s_5lCfdU-!Bw+)Yi@-jzqx94 zkpE^s`|>rdehRl6cSG-M4%TO6*YTTouM1iozdm7yefD~V%GO@rw6j%%G&5w7s$5>? zKRfhwoBL*GhppS4b|tJl=%ny3+Z(k{Q&E{+gizT;V)-w!x{5eqP*!fCvL)Ned;3fB z8pCTLh1S{h+*J7RXQS=Qo}Eonx4-YOR}$=U7@pj(mB`!&$uaf8Ged5ZJm9Ks(<#$G zT{w+jHh1G1%Bc5hk(o9{yF^PSeD(DDSKO7`ZI_X}MEWYRF}A?xHb;}YoLTX{ct0#m z=TjVJDS?iQ!)kQJ#g@W-;XY$LWMx*vh86qhLc=7?ti{-|Pv&16e{8tr?b|hb2z1Gc zOLR41#Sl6)C+MUmLU+ZASwxogH2&SGXAdSFa0&@chzsLJ**a1FBlZ01F;5_Hke168 zfixncu;NwutBO|&eQh>?ix4H4#wNtYC#0qTeZl2!bIIAJnKH|7=R7_(F*zwEHhNp! z*63{tI?4sU^(Az+hW48CkSMM+k>2;4&-m}I1ut$^Qj$6)ak!n0+PffV|Mj!Ko-g8Z z8}pkp4=d6D>PS~-1*RlXJLFNA0BEorb-f0y!D2u$y8x#n^N1bPV*)@U3u-+n(d8p%y#PhMACwSAZR|{+2JS-fP&aY0uiSo;N0T z4Pp0z6nC*tE|(Rx8`Poj;>%XApeDTPL2?FDO+LE_halXEIU=o)AgKGx_f5auOSiAO+IcZ*!Mc*dEz*EFMJ>QAwl{;&3w9*^(qglO*oj)kke4HKO-X}JtG5(>%%Qv8`tDI zdpNkoudHxA+Cr&m^N^0D0F7rDC39?5jiENFr-$>;d$vMqj=n|#7n?AuI=M0*QbMqax& zuPSu#wA|tmv%G#AiK166s;X)W4{G++#DybU%a@L5@jBvq(8ZDrqciq;6l_m*w*2c{ zLuqww&SA?|vOBjm^K|kl*o%t5&UwVe6yzjiNKb%G7O`3Qr$;_UYeWr?ICptuS#@Jg z1IB3n;y8=H=td?si'NS^o{z1ZKlHsAybrl=JE7AP369ntV%vB zEi(fm!=g{8NmLbAS6W|murNN}LRi&xxgDs@zBGi1(M#zXCC}RO%K1FKJ}+Ng`Z1Xj zzLz5o-@`Tk33-pKR1}nFgY#-ne05|w2XzHodXG5LH=3nO5+ac&+n0nexe3wwXidnt z_0d6mOhSBglse>BI;9Ai@r!4G5NH5~M4u|WTy{FzsUf~l7{uMh{(Hgv^qQ_nO;1lv z*BEdAizUo=*O0S3NKN`|B)vX;%#k%S(Hj_ytdp5QAx#ICcpzOlQz7;+u48K|D{BDn z1B)J=<`WR$;}cL>b3UNWfqg=8}T(hny6j8{Nj+%E{dst=9U zXTjV-tbXd**&xhe??iU&zRvCNcMRPYtEgO`yLOG5O7yKuX)r!hkSpO2(8pAOErL#+ ziVZ%_WwjI@D?g&BSiL-VxrUxY;Uwt2d~}-je=(S+J%1f(aUCwpZlI2qaY{ORsIk_ly zy811(S34DKuiV8Eu8xfO*XLwFN?4Rne8j4cC~Grxt-|rxdABPFy-9%fZ-i~%r{wKD z1@eYRs++hdaV+8_pU}^!6Q}waeTPrb@;TxILq?pBHOEIB98QnmiT(XU7&$LjSLv!#syUt6&et3Nwf5IXw&&@ntWgT`^fl{|xHig@ zTkdPOWRAvRd)0m~Ue)n=9U1vT|4^a&*?HWs`5y-;!mDEU?p6PCtMNf4cfRQOvFbC5 zLmP^guTUeQYce}h`NmeJx;aey1|m=63Gg&zJVc&`YNclJROfn9i@bNUe+w4umO-H& ziJX6IrlYHmZ;tmMzmGvN)qD4^gS~xYeKk8Xo2z4akE}r@C&&S9Mowmq;W+IVcSXIg zws;R$Q5s&Q$;#5DXYwhBlMnx&-o6B^sVn{aCLs&=gd~u}k%XJXy=vXH9hb3a)lRE* zVW^{Z1CdQxBt#Ju2nd3rtU(q*5V0;*Y{hCfJJe~XGo{;9+G?kJr?sux20HczFY5ny zF1gm}*O}-4e9!lM#>3g(^PYXV=e*0)mbN`F)E|SQ_4D67hgF$ZeY0@L3-|6>{u6|s!it^3$a#~52#xFUqM46b=9e!hTVUIf=icdFmvkt}ny|{b&OVl3 zz3+a@w!-YfY}?AgV~07`q`A`yQwuejMR_@ymWTLRsm~SIHZ*6=`t!*%_0L+Hn|Bp8 z+cS90v-G?Gg1>g&)Wj2eSyS`w=Ch}BPFp*+bscN6KUc}mI{db!F|RhW%$8b_R*|+> zV4fZCUGXnXVO?Qe{ipn@%qy1m#}6jj;*&SVTl3weW!vp#o#n50T3#;t!1ban9C}p1@ph&B6WeMccTLe(WwGiDxC^1^-bK6D8UhdU41KvPazd$t3xQ> zlBg-kNSq2D(1#$JaxX~tKq>7O=JxFo8tp=Mq+ml((axPk(7(ECm!&1?@@PJ{R8t0K zudQG3PeG_VFW;8`f_;C{evhXCi_o=!RdqWWva2+^i;MRZStr&A2?vDVZWIy|=B^ML zhHFZeI|n7$_;^0#atG)HBcPxx^<_RS|HW@#<7LkrK698K^VTz;J@aWJKkMMx)-%T- z9{DT}(Gb43dAqFSwU@elH9Y65?Rx1o+|i8!kt;u6J4AIOWYw^=rL9m?0J^@}>tOQ6UZoAM&_E^+A8L zLkR5(Q(7*_N-l&cy%!Yx5OZ;Y_WezQgmy>W2!i)_zcP_19Tvl169hC>r@ zx(l)N)=>Q>T3kbqu=S2n9l8MB77%{fXSj7*SmgUyDQtm$&YNk<+QiEEcuRaiLQbMB zcIcdif+ABR{87!nSOt3j(y#aeALM=L2J#tw=gs_(2@u2(_MFZ6d*x5D7lsKc%dM81 z)6}_XS+1?=n%Mn;a2RVTAb3CTs?ZV<0E_4?{glSXAwrfJ&vDv?nO`aIa_Hxl>~9_ zfOEOMZ(;8U^ZYdr&zraA&Cb`)zWL5OXCGc*>kSkxLlN9!!9ILEpm*=9x4fOuJ})z? zxH!|6w{m6v3UIA2y~u}t*>bh@6Z;46e&2E3YBZo})<6yCBf?@k8mI$Yrpe}SviP9c zZ`clQjBkyzrf<&8+-6Vbhb(~hHu+UeMP+qWwWTp;|F&|Qr~2fHS_^c@6_?sh#xHGN zW{q6xS_^eU8Jl-+wqk{wbr1G!r9EMFPIBs+9eFu<1^L^uvNLnGXxg@=G{jkjt#kSY z2(y=$EofS4e`W*$|lP0lP!_0mu-}7 zmAPfrvN~C#?5fNwyACBox8*9iNggU6As;V~kS~`<$>Zc1@~v{Wyii^xuaP&(TjVF? z?FyA*pn_8jQjAsHriY~?Himw#kDy{`g z44578P{8tlRRQY)QUcNgwg%(}>$VCsEN~T(iCgz zG*4)bYffqYrs>jL(tI4K3JeMy9{51uoWS{k8G)sN)qyVtz8v^k;2VJ#S%%fHI@ZYk zhUM5{>}Ylo8wn{3(QF#K8Ap^-wvs)_KFL1Eo@ZZU-()Y~!scW4M`9ww$#^o8EFeos z6p1Ap$tIFZ3dk-}Mm(gQyi2ZVS*=m)&<@v*(N54ls9ma!);hHr+G6br^_eE?8&LIdsExV|9~s({&H%mg?5)QgqvOb-I(fS9Sl;eWtsn z>(=$^ZtInLtv*Em8~tGYJ^J72BlPk5B)wZ-s&CdG(jV8K*1xEKMgKSbTl!D+JqD$L zH5d&84TB8B4WkW{4bu$|80HurHmoot8*&X5h8DvSL%ZPx!(R+<87>$u8oo931S^6~ z!NY>@3!WYv9y~YrvEWs~vB8^yvx5tQcLkRR*9SKT9|}Ged@A_);Fp8{8vJH(SMbH) zkAlAp{x+Y{-U?tPpodVaTqK+K?wgo(y>= zF`w9nLRI%GQb8V5y{SE=Yun{F06pUSYGznbmbz!EcM zfVkyR-||4Nx_KLJ^apGM8F%OV|Cz($b*`R@SdS7VFG33uPWxBD0tSNhKSSA-3Wum> zD54o)19$oW0iHgUWwa_YJ3G@ppD$)R)l(rfRON%7E$}=p12q}Wlml>nYxb!uL_Lfp z<2V}`!P!X{7!IRSAfm5Xh*am~QUy6Xa!YeOd0=$u8u%?s1=B<4@&)K7CBR8|up;2& zX_AeohNEI&ycbpV@Kn({RQB*IxyHJ>Mlu8FRS&Qvk`=nfaD3NHmP}-mIg*f)l0fcd z?Iav|tEO|r%*V5M%*ErW&@qq2n`GbVzp^EKItO`D5~rh|I+fDL|u9syIBIE z|3&%RE!)fTp$ULchCae`?C5@Ruvgw=39alm>~W5Ca(!`qar^+zC;s|4r~>d5Rar%m z9_P*#umpOZBS)bP(SCzDlEFbT6e-~N1`G!A>$SIQ7)P)~Oj0OjUr~r}N61Sp zg1Q1?9>=1wZJjEz^h{I-?TkotMkG3;BkIgj8$mNXz}+wnNQ4};C!l!#M%QX61X!ec zA#c||9s(sBv~}@#Ih=d5Q<1@_5<7 z!%u>zNFr(z5~!jUK7llBtIr}UxDsM6WBZ9z8FUCJIkB4#A{}SWbPy1TL3Axq&ErTi zn)0{s2K<&Kb=i#s-=HSq#$fp)Ro?eHr{2I3^-935Wl5OQOPWY%WY@swL1);ETM`^&ofSPkp%LPv&l}>0PaS zY1yduIo7_(pKyJX)pOcMy|mocyXIz;($&Jt*cM2j%JsSVa26vdJJU8FvlhHloijNy zft|#WNe@2AH*k|4yzr&Hw~GqBBIfZNakj>kIGx1Wmsrx5*q3M_?c50zZ;&X&3=={y zVMc)Ei1?`58N6JX@Qg_9yX61YlQCF7+*857buT7f(yf$|Bc%7J+d^c!3IbWPF4!SnVJXIEg>$LMP zgWGnhU6@Iw#$CnTdNo@K3VV1FES!H#c-cxG0(HCbsu13);kR&9(r9*RPC4{KHm<|> zWSkIb>B|7ux(kn9!M60uO*I)doLQ&jxOZjj%?|x^^xo{|UA22d!_#vkAy%{g*3Wt4+(vI86>>wSi)>04joOY|jJ z$bcPK1@D&3%qQdh5&}02HXStYVc_1w&Zoqsv(U8{9{kcqgjGTbq3b0vf65L>;0WlM zn^{Z+bqP!G9%LtffA!VB6Tf;!GIz<6xtPg&(PKVvrU*I0G5lcnO^#YqS{`MOsECT4 z`rx>T;nAUoo@+h7|J^6944ixp#C+FAVBH#N;g5lzCC4|}cEi-?F_TBdwnr7z_p;>r z=bv9E)9~aRFb#QoKuAkvyMZ?W0^D!~`Z~8kjmO;iQ>oIvHa?603X5Gr3a>z+_1K;; z=Dn!?46XyiG`D77L4%b}84tN$2Xt1pcbd8_@3;6vC>paS$r8~OW^SLfQuL%{s*D_HpOnQ0=n1#tqmD|VqKU!Aol zb9a`_>uvN}LEYroRK^dspV+P319jsbOG9zP&V9DuwN0pa;FM<5do>?jv=Gcz55J#P z5YXe82z@puRHNlH==qwON+=U0RL2Qjv8EwU-(YC(8ptm~s;PL{-|ht30Ld-98 z&jhSTr3Gb$6@|SZ^c>jgZ1S{ONCV%9snf-GQC&84egW1a8FGTdc0{0O!G#gPYe7TM z=Nb4h>!TJWY4|h78D!|FA*qi+FMH0hX*>H8N=@(t+W!zLK8WIx)Bns# z%%jlilOW&;8-Q7u+KZ=P72X~m{dmgXUahUIsxAjS;Lmgyo5>gHDf4Sp5Mo zH~C}`1FPzj;p(7CSp9%ahmOWq-~%jHCa1F`rqxNnNgEDPWG0;Nc+(=Br8u95KoY(;qV91(Q1O%Xy0UY8}T!V_Op0O;{$zj8mA3@ zBF7h#!b)f=A`J!ma%+gmvuIT(JmIYfbU9~C~Ix%W;LWzt|VM#n|CUjv6Cl#D71P$cz z{RTW(kKtCL7M#p+e30>Gcv!$;anN}91sop%WPF!`@Kd?3#}i69j+1O*aX~0uFUvVH zn(8&cIi#e$wUyM?mNezmqDoJ)B&%|3O|E!S!v5re`GGTiwuL1}_E)uM90ezA?ZEn{ z+dXHjxM3NJ8>BhdFg|)5ZKkvEx)*u*hacHKoCa1UL5DAs2o`TLIG?KCz(^D+lToU@ z7>OX}sv(}rN)HhdaIC~KjbAuFfQ42nayVP*dafh)FO)BI^v5SU?UiK}rDc0GWFCvp z3o=pNlv$Iu(LyKn(x@{XPt+W0YP9_m^I;CBo5p>IfwGXrrkqooQIeB`WxON?XRR`5 z>B2c7Tt(DRP)+q-s;PdXoovb6ky`BvO|Nd*ddNzsmTCS?4oax)MEw#=#2*U<}L&?Q45jhZN1TIxVFM83n413Cx16!J@U+E1Np?(DQs zYMeR*(_`G-KP)2ZG?rABRP3s>Pw^G=xA~uxwY9YkjTYUKcjlzH3f&k`N7Z?aEjx}_ z-+lER(gli@2@^mDG<){b0{QBzr+Lz4Bb8NEo(fMWsMnuR{*Mx=%IZe>Fw z`B`JF(&NE<>?*#%LO>=|LUvXbR~A+l)E3m|*MZb_%Ru1>p#sPwsQ~gw2plJLJkR6p z@9^At-ho$**#!G3N?AcA*%Ea^Q+{hJ*7>#!kJCw8SwP%3IlHBAJ=4 zB=H5*rWAkJ9t98SR5jLNs&%M{$9B53eBs(1n&=&?ic2h{oGzsm9Ht9wG-j%5u(a-_HlG+tCo0QJXV`TUOV3f1@!1?^!M z<|L6_ypg52@fs9;hpFT;Y)y1?LPx}MB&(3>oG0pbEJZj2fL=o#hlOC!=Token_YN7 zCX}_xMs8qbC0kfEp(iHtul}~f4mI~7LAB-a>Xaf|CfQyH%0&AckPp0fcXbt^98q#C zIaL*VEA4w5JdHICn)hEOptw3vZ~Z`3Rk3~hE;}g!r_qEWmelO4Zm8O?Y1+d>P7Tg- zuObT)_oy%+Twty1lPhY|?BrgKe;(_L3A+Il7g~vRnQKdOqCH{lAJ>e;fjsIKxT(H? z%K96R;tG~09PSJ1co~PgB2w1?%>!ymNnT;A01AAy;gC;Hc?7IRIAEFuy-x{Qp=8vI z53gcRC4C|X0LE^w%RGw?Tb#0R0W}1_x#T4O5r?CX-s^?HLBw_T&nYYqVS*bw5=K`4 zdd{zB#kNdyZFS|@^U}*x_h%9u(0l0$6M;ft#G1&YNkx;an}zv%z~?~t$vE0fCTe7g z&oFdfGgT6Z0R)WL6`=8g(2W6^2quzWP>?TXhb-}t*XvQym6yi_gBkbrMA)s$%`d@6 z^!$tvf-~bW%CARk_YPewaKdQ3)u0l%JE7aIo!n@WLDlFKO^}+T^lo<>CkoNxX!4U+lW>nYy1=ch|mtk zA=&NM*w1yDNC zmP%$K<6w^B@#i%27v|!i!Gmpsqr5t=%{$Y((7W0j=S}pccyqj^-u>P-?8+dZ>;VfX6plv`!q9Tg1nJo1Y?8Lz=R$Q$lm?2Yoqd)Iq6dfnb~Z?pF)Z-@6C?`K|b zH`8tCb|BA@-Q&B%yBBvyb#Lr;cb9iJcR$tL(fv;MXWiZ&rpM4Ts3*KClQ7qgBDK^fd-8MW7H5}P#EL}=oQr8)?e5E zOaG(3N8hdY>VMFEr2k%jO@CE?MgN`tTm3is%lfbNU+Mp;|5E>j{&W3jc+B`%|B?P5 z`VaM&^cVFX=-=1BM^205YU6+DxMlw(?*BGQ#b`0o2}7UtFui0uN51iJ#~S^N>x@F2 zhD_(88PEa=b&-z`9&-Ekt=oYz6@^qFMgKqe`sY?4Z8OCGa(>856mDjttOIavX0y^w zRR%I^DE417G~OS+icUPFk^G{Y`b8MncgG=3Cc;x_m}r>(bQA}LN0>##N5kFBLsg zFXb(zf&I8>+;^27ZnR%Gg@H=KJ7uDN(IB4MQeFzl51WPsz`hd?x4*2SP0J)2=1%y% zbZkj5v_GV_67xbiFjjB--Tko^HnA@AEh*4)6hD{(gM^ za6Pr9av_}+ew4)@20IXj;-X`K8o8SZhoO1g38Ue6@btUy@#7c66@V4v{k8;8@k(tW z)dz6lQWz}<4Hx5(uZRRYD8S7;N)5_32Ih`m$^&tLEIDxmgX(y51WSlCnLeZ9;3)d8U^y|$3^Ym-bv?X z>?pGxd58w#cG0+jo0|SStYRJf=>Z##aN>^>VWfEEH;0BJJJC>B7_pudpC3*orA1lp zrEXd_sa}8|MZ?5=+>Aqwb&lc?;oKsuSxSG$MmTi`z@~Xcel#}2%0zb|5`gyT(tjbdZ~<3 zdGAgq;r*p8l}jpzl&|`kpUaH6a4CP}7c1g;wm&~9{oOXj1^)oR1;GxxJ5F-bGQ&O0 z4=dJ>#`(h|q;mS<=Sp>f-$BD9zrW5yC3wlEW7Ut_fv^q0dk>AH;WT}}yT6Wb_m6is zGlJri=J?(DPxIir(p@VgbvU|FW$9dH+nk{K%7=MPui6|QDl zWPkF9YnXxZXums9NkuvFpapOHFaj%7{%*O^%(nXkp}nS+l1tikvrh+2TbJkxOHp z>4~W+j>%*18#_tFu{bFV4fZO46Mz4!a zj&^QvM7vzh#I>75kd#zcVoYp0vUj>1{``L~Z-UFUaoV_XG<|e`*~TWO{%YVj5begM zq{oh99%NFPjZ7v!OcR-SCV_D=4(Mo)W;Qdia6JT93bPLJ4t%tZXC^TBF=OGL#U$b9 zxGPn<=!<32kv>cP*mP)l4*kXZ?=17NciKB!g*I3>Zi4!Se(dX9pID2vTs0GG(u^3BC{5C`WZ_KQc+(Fpws=Ak)L)tuv6blL#|-$d|NaLw CDx5C> literal 0 HcmV?d00001 diff --git a/gitbook/fonts/fontawesome/fontawesome-webfont.eot b/gitbook/fonts/fontawesome/fontawesome-webfont.eot new file mode 100644 index 0000000000000000000000000000000000000000..c7b00d2ba8896fd29de846b19f89fcf0d56ad152 GIT binary patch literal 76518 zcmZ^JRZtvU(B;hF?rsAN?(R0YJHg%EL-4`f-QC?GxVuBJBzSNO0TKw=Z@2d0uiDz~ z>N?%0@9pZhTXpN4G6MmC{{r-%!vp@O0Rbuhwcr6N8vm31-}!&^|1owS^ws~H{tqAo z$N}5{t^jX<6yPJk2H^Ey%R&Bp#T5O1phx10RX7B{Qt8t9Pl**$n*kadIQ|f;xC*hEUn@g zl*^#1p2$%G{Blbw#9Q*e6@DYa223V18Ij|2&2%cPTvx@iNioUoZ)_KE6Q5=~WJfZ6 z@6#n=xTLp0OA@il+i|so^fL%AHC3|sOKFq@_?XQai){2qkS}rMNBrJi`>xR3*k)Ld4_O*y=YyU9%ULX8Mt|3PGQJ(= zu5_-C{h(64@}ws=y4%mO#^-0|S)8jKTS}tyTCRrQ#rm0C*{&43?>G$we1bThm2RqW zr0DH!n;Ru#`mDbNA2wM$;x!?!a`4fw?Fo~yus67&r1abr>%F0xMWMH?N|{wiNZ+FY zi_q&l)sRzB{O=MeHnz?|4E!7NzLgZx?>wKfMy~TrDUE27f?^!K0pcyz zKgVg~jz3oin*6AlFIecSs@o*bYRurv(wa@E+g$K~!LjVYF|>8*mz38zvT0|~_Z9-@ zFpwD~_2L(!Y&LKA6%F~|!5SJ(mBsg47{V^nyZ*x17OEqVyB;cG?Qs2f_ZtmwuJ*$; zrV4&09S>ZcsCt|3)l&E7&8T&q9=-bJiHDK3=i=dX9doW52uEMp^BA|^$Stu z_bobQ9n=z83Z~xpsct18Hw06@v%p4TXJGmaJEDy&(-v74j^{YHE3)iSLyj)+MAzaq zSB+BK=7$bIV5~T@od+AQJY2H9n&J;sL(S53?(5d<&xHEKF#(AEjDF0n9Jl27)uNRn z=Zqk(EM~|62JY~o@N;`C!oum~!C=AiA|~s%&&Ik>G**GymPqvB`PYqZ;u*QIa+@iL!)+*8P-7K zBA6oelJuQCvn?-o2%~luo8?Xb+G!NZ!7(~d1g2ttZM_#V^1$i{p!Qb*N$?!^+u*hF zV7O^eAoMadrY~~UdHTy?%pjJPqalWC^&_g56Y~m9&?E}nU5>dTmN*NFuSg;4cIJNE z2^EiW?@vNZ#r%d;BJ`>nq>m?N?9aCRC>Eh zlV6Ugn6XebS>cYT-zx{MC|>X&wjrrzRb@<5rN9sBgK3+zcK*f~#(jWcq}V82ZaN6! z3x!(uoZC?rX`+`TZExW@B_Jd`o0*~rUKsn%1&5+DXP_)=VVN6Rw_<%|IIeJXU{K?4 zkvpJ6ee4r5g*02SaFM0f$+GrDNoKlJ$fXCjeyCd_b;&|GDk?G#%7IhpGA~XrsRNoT zSn_IST!)8|RdNz{EK?$GHsh7BU%UL{N}W5${L)#YgMB{m(WaRfq+Ozk=>6yo6i(u{ zf(b&PyZaNLrRm8d?nLwm4RCW`F=y{wXwBU<1oh#53u%tXKBrZtC;g$CQwJ|3=?DCD zerFLv5RFMpC{V>kQ+TCYW{$YVXPdLvhk1i?2BH7*5zlBC=Eg2pWli#0yzi%PDl04! zX&Dv67bLYow-X+mpm<KPeKlSsQEOh60QCqd>_Y|7@=xfK+ngw^ zD9o5yHpH4sx!(oAf3Z~ut%84X+V41Y!;?fEQq#q#+CzZ?=oBqWXmCht%;@0qn-pXU z6&ZLq5MdGq=bNj3NOl3&${$YR2TE&Oh0hG0G2EOV^jo8A(1&RttcnDJzR-h1D#R0}zqpfOicY zzq2MeIM+kW>E-B>q$uKRN2tGiHnK}WNo6&OL>_t; zV1rZISSu}XgE-OkNg2_I@hb}1C?6<}M=_hc-{W8hM8NN;GYL+>#KK0dwCHrBex*Uqk)i)Dqd zU#lhxdi%Txp@ah5XeFm?k7_Yodp z-!k}ec>%eSm}S5O#=xIi$W$Rq_rR|K6>k|OA9X3z72fKks33U6BPZizFb_rTqPa<4 z;wu%~I7|kQWi{Idir_c6&L3<@%aS;uJbxr9td_oX+ztx@{eMop15cA&f zZiD^v=IYY`&qlv@6!HQpzSQKsQBb<*bcP;=jaHWhB2F^2tHq%Km@FhCs z{w($Y`FD&xEyPe52lc_;IpIF-4O|#a2C?nfX+bMIXiumj=O%J`M;E)dMDr)&@>{8C z3)nyTY?5I}>~fhpzYH!hfU7Dx2qW9CttqrJKu+NeWg8bK1ldYw%># z7D=t1FVzX${`^Rx_Q-`n#>5qB3-9K1!*Xpt%P!%+rm=Mzdi@Jv-Mdm(4nCkDi1#eo>L7qH7Xc{4y>=Zeb+Acl}PCs zP|AstTnUNT8LcRAh$XiY&;YtB)*~5^(DOj|p#-~{ESml1S>;0Ihcen0Y@f$jkYvz2 zlW{_1tCm4;RV=Sq@*X zmZs7>+b|O^;)AHk%5D8>7yOUqk}r&jH`_jC_&4rN32Uik1G+>)%Ej{3OW%M*irgZsH)L#PyqEESx$?Bw z(TuNjVL(pLO3PO3^)xyaV&7$hStYhzf%C&8Z|?JwE{VP%s5F$D11$(l8@ST;pbV_A!S5i<$-LImWb|qUoY( zgN-4291V9tZkzizQhq=oU!hNIw6!x{8rpt=AC4u-pxG>Xjeqc9#7@E!m<4@k`?Xc3L zGW*|?jHH~P{52A-aV(Q#{5es%%#G>8C-I`9`^(zDzJgCtLZ*03KIvH6jYvVe~m9=u?k})-Q$0N@CYmQMic;bnk2iJ>Vm8OKV6M&st{n4thcQ|8w z7ghMeK(fX}mM?x8ly1=nqrOKo4P7{=2?9!(bUPhZ*cvf1)bY705uSXn9{deye9Jvelcco2b>1-ZJ}k zFmR^35d_{lz01HTCO8%h4`fhpf)ySyi8hqDTcE(`V1*98k+0cyKPG&K99MoPzY8H%gq4+vdug@>y;9pP%`0(vW5A;I|G%#vZOyK?F z*(Px`vSR3C5JU%x4YH49uOow^77PJrF!ST?xHI~)rAc748p=xY%*3S*Qe3gKQg@pK z49qeg8DkFigyGW>y@|>zttBjSBN$SjknA5 z{#6t?XWP<2GvG6%gog<3*CmZL3)K(*_U>y|O^fpiv&bA|&5RY{7dxl^*^+goJg2=$S8q^swAAT(IoKD~`el<+KI_b*qBp>Acw-d+=MRc4pnDWkV_ zE<-7i*`{-C#UsdI++oxdg-81&2=U7rtwb-4H(MnnJFYlY>jaoE&5kQC`6+!hPo3Y= zbuYPeeaqMB&TtQ&zTJL@@s|{*iX`!P3ws)`oD8McaxEUl1P{3{P07T?i$-JOq)JIq zgRQ`>ilyi5qi{KImy=g-y`U>FT$K`LUty3n>wG0d8N(dMSlmUn^@~JG65S6ak|v%X z>G(IGs&}$r%!vWT1Fm@Eha|%nDG3II4qI;L3SHk4It}(`fHB3W@{Sx7Sz$$dK@)6~ zEMrYY=)_JoWHFc&Jy?*ozRL{n7UPAF_`8^_cxG5<(O0-YRVl5KkW}e?m3H!uh08E4 zcuqC?kiQ;5F5;Uerw;!g2G^M+XHOwy8XWG2d~gLlX^queZie2A3fFhiW7Jlz$8JSG zZRy9o7nLFKFwK`I7JA_bG3~WM_|p1alZ)@~b;MwEwv72`+N5ZECd|CyvsQNlYuxb%h{b6L)Yd4j zJr90~RK>_YG^dJlW#khv(r~oQlosf#7ncRUWMR-q=P~X_f_i#ftf&oHchD~dt_g2A z%SjtjfmS3Prw1h?V=Cl(OvJnPtL6{wwiNU}Qf(Vpe;`IjHGyRu^~q>>+p0uU2lw$x zzX{EKe%A>2&+cpPB+z2=wR_UL_kp=Ktw&-BlZ(aDP&&}Rk9}#xnfy``eTj|gL?Rz; zq5Rvq?aipr>Vy{d#RXNkh3YsJ+s}1u62e(X+T!j+fEOV-9x?NQ(Bk{uiNF@>*)Y@8 zK5|n2^0F4<(YBlU((CA|SGy|XtPpi{lvjSEv=Alv4>(f+IrX7c@bO2+5m;?P0&{fX zxMlz*4#ik)>qCBM1YKaeT#(BXZ9Hf^y#EuDS{@-PIFz=<>Z4a zaIz;#wAF~((i*{OJl~6H8L-h5knI+m*+y3Y)%XfVBDmPk^kz}>xpPodw4Vy%M+srn zfa$)D7(JGeS`AZy<*vyv5lX1n@N`g>rDmI+t#5>9;vOmnHoYtg7Yv}5p7P2yCcRW| zzlUBs$qrUX{3nw|v~_f`>(SgZ`Qa4+Tx1c*l+IzVLbwvDr;P1?$^^UUn!-^}@8Xnm z%fd~=#ZUe-g`*?%S`N1GieL}Lb3o(#AsixR+*z4YGbFTgCQQT#pN*A}NAQIru4^_Q zfGfqz&^(HDzlOh9nRMIRoK5pphXL(PjR^nzg-K|CT`_RkoAZ+(ni{!)1(8u4%#Ssa zc8wPx(53`h2TV}su1f_>Xz;<;0JgxwSB_oVqd;c2Dhi)MZS6Xd44JM+PmT7)IS6ju zrIlm;LReLX))zEtCvMC)>Sk4~wk0I`<4^kT@r8PsP{OfG?uC<28Hf$2oSF$cn$F+o zG1)UiCyfq0t*RJBr7TA_ry@;aEmIS=;e)hq8My+vN-x70gEOKQIsIlGhsWQBCQ^h) zW^)Cxr9?04EB4#0R0d^BS)IEzHm03mqmV4k(Y&49K$a)lfPC7}=$Pb{vS!aGJUz8u{xMruX(ZtQ$Vupj8u)z@a(< zp2!MSE5l0Ph1{$p_A^p{yDwt=0Nu%Y} zF5A7rB?;Mo@{eMwB!WE>5v-n-LtHT*sF}nfV1vaYt2(D26~VK_9Aos3VD(LL+qC( zi;TPVQDWu#gBs})2zSe}9{sPpWd8|~1u=Jd*KFN%4FR`%Whxfr#}0H@%bbCFGAM^X*lh$E+~aZQ zXaUMlg<>2!by_7y1^eYlKdJos+F357hHF;RLdIlp@q3ddq;(KnP;bE{U5|d;1@D=w zV>w)+K=!izn^)|>yBED~ z5=r>LT7R54^@n!+@L61Y(Pw%uI-+@hw1~cV^8&2|fKr~4B(av!>$7 zrC(%zIs2pNRwxiKNbtMy$> zWtRM|L$1SJq!e6jiW^Rw%*s1-A{;-ulF{wX!>~nrl)Gi7bim2+gGp_F6|cOET9-MC zIR7|-f0wiM>m?Oe^MJ*h^Gy_KK5cFLI_lfek(OL?t(NJUzeC$3`DCWWB6oxc?t)4SW$=c1L-XR?gKjR6Z z%?e3HKEkP$k8_FS8)D)1M++Ye?E;^@B2atFY;JXYNvE_jX|4nLe+4`QlIoU#r7-ZN z9w%ORF!TdEE32>(PP*9f!4+1ypjF8X34VRdCG>HWCXSZ+4n3H)>6&dLmDWrcEa$2m$ z<{P|tfdhbDou2!+3#eDom0vm@rRTzdaNf?nr%1`}2fuAx?vw1XxNjyCVu`X4lfCPO zQw{A&4#6$$$uk_U2))K_Xp5H)Ynj;M%OG+#5wovXa41ut|FriC zZ5?nF#JuH|{ni@Rb1?Wt0L4ckFaEV!VW!ox)2vWV@m0ortHgG<(|&aztcf*qm+?!L z)zAGm9oxG%PF6M%JF9lvlniIsGlaGwZ)XwlR?d=41aBnzLpe1FoItFRR;`$mDLx}A zXs(tnZMYsu$8goUuhiJ6uK@{%@GO~1CH!K6;^W6x_<&#;VzU=8n&L{Tu=AvTmmg1Y z%U|1*!pwm5>I!81otTNe4X4)T`r@h)MLmIfania|o4YiMP_|=}*4 zm_pWIwxkEH#`m|aw5Oj2cV-uB#SJ`daQMf&=~kRF@3xsN+UR(DDz5Yk8lDcaoW=`$ z;qNA4Vl#=JGw=*2{Zi7KlpC7JONZ1XD_bq&cHo~j$03Xtp1(JuD@k*#UgfxYMp_f1 zHeEc9Kcgq&|B5(vDZy+(Etf2hJ>k|_^m5d}rVF#m0M#V`Q9`v_-A*{>_qn*375dUg z20xPEwUamwFwVaNtLQZ3gYac3D)sy^c<-eomp&)JqaRT_aA6r=N2r6`KOM+GMJ=uR zJJSx}{}`IzagvLgClXz7Op`%JxJVWdnAdVtZ1L!MfIpFd5$mbn)VtpZ2Dq#c};nB58w+tL1@BkvVm+h71i)f_rIG$a3$o)nd2gZCgqZg~DGttbCOjwn?T1fRRA~iA+N6zr-;& z7UpcL;{pJJf)iyuS*g7~6!ti&x@hgZ#xgHB8ZB0#Wgu+Hz!hHcArgMW)f)z%?s16( zJeG`Z`(w!uZJjB~*T>P26oGK0$6Ra+4CRgGJkwbG9@u7+)h--#OMaS^94%|>j;>R~ zT%qfgW0)@wi&e~`^<*MZCoDx~+mYuARSCYEm>;`|buUuX)z=r)Q}WwRB&Vel;HOqY zt?1$U*XyTspA5UDMs;VDIKkBMCB~1`(9)wALGvaW59!Wb3>nh!}Np-waLby1tarvXP0A|3ysMqsnTY z7IT-5SgV|NZN3<9`r9|e9fK*l^~72~4KML@f2-=7XWD<6>M0GD5j6}OvWt#l46g@+ zBn=-(Fs@xS?n)J$Xr>RwZ_#oKk$->E5KPBlHq*q3&L}J6YBw6pbza1XN073{97~#q zTReDJZ>6J@;i^yfR}+Lp_`&iT@`z?ozx07)PYkFJXy~x!aMN}S`gwL~_GHQp#>HGX zc~A1Bx|bR2FLSL3hpVg$;3TbFS7q&}#y9$O_!03nh!J87!{4e)7zFtHXwl@hB7Ltnv=C{#bIp5A)l^z}mW$@fR7r0bAlUmCVRMlibs5x5Fq4U26 zSFZIg+>*5IGz!0zBUOpKJ^_PQ{#c44>MBlmvZ+1}#mCe>UnZt2iU;`b4=Ks`%8=u9 z$TmiTS2eHRY>QENc*e&d zSDHMkA*D}>uf!<*^B@wSh{4gG$_){w<$pQR|-hgLw&6qP`8Ot%3y;b<*UB2J;84$BC@z( z0JW2)PBTCCKjX|mU582DgEFE<$JPnr*zT}0k1YqgH^4CNNRbg-kp)`adn6aOvc~Tn zZ**XdG-;klXk22VA)~sxk zl~ViCm}zxxbQj#Q`nC&yi@#^Z4_kTje7HHX#Z9r)ohqOEbpwy|I29~GU6A64V_oa- zLeTsWwy=D=%p;5cn~o;lcCmBai2-3vZ%ow2_$y+$xZE9a9NyBP=T&sy)Ht&2m;fC*D$x5eeA zk|-3we#iLoM>`ak;r{MPxn_C^#s}X4GPjq<$1sEism9i!lz}3?-rmuB8BWatzqo_u zwojq@6^6W+?#sB(9A-t6S&x7YT$vmtWaS;So$z-~JKO2G?-jkjqh>t+a_WEt+UFN2 zX@i+V!X=T>N6gbBpMIqWgnj>PP)q5?JS)9!FEc|KN!IE{ij84)nbj-Fp?IQ>I3o*tsg#=d zduJ2{dC>k_+kw1CyPEmT_g$u?`dcCuf3qeu{4TTVg=R*}j9DycOo`bl2sfcvQuTPx z?po`60aA%Z<-w~g69NG@P}incHlH&rU9IM^nT~4%9$7g^@?rS!(MqgRJAhv=01gvcsK9^v8!{G&A@>6m%IkksPO8n*BL%HvD+ z#1N7N*nuKngpyM}cTkz$mIui*s@j$rcOKW;h8LAWl|eNQQ+A}^V=lrg45+OX9s2t8 zAYKBQRcHvp{l_zqn{q94ZJm+Q9>$`T9V9WCTy`4=i*k~7emc>orp&GxoJ`xJ@4OpD z*Rn@(dYy_9^u3@7bxh7W)JC(!q&=JLC9+=wxj+;eROQ*+{T{CIb;eL{Yt^8Zu`zc< z6ptq)CN(2r-zo;gjze{^RT84YICcamlGLO+%Gl7MtQj`-vwL7&?an*?+sn~_ zt`vD-=Lpc(ZfZb7+HU?4^Om-*0Q>zK1gOU&R;H*WI9<0)Hmhh?85x07-0Ho$td7vV z(N&g`doL6KXLkkXfHP59hvX-7jiW1H`QI3|tb3JWmwKYdXIJ_(}J1UBkge6&iZ6@DsuDW^%3T)knHF{CVE z%`NIrU76*s&S;^Ux)-wRNNKGyW0@S~o%L&f=^6HwcK7Zq?`uX^n3EUiTSg#O631ZK zhePX`V<*B=tqBB-E2jueWZP5*2ZYJqU~6 zBthp-#yiU7$bn-vlO{XhsQf+=_^5EWB&PL>(qQ{5(}N~^_l1F9M0crNEp74zU!CK* z5+0OcMd~LgQO6}Z{I{s$OauK+_pEI+*`E%*Qhn)cU&#&3uVg2pro5A_Js>f_SFWf| zcNd_qX(H_|;#0s#1?X5;oeHPuVm^XdAWkDlU6o`E4+fXA(tI=sV*EvvJr^BUTjg;L zRc>*Ov4>gW1(e#kqZJaVa=D$r3@~-;gkt_7CDSb-BI5{CVU1xd=d>b)(K?zRSwgi; z`Ov)Xqi6P9&?ZzD^ZS5DaAU6Ejbx1W#ue3tB)PPgx}pxCWbnu{7TB zT5)79g_Sw+<3?74^>ArZ=-u%^Ox&LRnZA_Wv>%$&R=L83HBq0j6kvSW#Y`0dvfYAc zwucJsR2@!xnRV+ksY}=3*80R548sDS$t9ZDG;8|8%B_QsRz7bpV@d6C#Pe>TJ17NV zPS3X<+Dsc$rV!d}7La2q#0e-;nkB=jzDzIWm*iXVnd2wUjl266^DEuOIvAzaYfAwS zMT;_^d3Wa)Pky!*tkS+&(k!z>7*v2O5{HaDz>TOYWc__NV^L^s&?A|2sO6nge%=ZY z0|*A1n5qp&3XBKw*I0a1{O6+qroT(KmtZX$cGrM3Cg$8Q|BoVSrxnyM{uJ1TS$$|R;P07KaK|`q;h~KgahRhdM`*O!*o`&YmZ&TQ zqx;X%9TI=&7eKZ$4H7tc@D6&*;=-7Vy_b6lfPYR&;r=jkYmHTbNnt8oB5s9!;m~48 z$T{?_x9Q>K5M&bdQD-N^4`e&2_iG-nl?uBCnu2-7t7;W(f&r*Faq}WFqxK}fGayft z)2xxKu59kD-q$3x{4Id}%C@T?h4XV#XZE-RCr=F1}H^Y)jtRPPxHA0Uo&r+>O z0g7T-m&;kfeyy1b(v1=qefXt98L}400}2#KTYOa9QP!$zVVa@l5Y3dB@kZoAmfX;R zV>upE4WL$a_v6;N{@Q_c2W1j3eW!$A88^N)*fdVT@zQkh3 zD*h+>;mydfvTvZwH$P2qyUz32NAK$g^se~NX6Bn};&&J>)-!r#zd!ES@T-VVcuNTs z#3gC0WlM5X0whJV-AePkU&L%;{d8M7f7)W0Ay~S2(YrCc*DcM5v;mz_CebG?Xs89k zw05F#M-qY;kE59naU7lOpeuO=QLnK{-i<-p@Ay#T@|5$}Fj$R~H?NH10z49&!d6^B z7n)z_l=cXO)^NZr8Dw;KfXn!?50wcGz&ra9b@*Wu5y+`MMSa;Q)WzaIzhKO+lgsA< ztmylLs$4O^cLMW=H_M;8?{_5F@j7rXnqGDvw!>?tPW}heo1^k*f(ZXkR-y z&s+%>H#vA}82FR_f(62_G4ts@x96YP>D3#@P#f~cVJ~wNclR8P|^=TnxtH0 z!SXNPWDbP}(x}4cl|*h>{AkXKosER(+hLI#U!h1gw-EpNa#Cs03vcWxb6)|ux6snx z?6YA;_4JOl@3*v+FocRkjV?s`#Gq{Lt)Am#mh`=sS>v82BBS)aD=Pp z56y9Gct{k#+V=4#Ai|?q1q~N!V(!DfRu2XB3#SdAvc@ILjAo9ZvL44{LX`_S{@}91 zfLN7!wAQV06aYK5yr|AwF1hQ8*Ewn1{%4(E%WPGXFcIMpF`Z8vXejimaC6#84x0ML*)wNq|d{d@v1!m zby#$pb&l6P)aA0emeBo4ba?37pl?(#?p1N&$x@}a$)IVs@2S(xN+5tI-GG8^&y&&n z&A+pD{IhPB&D{;zMrD{lhNURjPETasrX4R1uGuLkEib=3f#TY9&6! ze2&2$z}3R(a8k&G6q^`8kSig0ykqA9hf^5A)l7B5PH;+|14qC6xgA6)^odb+ z!cfr{LF%gp?8;5^x?{MkYt0&vvASrI^3q}VHY7l`GoV_y#EF83~NB0Ubl)E6~1Q=JFOq0Z6T44Kw#3WLy5tGrJ*^95D?mxR(m zE0S>-2bJ0m-;E(Wn5@XSWW!OlRRWDCRcLhp1%O$TK<9~AWI4mt>f^K$i8Mmm>e&-{ zE=KIM7Jz!v>+P#6pfhH~uEF9u)Qb`C_Z6W#$yrOb z??i}Sau93jat+Q&t}qG42(E7Aes*_2m#Z7i#}&C(4Pd4G(7vGts2nLsO-cK05Z@pC zEfQs7vPJeA(b|qp_uq{$D8QCtCHB!Y=~=D46fj)#H5Z^gh*DREuh2?`K+vw+R>}C$ zR%n>vs4tlj)fF;u+q2R6IKG(`&tV5&(~*NG%!iXnPdh6ACF@j{+M~gq0^vTifT`DzkCqV)_^*;_t z?%X=Gw?Q~DzH^#b`oxYO=scL@~qpi;O&x;(<7Sj z_1rYs5pajTzTPm~H$)6JQxH5^NRQWJA;k&&xH03VVec6yQgAMZly zFbO9!{1N&0s`b>i!5KWMewhlKV}y|>tMMcbvWb(=HnL1Z(po8oTFR#YKc9{)O=9NY zD1awJo$R7)(V-0=pp!o&o`%NU4wGJx=ltqD?$!2{&Du^P69~sB)Jk=M&=N|3Oi*c! zY`Ot%&<(AGrt5X*p|&NiGTw$O-uG-Z&BD*c7!vO1?-c_7C1-ePl&M^NZ z@sV%Dh(*wq1~%oo%N|$$&$;`_rnx_Pu0Q&7GkswF1nI~y>t#ElK(6*9#$uK>sej#e z<`2ZEq^EAM&sdme`&eIKG2d+o2>ulmh#=la54V{Ho+GpZO9 zaAzHB%$GQuL;t#}c3v)y8h(F-P?ezCBiW#90Ou^qX_yY*u8HiYdx47YA~HkP9NOB+JY2 ztxPT;X?H>ES(<}W0z3Xp=1|T(b;$`f9{fb?bpVf`q8S?;`D3jgk9cQ?-~G#k_>ad0 zpaR9ya?fYn05QYxp_78F^0)M)k+9wMYdzg+x=fJe_~J2pEz75!`W!*iTY7&~^ODkB zSr`xUC;-j2#MtCVK5d3`(%M@u^2iRkvJ$Z!3eq3D99duVFa!VKM4 zTtt=2VgVw8tiWbn9u{zx=3$P<6mxLF8zWLpDsy|F&xIs$s=&&=(%sD1gsB3mPwW@? z0W<{G-)JN;CjPK6df$c(Sno(3zZ8g9i}vLm4ud~Gpvqr&eim_#c+S8wt-QW8+a#F> zE&OC*u%p6Gsj=$Q=*uT3E;`ZCQGL?LNPHJ+G}k5M@?k8^>XZH_=rT4(CdTLIGhNLQ z`~-J{`z=&^-b5=(vC}&jk5p8o?SLAj%@@4)#HJNNLQk=Lch<&^g@FC%PDAa6JP|J^ zSZMpiOprq3QzV+Nx(K88S5XNIS?oK40@+?U*t zzI?Bk#)1L50E!au_7e16j8_urA2D4l`QOGA#^hP-YMSlKH6RJY3o91sPXDkB;vm(v zTG~b~JW^K5r4U7qd{iTKBS-~fn5kcl_zZpbdHA>h$RPM zhAGVabHg-B!$YQbocLrTH1fzsPpgbh&J#}cVkrmM>PiCf&0`32@81ZEV{z705cex9 zo8y#4k#|Rh%$^?I(qt~3#xpY z`ga*dx}*Qe=m0eTrFx!M*~5bE1b!2cDV5MEvukT}Kukems{D+PZZ1$lqBL{qoQg{v zSdoWv+CjVvCTUjtN)`q(b@W1h)6EKzTep)p+Jsz1?v;PPNn0a!Cz|jd$e}8GPfQ`v z!deRYNY{)rR_U@y_cuXj8w>?YZv>h~hx1p*m@XbVW3&v=+4kM0@{^DGESiWsG}?#a zj+!6QJoxL2G70jbu(DNe=(;V8*r5iVSEm`Vmo|>yhpEL?_})!wX;4do?(->kenzh| zEglV5Vg9fgOSn#X@Dj#m-iOJ!))PzWU?X5(N-s2-T$*wl=2m=>ViWiw(fzYb^jy&# zRP*+blhO{`KD~w!(Bk^jyy3ziqZr8wZCWN($i?z_)3&hV6E6HC76k;S?AKK2)? zC^`K=9B-KOdI~i-a`&uJi<`uWx_G~Xi5}{8{9ybvoWz=fgq9no*8Ffqb9`)SL}u*I zVHBft;EZjVy$=KocSUB+SSuoK9eH;G6ZHbV+v{DLD>ksJ+oDEv%^GTl^%!?m&7#%$v&m{2N~mV3zVocl-e zV$E)08eyW|u{O@|LNL4Pedz3z;q|e8$opdQJ>bM850y4<3a4$@UU;i@Z^2okY9_X9 zInWaI#=Ds1KXsqr*t{U&L&)}d(Ganur`4Et)Gk^}a@5fe?SEHtRIR|K@S`?(3dR;G zQ85L%VQXlZGd3PeRfD^rql`8>*#k8tMD?7JIFlR5&;G=RQvE5bB`R~AQ&zey&)M8N zEmm^+TeHNfcGz}HDa}l81`7#$k8*O&WVdxLJXe|@VX(6D^?z@B?u;uJ(olj{z7>su zC#}J{XiIxi)Ox>Qq_!s&`LXCxOJJT0UX{!{smJz^cpN~UvmoD*uOL9MJ&X>=S@LO4 zF}!``sYN>GQOKYinj)}6efP7(#vq?rzR$0z(tvmmivrvTCX*)a50Puil%3zZx9 zC}pf?tOP5ly5v^a`zReScF^$gfDS>Vh|snQuCA4q$_But2oqTIdM9uYK(A=}%kIqA zWU6Ym^qE!W#saA+-t2HcC>Z%ILxNZ?of8*M(756UfpyxbWXKf_xmr`}@Q!ues=l3i zd`2dIZf*su00o8FDgyHR3i_#~yam8aa+NGS-_g|%*;QsEbH^vRD!% z8azp}Uq^dJIqoBJP!RN8;(y^m{qks;&CwDzBpzX~DvzYDP~1Oh76FOElR5{Rrb!3w-4fvF@7eof?Fh#GzcMlmaC^$4%N3nv%yb*Qre+m zOpR57XcKI+1X9nd=poXR_~gI}VA7pWp=PGAuhu0X$y59FM|{~NUQYzm=*GF?!fnp2 z)((Y}BQ#t}Mtf(E2%7>oXDMDMFHpLfX22S99VnI|a5XwQ_aN}Je)*kZPo64HYEmrG z8u3Yp&HG1$G*gi|{SXY|Nvp>tj>h5*JexR(ezb^gl$FISb|d>ZNkR&xFi)}Nm;;71 z;Gmf1O%R{V;{Rc4Qb*#b->^1(NgTwg(}FhHFlHL?*S!l;XZK~<=x9CK?kCV58c@H|y(ETCdqd9|^8 z1u7`r7(XTk`dPjJ2G)Ug6;-F1{b+vym)!KCR6yX(G5J%!ouIwIFqzVV*S9h2!0a>0;YjB?@cm!8IXljZR!dmD2>tN<@_GK`1>0Z_Q;vNx4u}=)CBN ziwPa99Dh<=X;EOYJ!Hf|TV!XGVFSYz&fzIB(J%*&ihBz*7J32D!+iPn$st7oSYakZ zEO5d;MuUf7sgad}f&i*^2jjWVvLHSH4BIzb|b0A3fI07mknVqp&{Ax0Z&&JY&E#eg&ErHdwv zw>B(=v+Uy9Vco6p)c{gO280b~lyn=KI5k0`%M>1JO>uuuzhyVoy9Q-G+`ptjp>h zo44w;?o6>{>g87d0KaU9htDJdlXSI=ql_e5u-#E`y}U{Y@nzMmFov+-!qy=PBi*~_ znq!TaZ~u6VKmj$~mY3aP`UuT~_JEfWCZba;;EVv;-BYi=%G9O{U6u;pA;~@GLO3UP zgo>XDyFd=*Z;)kvCP&hf36EFSE^e)O8Pk!OUzl*Lx8q^o`_ufSMG;rAfHJP{7*H%} zv_t~gAOM_70j?r9>BaQPPp8Hn)2x$82DKGSe@6Lwj8t7@<5__U66x>?N}IpQWTHIQ z`cF&b>xtF0J2*MjML45y^-WQ)!31em$JWst0kS>&*smKjE9{jdr;I2ZP!3k_;LFtQGLQx}6bWvynfH6MW#_8+lh z1rrb}PhtBCCvbcS#Km0|4$Yh3iZOdzlg;714m5YeQC9p*wlGXjd?*z1T?4UJ!Tc19 zb{W(8&?&X?6kPhof$EA8-NI!~H*hlY7%eipd53rjJ$;7px-5AOmzNcVOgbDEL)+p7 z!x(0*t|Ee>4@N+SR&BxX_G++9QVv8B5e`-s7AOD|Ee5sgBE%-1r7Vo2Qp&(4H$J<- zFF&E>-P4#&+jM{|0FS{4a!jD*ZjP128{+qHvoJ1ZL*y3};TacT)BZ)TsSelUdF4N< z?F)(+%(bq8ajUARy9&)QFbQ#C;ax=@tIEMf*9}6^VQNakjPbcsA z=%~tnDTyuWJk-;v`4J$Ru*|kBI@zoTWG%eVf4#j|l-~n1P$QsSL;$8A!9S%=!`9H} za0x5~2cgdTg9$r5AsStY7$y80DT-dWEgaF-%_mp6C$eCazB$%4D^`17Dy5hVv=d=aDRFjsnBzTD*sju)@q~_|wDb@)WxsaENW1K4>-w zJ}KoiwT13~^-$|Xq{0U~qoGvhC-Y{5Gs*zp(}ZX)NGBG}>dU%*(S|M-3P3F!9fyG_ z*z)9WG#e4i>9Or1{=|WSC4|qyXZMp;cCIT->1WBV=0DG|7PHTAb5jAeYH?bytEr-Z zat#7~;Xw#LH7GvL0|p3AFqX_Bz)pPwq@BjGX5jtGfWRO!V)=PRZG0Ye#} zUKE|PqCwaV2hYnccj*E^itgl5@Y1EWxGr)oL-iWhAclQFic#`DA@qeyc8R$dS$>c^ zq-x=D-j|HioIsBZMqFV!EclL?*<`5~ZDE=6F$zhx{5s;*c0@EaMBpN(ie;p1h#IIW z*SnSo0kVxC0?Sy)RPh!83B?BT(N}aC2#XC-sQx2MLPSY7Ye0&5jZU(gfiHMVmse9eny}OWE|_ss`HBl+m3WYr zgNf-bi)Zw8+Y&8s0d?7ao717BRtpn#y2BS7B-DdJbG8m5!toU}12^UvAP~Y4C@oBt z_VKw-4cI_nE)RK}Zan<9HK)en$NeugoFm$U4`-4B1ya|*xMd>6J87B|5d@+7`LESV z^sk_GpIYwFB3}gn1!EwRuFBoF7*7HSD^h`BvFw6TxX@rO66y?DWUtl(oK6U_#(fv* z<}ZntO77Prb--aU{TE1kK@!}ulUcyF3u@6{cheLxLa%MsfsF8e2Ucj~OJ=?n%ThT( z@WneCLW~cHAwy>~_U)jeR6`SBqX0xMC!8b+k>%m9xbQ-PK1Di5@(V(B9{FUdkdgBU zR6ww0h*M~bKq8C**wwK8QvL2L->5Q=BO4((Ig*SGqL51*^7&6hJfEaeFh|&$$$*bB zn#J28P-jL65un5eHG|Ml>GTChl-6hrPS*=AY)dfdkb=S{L6I%;2p`RFN-ZbymsW~n zpg4pZ2zwbmgz_{S7Cuu738@d`qHYkW62j9$^l>6AViD%Sw*T$O!qb~@GRw5v!z(^4~ zDO+V>5DQY3ZE(c(d_TTcfGVZwOHI{fbS(ou7UOymr_hcK>~3$hqA zsJlPVTAVE+lzT?|$^tW>T*fQPg6DXPJ_C$^%{3HSHRT&@4V?lyizRW*bS}qLA!zwo zb=>kits?_nscSE9;;`<=Gv(>uRE26gV7|L+69YEbcUnxP9`XU`-c#Q zy}>AzqxiGcwAC61DO)7YRgxJsy~C$M5PO73!il3ZkPaxY`$^n+V>;qxg>{vTc~lj} zU{rCL6!&94Vc5zkvf`4z`A;M>VE7HA;zWo(*7=*K?t9_lm|lR9N04|fIxsq+T{IN| zf&MLru8%{Ch%C|87E1`O_n>XtipEGZ8H(~24)8*gmD_3O{wf>7DdLqm)$(Lu_2~vF zYHvBColR*ebHraLdAz-*bZS@l$#lkLMWEg1pJ2K^weak6X2;+rlDkIEvsOj*` ztPGBiwg^tv2(%6iTp`=;pQX{iqKu+^0i` zl{ za_YycuGTRZAz?+i3obzpw2O3ATAI#)eLfBH^$W5pzhYC4gkA_qnI;~^fe{ife|57; zYzKn7nz()A$(=HV!Xhm}u;7q63P8d9qeaEywQSv#Ie1Iq zk|Or<2`8;U#0x|vYZ+n48YbdRYb=@$L_?POJFFrpC^{ebT+YK#5}>zva-F6vbTCqU z3u5p#4k)$M%qb==Q~*NK7{G4sFkE2{-P>?jbh0ENcQ>RV>O_K&OCCTI0<2_VPK}Jh zS`r74775h?Bg9V<6^X(Fb|k@|qhJ`MB1S3{E?XfrnVW%}C++Xf;mh)&(B<51J|G(u zM3B(E6j+@*|2BxxERh(i?3_glJ~R2tc%*He2*r8&2SM3*Yd{K<5+Nv8wbbXrD{}PG^a|s5;iDU(;+#tQ&&&Ej+7j_~{ zpab$i28w|oY=yd!{K{?RM&)sESTUv+MBNS=5(QB65LN3-!Q&NuqCj?2TQC&tv(j80 z+%kYd$ovu(s4$5p?vnva4StrRQ3l7sML2`t7Z@=DaiEC~1wxw-*dI=EN6q#@NmD3Z zaThw^U20ho?SLzwCpT}1ZxDde%oZnTS!4@3>ca}0U2zNKqh&LLT0lrx)-Q)XUY9xlM%4alfrTq9*-7VEvfT+ zQQ^WwH&Flh7R7IPcMK~3Ubc|3Tz>O*1}#iAwQEcF+K>I2|Srnufix`i;$h= z278e4xamMjL`qFLB}M{Myqi|ZnvYBrn0Y2=wY&)pihxe*hL!=s%LQgQ2ne>KQ0oVd z0Gg-ZqjMzU`cs9F>LW5w{Km2!6gmbV4oaO0n{4JVI8*0bjd=nBem_f3jvRXclU>k7 z4pY({B@+*jmu)SP_Nn6}ofJ|Zf7~KrEaFklgcT&DEHsMpGfQ15d?D;w7iqYngT85I z{5eEq)X*%?!?T62FLphO%ZNZa&Rc1mR6GBQdxT3{6Jv9Mv-VQ>)XzjX~S2@JT8;#0jz2yDszST58KF5u+FhS97` z7ma&gJyXC$29ei}lQaHkVsW~D@Z6^4Vvg`dbFdR{w zaUR@M$C7w0T!+f4@{H$!pvZ`nMf%Niyxs?P5^iEW0BBYA8)gTIaPlZ8WsuE`N$*KH zFoeFF^6m|yHszEC>acYgZULelP%qn}K)kolyJ^4~Ll@E#?$td66J(mpdx0XwBP|tE>8I`D1{ArPL$il`H7v6fQn>uulX0AP!Ih9Y=*tAE*k1{ zCGhzv*%pKExmPAvle^ggwl)apq5&F~?U^308=hL);s3-74Is|y3I>6+E*nxHJ}cB4 zSJLpI&ue-h`mt$yoo!kg0A-v@c0(D9+!gu|2t|zFZF}PcVZKZNd>Av%uO~Y;h__)l zAc+a|{ys!i~p#5)`C_;Vp({i>(aS zbV@0)UfEv)R)DR&V00)%mOS#dRb@d}TY``Y9fI2;Qnd{!@yIO|w3Qg`EauL};)SEp zEg4qjVK04QbJ#Qk*c2?0x30v;W65clhOu7rsbm94Yi_+1VDK~(1vFgieL(b=tPE`5 zxaMOeAY$m6F}!%L8-Wp`8A;UcfRiB)qAs;dwdQDQZ`7hXF4ATCi7|j06lyY8ti}4~ zso(Js72tm6=3K_*d@`t} za{`FT;rZ}Fzw&ardlq&lkfQiACE}Rb%CUneo)Ew$i^n_wfC)XxR+R0NVBIPD0HV^8 zpqg-xgM`EyWA8x*qdu$_j1|Rz>>OEAlp8*aE#?c*2?$LOQ35htvM%x6v~Cj?Ia`=S z827upiUD#9Fe*-fZ4D)SSf1WzH_{$`v>Sz_*vsdNqw z^Qen9qhv&mU-s?p!nJCMCpQEOFM`0r#6Nr%2Ttav$@VMCZOE3Vu4}P37J+-mBL-+c;G8|42x>NL3`Y@M9hV9hD$y=X2~N!7u=N-Qe9&ejSO3kJl$t;mp~Kt zGHBgyP?1-qOmR5XBSxZuW^@Wd2oz`OK91B-R8 zkxcBe1{s@}035)UU^v{N8bfuT#Vjoa$r1`1KG*la9GkXRy3?vzBPqrbXz42CXWTs<##xGy6XdzUMzlenhIWCP=ZfU3x3kI4Ir zVriKO%Lj!jB&uC7qypuBDRfkVW=5Ht+?|1swi$Ify+~#R?Mg`mWy=0E z24+m-47sWxo1uC>57?Z4eOLfpw}LVfbUXkk6+4J&!57o%fd{;-WP+y-ON^yV!T~vw z9t$w<=uQJX3bqI))jnifF;J#uSt7$S%SeYjH6$eRndvsNp)$f^)9BtUWw4=;Nwaw9 zdrp35%RvCaZj`)3Pr##Xw%TbU3<(yWm=T1esa=isE^)k+Ig(f#K3m}4azEnWgp{o? zpDhicM>^D&GSR?-a6~+G-0Co3E;yn3o6d~@AYYGtc z@KG9NspyGX%WZHKHxbuAFWdlNyGEtbXV=b)0 z#r(@F&Pu1uD;fED#{$tI+D;&4(Sl*6_+HzU>F$b#-0Iqu&DS<$J()e7Owy#okQNpI z&|qKGk*iYm1`f_h1fik5I#5wE*F;(_2oKL{8ibgR5FZ~b9|_QbVu}$I^7b$nwm=5I zWB9YTcrT=gIzu(qh6onU3y8JZM{ZV*p~CX|01XY53= zb1yVdB)3+?FGTqem7QQbK(NG@#E_0a=NOb9Igx`{~Xe8N_BW(-RdZsOwG?8SWVW)5ioDaBGGhj8} zGeWvScYqEnt;*a1Drzn8vM;n&<%ufrg`W${UD$3UoiO+(f-0Ce?F@xzYiLNdm!UXT zhPvp7VnqP{igU{^7nj}9HZdtainm+f0e~gMlavNlvy!yE$b@Uj_M}tur5I?)P@OGb zZ7;QS6ep)#@Gnwx5RMGijzxdbLxah~p!`I+hAz7&t1bsH zH!{kw>6yDdLa z)WNxw)?mzm4T3ffui_Ng#Ttjh4--dqa@0q%9N}kG3d_ry9V%7YnD9g-EGBFeTE%kzu1PNKRh;5!J-Y*e>c@Bhbp|PdG{36+lFdLUHqbLIC4!qU z>d^OgH^F7GwYpq9EDk{+E{-7w$tC^6`}0{1ur@y9#@u;QH|6c1M;djPaCj0UA+5l$ zgU~usjSW*kTOJ*T+fx#^c=H1B6v?I7U$AP{nR!U17|&-PNJuVN3(@X2YQz)ohwYxt zAQHf9D82q=lIR!sWkw)pV5(Q9tr*)9f86Qv}Qfa#B^7m8ltY%M&s zu-}`6Ms)(M^%yX~Zgs_AqzN0oM9kB1i1%n)dAxaUI)$oR616uqxKp>G#DfBx`N2sI z2Vjw9dd*;f1GXrNg{D|%A^s=+SfGt&JNKQ66`zA9SIU#fOpshIrZ(2aV2HHiFo8fZ zbm3n?I0kF+kMb`S3wWwRCYJMH+GK@3xv($h@7Zx86XHpO5-o_8i5!3|)u+fA3`BCd z8feA!AR6Vc9j;j9XJEi8nCR>z+9%gG!^_cO{YKLqHCN|s?vor-tm5GG0$e4t(r8*u_CFKhweh}19V24;x??DQaM1UBL{Gk}jWGGn1;?NL z6`ThLooCqdGU^{WT)piy!&v2|)XD*%ie3N&1F2aZ&h|pRP2gUXV+RB@AcZ53`JYN1 z4+Akpwo3CqJx&31AZ3EP&xRSD_-}v<^f*CPIE^*?@JYMKus|dL5E}i{Y5LDziHKR7 zU?5L~&>=((g__SXBc)SmzB0f<5jNlD+rDd#xlFq=z?|q^bvk3Mu%Lwd_&)7KTrxVq zS{^NxNmdqAifA?x$8S<2e5p!|^_abY$KJ*Mj##+kiu^gu(GhJG`f~@0ErzZj^1;Oj zY@U9sxu$?;--I}h_!MY^x6Xucab^nu==L;SLV}lz#Kl;EF^`H5CT0sH6&PO?*fBH^ zZVXXTku5%LdG1k&jFEEE3az+|x<6q$uZ*sLnxM_k>EXg6<_Lio+SCr3@;lKlrK zf~)JKw3s92!`aA=O&WxF}CvMA~mU{UTF4*T3zr@%@j?FWVf{vQd|gR$TuCDf>o zbf^y!jF`Mo9;3MoE>4|EBY>H#7gy9pzv5UG&L*aEL9FhzEfN&6z zq-q|!5Udh=9PExVuqo}vXqnL8W<6-sLrxG3@{1G@ig6s!Yh>#d9TEhQ+QfjsNq`va zZd^3Lg%*JrRE@7{N>$;IX#O!19?iA@MNFY;%NVcd84>(R>p`_qxVve;xAp#0-G2|@%nMr`(JAbof zx4%(oZ3855zl9w%$|2WodQm%67&Zg~V{`b?U^1tJCxrbvl)I!lM1q_!woy{Pq$?W9 zgxe>O=Q1*j$Mx$F>}R_3U02QIB)5?be2xViCwQmFHSVBdp?}+7p`>p}i$Rz*WV~^9 z{>nxBAp8;yu*|$VyfKaN5zb?8YX~=IZ z-4%9~acKW`ft&SYhX4wj*epuwKGEXgmCyeLfe`*>-TgkX?CcB{V7is-|C*s_z(8j_8&>s*>Qb`KsAxw)43(q7$nAWWztby(uG?d4&+W%#=SkTb`=$?F- zM(E)Nm9l-?BP^7l-7+SQ3YbhH{=v|wNOtoK94Z_6Sw$pMxBoXo35l>%IS7*oOn*Nt zG`LMKEQ&0S2O;>M**Xb)FYJW*7ibcpOHd)x;hFHk^R~`+8&ObOqA=^kSgfn+t}GjV zrNkCOmhga0(&qbPo%*AjG}K?Jh*}6MlA6)IGvHBZ%TVC+2nz@Z7iA|0<@rQFaMvxS z?pKy9fd%FO)(aTsOgl5g@IJS0SKlC=4z7Yxt$tDODjWAt8$rKH+?Cm?pe*K$Lh3Zu zveYdTaf7i<@^3e4Zp>tIvPnsKJ4rgR0#$uO<;T;c=)a zZc_ZYJs?8!h%u9sXyN7SH$qn9p|+Oxk@Qjq#FVf5pjNO&W_FYlCdK+Q0=W(R|DD2o z*g{|CKG07|`zD_Fi&)S=#(?ksXRbDum><{&+?FfL2x z_#@qjGlkrZjE4iYNO-UY@PfDQ3e!Wg1PqPOknyGa>jjM-yz> zVmL35PlSOUl!)M@L7uI9zkJ_7*M%%hrZMID?OmX7FE80dJ<)tfnfPL0sV(hwV(_s3 z=k4cidnlv5X;^(fN0j3tL>1mX9Lwa=~z$%BrPPwKc*=#GBLzGSOo4MDI~yI?XQ&&4Clvqm6za%WjF|%;3-jB!X=O% zwrBGAgVSj;eiRcOz#zD+K)4y4b&PeHkhkb6c{ijAal#KeP%v8_k6u$PLRLweXk>9G zy9Zdf*3t~lDFtqS_6R`f*hj5(Tq154uBv_SXch>tMko?g4ho&ON|d;zc3RVB;~=Q) z4q5R`JV4h5rQzmpz7CA;CDu75G~l-&EBdUlKaki9x&?Y$_kUa%W^?gKZPk;35c8fK=Qnc!rKL9LPQAX%>WxG$+U=6%Ja< zVTdd{_ypl<~iodFM`+>#TVP`@tif|MHx^p z+!0*zKu)b9dV-4gu|hwW1>a1VySJy@C37LiNoYXpWm5bx3|fm_y2FN@Di zKYV~n|2qbx8ab*VgDQaG=qzGpE(4hG6Q8M|c#_e0stYJ%MMBeBw^^xcGM})U;!sZY zXk~b2-y8WE_h*iw0>W6luRl*FH4X5O+}qz3J7VvS;F~%#0zhVPD|98u1zBG~c#!tS zfR+XNj8UKPTcU>l#aUpXLih#Z*QB9QFzRkTidwp=ol=t^Zf=WpsyF(7XHa$ zLzP^u?Vykq8a8Z!$L+AYtzkSiQ>bVMEAL@8v!H0j%Eo~&t}PQ))f&%1U?f-?+7>x3 zt_)ZlC3{)4FZVC-J79rh2_K*fLt{vW)~FW{n=O#2Iduwd9b}~PaEpi29N{?T)B%`6 z46>^YsPR0JUshrLB6MLE!X}Qhk~edz6uIdEw>vMWK`5YS8;vLZEXFuW{Tg0;PRg=R z0-sQP^QqXHpsWDZRdanUC3`W%1ZbreFqkBRK^|gW*n6KuE%nw-bIpwmZ9}zA^VNJa zLSQp;4IV8){Vgw;wcm_+Siy$k4?o<)}A0ggcC?A z{CK6Zoq33EaLtOFD$s>x3>weGiXcPI9Aqmzf$*h!xSUsP3Md+|4hbAQC&)2q5h@IX z;TZUJSEft}RZXKTU}uR!M1tfrfWXW2(y2a%xJ^XbP!{96qL&{SsC0eC|nwtb%ZkUzs|6lynd>89PrB#BqDu? z1}{Q#EAP$*1ZE3Ro&uCWpWFUTJ@Mw6nai2Sm*p<1D{KYP8Nm6Nggld;J3b*J1X1AN z|4+g2_c9p|{2alWsKJt&j7S*r>7*=GZw87^NFs67N>Nd`g|dX9qtA|8MeX{cu4N&Hg;{7sA?B;1Ydbtg>~vkil*0i_OvUq%AGMQc-_ zK_X;{o09>V7W&9p%gqDoqsn(sbhRLlaqD4JGoUom!lSk$Og6Z`)#fD%M^Pm;h*FDP zDrrO!y4bbQNU=MEz(_n@j(A*Mut6ZXjrX}@GpeRh0FMtm-CTruC{o+s7ZL~h4UJbF zG;@5PyT+!>i_b2%Dii^~hI@Wb}!y=DL4de&- z@JkAl)i4?n9T-c-$g1Z|dC7XU`c4-l4q&-bn*YO>j!(Pcm_B4UXy}c7(yl#Qa=>x1YIFE zLl0RL*u)}i%yjjMSXLHfpT!3y=Ab5CxFdw5)(tKY0f~U#xIh6$EffKCajU&rIa^g(U^0VgJs?Z~$4vEX3Bu?& zvdLsGRg^u|N7dj5UN%P_hJXUi(u^}T^$e|eN z;6ud2oE!{&r|a*F3Ji2mpZaQ z!GI@i3WT9SbZQ!1t6g%}zTB@|^WV{Mc56#QHXMBSZ#msxfnnU?CV~j47v2+DK`)n0 z(d|C=g3azCSLE5Rnt2&ySyqXcK*Tm1hZRKVdZrer@g(?Kp~+MknWB^xM4X~W6N7|) z)6L}ftVbRPS##4mZ^wrtGp7Q*4iaKhVW+E5v&%to9>0<1k|MQ+U@!4b?`iW~4UEyd zJ%aD5NHX0NLItNM`iNb@P*CQ~2&#uEPCHqsxPA|cGF8c(-6Hlh;Fq9i0hkIYxqocW zoD{CvWK+&ewFv&iX^M~mO7f?#4AP(P0E6x!D1#UqIM#!xlWVs7*W=vRtwvp%kJJM8 zkI(Szj(A76L$qUO?t3&`o%Zc1fNe`520gp8qCU*_)21N@i5)l*Hz?|AqoC!zmEA1? z1Ly=e@O+5BNyduzNRj$Pkukq<&x5Ojd-BII@JTZG?2xblooet`ga_QJHWVY^nxHTn zD@`tqF8AgoI*YXbeiWorUts_T5la>>7Zqq*!V|1Qju&J=5Mvg*3R>gDk|07rg5o?Y z&@Pj8)UR|CQmt%7;mT}?QMumNj}@Cd2!BQ{TWx~g^N*_NILR9gzF-g&jNtk?gOO%K z1)|AAi!7IZ=&VUGRcH8Fv5MS3GtS~KKZeW`|FUT z`_%9Rc>OTc6e0lZ8Zfx1S8t3+c>4wCQkJp}Z`ws_2nd1_0)#sn1{4RH2v6}+Uj-?{ zc9{eU&6v|ku$U~wjc`l^(zk5AvY2Ge0ZpIm6-DJ3s)Y;w--!IN!G*aQe@~-Ho0>A% zYS=1Eibv&~U+|#a>wM~o=^V(^msntciqw_Rh%r7i6y&Rb1=LMr^!ZLRl_wajU@jhA z5*FcDg9W~c&`batC|Lkn0#E|47y=SFjF+1dE(L0}+GcZ(6$}DFS4SLTu%ZaF8}Jc> zoO5I*!^JH9^I0-H+hTc?k>t4RTS=ln8GwR0v7rp`P+g@PggksQY6^*kR=cpsrb()- z$ZzOnw?huSN9k-7nI2l6#S`j?+Hs6WKz!GQKIQ|z$qM!)9*!&(FUJGIaI5Z2-9Yo_6 zF+YZxBnkvTTJ4Q#$a%h4-9q#^iR5sP1(3F8@R|6Nx)I<8#&ias%NvQ5 zB?@AKZV3qrNh%RSfH))h3yZ6<9`~YwX>cpC02pqCzU4g%p#W8QCCaB!%0DyT{kunD z@IxRd5dG8cB%ivC{el@oX`~o+@gFaWStNM?ePP2;oQjxznuvt`fZ6Byzy1|qLyFz*dy29Gc>q2odt5J?m?L$TUX zDkVVyveNVoHTCp_0uu7oG8q0}SJS!|KT7esIRQPOB*tZqA>e#2Olw(hWqzND zAXED_xybmfrMW%CElQ8kQ5(saRqfyvW-qx`ty{aoUQTWf+PbI%R%KJpGJnZF20A8~ z*Fl;CsazvfsiZS;rUcHJ8uXu*?K=Box7X_C!fEEB2eGY8?D@Sx&H+iZpNEi`DOnA+ z!veHDyn89URFg6B+HWcRzy@O?NI1bdDr?wP2Z}&yU&|IF8EhA}qDQP9V@eCu=E3tk zMiC6E{BZ2-^M~3=_Y^Y4HLa36K~dajGNYDV!C)LM!nS_!+N-IG4`8FBBNC; zM!5T2FkyzpVCvONQkQ~_PM`$dUGs?-HT<%`5c)D7TpflP;xDCc4ab_^Mjn$ z?eT@RRaFivum$;@PFLsT$`}bwbB?e(g`!-yCsNXJEm%|UQ}h?PNv(-wD7g~QRwxO=Q{ zGUpj;eo~UqztIxFE0y9kDlzvI%V&6d!@kLJ+rkC9NA^&sT(sazwPlNWc1ndsVI>`t0uaDG^XK8q^@Z?AdE95Ap8 zK)H;*e66kf!!#c}lIpYjxfQrHcRC|4t+V^G9))cZ@kyp=me_<{_SQi_kjqMFpa6)j z5Td355BKY-ORhPWNI3r47Mgh$4Nl-$%5uRcs3|LPnHIwxRwmXt$ zP76lxKtOmhOU2)YB6Qu?88A#&MiBIAb}1Ou9l-=g6^;EOR^=o+QkiZ+iYC}4QB5OG zpPOfat}EF=W&?Bx3<)&9%EovMk4lCY zGV(4VKuHOpxnf-tG^`QkR@ueqBYxFt)|9+TjFu59h!#n$gpkSjlUPKRzKbPzsZQ zgH|g;h5-L-6Hhn(5XLi&32W%1i9J8LRLo%fCQqG$9@?@Dqvd^RaF2*rc{;=hTnIQf zADj!J2vp3hJv_Vx&B{`CNDx58PJtiMS`O)v;XA7sISZ=Npjy>=%}iJ@+ddQmZNu@0 zGWMhsB-~UEHQ&@-s@ARMOwpFER4Gptin;JeSi{IFSW@vUGd0+IK>bidCpPQwXTg3$BV`D~&`h6#;iu*SA6 zEKlPXR9B#OQz_}8b^lta@csQ24beamVrS>yzpU;(9E_W=Ik8;f~ANfy3Cb6Q+mQ30kCbSGbMGR5Qk!Ph-V>a_VQC^ z@LYqSHf^s^D5n!hXw1Je=0dc#bW@mI)?r|M<*v(I4$4xv?ZF0OL)xzJx8Ny1=6MGX zq#cjc*Rlih<_{zR%44+*+@GtQbcUwa6q-ZH`9`A@VxN6T$x1R!vzmk})+LS-y)lpn z5&@Nw(;$<1E)19v*0jGq2HZr<3i!0w`BTt!n~8s3{l`krCF?Mw3H-41~skM zp%}cIL6C^ZU;2VtQKFDV6BMK=X)tZoG1t|mdi(+RWeh7LaQ?rbxWAd1{rQ7Bj<s2kFTWoOqt#X>rw+HHl`m%`v&Cf zhqiZ;^W~)v4@rrbQ&<7w>^;|tRuW`@DpH{`!wG>S^T&~}9)=}bus_e-H2?#w2rN2B zfy3{C-0Wns;iu!}8!EVs=D^9E?W#dB2@Hw;l_v4u=-Sy5D+mSCg6%~*CMC6TyfJue=I|NzQI|VY_+=61Q z@UjAsPZi=&e#vmLm#uNkR{u-D=^+|aU=x)PfrBE$XB={*4SIYNS0^S3Oun;dB{*iQ z#0COAiP~!1jz>3$>LgzwEbT5lDMzYYc5QuiNx}B-qx6Erf$!@9< z$yTJ2B;A+JyW?<&QAuT8K)wP69RJ)xu%CBsgX5UTRjI7*Ypkl6_wz)1X&a6*Q(=)4 zr$E6`s%`Dbmo0~{SW-JJ%Iy%wu@MtQS8-IRvN>6bJca37bWf~`RO6Pthn!zK2KQ{R=+5|aZ zV3uxy%=Y-hu?u?_V|Z^Ai=*Bk?t%2!%p0QAc46-CDAZ$W*NQ zGjtKFeC-AQ*L3QyB)ts~%wZnI?{Cf^>hdv06iFNH5e^{=1hbNg?L!!q+_`b_e<2j^ zet^5P2QSX-GH5qU_~>I2QMPw2Y>g&J?jTrHVlbgLR)V1fslBUXMelpB^0Q}n zs7SkO%di`ts6il36`mn@6^8&28(&=XP-BW%ICU(reX0VgxxSxi9Hf9Ax_=>P27|*% zz(yPS<|?c_1EgXAvn9l$`C>jWBMxeg9UCG4g+Q=m+msb$&H<{5sGUg$L2aFgAnIJI zJz0kJu~QN@i*dW0?n45!BQWwifozOmg+zh@K0(b_#lBs%M8l}AtxMM^LGIGPvw{g@F21=$X3On4M zoSaa6JTjbhd3+rp2j=Fk$}QT$jzD--8$rkfYfWQwX6-A zQr87-##=eC)gluVaCzOkP2Xp^nh1yi#*?9xxQcRI?+;8YzTJk2MQ`zYCNfxIp=Pfn z)-BLTmhXO)$^Bxi)JB2nPHL1S5c0emi{Sn8eKvQI z0A2Q|iug{>1#IZb`8-wZ2bpuck92|jNi7SYzbpsbp(Tg}^~`en=fkd%5D@B3)eh&J z_$71}%rgl|7v2w|K^A}rch~ALV;Sh=FIgAFS=6uI zft4%}P&z2MqkmLlX$Uo%k7Bbos6h}h8d>-qm@uxkPqMMKK`o$bu)Hz!8LUIMb#*HG zS3{6`j~)w2#p2-V0Qy_b6^In-bndCa*ENSg%SF`V81VZzmjvZkEls9sW3U?_an`LJ z8O+osy|{9$m+YosffHoSm3TPRn6tY8q$>_fU^Jl7ED-nGAaX@QC#lFJ=8H@OVoU@m zC@h*X@yr=$98^3}mH^^IV=NcBqrGsbMTh(pdMay1{!Xwpfz_Y#4o)qC!ZV4T93)Tz z3c{&Bcz>bq>p3-0TDd)#Hd|JcH4p<(?f7#Z4FD)4S}GwATxBU&ued?*zm>{3naP2e z;c_#vRXTl%5<|$*eBOwRa!RPn)?R3aVo{L)hd)GRa9j+LfVgp>#}Q#grK7*jyAuNt z4{Q=O3`>P6vUOE!9SW3sPVf*a&}V?m?LzSdb1gm-coW2Ni}7FmTe^Ff^?@6E-a z@-6(Kbcs_hi7o*8EUBJeof?4}3(!7+KB~}x1z<>JY{?&JMzYw?u%1`FWO=+4wXpH~ zEFERds3%z%)+d=mz99LiQGfviKyN_|pCMQzexoDp`jPv}Q~G-_Os@NkZL)|Rg^_$y z7*XITYy1Zo6c=_NLNTn!!m~^-bG&!c@MTbHbMQ2YHCT~^vtvddDUrb3#xldK$e2XH z8gegt1>IVZpc*>LutJc4B2dU=KAL$Jmmvv--sl`_7^wkai%G|wbKg4JU-)RQ%!7k3 z{DnN`I=^qLoXKlA&u@<1hlEE2)!y3Ohv**vVbN)Tb7|Heu(Q_+F-}kD z{y3*-HJe*bIW(q)5=aAbhVLH=)sY1#6Wj)uH_CZLJlV7apM=~6-o1 zJ+93sq=29)s`pI{VUT>|{OB%fdi%^rjV#`i?G&s!^_*1bl+Wupg&A`#oo&T#WsoA|084|9)=9$fksz;?GjZdFQ%|$2Z>-zGMNX2A znGZt2l09}bdKou$8t@V@K{<2rri)l5t_(B=p~T_}%Fx7=)TYt!2oZumTfTXfhq|F|76iFSsOLA7c%}k>C#pT_-KH3h z`#ET&H&;ah3%1vc2?9^NCF9U>Q>VgZ{12}pG2`;)D}w+PCOnk{6s*AFuKS}Kk{)q$ zZF7h>NNNgT!4yUVAfb#Lwf7w#Ik)XXC)_3|3dXaj^7UvM zBwy$-?jd7`{BMDLJyKgSI2Fz~`gP&R?v|{H?N6nNi<}q~HHP26tzc(_)KvuxYfl-r z)YD;JTZ2aExw~ktuV6{*IiPtk%4UxW9&u~3;*vgjaUA?ENN6<0BV-ym)-^P13-~O%m>Lw!xbAEUU6bYqXHK=>lRRo1de`;RqsY$JUH4Nb&F`)h^D*3{sv9uaeEgif1t^@om@;a&BcB8JfdER0F6@nXmaoJ7pYd zpwP%&8+pw>Mz)~;p6Uh+iTPHN7zUm8kFZwmw=01ZDTW~QA861hHc~hvCD9xN0bU`l_8{aEv_~)@gR!@hU7-YhPG(g389Awe1`o9qVV@I0 z-XeabL6Gn09qT02ZuU$~PNjn4gCU1cd_D|Bub{xYXz;D*&`&%Z9oqMMpt)X@HclNd z?qj|#l9H}OYo{ibBh8~uJ!A!qrC%4g;E9K$`gqo4*X$85#W&pgXKe7&gh;En=j6A* z@tycbJ}6slkO5*!gvshnRQ=;H&6Ox$wi{%Z13A{jKr-md3!=mhLsk=?a-@uH7M<@U zM(NPJ1Mqt3e{$IF(>d^7J>aA`=3<#$AQ~iKMrM^{fMr1El$?no-VCCfTI_mvOdQ#z zj6NtSpZ%Apb)6l@AZo5C@DF2(%NVBf7sj`r3z0VIjA1mxP0C~Ab5!nF*=1@cjAEjw zUMoYbNBhFq=xQ$RLRxXsWwuZpfppsNhuXViX=7SPrVjwOvqS0n{SpBB1e%5!1!?a$ zCqJ7*4~vMMym8}{kQjZL4B>2*1Muw<;WA}p^}58nF&-d4uM{XRQ4A3em{f}l)bg)7 zC7Z|tu?-B89Y0xOv)Dd#@K^f@ob**-ETu2S<5aUmqKR-M^oF38mAH!Z zU=t3!69uJ(l=-v4;}`574129ybuNwJ5QR z3FhJq01*^&uIpE{oM>D4-;1=bJSJ@fh>5U8I^A^~B*Vr_eK{o^s??_o6S!DBu=QNGd;#J^Ftn4rQY0<(Qxc(E;MWaRBXsXm(s(RnQJbTY z9TGr=z?w|}U`$-3M=Xf|{<`>;IM%NdkYFZbU&x z!9ZpzRbZ1y(i$^6u!<35>KLU!WK*-M)`J2^WvEmB(QH8wkA|#WZvQimOu~!_P-_Td zdZvSNDAjOFz)oG1Bz?#7R`NeoKF8W4W^rJwa|2aHqg%#T*pmOI&;khGVqo=ahj^q@JJa0<<8x^}}`T9o`?D zOr%g)ZrTXqIXP~wpvo2(B7zr0CAgHBc#V4Y{5+0n?z1FYfKiAd@8Md5cw6*UG2;VhLza0Xek?e{}C{2_JoOy z4ljYy?jKm5=s5x?jE$2e(w(#gw^NWD7&6vsRtx>`8vz6Y7rY0|%DS1o;THTO&7gwB zBBvx_236z-Y8VBWvY+n-fN>}U|A3#5i|bNSDh{G31gZ_v_F@ANXf<$|vXDSl9fFUU zW&?yh)Ept>a^J8TPV^{Af3I%%8r$`-#=NcMO4m6A8t%Nc0Uz?L zjC`Pm8?cR7jB+H7lJP6R850Zc>;*WD#PHyQHf2PqheXT0H(%_52yW~NNEZLTb=?O88ge_p%V!rB2u-b| zXJNx+LwqZjT$W@G-e)7DCt48`p;w3fpslZ|cLbX*3 z#jpG|#|`EDs&QWoVo;6xO`ln!Eb;)Eu^ufSZ6nLur6f=ueb;@hin8)(!CLPmwY^QP za+9x?Vr!M^_MLP%xL6YS?y*T0Q+5+F{)O2#}DDAf{~{w2jD-2xcCC(nKe)#Zb@(89V@D6=5P?Ys^0wU|`@Z6r1Q9 z96uvQlD%I!kT2`Lg!m0KRos{`Q0xE|fF^J3)DiRd_=hAAOwneADXjwSHfB;fksIIF@8YN(Zq4QL@bkZtQHm zp)C7YIFTOd3ku@`XLzH)zvG5;ujM{t6p2LSU~dpg3E9Fc{2Uv$#sbTG35iKTEQz_? zQ$&h0DV;5MmH08q@5SS>?C4{f3GyH$g4&7s=W045rrnbbf~qOiY&(@jDexe&Iy)mX z#SI(`E}sp~aqdv-*~1y@KXcbNIu6IpBg0?=?kKA{+XOI)%#M;2Z{mV^V%@BMWwP&E z@iWEC57DVRO)LrE0j0VnB$fc{yIpwJ>Ooh$=9OmyUAPAcF%Ufnyk{YpIJVBv1Y@BZ?DT zbFQ%Gx@yLS76X6=%RaneMz2IQ8V=Uiy>d42`=1SJvm+qp(ppoYLkp(L*K!98&H|(% zmliwyj8#7!i3+>v{zQSYAgzo4s2d<2*%18=Pbe^P4A&J^Rm7cB+ z+RPPc1Ga(yzPLrD4VTyECL*%UyzPe#O@N9LxvAPL4FX0A;pIt$#&azo0*O` zGc10|6zA$F0@MVwR0Gcq2MgGSLO?N%3yeLib02_zbskkr{X(aq)b#L}7wU&%U(MZ5 zF%DGOK~~k{o_YbmaBwRlu@e>z7ZoqsQ;pG)p4q@Z2zle3LCCx$p~HYGvs`|ST)?55 z;4e{!+Rt?M7)LQd2^JG?XSGqus(GFXP3S}1}8Ppf(;l8e7da@`U+>Yb3PJ;07?&x z)5{WF#=-FgQ5MJyqeW<)0g8;3*{ziI=}Fs+d^RANJiWlD%6}=qvF!L z9yNJ-t(35D#hq`Li4EKZ1zTCsqT1Yav@kPcvWms)UDj9=47x+~zA>?%t%U{sci#&8c>>b8C$S^HR#+?)9m+>Cri7=D*5uHl~~x;{0$C0TRSa=I|919_oi%R zjgM474vHcf{8lhZg)ub0gCC0kV%27co%C6tQvRsGFraD%W-XK}oVMDx6wNsfiq>gh zycG⋙XjcpMsTB<}!+~Xj9@I4si`Mf(~BgjqzaT6lI_+$E%T$QOUromM;gNW}?5k z^Qg2pRvrK!5~H09&w3&xi==ccDbs5<|MmKVClW;m@q4alkl3{nXp$fDJ`*A*e2^$+&R97WmDxMgGHPH6*d;JV3=A8_qjL-<3>U-~w+NP$GF}NE@&owc+eths zl_fU1u&E271H)ql!PocY!OQa_?YLE&)G=HRKwBc@CrIkGYPEW*l6^oDQxcQFgXp!;CU^&YN?DQtz#+sEv>C&fcS^cfSCa?cn30Qj=E3n- z2>~0GgSd)!wqB{t`E&VVXASrsW9AT(N+H!g57R`7&qkbNE}%AGg{3FVWdb9grR;U2 z6jNbvLE9}1-|3{WSCO3fi87nPi}C4l^+SgmlP1h=3gS(LWNkHxmYPhC#}O!gcyQ&Q z>vUEraxB64UPmB&EAMsii=p)9eq76=s=#juGfp5@*R!QZN1TkvR%y)@Zp1 zFD@A&7dEWb7M5A)CIq3rlg+nZFvOoixX`p&sB$JY(pfpuPU5j5(J~{%8lxtmqpi`L zlTaawVRoDsCvnU0-tsLrng7UE?2UA40CDDX!-JO>TxCBvBTE5tgu_gh1(d*ISm03k zwuzMxpAy~vEWySL1VzusdUVfSNf=XLjcQ9T5Q$R`)+59`7&N1Qq)}(gm6(J^peaR> zns0&P>~B%rIenl8Tt=F`{R#e97r@X)Tp)kckJWFbc;LY_;78B+Ch#rKD8g6lVkgtE zZ3xAv`Jdux`lo3KA5GcS&-*_B>=Yg)0E6^+31q!=wHXi|E}NE>M24L7S@wsofCphG zr?7+!cYwV;L9`u=W)4e+%!jTtRAk=aaTmZZPAAEe>OW-hL7^!xeMH@RoI&j8&4 zt(%0g!d#8Cn1j3NtvWSOS;TnBg_ znQp@-H+N##fXrrFC(pKa-Ud4p3Xrp5_vW?LKqUHQWX+V@&>kRW$$_H8~8}KKwFlk+cRs zfqz!a$UFpAV9DhPunM-{0Kz4JdK};8EIbS0bfr*a4nqp85D(dE=<5U&j3=O914}b- zoa0?TebDCRO#B5R>Z8h1dEKab8@NUFk4(PON5M5O3bicm?HgoDal@h145Lr}x3G_n z+xrlA2RGy$x&E>vM>Nd|%Spd*^;G_Es<7<0^AD$&TZk!=+#ImC8cbY}+nu4H8?|y= zD{G8kbFw%ai@8UO^0rIAYtCX;l> znnid?IB+@<)fYl;j?Hu66tG{3hlALiVJ370c-}TV^j6_)R8-0Tk1z{#=>V%q7g`9I z539w&=&KRaY$~E&huX`tt~MLCrs*Qle8xlhPtL3MyST_wt*eOyww!#MQQ&0#*|!g_ zUV&dt%Tv4d;g*OvAyY5}OI;I73sU+jxo^HagFY@u7%B`|UMN)RU8S0ny3QOze#a7tJw;nPII zLv)PfQYcJmNOyPOp(SubPM07R^R?AL*jAd5ms=`OnxB zqvn;4v>y%?P6Jyy+@RD)Q;{4e4ThJ*lr$0tfXGrro&kDmJQ?s|wI)Ql5&ZG)TVD$t z4=Cklei8%Vu^`gZ<37lc%L<@$6B~d>)UjIwQWQN)4VbelGj|~!Efsm({J2i1M73;G0 zS6qxC3>+N0v>_Qe45Bj6hq2jfF58kOR#(+lK_=v~U`iR$1r)&WvTO8P7A;??w@-*^ z($3aMU3N*Dd+Sc=RxHE|z&sdhV1>@sn8bPG0twdxtME2Oexx0AaCQ`9(oNwgvXe^z z9SF>FM5VHTk>!Dep(%epu{;UjD_%#q_6LM`0pnH-aNw`d>j1rf z&rD@^gri5rTKyF6z;zu(ollRE_B^A`>vJJJff@48Nb7bcO*!z8#@!ZmJ~~HO;)EZR z<(8C(ADfLEOV_-@P)^f|yI3)dOJs<})LZg@Tz0ZRM=W6wD2grZ(at%6!CQ+SaHSRa z>B05l;pP7&a-V#j9Mr&d8Z!i0h6gG$BP1SfvszZfX~55{2#MAfWX~u~O1CN^P54xV z&!6Z743m@$+2P%%%KsV7$kv;U*#OhRuR@R-3D=ez31Am@+h%h;i)js z49XSnbFIh_dBVU7S$)k-WfR}4rkJyp%X20{E9IIdyacBwKpZXyPb05|(_;r8vO@_b z?Ol2Z8?38fh{zCxpgI-8A|{;O{vDt$CBRu6!9AO{gujd$*^z(=dd0aM^1-Q$FoiLr z&Jj!b?1BSuaPU@V5X);*orRV*&WZpgHvB8=6=I$R0kla~*kgbS#~!Q>t1jbBsLmRu z@b{!}wIdHQpaIh%pn00=yrVM%-M1g;yOkeA9~e`G|0n_gWAE3PEX&eV{&INgL#aOf z>2=VPs=-gfGBD0KkkE-`jTEQXSA9w_yliWT$Fg;pk#;8J777VT*aKf`t`LV?pV}3U z@?q6+=uL5_GBz|W;%TtaQ$QENONE{u%-UXq-oL-o>=&n?hI8DE(uYO1&Qxv%~kU3+KCCP|z_k&7%%8 zQvuXAjMuFl!#CrV-9)=0rcb%_Ya#LNA;b|T&Jkv)l!|~>rqCwJngoz~E&(4T1Y6A? z0;@94QAps3<4J4v*v_^6E6M5Vr+NdVy)Of^}<){Misx*P-&=nzETu#gZ zRg%pm2j?i}UB%Cxz=76enl51HdBbJV5_WX7bx9Q{lTh2 zk)r{6L7z%oRQnp#24s4Pb@!sR7iw!=s$waM23=m4Lt#0Dr{u+Nvim~Y%P4W zHnQFu@^Jr?^U)6iuJBFlk9$VY)A`TZ&3Sui;9xvx$;$>y@F%MY=06KzhqryVGZAmx@SV#{}1F1i& zK?$sJ!+$;sM}n(JYz9NaY07LcIp!sj1nFdes8AQ!_?~?V(+ljIXym2v(w{Q5eSeo9 zdvCd+Q$ms+{7urVEY|C>Wh63m#1Z{IvLvz=D2d#Y+<95&IVAg(6WhL(5v;@{A1)z_ zS)Ow(k_m5gNSx+eNs#%)STuDaazE+^sfNg2?coUz9YjRvODvO8kcgVf;24c?ksYic zTiEkNl^@oapHYftC9AmM&C1#zDVo3`7LPd@59lG`c>~!jc^VSpDAmj&^aH$?hTSRm zwXsv^R#n8Zl$w^rb0co> zWUw;B(TM+PaRwg>SpbFw{OkSF_<-pH1^_wEBGe-n9?yGB?_r6&0yy!H=?~1q!>EGB z-aSOvvekfQ4S)GXq?IAbUd+i46+UOZj^T#IDt2-LjbLHVAZ{;bG$SJmLOVhOMVUXi zf!4w|I;j%0fyJNW7ASmhe@&x~i>w%VvARUFCsEK2Z5t#;7@|+#8vY9CA^yrMI8#kH z(?#ioug~g-DrN(~(5=W|nHi}vEoGm_Vd^I5wx~WKe=0?zOov*Qr$BMw&rPs)OPgTi zZdYxL(JcNJm6s~cAZ;dUeXt2Z0^&C+xD1|wwVnyGPz>wbP@Div7eWA6@Nu|!Tm1E4 zXv;7VX~=x$n(-rR=ls9sgwLCZxNK*fkUZr?UR4>@^kfF?gslsJN)|1loxIbSG+4Mp*C$mYth>TvH;3ZZ0#%q$<2O!0Ljbq1Fk3bNGO)!n6YRe zOH5TuXniQV59Bxp^Tg5um;{Gunor{cA!67P0-1|JLCC<$h?tE5qZ_L_m~B%6{}WA@ zL}yi+y%tOtM~4=&FpiQXuL;z22N}^y8r3+W$yaE+VkC~lYIGX{)8AlwPeaYT^ek-H zJZ2_u)>{F;l?Y<~ce2efjNTgk=4E~p>e)iHN+R-cBGq)O@fI1fX`M*4!-=zMA(!M7qCs$C*vH5NP=sj~$u z{UDA}zzP*Gh0FlQVcsPGg8Uj2wE!9BMig*4zc?&6SY4^zn21^Rj1l6zp87*ac5Q&0 zSChB|>%W~ttcVjQGADJ%5}FNt7%vwLoL0b=<}6B#Rm%h)%HN$iht5e1F4U9a*LvF` z3~(8ORA1mpPFW-p-hoYFmZN5=ay$izn><)C=x4=g3-1NQn&pzcgTDLmS6cm|864C2 zX$@lI-}{ zz#Jqd$Ms3(;!FczP=+nC-tgo8_i^)#NEP_X$e?QB&)9v1X_oJ(0_D66f^RTXqYs3p ziOE=Z=WA7sl!4Y#Mb}vawI9=p{_7D^K&q7vI1ujNV%rnwN;?(V=!8E1S|iPDw-7{0 zP?Fw=WJ{}hVT=LrK~c!`kT5;lxrB3+q<2(5pRSl&@Lm%LW0)NR$X8PKM|qv4xtJY`5Nd0Mnx4dhzx=#O3}#m9#0hG(7kZ0C$o<* zRlc?q$4T?^>whL|Hz+HOf#*jP@->8k{tnVScsrX=5VQubAlqo+8ep2HH9cA&yP%@3 zSE(q|<|pFnc(QRJF4NyTno(W?cX0C_s)(Fhf}Rt}2UDCR^w6Ns8hlL(s-@DjsLr5a z6@bN(BRR>VEhDCQQ_Pj9t=XYnSh-JZHZGFN2`K`1hS+?S9airR=eKgf@E!Xw8G{$e zk~^8L>zFYZyoxI0qX{i*=Gb8t>l`qkD$xFT=)hsE8x?k(F}5KPBcluL-9&!{fw2st zwGYyYcinq+J0lNy7=;}+F#NT!c_Db(C9Oo59Dxo=RgBe3g&a*mao|ZcL^CF5lo01s z5^#FqF(?HFWp#`xJqhczP^lVw8TY9M2zT&&ia!~zQOT^omAbsxqt;w88q1NOgzWa9 zxaNq78#=+jG$3FOtVk#;ZbTb{S})e7rW8SrHBE|a0gdq{&0so=Fc(qfhJGWEOYjWg zLrg~vS}pMJmH;8g_~f$vRy~vBdlPY7j{B#R*FlrhNk%H%j6?Q~BMUC!ONa1; zv+yzYD|%87m2%X$dsW=JyVM_*;3yHYlKRaSjE@=l`&EBuw^GhvvAX5|fqx{{P;*s! zqnb)HP*v1fk>zxww1_rPZaqb%QsWXCdAre|Lr*7Z3r=xF&oFTFV1=_ zP{=!R$AH32RKGjQt_t2|tm-CR9u_N9R`5-I_vcQNNQODri8-mOOWV{!nQIEHN=c}` zNvNKyC-oGVoQ1NI2emB1Ab>Nzwa^vnZV3&6AyrP~@FSkZ7Zvx9Z>W<6XtDK&)tcz-E7 zFWT!Z7$H|c1b9p>yk4X6L$T1UL*b8oP=0Oy2JGXV#yLGfB>iQVlGoq}&;=02`+zIF z9i_iOU0v5I@n|VC`VHh^^Ms8d0!Ay->IvVWeBs?yHE+_5SIXSUWWj5`q5DweLx4IZ z*Wd}VH#Q}l$FjL^0J=DqboWqChQr|xA3m3mW)uejGBy;brz1G=;3OK817SD-J-IR#_1WnFWWJBW6wwR@iLc7j$@JkeZ)YcTAHg_ut1x6HsX7 z@9Y*=!j0_FJ&BtLn%>Mcjt<5T8A!a3+F&r@bm9UrW+4o51rA_sUdjp#1C*+6$q-BN zz>Kcsi7Mwk6aYoM6lfU%1Q(@+oz}NaHgRL=j=396UCOZAbGUUX^GMKy06*fA8jYe$ zWHsrssWD!c>RFacvBriV%|RpTpwW6C3e>aMF^RyRo>PjHK&;kp~?hx6?fGU8kS4Fo1+s+Am4R4PakzYo0CL&l3AAj^I`m5Quf{ukC)2i!qZ_il!HO2nuJiJ z+Oq)B)E*i|qRgI0Ol(YqQb3B7SkMWJ`eG}MuaH9->aLEsNh<%t4FRg!0^2oqr*WgB z$BjeO5SV?Dv!?Hm3OTm64LgK#(&x)GaCks-XKEkt0|%aV0ED#cArQP0FvNr9q*T54xT{fn?GaoUE}RMpKk9{D zaq@*PELdG~>T&Xy-5T2HxbA|f+!~ADHc09(RF+{w2X@n`-!gs`^LzevCpBZo3JH!D zq-AiZQX&rymDozbI0S3bSp!#|c7Lg>DQzii*m|@l0p2ckORF-DkH%8GsdgkZb?w3# zcUn=zz-QX^!i2(>HTX(Wr2;THX8(|Seemq1)d)42JcH(Oxn~HEaV&&$b$8Zh)OVkX zce1XQyzS%FUxbu7P>oy$UvT!xK{Q}J zdlWdw0gIfm9DhnCMnm~Nq{0^DQ3#BEJ$!@d&s>s+5qUrh6t0cm2$ErP41%fz`2yiT zqjEk70W9PNV~!m_Hl3ut36QP~kU-)JT(44mCj-s?($$QOjmN{-ksf9q@j9b&#mRbU z1iC3Jb+}ET(>W;sRe9qHV#)dUV?PKLja>*d!z7K|o#95`*?h@7olBbHHjO3?`Am;n{y=i2 zv^f#-AF_<$;vf+KBE)Y=RxAH%$MY$J2zoBEnRFQXm+JDB)~fi#{TLW>|;_0>&8J+JTtet|VP#@Q&f zGS5zrsbK)3Gf36J&wa0DLgd`4V80B(1<_d?*h=sGW18Ec@n2@c(y#&wv!0@|2?T-&H)F@ANc!@a`WgN# zT_FI8;ZjooDk55`I>jf94^Y691yO{-K;us4q2XaUDhSq+aqIZz0LA z5lsy8j@SK$J_XOCbR@PO6j+I5II;Vd5{uY)NE|UM)yCW^X0cQ7s&AI_uT!iKw$c2S_o%JYM4-?smyGSb$e5a$r&WZ|WTwAQ7 zK4h-VJ#85rnp9cAP|EEn!X`=+hk1%h#YvEs<0mchQa#(&)y=mI9iz!WXGFgr%ED$d zc(giqqi>I!CkVj512ZaNdEaik2zvsy9+|{?mdPg=*y6UO1YYSc~~ zMHE<8Y&Iwnv4{VmC;_SLND3mly1;8nrg7*XgA6b)c}0)>+EqM=aXk+7wde9E;7`=3 zIDaP?NFu0GdiW_;;-|<5j)&8j5~wY4lr!i{4%vB{yI;}09R0L!s?brBsiD0FD`n~7}mELwwUD45V* zR=)*{(`tHnQi^hAa_tBmUc-j~i%<~!dH@Vh1~-Wf9RL+@ENL7Cw1}knAjYB)qsc@^ zoId#x$Z0MY?T&zf>RHRkq)O}(g!mw^?LSWmfnJ=7BeK0#6sAR?TK(g~rQxCS9b2c+ z(u`DMm%|Jc+j0?HhkwP`lf;fzVmbp*V_^x8g}{Lm5!^gTPAA_8pRcRcFEQmKhiqMu zJ*H3|4FHh^i^4ui!eow|FT-#zivV~ef%)kKsg8F3g(~@^3ppNbS`f`dGoCCV8%TsZ zXS-R9MZzx;TJWeRx!MN0h+o3Y{~d^31x1*mxw|@#AP+C~{nM7!~}V9~;j5D8(*2B!*870GjPz~Qeo%~UoVAVYp^k{@5c{1^$jdl`Sqm$$lG zR&OgRwyiq+Ne8f)QkSV_$lDF&8qqucW%h22qN4?Mdi|o z@dM3$frMNnEsv$)!s7@#4ce*~fi4enOOT>!6`Q&n`JGE1!22XXHL{+{uo)o>Ok|S{qsM>s*vTp{F!<#!hhY|#cq>4zAbc*vF@G$g?R^g5aEzm~~ zq>F!f0|jIl9%P(IZKr;GqlcKc9efpPt0O24%QFE07)I4muy1d769b229$*;3S*F~f zsa#59HFw6z?+HzvY3Dcq1|>TG$%u&W2q|vS7?Je>Pt0HNW7P72g`A)r{@BA#mfICo zVcU?3g$Iu2;M^^+SmPEpu+{>${}DsO%xEdYy z0`)iJSbshpFm(!BY_pR+Yy3ig9m7RE!=w5Yo^cj%?~o z8~PX6f|&U%584rT-33s=p=1FilPqY1{4st|=Rf%DwF{57i5hwc{pmqq!-B%$U9yv# zeSWmH*rm4Om9-^v`QZo){Ab01U`Ti@@pC1)Cm)$gX|y6XC5Z*#BztUjlemznJa)WY zfOMF5jQbsvMGf2GU6#%_a5M!EvXc@*6H_5fk8MtKIE@CTRD^_@(ibcTw$B=Z=_&4i znP7RmbvD92Y4a$$!V!ng@xl%Hnd(Ne_VX|hM<9F$Azh+Xea=e~QrWe#ejb@b%ocr4 z#EVTx7>JoYN$!0}rSjH@wkbr=U|q0Sz-5NMVMDL#QA+W9+!O)@wpwDkDf@e#yAr-i zl9lUP6mU8V=BVV$ZG62#&` zR|=qK_~HKQ6fb6?mKh=X(@G{@S&fv2Xq!?&v8=Rug$ZQtY1v+6t^H#Qmf6XHA$A;KPK87$whl$RDD5);QkByhlrQ?k8x(MAL- zgO(IUMsZ<8(EO3sN#GnlJMG3#Tj+?9hqoZ*8_J@Ps8>jF zTPtr23neK;xz{3msSjd^XS6OnXg#}I>SeFkDx}GzQ;V>rFyL1$%800!qH*AB&4>>t z+Gx}}GH^FAYJBVCp18Nfg~p9x{4w2D#wFWndmU5s~4khVw&`q` z8BJ>xX|G$wf`m*noq95?H*1AV%*A>@#D@ZE%+-+Sks?f444yMtAPs7b@mbJ*KaDXU z*xyYN`~#sg_otG5Sl<>U^TP1cHY*b2Gic`aI1r=m2VgF+s)UGWStj!pKpl?}Cg5m< z9niH%(1;@zYQZQlqbSSxjU3nj{tPzUeC6SS4xR+LNIUR4CoR|4d0zzwWbA>b*X#yJ zGegyw9NpRcCH8SfN8N>Q5f%>~?236Z)5D5=qniP$iP@oF4D2-z8ht}c zD-C^_AH@nX0OtZ#(`$ew=h2n3I!VQXGR`*al~=iK)l_Hshsx*9b+HgMS?AznM2{y? z%T$w=5a%Ht?h|lD`>}Cwnrz)L=_YzkTYM3pw(J4yS}Mr+1f;Bbe*5}YPqp6;R0dN0 zG`@{Llp?`+X{l#lH7J8MLXuVc!GRxukzCNrA%s9q|LK*543VO0)}sE1R^VYgq>;9` zHQWe*SYbK003suvL0-{Kw}=zp(&wS%LWAfvXkb{v5Gs-JpSrgK(xpp0N@G2cm`f51 zP24k&xFKBS*$W&N6%LqZbbxe@;RC1Fj4}ZU$zdFG6af{;8M+Wdx#CDawoK^-P^L!q zDUAD!=YHU+)^DzC)6CYZz%CpvHw{F9O%cX1W$c&5K{MkJ1;1pwC4NhXi>1Ks3+^^6 z;%u|@H8H`(kO=yh&zlw{U8y5OZk#Al3L?R6xJ)4qpkj}Jy+K5pTqNi9-?mb`3`HTl zSNR9D9|On$3kV*{aj5KRJOh;=;VIpDiHTwa4lOj-*)d>duKkU+T3Z^Thjg;2nkExk zoe}iCjJq<;et-#gSQ|>g3u=|{`W|%b20%3^DCrj!jHCepWom&}r()g%QZLpF&1rit zddP-ph zg&JxxNgFUR`3-af-5G(@W?p-gJ-L}8kP2EvP+b>bF-D}r%Iw_&xbgh=&B7TNsw z?q3GmRSY`0ef*?^5=G zsI=^mGU~6JgSlm?XsM-c%SE`dzEhBZ<`}Xm?c_cVXPJH%a!XG}5%!ayEy!~|CzLS? zc9Kz6pU~uu4NXwiO32T~!r%}2hg;SJfF6DDG|qIa&rcKe@aiCaFAi4O!kd ze_%-m4HLz8;zQ@kkJ}Wt*?fH2cE>EB*uy<5z;{V(`D1etY>eWuXkoEz!EOmbb-}n% zwGct+!A$!%!z*!arwm0q@UgfzwN1!jyZ5K#^t!6uHj2KE>=?aaS8G7ar(^ zS8ZU^oMg{#TCaL46OQaFnK}SAHtPS=W3RS&ZWZjZMQG~}K$fn2-LTXb-GR8qrE!x+ zugIkh#rbF?^GkwQT~3Y4T?W+mL!*inJw}GMs+VaU#37L zY2IT84ec#2F93@W4ZXJ)8N!TrvDWbuW4)hK`ueMi;1r-aBiXgAG3lld7a<@Dh0Id& zHes%%rp42Z!n$ZuAln)8hj`IYJw>xrOQ77#TPtO0vToGQxIP6oVQ3Q6#J}#NK`Rg~ z^|j$Djl&cX`kC9kY2d$~^2?}}+y_6(Em{L%0`E9o5N=dwg1&am^sKsskr=%QptUm` zE{UO}vj+n3j9f#70z;D7(wEJH97H!cfD9lF2cWC^9Q|X}co3Z5VC-AQ#Pa#HnRS(i zOJu103w%?J6ZohFfGyx^!wgYtxO}Drz^p~){>$A>sT%I{ad4evd$ z(^O@x!fD5WJy}IgP#zj^$6yHpr&#eqDTed>U^GsPJ8(=aB3O64bx39tV^#YK=Jtbe zMw4bXBbvaR(2sQ}zc(p$HS~m!d!*UyN2L4dtpWM*l~&0o*sv@Ax^P9T-VCoER6Jw4 zGzAgE-P=^oqmV^DZU!l>$O_e9k5B)i5Z@w2(%$K(UbtQT5GW6sN3vNh?9cnam6jL* z^pT)@K@^`&zPlfbCVCGBpt_I174gRma0je2B=j5NiyTYVWHfVGFkXNF1_jJBlDP?h zuhcEQ4bWw7zK#U|gWN9IxA0B(e3%e!lPtUn1OfHYcp*A1iP|GEo3whOB3*}#EP(oL zuUFA^FG|5EJCVi|mhRX4LOlWhL|<`o zuHN=@g0KZqw<8}LvMiHI5$3kt$`L0gBQw{|0rN+u_uuX)2PYn(CJef-zMl7wEC>Bn z$-?!)SzQd54-Y&84lsnK&`E)gv=U>93_s9Q?O<;3MA-PAc=Rz96Ghd>_^&+i%)%v* z$DTei4Lp04EGpXg=`%J!Tvwj~b3{(q%98y3>2mmf#SnF5T4g9d29E zS}G&VpJI&i?O0(=H8l!qDw?4}Rwx|BPG@XYScbQaG%;FoszO}K^J1$x#1m;c8!puT zZ1YCmqb8-7D)v~IXn>AFhyVrh=mCj}+6;Z$fV^V(&})soB7F=S!5Lu2Hoc>mL+hGe zP>KnRvaX9N-(onWC+_tDbD(BMB0`*c#1jY(ugus9bkU8dE=v#SOfSH#m6z#APDl3&k8}PvLdsL&CUCd8hwR!wxVOvj+fGj7;k= z98+)Dqy&&iv+yOd;WhwgH$Guva|gYHjHb;>8ydK%B^JSOhAImdXWaY1)AZ)S@fc$=sa>lZq>{YD+7} z;|h6SKG*Ap2f7pDR%ah-b7A8WTc~J=fxkq=lJWpmNRun!5=m&`6S~8k1S|G7%o+|M zwg<6NFv;jd%wcK>o? z2j}5YafuH_tF8lGBp^;O{~*RNa6>_;&^iIUqBr+JD@81s$G=oP4_H|8K2F-^fr1k% zoc!&6xVgZPNxB*EC~n3L0DVa?_n)0-G>xGm*#;RmFD{R{1HzjmfID`IpyHCr_Dw`I zSLr}fc1M;Hp3@GKfvve{tC=d)Q~}i@IFS$PQ|PI^UUG0-zo^z~$Wz;3Y++{e=t-#` zY_wHOD5wc7-qC@YW1+h_Rh5+q{@s+^Xd^=!DAC94`<2+S$nVAO>iouJ`cx<=26AYv zkT&sygn3EQe?!kf=0z>kdsK;&zJ!K;dWu^tbEAj{{7@yT05p30Cf0v^7h?W1mb0_j zF~{`iln3L}x@@WWW0NI^&_ez}m;v7ov8D8x9C*GEDF?o-{PaShpDPy@|ETddFH{LM zvjKD%{)89wfbax1EV7@ZpDqkv2HAsU`SK9Zw@k9+JOvaoa0!=ZFrY;*x^|RPaAZFr z{Tfh==5lmv+%fMu}x+p9WIg=M4eB=Rw+N}Xb#ujecQ{pHXg!QoM8D^gYoE0`z0ka|i z-_w-c5%QHJ?g5MQj5B8NzgeS{5NDhN)i_#&!GuReF&0_>G$TL~5J00m3z{^TMoRe% zJbZxBP#GHn6lX2Py35Eh5k*+&m3NlwNcADrc*KebiuutFg_B}wS+c^Y*(C6oKebOSau^u4Bf5sO&<{Pvz)%i> zBwOo@X)@$z5hQ6Y!M7Mb6}b75NnL(WFV;hrvcgD!Xi0Ub8S9NDYAkZNK{N<=G$N@@ zw_ON*vVBBU4t}-8g7t|-kTMK4xqKpdn~reICdGn9vteL2&WZ8I{i^}BNW6CdJ{DJk z&Asy-eLh(QzjS<2?Hk~vNQ2~nhi2kU?d0f&V(Fy{XlOA3G7ScH@CjWPMjO1~z)p`t zHs;Jb))g3Z(4PE5&RC8+l_>!Oqz|m)g{xj=H5Z&Lv^F50&iTk9OG~ZR*PkeSXj6;8 z4LwCHEXXzpC^=sl;EKz^fbpB@Rxq9s85qJTb*FiblP_@4a4F3-h7WY@(3iR5+kjAIeM2D>739S$7sjkIi9M4V>ZVjNRF*3Rq+G zAHqM#QPnZTdiLOaz%C-r3t4P*?VRsEW^fPIM81&TY@Mo%Nh{dj>hMH4I6 zG&gFpBEKQS8Oa5gxUaizFqO89N=6>@=^4W}fK5G#1}&|Q zaIP+n84u3N%mF);wyN1o2tA40wnIyHcF@nQ z@4&-WGW=%ervm7f8m6B~bs3DCs4et_PC!Wghfu{f*-MP(-Gw*$B#FNlKqH?p8y+5- zox;*_K--T&HAGH8rw`Q6>+29(pBNXn2VeVfi;?z)9pc&`6P+a{BVQRF4S?bP3S!$~ zmc^YYVG+fYGHkDT6N9XRZwba02H`g;Wv@hA16vCQ<}B|N3aqQL&6`VtAE3b1I>MBV zAPNvEA+=x_pGGZ%uxG7}B;A+#0-l`FAp$QLo@79Gi}*(VQ4H@4W(hoj28I=428M+2 zbV_H>O`KJ|dP+&Y!d67<;Y)I{mOH3eI8gX!L4KwCgW&lm7|d<_7R2vEqC&vkHZ^`II!}hIJp&0Q7?mb%zR2r zYv^fdx>VY)N6TlI$u5;N^D7gEBwur4k=+7`HcA?PDVh>o?ajt;{!&@uhY0GBL0OnI zxS{v!{NZrGpPDtrLZKQ`OYATMJD$;&vxCXlLin*PDRh|O+IV&`uGh!RZzM7ZRhWO3 zo(~{mT{A0k`wRc0-?yBlb>p5B0nFK(`GQG7&U-PNSa#;zaqlD+!Vk*0`UJDu=aVwh z!pwMZCA1yypaSX<97cG2oKV7ok(p~@skadz_C`n0B18-GerV%W;Ne}16SpDya#sK8 zhL?vTH*+*&UyY?0lFqk^aRkRcM2XfP1bG0uaUv<{Si8)$6H-(>5_sZz5|BcK%w-@Y z{JOLD+IFFEA{T_1?3CO|6*n>e!h&6|8$o$zx`WN1|M;clj* zs|8@7heRW}?vf;?Ng6^Va~ivr;b5V4mgAf|7d58tV%5ja!?F?a{EL(}tG$TQTTxJw zB1k|S!;l^xyf#%No50!f(g5%iuaG;NMBxa6q9CYG&&yUWxFvH+XR|z6ONxe(SKNpb zkp`EIBh&CBeT<)HF2Y!p>}!ck^8v92ddwXF@O0oJm}5aZ3nPfaCOG-=ohoo(at>a! zZs~n2Ik8&o#pCu68!Gvj*FNh#=IqA|IbvADisw4NS8Sjmb>5Sz@QH>6liPb@T?^+p+^&lRViZ;3u@95HTiC zO9rZ*VvU6a{I)$*sRYI+Ku3_Kk`xCxsTE6!NSKwnyB3{Z?HfG;U7#WZXE8D@SLZyX zrGt{d={_Zu{&HxpO@myO6~p9Gf+yeT64+$HpV}xZ4M>pjN@emk5y%h8(2$21)Iz|b zc^dSjkPi|OJ^+9-t=Ph3UAW(Tx+CJ;XwYJJ2!EJ@FRSQNsv&xmQ&YHxOlB3=W$AK%QUAxe%m1Oo}XOm!TeZjC3@O(=3=>!9ESxNawdpg5eA7y8||anN!Ii_*YK+liSFfd-Zb z;b_|!`YzJNE})>@Ixw#i z9|P0DuL8W{zOCaGFZQ5CuXeL}|7}~ptcP{`9Kp4)U5w91MM`vvUSxuZo zPKu0D>d{^l1xE3q!7096J+4WY8>uOwlR)!f2idum+LgitK=ESd?D0^f{Q22*ZN?I^ zk26vdF{#ZQl0KIx0e1+53BrVxZ5Ed}Wa{9&^hxEXFFL>oc9MCpM*+t+4B&gNEjO$l z*g&w|U*VVQ0wVg94_eihN|neeT+B-+?C-reS99l+k`a!{`vJUfc6mz_m5({xzc9I; zEb*XcaKh#n=5_JKyovVR^&wI#?G}b$<8f;G&pqH97V(_?c<9ZLSl}@>k57=n6r!{l zM8h{j_ejA|q=s=n{r=?Z`-HR1yN#1yBlc`uhBaiV{Z)4y%^@cFyraNoU>i9Sn#zb=GZ~;RPsS9L1!I0D zNf3!eTwWAHa!@-!_`@`Bz`u;`KO|T|w4n&$a+?C+X1!S(yK2P<5F@3H&kGGFv3aVN?NuM9hL6 zRXYl?q&8$S>F5-Q(jxf-NSyLwCt8QrVth>3`G8m$oh@={XJRO6_0m9ZtJJ)nvhZOczWp z!V?7S>pRp4CF`t^{K%@2n|R6)q5MbI%ihgbQm&10GNp*yYe_40_b67^vuAc@!*l5#%os{*10y)bcK zr2vJ-|HS*QOo~CbcCsi!Q7}P*JY)NMUgb<$7q=qDJ>f8l*iPKc@j?VqwpPl<$fWEL zqU@&ST4;>jrkD@gst9<&I4LdIn(%Gd=m!Q`6*K@l<}}&$^i)ON1%=saTZGTmu4(Z;9bIG&Lvxok1vuo0Y#)#-Sk0a%4Kb_hE5zTgn08op-VIX7P$DKP^O}Aj zB63T|hTLbq!R`y&G7+K5Z~Vmmn`KAK8dJa}R1+iD2*=DpY)M7PqY6V=nXDl+@CG~# z@0fZ*v(+dSB|}+M5XyV;mQT*d-8sUy=+l#I><3k{U<7lig(xy%T}8TYbps&BpfUO? z?f{?oO0|MC)e(6>3=1(qqv@p^&P5khW2;e^#$~KmI)g#T4ir)5^smMZhbi>$L^Ac|$_=3U^}0 zN@WJDXvi8T4Swtni^6^VU`PivOJh-}^h8+F$C{FRojqu;5&M98_D^ayMO=dh3fpMl z!Vsh`7tChJAVJV7^oY-gp&w_-k`S3+3Gp(a)87|F09II0Gid6D!ifPirgF5MZ=xC^ zUDcpN-I@wJzz6(Upr$)t)nRmw3aF41aVrY?AZ*fthYS@=P{xZkN-8!*<;DiZP6A3` zXmEBKcvk*?((WG z344d5sA^miUIQPmIC_-PGI^Z>Mp{rhysZ6Jj%4-vrYu;l|3B`{Ab^&X4x^x{T#Ve} z2Ir^7b6pyHRk+oOh=qc-=&-$SEBc05^TmOp;Fmvw5IZ5$xZsi+xZ$kfkuT93k-Pvuf#tG*+F^$^rGo$*Q5HABvpn6k^ucxq=bjhs-PILHuw=NBAGkJZa|3K zaGrov45Z>C5ul5md{ii;QSfL`m52m&aZvw2h=em+5t5{V6f%*Gg$`*OCI@_*31#u> z3JZKBR=FZgSz0lg5wNTQWG2AJZUy^@CK(6t3(L3DLX#Ji!IKFyF3Cz}6MVVpGcwJQ%hFiAYm0 zUx8l!{<0+n3w%2Q@<&aCRnUbZi(q*KK|St5A3F+Q6J1b_AC@W%!W>yh#jM}bWS&MX ze@zw?Qg(27u`rq3+v360SyN?L0BF>B=^bSO+2Mj`3p%BZsag|&M7c}~Yf)GRc@hCD z9(5fDx8(qyBPvqcMHLaQi5!3y4MKINJEd$17?LCRswuWPq z|7~sPdgWe@GF(r1*q<7CrJA~S^PCDx8~0(kLk18P4T?^{UKJV?K6HY01PK@@4TSV5 zYxEXO53*u8K7qqCxk-AR!aY4IWAlLY0y)G?VC_kOqfltlgP|l7m_Q?(69bgVhyjP) z``WGQR-V~AaHn$XjK;ZJ0T}l842u;#;9SABQS4$nj0;#(V*2ihCto@@X1MC|^{c3) zQV1_VRo!r_yYg2~J-?>XB*0$PeDvhf~Ok$U_X~fFbM^S z)FD&i(^9`FB836g95a1oIXHS(f0xRRK zAba8su3CmhM8Ff89V&|RZGDywf-D<+k>hPn83Lqx+Ad)Wu_!)>?eKAKvJB}4laB$A z>deSF_i59&?MB6#ie(P7;!fmMj&tY$&|%?7c(lqAk_wchdG9TkSw zM;4OpC(=~bg87(dTA=ikF$Ouno`qR}1gIT!*#iBEjZnBrhfnh%PYksmc?V7&T)Iwh zy8dSl(}|$+XbF_(!4KMHE%Iu7VVx5)p%EMEEP&jw2L_Y)k$Qc6N*A6t_wF~oW5Nm< zt3t`5;>p##e|p%x`v+I46xd44N^*(f#CjgO9M9>^mHg!!WEYwM6&^M(G-X{23NL$K-v*MLZ*A8=%$z8}M~YO2WjjL}rR!Wg z+DFt%kuJMZ*qeXRg7IgpFA8bp%Pnes^(0ZPo;>D;;H*%JuMww(aNEGKe_fPR=Tiz} zVLj_6(zgeVVVu7BT7>lw=D<|~e@vZCb1*p;Myz%?71QlET zE?Srx8Ux7LRk@~J?9S%0WwssU1HHKu>3p&AF}0)aMI)=UwL`GOlxjK>8Q6=JxdJiI zwzAzj0cA79t?gY#5-b@DP7rpqOv%j{kZBAy_>*qQW2rkegJUNK|X8B|+^2Nwcbvo&f zX0*uWcwr_%uIakr?Sv^$T9|y(1NrwY4qgHg88#OOotTZ4Z)p0!W85x-Y z{c-|;{$NA9H5~Nsx+<=Y``nMDJdX>+LZz5&rbn+8O4u7A@erZuE!9Y;HeSPFjaQA`10N${KB9&Z#Nc2eXFi}V`k~Gm>YSdMDdFN z#CCL?0s-_SGwXxJHyX#i5FG(iI<%U_F(&R>jiS^<=r7No4o zgr8Vi;$rd3Et+KK;G8Nnf{FNSkvH{h>Ok-rDjI=}M%Ex?HuLC0j zizrq)cBRr<<3cfi3zY3%uH%W>cG)Ms&MXCjSJ)8= zM4OxT?(8@nOyIAr;x(50!-~%;G4Un>oatJiip3*^-9_CU=x*F{ZW~6F4p0_Sgs8!j zBFuecVQEOAJVgtK2(Yj6f%m6M@|A~zL^xI)NvzQKy2pHP+e&8f`PD{u7yd& zj6B1#eH8O9=t!Qex77v(I2isuL}Vw(Yt zN25@L#WaYogEDKY7zvI-QW!SPXiA}|N>lKZgnI?1S~TG%gEcAyaG0DhQ;BEOfO`7+ zii-dJHk<|unqnOucu%`JIkJm6ea%+GnR29dWQ2gFq@PP_AXit9750&?^2BAU*}y+r75g&s@_EteQcF#YO? zI`c41MP&x)07EFzyJA9NXi>l(&{B$ik@oYGRG-2WpFmq>wHRhLfyWACLLVBS+VcGr z-Yd&OZLS8W$vuVIp8`9{t)f7|CCLsD2a<*%h#P>Dj{G=2v10^o+|go=j1?lUa&^jy z2WavT-c^6lT~p0H33!*_jtqF;rY|b@z>6p!{FoIEi4ZXD;6iVpMzHDBl&*s^Kmem~gCUxAFJTpFw0U#tGR8lgG2heZ_6XQhB3*Zs*p*zI6BJ;HpvqF_}HEQSRL z)sJsNYXoQeBqAB_pmPwY2v5wH)06%yb{|IrZ`)fUBp9%a<3 zQE?pN|G%+S{a|utDq(xLDv(}NES*-u?yH|mL2yiZ@Eue0>zQQ`g`3+o6H*_3LSTja z$VvS3QU5GrVnlX>;xc8#4ui|al!Dcjz(J8NI$x1#c3|JcD9xaP&viT=z?3LP7IL3c zi^c!A4AnSNw@qy88^;h~(hh7w5XqYMr^4oyM=V5L#|+vO-2$LkcbDms!}AJKcj&;o z3eVxDh;vOZ$oh+APuvDez!L$41kBxu%+#Zc5Zk=N2Hr0ic`Xs-2xqYh=nRz*V&FhE z0MRE%nO8LPWF_1H=lbHT2FVXUm~>5v)@&>+>sOjG5XFSbl|nT1@fp`rq?3@?^IjBo zkufr*sEhxNY$WEJ3F~E2^RyeJ&(epG0TIk#oU}t)qYpG-VTv@s;~+MImza&lgJUMW zI&3HBil!pgQ|!Jg4b`UUOIr$A>HsbC8QviOBrl0&rIP_!Q^y{Zlmc5(JvP4R8hwIf!rhE-zdg|yvt3ZR}7D2kE*}gxA}kZ8cYi8qgFQNQB~9 zAFFwhZii`ngT=B2R8)m7?H>Ce(+(m8!PaiEFeQ~y-W}n13M9SJI(gXZQVwwM(FU-U z0q#+?1&#-2)NQfzQ@uHan{{nDE1n1)dxL9O`MHQ};n$4Agl7q_SBNld@iwPo?%?NG6NX-Ll%{BzS_wFwnyghuiDqj%jHOOFRP?6prFB7kb!$Ut1_p@jS zd_C_l|HE_A?owD04%ik{#Gm|-l{O^UA&ayfI#42299wWP$~zOA)$IwbwB4PIW~sJX z7xF!}lLKU?x5147^fx!&xON_iDTXs2?f@=ht`i0rh7FQ-PbBg2bh%@2v7{GNfI*Dd zfi(g*1PI(sJLw==($xgcu*DDhu`|LbLF!2_7YkOIzGb`j0R~d zX~?yxp}dhWv)<9LDQ%EBz;N*-pq2W~+8YYh@^RhxOff)>RtNvMV{BAXmIXOaLcIdf zdWhySXjehMP3TlmE6l#nS*88IFy+4fI~?eo>do-*!_io@4{=B%M|X}-@DcCblv@a% zOGOux;6kxjHNMy+{c{Z)Rtg-8(e2c2t-8#(TF=;Exx6u3%l#%)xLZGHBZ0)bQ&( z$Tr@|p)tjjh2NEU`I@dJL+kkrVIbb}%%MQF8bPZf%?Jop?`xBq@_<`|3-yJbSq?nC z(uFjpc(Bt&Wg1CeM5tTUi+5Nu+8}^d#wA}f$nGFc=G+8tw32t_$zxrCy& z+&9XKcVNX5KebgMNgJoTWhi~zSzorG?_noHY!_`-_ia=wRQO7@xi%6jhpwC;Jkj4N zV66nJy};@7U6Dz4hnPTA!y%YgU{R?OIJyJ1X0T{PZ}3*_5I>$L)DnJU(3q%#jt5*5 zEEstN$d(PhdlM`fDNY0&g4+zAU&!B{mBsECDvMRR$oIM{g5=(!=m^VbKY+C&$-UgV zWSU^*$c_UIH2u&n8=|UM0ZpA}Bn~Z;hF#Hl9@KUCxx5=n)w<|Mn@Tn&Ykk4}K#Q4_ z^-fZ+r-@gJec_G)UJV57H-|e(4wY%2&M#Lw7uXvlh-PHb3y4T5SwyO^_FA8)oD7s7 zA0MebVRopa*dSn25)(wg&!oyxGp?9W`|TT0WkkWY$aD#}d)q#p7c> zeoDH(r;xRvlRY?4&_p(th)0(#U4o|Fda6gWWy@;yQRBa@z_d7qIA`vJH}wi4+9b=p z{`qZq{VeNb2RwUwb|^?UbH_Wv{LY}99hX7CA5e5Tsk-@mI5rRhQ0(Ln zoR-v6E}^)Wy2;|_Ild&|&A71!09RMd#25!Oa?M)uv~1S*2eFJ5Z7NP$!-Z|BZ$0;{ zs|P{mEtwacUpVL)OxfY_mn*;(sS6JNt{mssJY5V8CL&F>h^U5=>ryBTpRCc6sERU$ zvI?dJ%rQqx%cLCNq8>&EwW800KnM($faW9Yit3S~7Fa|H7Cny(5z0dHcuKW3 z51FVwhg?cRuzXY2+)?jU2~b5FR})F(ZK4Il4%l#C>v^$Zr;&L;n^54 zdNy+rLN`z>8Y=%zd4b3RRG3AvYm<5wfuK~K8kMqh-hdu_tdXQ3>fV4CL@F4 zQ9myxfs=FJ$LLx2tQZZ50&rKc=Md0fGl}aF;Z^F?%Wg1$!GdCW86^QlWsPcKjTK|S zNK1JkWEq4xLlxS%8Bao*r2NvLunr{BpqTM+Jr33dW6SF}Lzp0Cn;9)_n$4RMg*D|+ zoT3~}E*;mm!kPzXT(W-sdda1=W>7K&2>9nHRCSfGzV82Ww=xLHX)m|!^hE=sG=B3v zzl?&1S|r^n_g(IG*nxehYoEcVS|U-@;*X-XKp+W&*U}dV#f#QIBJ}e2TOg+R?iMX+ z7z82q_8SYkco9tlGZM`q0~RU1ojs<6`dp*=(Omd~TOAEjS8vC_4q~;vskmoxbN_uz zcLOihA_NXn>0&7gX#u2izG<-22SO-FOE{vJ-86<#qq1R4VkSIT_!m!>v$zMv#tz*j)&x({ZA(9v#WA! z=)R}DEpigrke+8R2e}iuL;|)hCIfO$Q@zSGU*Xc6H?Pe}+2#gUHyWh!0fN)YBVCyr z?Ku`c`lBKaP9>?0j_}s{TzSy}t|RgqXWp!82~(4~ajz_~&wE@-OcY%YWrnwT}m_)~!H+N~5n1!)wpLp$INqbM;k$3}}h56xIS z&ul2ElLh3fRyl&o!B1C1jxoCY^kxHyp}^>>rAm5CwYUea+vzu`55~{;gF1Tnv=+D>bupg zC$Vi15sIM_K*c9aRhi-G;+O^Cjpvco1`Mi4N&cy>0A8vGMbODu<9o;o5)720L1@jv zqz@4s zu1{jY8=gW?>$KF+wS1e{ICi^^F)Hq3Gx$WoGFnhRkAU-i!52y# z9eR&nbwswURWRUozX*03i&_B&=7H>{BTW|q75HNOr^T`baH+zJYV%^VOU3WlIl^Bw zNQ(IcA{NJ)y-TieZk2`Z#V)Q~Q8~Q7|Ru!}Q{-*Ty8Ey_at*sMdy)r`; zwvl|Ppc2B^Q5h-+zqLA!-p|+I#ZH5O`lDn7> z*C0$2OUT!;#MXAXuMWk&bb1ud~GW|O= zJuQMGOCI1UrK?KdJ2#&t>w^Oj7;_ zn37f)sK9Y~5^vHkkR`Qqt{IzF1Ee6sA*LP)6gi02G1OygBr9rVbWb8Rx#Rb&p% z0^vcOYaEq19^VhNM7Y5g8uPO#-U+PK8#^F*AW{e(qQ`LKOOvKI1VqB@=&qOCkfpV} z2AK8}EbRKi>0i(g-g0&dN(FAiJsK+k7=)1i`w{UAo)GeR1{hPX=0A)&`m|swq*ek# zUOwvLygDz+wi@Of5clii{BoJORwA{gi&WbDT{7;?a0j;0@0)5@2}XjgMidAiwj-+j zvI^NJcsZ-^CKBefS4Tt}(ETDE`{r%dFB68?Km*-E^Im4!pcZvxyg1q~9&*#IphP1n zq0muFNzD@sq{-h8mhYM_Tu$u+QtZVeHdIs~u0Luy4c?cu;^0V@WOR>P)=44r8$g>N>zB zJ-eadTgu%#FmO+@=Jv@fibqB8s_2`+L5QwA7)O#ttD}>Si}$o@;;V4QA|by(Nz?5T zk;6;^OkdZpBo;nkkcj#aXjTEeDMHrFnifcfmg(CW1OtWvFr`iJ_$GI|C_m$}jX49` zp#--KT!SoU<#UKR=md=5q~V;;lna-9Np(lMJTL->vsNO(jcqVxTRbJTtv}X^ivMMR zgqGnuV~_D|+l7PIY0)o;7~hL4C|AQE(QoLfA^Vw2N{lJOP7bgx8biGY54KGGZs;DQ znMFc|7{g#bZLZW_G#Le>Vmc&C$PprNEm1PDi8M?#O#}3}68cj_Nr}g&l7!KvB{D##~$7dU=jV zWP{M~>Q3)59xdzNSWdIN_M2h#D8YOhTx36$oiN?IA70+>0ciqt6s z0!lzOl>p_kf~9CeMzs&YL9ny+$vlkf@B)}u?n3XBa{5-o4vvftqo74)%%JZI2tB;g zJK6w#B}`4K0qgjQgF~$!^B*IE=RswqbY@@tlt3U2c0Z5C&cEd7VqL>Alx82hN;TDN zR1HY11`^^*_mLSNl6X@$$D)@5*y>3suH>yal~QZy4kb+r!A*Bs(1|)iOK$lTqkkYj z%~mW$Pti(68i$}lk&fSqjY0O`ZL%OS(%4D13GF-c{Wnfi67PwGte}BtWxfc|&dKgp ztFqYu)#_H#WnG+b%9}EK+@=sH_{W&toCq*z5xSB)wz$6y5o5kRy% z3F0S>i=mUqo-iL1&HWHn?4m%X*SMt1Z2*f#lPUY)Ts&PDq82INisCUK27Xo$;Q(mL zlofXto}ZEzlg-o%ZdW5c(HzlHsPkF`>n@SbIOK&%64+sZl@jBl4$1d*A}pX1Z82$u zqVzBZhr;9oWjiZkRT`!yb9bv&-p2ig zbhMo_9|xFr3<&&>`L5O^TPL9CPZ5mv%h*bkhBK-T}>r%v2As|G+Egn6F+P$MmV zN)Se9E>!Cm{~dhGWbqmJQ7HBnE(D2w&Y7!nqCPWQvCvr&vOCUiziknqj;vjp%nO9; z#818cp!SQu<@~#l&Oe+dPk|#z?pBU;R>l?c@TjxsC7gPmt zR*j1|fQgjuOb)SCXvI!R`CjT}5(ZZayOU}|1g0Y9M&`$WFXvnY-SBr~%MLG&md($1QueMht(wnEx^tqU9!9a$@1QF@l+02&`;&{xyaF)IN zmBHl&xgEuXzyXz|#~v1nswlpu3Iwb}0~~_#|89zlIB(Pg!ll;ePt-xnfr#WV0e*e` zk6v++;{hS8rd6g~3dtuNNCb(xr%%8#PwcV7I2av(qX5JjB2cNNZW!l?1R7I+9}8pw zmL0Ua1Ld>Wj%%P}JcHW$EU$TTy%AVbsW&0ix_x@82WCl2e}xjXu%e3>!%0?pRE1Ds zr7W7uAsv*&0KEDAn8au?GGOf7;}T5^Ykyt}BS}7W_C?eEYV|jr`)3T6X@w-YT=JR% z{XkqbDhvi5;EWYL2!#Auj3mtLHxsT>iFILsKM6`P4W)Hhtk=42R*TvYx(W$jcwEa3 zxCmmk<`;=&L3(2J%!5}7Gz_()w;6K|Fxtt2u%wLTz$j;)NOKL&Fnlg1iT8ZHxj%7C9l)b>XvqN#83306QiJ|DfZ?e%9wIbW!=jW|{fFVWN$f2?1lG?E}bFP5^#aOOKO$7+a0>;o^Z z{`8Nrl`#$8Vpxn~@h(^*SdZ69JWsJ|N%%hcuu6R3{TJM*3D+5C>lb#N*-&ChI${-) zTC_p!bdxX(MPyKyfh414L8usjz=43x;z!HiiYBka$;Za@3@Q=v68I>D+u|6w2W&X~ zf#-+f2_iWO4uJGwcylxoY06Iv+jzJ}68Q$b+tCmEi$6w+bW1YU)l z3II{dz}MgJK-0w6VlrmX1;W139bSTw`+Rgk>sn4z6ik?R3f|H-Kg4v;wiUGy7Vu4DR5@MxB5TTK=aTB}Fg z6hq0gK>`9nvWQz9GfxOB5pn9YF)vQ2=4zM$^bZ&XmNJac$;zjau~jw|D|HveR8j$M z)E%_;SjVJI=Np}6r1O)Powu-i5eHJTI5FIuwYGf0s2h4bP^=CR0urtY@`IFUW9azf z2H3)yD<}l03qV~HDhkN>Mv0k--(o@K#p)zQhAx@kj>h}!8VG(z_CVjC((%6zW~6sw zK_DCg0W7BGzi0*^@|RAhESKwumg~`CKw07`oIRPSNs0P=!xC>Z1{D`SUnk{;7|3@W z-)B3NY6YBqqv7nXq?3QV`=3z|16IxE>B+*j0=#>H4EebPTqP<-@gZScLoEl96|2>R z;bC)YZ9^OnxJb-{>Hw00UH#uQL$4kYDt;M7Iez~?dt;1Q~ii*Y+y zIQr7u=}};-rp^^W(1Mrt#-_ZO6~nn}*bsD;Q{f;hnBFX?)@Xc!D!uE*r`o+3lsFx- zb(Rolm*3uho7|2EFT-nJHW>-eIR{J|gj&HuC^r(^6ESHJ)_18OqH=P2PwPnVMT*IG z`!fe*W%a6bd;#iXp-1(QRwYO;;V}sIRs@i=@d7eZdc4^jUC`1KYo7BN{5NNzhJQ_N zzig5OTj+Fh=`VXg;L>LhBwcede~utonJw|SQ|^b~OePfH#Dkg_@^KbM!TIS~4me}B z_BFYj`zBzo?VJx~a^>B#%)kp|g?NlW)j)Rzx{5{ouC#RAZkKjcTy~)5BFT z6*N%-hM0h-%SM9j1yE^5f@Gq6q0$ETZV}kEgCi`iP!DRl{SLM44S&KMpjNm}z`%eu zutAMaIYnTE4FJjHf|3_}-J^J`!Xa-0L$E58OhBP}!G2GW#07+a9flhL{b_&{JpzGaC9ic`8B<;M?Wc`I_AbfSsp^RfPn?!3g zhJ5?qQ$lXX(UL6GF$0+JfAb9o1I6Eu62cbaW`(Zc+TbK0QqUEpHfxxvA2;sAjxY!` zfJ?Qz*)`v%{A`XoqZ^4@fQ(f{V73chf`Y8G;}dY7c2Mrdv@>tn7R?{G+8Ba@3Kwvl z#ZifJ^SbA*aTT&^$lst!E|FKp%|YeIf5UI+=FhJ3H6Bn5=EJwN)QW}2a+~CuDVe&_p-`jiM5j7G8bAKq9Jn|p-v|2r_hWxHpj5#0+t}et(B2Lt-O@|u_TwTTcj6f>G%a&Zk9uvK6yrBw!aDVi$u?g!t+|kjG9(PUfbvq zN_pTGfe`5oGqkfg6Neg^syIQC`+Hhgr$k%pz>4ot9!+5-$%J zkh>mM==3gXj8xIL0xm3@Jz<5oEfRep78#Tvq&rOOhY;Mnz&nv9mj)K47VZ6D&su12 zbLOH2nUqwPL7(#5b(+SK^2a~~lMSmx=}u&3HMgqAtMxsf75CZe?$LHSRyPtqY%ii% z?n^CPi*#q2^ZE-(3K^)MP`ULRlOk`}xspP`|Bmj2hDS)p*z6v`0Zn0>_rhpfze`Fe z8kmd~XO0PA(8=<%I=U$o5l|H%B+d|RqL@&`pxQQ2;VM^P(4LGDOCRxFji0Om=v8d! z%4>o7C{kfUxR#i1J9v23&tC#Vcg7_tKr{QRxQDN3=KdYV$+|D~lMZ#;!RlCbP+sg$ zY?vO&VoNCP;)-Ys*Iwbk1?)&B&uJ4+hE)Gg2uP|FlvP}TL>fiLjJRT~cVA;{1zo`O z5DS$H~#^P94YZu$=8$Ksmucr>u;%@2qt$5Jm46sKq!_D2-Q=K-X9~| zm(u~L18Bq;!@^iwBDHG8c2+p;2fIyp!m%E3z_qO$h=g`nO#xnp5JPsoi*l0UP#DCp(Maz@;b+Ik-U&pVLn*@)=VnLaAK)`q*;p|V83WG#t=%|*wwAm=EQgj@hmbwzVXLOhl? zwV}h4$~7+U!4SnEgVPCz*uZxEYR@OO0;uUphCc^05zd_c7VI-3;TVjewHKbZso;8cuJC5C&1O_^>V}(3kC4esa#bw_>VKtnBC;Vh-T?Wq5;^l~QuZiP4vmjB%ZivKrYymn_nUHM(Vjj-CF@D&|*U&2cez?T_(OaekXE}YU`?%+=s?}BZ|Q&w6^V#(iIL{i(tlxJOXelXY+GF3k+6e zkiQ$Y%2BWc=J9)XprH{7VcZ!D3c?T|R8(9y!NTFJJ+|1Tm1xM3Sb7v=X_%1;bidCxivs~!WE|o1!w0#C*pQq5G1cjb z7>9oC>`9;y_OiMnaS-|@Xv|C)DaJ_MXY<9XMU_>m@ZY?|qLxMlt`hQ7hFQ^EvaYtR z7zNc{`5h&8RRz(ff-4=~7OLTI6L#RZ33Tq`-AQu$l$tX+6=q1Ii8zR&%NTYr)2ecE zw(dkMO!kpz!H^<}e+75$m~muO%42d~@7*yql~!L5#aOh8O*a@krd#affsAPCq9PG&AOWHJfS(@F4<1zC32<;6Na3`8kezkhIE-BJ7S zI_%=#5o~-I{{$!pv@~jjdzU%Bx$GU)i+vp53@_W>KDa>L*C! zJA?>`hE&+XoGLj`r2TNOGPDx~3y)$aEm3}O5MW=1*B-i21!n&pe*@ro$WRB{=mGI3 zksS~#`SA9E$f;>Jap#4rFHr78_P6YV7 z8fF%#R4Iq}5210H*8{T2SQu9ay*lGHJa|}@N^!sapP*PQX4-`k5?thT4I3!ij_(Z^ zxpFQ6B3{Wu8+4XO893O;7UUcki9G6)Cv?!t;)~(kf>=%uo5}C%j-_O z1cvvCb@B_yk&r88rkBq(Iu5Ogi^vxXMT2l2mUe;*!BlQiMB&Go9ssavD4-I*6b=a$3^1F;Qh+7+1slm@ zp;@D9H}yp2FMnPhnpKIiF=*ml=t)3w{0NUwB`%>&5e%3e4XEi>gG0Q@W?Xv!Z?Oh1 ztCpZlP8t9ay<6Fc_C}J`{HR9K3~H_f3cQr13b#WyAPzVZOk~1#Uf|61L zNZBNre~s@#NdP>OA>E&+i^+NGL*1GAz&Hw0kqv#dw5Nblq5Z$!GL*9ZsaCcu37gOe zRM?&BHqJ-VEn@CaEQL1GbhtIe0EdNoSU_VP#0TS=VFxf^Fqq>C7(vRnYLIhGbDDGi z;=p;a9DmKb8>^Xx44tAjq9@NUn{t3+G$G70GI2cO5CMBDBPT5?(Qy-i#A7=xPu_#s zuHYG`n04O4tX%8VA+O6tfZc?+$R!AS-)D$n(PtQj5)1<~nnOQ^=fi9J3dQvKwgLxl z-|tEgE!f9>`&_Nd-7Fgaw=IMxk~*H*p!SxQ&3CZRZBVN&NQI~s#Oy%zNMQ?|fHCZA zO~en3C_ky{8AQRbNGQt|me9Fb_d7xRJGEpuDg4gRzc801pxsjFw}2AuWw1SWXd_WV z40J}s!`;QnK{G;*RU0WOd8k|gcJe;W3V#JcpZ3GD@_%Wmgtt?&;Mx^3;sn*)fM`rD zmx`8yUAGuVkw&l~`pLQLVWkG&>z8f-;CI`A`~d87hpht&`)Sv}J;pvy8qLOau(57u z!Ys%%2^P=r>Ci9C0Ks)~BPKZude)b#>M|)^`Iw)_@E)Qe zcGsQou*qPC-_HX4C{)F272hD?J`HT_X?)u(3NT~+JAGdT>#dJ;S6)&3St0+qZK z?1Q|W5qXsr%%rQStxYtfF(?&T551)UllK=`pm*9!N&xlpfNeidCv6k_!;69y%fnBNfVY z`AtMUA!9v%%%GK3j2x417|_^5s5k7w$O$RHJ*#7~;Mo?B&@f{1rHf!Y0=)6HZ0wan z@w68oysCSEWNb#!8(Q9Ej2*Ku7VaC*qTj#TBGy-+F{+j%)ToAW2s=Y4p4uIEWmR#Q z-rgIf!_zm~%OdkqQ{`T%I%JyTE)1Ri_n zHd=lcVFJ?0K)mY1mIC{%LFGcFw2dD#|C8f~J*+;=?)jyn8yQ?i&V+50u=aF67NS`T zIsznMzh^;1CWXw%D;IB!GN4phx$yQ>Blb_R@u7IT6a3sr375{LPWAbJ*?sG3;zPP! zjbNZP;({iCATuaPQ4FV|wLB7t3Q8(;p^;F%HwR2TDw`q$qe7%XhJhtzWTujlvHpM? z!0p=g3D6@VM!u-=y%XX{d5t50b=hYfG3P+2=^QMNk7=v{9M1tkGNltSfuzzvcqJgweVNcOzU7zAYTv(7%(uli`z!#laBTiv&waQ)I_|n z5b7_8SRJqMJzt)$z%M+&NED$t)?im{bcD}Ps6MdC#2>ZOL?kt_M`y{^z!TZTLMs|q zO)S(y!MyG1H1nn?ost@h{B;k8(Ry9I#DQEMMk%=%4bDvmNk0zoEyqIZis3*gpryyG zI&QSOE(cFbmC>5S)A;Yoamnj)M@LNjj|$EKV1pf22!Ft%n{0j~og}Q4qGV*P$r#84 zq2jovuy*`Aj=&%&dt8ySW(naXT$%!4NpT_EjRFZoei7GDtD#HS{#7J7hVqHH12(GJrIUIUssa zbf{~{UcEpH8A36ioDdW=JR$IG%mVraatquQph`hvg9--< z4!9MNBY<2$xLV|0AK(~G?9bAeSkXvngG}j za1g*Qz-0jB0Fndz23QOr44^5#Z2YI@UzWau`0MZQlzzeZ-}B#)|I7CO@1K(X6a8<% zFZ2I>__6sn_FuOD4f%)A|KNTZ^Dhwkf5jfy`!(;Ut)4ghS$Nj=AHcs&ya@V(;0N2^ z3O)zCS^8u3N##4F??~Q?ogRATbd2cn)x)U=Y2M0RQu{S@oa#f_7jo{*{akzdmVg3= z9(q67Uhef*v;BVKe;s+D!ao39`{DzHP7pW}=l22J5Aw%^ZWFjU=C3aJWyfwt<-?3l zPB@>&97o`HV!fd^3*Iws?XGt3+UCl3zuX&l?dmqN*yC-DxJE84633)^>c*XdodkOq z!jVANf~PSmISj1k4=Ox`AP&oMh%q2~=rdbNg%J6`cP43cs10lo9t9*Qalp26P9?qR zHo%-fb_KEN(*g*B<7a$q6RJ8h_YfgPm+(*{djb%E@Ndcnxx#c|%b*npK?O6i?G5X= zVX~}1(G@?ASeAak(>Pk6xC=4QHCO7RIp>T96`F#$$f=luJ!^mHV8eN7atDjZ2J%h^ z1QbBCO-j6wSmfwpZU7$i=noJO0qjx-ho-I+L%=A&R4YwUfiy@wFZNH9V|f93X)s`D zMM9_HD$j5#e8goHw1pDa!R;|Lu#Xb0EHQVY^^p3>WK=fk-oA zAu}O&^p$)eMDn*-3Bqllu6T8Z0Ns*UmywW=(*6~C$|i^h;HCtwb6-mkmZ=V2`JIwT zb>Ko#Nkp0sfVV=yc0{0XMrRPymr5m*3(>5KARkRkDWLdXje|VXq&}}ba}Vv}S8Knb z0Kz<>PT!NaBk#tjyburpFUq(LoDnWIa1mMp?JPCpoWNQJ^{XL&EF(@qJaH7q((aJ1 zLWsOV62kC;x7!hwJpC^#;5dA>&7X8Y0T+WnuX%~XOC=f&WKK^9xHIrd8S1^9?g-eO z9v5*vZ95YKb!XsDSZYCjJ}RdO^N2}MGVorS7**dRIZ*4tw6-`Xlsr;GNL*>eoeLL< z1l$e1GGYA88(TX<)!PZ3n~lh;WyficA(MC<4GX3`pN>qSFl%h8;352i0WqzjwU|6X z7-1B>nK*udYLYBOS;sjnn@NsV3sI-A;{FO{?1oc0AYoE!(I0$P`kF{pkq$xw*=Xc? zRRPhbu+l{a*y@5ri%f(f6XOO<5@^i7;scS)!`n_sF@iV97q^%a2nDz!WdU$$&}F*1 zy8?0s-NMA5GrvM*-;P>Qr8CkFGuS%#TrA;+)o`G1P$Xzn zk0Q<<|FUREIp}gI&$4P7Lg-7qXuoGClCSZ@#kYMV3O@`&kE+Ku(7OXDM^v`B6McVA zT=Hl9lE-S}>$H1mEB_PnwvMz(ES{ z?gjuYoGGc2YVy$W41Uv8ix~OX6tSELl2oN%pLX#`>sY^_DfXZg=801~a3*}?HrEpy ztfdGkvpPz8=5Flq-O;1GOHD-=Gw9WZst*P;z4z@DxeI4eYS8!xl2}79^$HK7Bk-Fh z02nw=k@)N`9A54d!XX)xF>}^(h9L##*T~AsX4oG2159o0j8tYPV@-Mm;>WbT2IciF zP*@L8(Zm>pWP5|h{Y?2cc{htgnB5~( z^4gd<_z7cDZ|#-zN+HUqb3q0^9m9P+P^OAXMpu-oI~KtgQ#~ zd=q36FQ=yEB0x$#v8MlGA{xbR0=`yQAIhSBW{xcD?NqP$$F&q5erfT~f(pa{Drr&* zCn+U$V%lIRU7ayuWCOG2l9w+moT20~W((634 zmJr1-oRDM`209QDceG<`BqInbt0be8QrV>ll=U`0>WQh_D8MAJotFu%W0Lhk+1Ldb zY?uN^sOUn3XYP{?d05oj1ke;N1GreR{SQEwD%foqHTN(vj_$q)E_q+|k^dH&w14xe z%=S^LE{JCc-VD$ZQ5*<@si^RLL~-dTxU=E<=uk@iyI>x|OuTbcU(_|(rjotr6%cr1 zBmpstr;Nus`UDOzE_2}th;c=-Bwaz4KfC!_h(b{BLU|yOS^G|M4c1GTV=l|z962Hr zA+6#o$B89gdxR%K6dB~@wb+?~-N{N6-+js?a_joB8l^tu^ionWYhdDN%}DgOwkhTRO9IT$=sM^gcFW-L8)7-3ZDak^`CRx+;u1Z%+H zraIVI!8VjFlp%C}=e~kdF`(eitLgJoR1xtQsEK3e zYseq1j?IZ8MKqUr5PmkO76F`1YtlEk^@V z9!4@iAz>|J)fsd|0YsLO-sU)-DZ)+sNliOpU>wS{K`RikZBiqax=RM{kdFP}a-E<9 zdIGKE;ROY=xCH=%i--#V#3>+NC{B(1(1gE_ngeM8iC=^ktulJVXL1*_K`=-|W;g0h z)sXW6A_OOb2`oD>6#=6(SJ3|2WHwATn@p3K-(FMz^;csO2qnwuO6Gb$E$e32!1hIM zLv+l7lbeWK2>=2}9D40wgu& zeMKWcZZru{Giw&xt^0dOv~<{T`fWf1xB-*E6<7Ql{j$AcUN&%unDG;(Wl#xgmMyu` zHs?BJyf)tG+Pi~l>WTJ4Hj2nGl0Y`i#4%Q%zv3)-jZx-*s}@qO*dPvLL-G$T=5qR+gX)R8jP{K+~B6 zOXLg_6lpvGr0>R%DrN`J(ZOme9(Hb;qb0r`&bt^U4N*Ubv#tigv>O7zYs%5CYDTr> zwH+w~Y63oy9T@tM2R?o#3c}FvlXMNp3L*XmKUMEh7n+0wB=fWsbD^9j=KG%1VBlMw z08@CLOU-Sp28WrIXo1Z16Fkt#C$U^$feY1g?V7u22Z~R|kgFGEdq$vFCWVdf=d>A>1|oxT0s}m)tIhmsEw85nN#PCu;$`nGhP-Pn{kDQHF_dt^k$9O6(G-qI{nX5(1RY zB{KO$j8ANu020&$u@Xu!1fLBO0g_GxlJO*rLu`irAg0Hw+Qy~N^rFj!)O6;qA@Nsl z + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gitbook/fonts/fontawesome/fontawesome-webfont.ttf b/gitbook/fonts/fontawesome/fontawesome-webfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..f221e50a2ef60738ba30932d834530cdfe55cb3e GIT binary patch literal 152796 zcmd4434B!5**|{Ix!dgfl1wJaOfpLr43K1!u!SM)5H>+kKny5~;DQQ*xQ$9xkh*|U zYO6-ARJ!uEwZGOD-)Y}g-!4+yTD$r7jcu)c>r$Y7ZH3I`|9#G#NhSfbeSh!g|Nleg z-gE9f_uR8Q=Q+=QB_>IdOUg;I)HiF^vIQI7oY;aZZ{ru8J!9r9{u4=&BxXTAwrJ_t z)_YpF*CXG6eBUKkt=aVG*v+pXe~%=|{PH!|Z#s1fHA%{D+_zkQ<&BqB@BdK_`G+K4 z{rmOn)?DiPx%4}U*KNc7j`g_UmTjLv{t)ts^;d1)wyYui4DzVcmb>zrOV;rFXY@+^ zoMp)GziQ34O|pweCEiKxi(S3us&(VPxT9L)T@Jke=1tdJzd88gWLe^q(4NZPt?Sla z_L)P=+aPwWw0N6qEX;gVGnIuShRQzlhmlV`CS`>*{Li`jUf3T}Nw>{@C#^9Dn}5CCsTL-uleYTcr_im5zFj#*b!? zEY`H@o?3Ql`l;3d`+vUq zpI`gUd;f9rKc4$lttaZK@>F^%JYi4B6Z8Z;evi-N^(Y?M!#&I+xlg$bcfmdAKIuN; ze&79f_ut&_x&Pb!SNC7s$KA)=N8NvRzvF(}{g(Sr?*DTC(fy|T5AHXdG~fT9{9}O4 z(yJLk8~w`v;UtN z0hTwin|S{wHFjc?CY=!PC=Hv)jHh9|=#->ArRJn+WCA+###=)Htv+6tYVT-^ds!;e z-p$(Ltu;)0s=06v%SKYE$Y73+EL*szInfYSbK!=BI;$SH3sR~*g+CybZO!%JDvPB` zOcmZC;T_G$cmpn8*TUPod0T7PtB%aJcXYCjw$_j)%~*f=ip$r}!0DVTmKR25Q#Eqd z;c4hnV<-Dt7d8ij%?mHZDa|Y2DNHKAAir4KW&={{A_zena%h7t#nE|>6r&$QSL@OY zheV2dd>x6H67mHx3?U_Fyl>oRyw7xYovin^cO;C1Uw-X=Rc8*WApO zCpii*-7IY6+Iv&%{F{eMTyxksdH-u)HV!5QNS?~+gcKvv6lsAZCB2%i=q}!j0b%J> zGL`lQLKy1~?_}O0V-B=nARG$UD3f?=x7^v$+08n==Hz6&G(8xoTr6q)^|7|>RpS^N zcU89SG2^evnBS@9oqncj4$FzG)4%syFKZL)I$Hva1zI}mCTcH#tK*{F>YfwXp4F>+ z)O^qCm@Fk~j_hb2H-7xM<{d|B5(UZW_bUzDXZ2cas^9s{=KW8r<0DC*FBuuHKE1#B z!M>AtZgr1Bb(nKZeaiv=N(zRwMaiIrtu;K{En`AyOyx(~eT4^X^}UnF8Ux+8U$Z!o zSbWXx-2=uOg$Hv!zQU5Y_|p5PzxMa$x!FV_JGc4oul>gxg=fsVKaaT^km`^@MSfIA z^OjU`1b}w>2~0ba{*KnLU&WY2jEB!>!GJ$#Of{xrLWBH#fHjmCtzR$3zjH|D#o1ie<4v}5w+q*`jn z*_)wU%UX>UhYuSoSnFK2o!!V@6zys}d$V|eHFmRGjXS!HpBpP*d{MTQn%VjRt)w;r zvN86xQW{WIgpl@bmBzo77Fvxed9+x{(-Bj1du|-ucjF#C80(m|Zi=;M=|}GR$kHC` zly$Q@VnN-=zixc{_19VVo!joccUxxNmP;?5-q4(B#$Utqi!a@>PJYw8|GFgEX-(<$ zUN_!6R+=g;k}j66k#3XjmmZhCC`oFjJ=M(Wv}zUzO=1A+56LrcdrClkaT%~tGY-c$rQYuoA2=&Q04kA}7sFpoxAU#~_!|KE`d|xai4GSq-sxQSJ zIa9I_;dpT>V$e|;E^=}>DVG;9hOeKw!skwicdKF%i;YO&$kKcgwibIq3Efl@!o=QC z%755>S?X;!r1sw4b}o*?X*qYcJ6s|(+S|_P$bVRt87$9?xFdi&UKA#*h`Xld^m-`=%)rg^x zm~^A$((YEiB!#e>VDHkky0MI<+NUyXR#qHpnRa)yFy@}<;^;lbzG##ZEX5z7ynKAI zxD~yJZJ>NKYW$Kvh%%`6>QnEkK4p(o4^}YXW?Eg^io;k`-Dw?Je<+|^nd%cY8^1Ds zW!A(}NEP44QpMVTg{$H{XS-`YLA99lj7d|~V{e>+y&3DO**w&xrZDWywBjZKZR5}y zs%F@Tz-$Q0OTv;oBju$?e&>MS39@AXB*<`b1U)uCb2fU651jTSRq}^2BJJ4?^Up%0 zmG{Xlg(dL2qj14L*8W1Cn$FRZf2P%<)BkWwP1+=9i(&W=zx zr0FiSUQhtoNYgD0^kX>WBb;qwaH6xfA2EJ!{JZh{Bio|f@u;?eh%6hJfxtg1b%$$ zP0g;@RmSstUP0h-PDi4pK==y!x13&(k^*K*kkT4TqIIAd#12D1GdfSLFTa0UUh=u} zE}uBC+&`D@D?RAD&JanKMNP*GBF!nyt{bG2OQuWg_z96wDO02sF(1Htx^y-2?WsB~ z5Nag|!ur%PBLU1vJ=UnE<3IHR%QdajLP({Ff(3n#OD&9+4G=_U>1rFWLfgA6EIPjN zqc*q8ersB{xaat)T>r=E@z|epRW?kwStAdIoX(Mj@3Xp{j@uKWaKw$mJVbBU$FBN~ zBgCT}$<_-T5nJ*;>y=^mJ*`o%^J|{qMyvh04x7_q53a0i9bd(RPEod{Wx^7N!{$uf zZ`)X2*tWIJ;xY@5i}Ik@JBqZdxsOkhrc0Ltwnxo6*v1i1FgouC{~M?wzO|dNI7T8gM6 z4tm4jVnMAMxl^FIA}PkF@~P}UyDd)HX({v;dL0g@rQ5=7{7111Vt*Bj>DM;SV@3>x zb42K}0j4naDVZg>maVTa|?`k3@d>Z!{Lh`md5403sQZ0{~z7(Q@ot zfZE{De3+zJSog+LX_kTLy7ai;pqpzW>ASpYd zeGMmbL`P{^6phX>?x}XL362v!1v@?K7lIFZx4AY0*nh^D5JiAs?oi;S3E4=V78Y|c zPYsK8NFEMs3ZVdG0x}SZi4g|GB(VNHCyZa5*t6#ZYdFEKJ7PR;tTrA$a)hm6PqH=g zfH4F^1PcWNrBGHp!7nZ^dgO?h$5u(w7Xm$c0qqjY$SsW6CS49{A>x}@pdLbjG%gc& zq{|wF1a&|cj3Bp;kc%irm;(hvVMs5QSFnKdIcI=XFrVYE4j+H7rI2;{SOAxeqqrVm zK4&4@5@AnR5&^apSKPRA07cv=!j=XS7WPDhM-_%$%-ihSNx4VT57<2*VSqEpBgsekK6menc>>n}h;ZW;TT74{}6CJ}+KyUG) zfFlTjlxj+q7)h2=?FRr3m}pGxkMExN$%*%{mm9i_Z+L5stgpjoWNW?NCME$g!6PxL z>41<&nNleh8>Y1H>FT<`JO*kmTN zR|=C~!HG@2m}PliDslpds`6c1CL(7e8QZ&+JS*E|cGU222hTrg)X*fd-*!*o4V86u zm4#nSDH|iVR7DaJqQk|e3pTd117mZRWv}$d3IlGh#}kXiYkBMg7d?M^p3lfzE&e3W zCH+3Xk^jL5t$H?ukDwi)2}A$Wsi`bgU+3bW+1grZzXz_a0mq;Wi6`4y73}>W?Ev6L zw#nu$#)8lo>j&m^STXk|d>QoJq!f@N3$0L}y3tZ1xQ7Nvy^ z{svtcqI0G&pA;8uZw;w$vaGS*cz2KS=Z&}fu{Gf1G7+0ysMTmDE36 zMfZvqUv&DXu}7GH4-0I(1COx*l^cIGzI^p%xBJa1QtkeoJ#+53&Uarj!HO%@Lg=25w_ zpj-$n*0_=r^lvT3F%GT+BJ3h`7b*G-Y2=6#3}HDF$tq_{Om~b~*d}I)HFU{Re#5?f z8;pTMo)A3;y3c=&S&YAbE#F0OnJw}WUa3>SO&A0f64gyq3RiRH_RTscfrok*8`L98er|Lm$eVv#djTeXncI>#u(vl!Oys2vnM+) zUi%Q!KKV)G#6xQ@c1)fv?wSN@Y~#}S_=gUBj8(j}efvwsAI*NnWJwtS4JYsxw(BCj z*%rq}6Oyr4`;9LfCj=hW*a9q7rT-+YaJB&JG>2Vzfw=|=USdj4)OF68YlD=4CK3bC zEw{JG7#-q!&h!qJJ8zcF9Z6Nx)m6|h6>-~Uo#DlXZ~vW9HCYv`4pz3zXsN`xDyf1x zh1vo*`Rkao+34Fj(p+idKhq{`|HYOHJq`G6!Mus~mfZt~2SD_BIBt{9=b!BnJMS~Q zosOzhx+^em>C$Embna%KF@EX3>Y*KI6KgeCpYh`t$B%(iq5pJdNU-8{@NSuUZ@o7jY|GGf`p{iq8bI*7gD^nRov=`#B=3HlDHt=`+_|G)T6#lKi=b#3jV`0MVzwYGMu_*ll(r#|MJx~G zIDdn3L(&MQ+cU{RCY6C)zCV*o@gF1=JKdabWHU)4kWBI)CUY6q-`<-^6*`E>0u)H6 z9@aM&-vtTP2fs}<+W_tlI1vg&R!{i)!&<>|qH&3q8un_ETA0fW`~&SnZ_wyyEgr(l z`1ey8v)Qs_1D|*!+PqA<6gDIh@g%_Az;WqRC)Cp&sm^Xrf*MMYL~UdOx3sVh_NBG- zoUUQd0s98lI~`Jqb!#QrP6|~PS-G;jc6md{c*lSJw83=??vGZ4G=@EqJAztxj73(t z9F>Dj3ey!Oq4>ut%)+@Vq*=U9e;}TQ)Y!@2pSL(~>qlHu)3P9Tql5 z=c$wLC=M6zb5<%rBntgVtUv9FQa54F;0@X38y8NWthBf+Rhm6eWlL>L*%~bNIxVrO z&f20n>($7Xl%?Kk2}CT8WISCNVw!B-G;i>Rtux)8s#&!W`PZR(cMa{Af?6<$S}>Cs zQozN>R0(4YT`_Bg5Q3xtLJS5$1;iC55MsYpc87!UbUN;@99M75HfATrn)x7X4y?|u zx)Xn^>vCFR>>1;NIOSC<@xk+5PvgcqlzYsFg0={dnO$05&^Br?N*5eA5aav8}a0y%=N zS|*utbdNmu-Gc|;Jtz+l$#fz|$ALEgx(t^x>-=qn%ZDZ3av#bae3#GNw_#9}lX1Lf z{OsA|?>U(xLkH820WSxQRT@8CT8vqeTR}K=rto$J+V)8hLHa{J%p92~-~iGlSOdJwR(;J>@)EnP4K6d4}PDAd&ae;9PhA-`5BA+QhZON z`~2#F+rP`Lv8hJ3*Z5Ofxs!!0L90{kK9?EYk#*5Ysa~1!iT^dxl9U(AKQ_7*UKqS# zk#4v7)3tm(f5oL6v4zIRFRuHKiRU=n)mqB0_!N(eHP=T~?9Vob#q-3sWj@h(r!rLQ z1Gkp8`T`c0iK~Di0h2*s_%+a?huUJ^_H+w)FCCo=Xf;e0v?IC(vQiI-J_iH_=vF4P zj0a`MvW^6h7StSaFyNAP01r+8DvS(op4Y>+HCD~+xp?lxxlzWMMQfUV?)J596EEG| z)4JHg3cu&>-3i^UsSw~KGA(VYvX=e+&hX06tdHEhsw;lZvhK_yFU{KW_%o}<92&F1 zxY`|Ki>~V#Gdb>6Y?)WuEnDYZ#9!4TQ#UW0b;YEpv-SIJRU0BLgPT?>6>djOGCDTc zs>-i6Tbx!^VN1E6MJ6u0Wq$ke2@_)#^)Ebp>EoBpjA|jVK647K&k2$g6ezB| z7M|`T))YvObPGCqsBs)gBCY9|Uv!k_*{gjl5p}Zd8(77Zg?@kh3%5)hx9+1+)m3wU z(&Espyy`|T4?%puywAu^d$YZIb9C2?wy)iK9#8w~dvxB;?e&#TyDDGKt*UC}=~i3P z?H?PT=zOT~`ZDXn@H7$CX!$T zpbBP{rU*-@8^TVc2s||%+&EeOp zx%ZORg)u8rRMpn-OhT3GdX3*t!z{|)3$Lv3Ym6(h{bTWM0e?+A(&Wk|BTq)~msF%u zYEV*6Rbg%!Q=N9kHVrJUb}3_)Sr^V^7OTt|Qc(B>iU~{<{5BS=c zwJH{IHL>&7v4_@e;Z@;iKyg&KoLevF5g!9nOk*qy-NqW}VF+-GMrK2#EWy%g!9Zu?flvUOFc`Wt)SF~bR0BhVV7xtr zXP1~`I}5^BX=^-OKCmvESDjLG>*6b$tPBh8jN__XWmxoJ#1#9-8vp7s$5yRzOzzAo zk%*G*oa}JART<``D%2sPt}1j@y$xf|AqS6@4f%pu%&Bp%s7pHcw|Bnqv}QfCr+iubjZQ3pxiMg9Zb~Lb6#JY2%hnx;9W+^GlXWX zT<$PhPVr%R9Wti(!LFquFsMqAu>Yh)ITc3|u$~Y(4M%Y=NB0yQ^CCqDcG-s{|6gji zX|5=vF{0g~Q7VqYQb*)Cj{n>39&MlSVfm5cT|V07V~y*g#sBn3|3hQ_VQn0Je{`FN z;iVjQ%G3YUD1V@wZnWl@+D2k;Q=`)w8l68AyqA|BeSdUcN9UOY#RrkKXE|uNe?r_- zvrhksveF~(l$R<`4-D1Iu0K<9@GnDGmEi(qSI_*I(8G_y6^lUOfe+6JJzPc}ATtVjJW2=uhxV+jzY-J; zr}wca_ZK8S4>pu2T2ZdD7g(j*8|Jg3`BT=fsG!;S0u!>QkLs@6eoWztB`zS%e zLh~m$s8XLwYD_?}5^t zgIk|wd;BW20H$0Fyb0(l9lkF$QVXsL-lU@yELDbKAi>LmOA)*+UYrUOFb#ff}fU)gjb$Flt#)WrLuqgoa{-CJ$}sd%X1rUFdY^P(t=`JE@Jm{Y+cv6Ez}*rSlu zq9k}c$TBuc8aTX4Xd0z>XIc-o1z9^NbOx#&JPX)vw9g9}ECa7jmJ}hjaphYpbNq&o zO)vab$C20Q9jt#aZ}h2eB@Y;V2NE5b)LTiE+L)93LsZHZqEg>C`Udl?pATe`2U!2p zsnnk!=@9g%pqF*XyGBSkT);YxF)@ILOne~IW0Xz+GY8nQEKQuC2K0=__5RVhG;WQ zteOYEL$X(JI&wNyCrJ7rj8;05q$ekn6d4Qv(4_~Bgi%X^=)-e#^>?eBmw4KOxA>Xzo9Rpx9;Da>W4llg(*%b<$vUqG0Ha4ds9 zAb*hiAz4hhjtQsv4#?X!@88_VrI^=v(i`)#)k_X;9R&Oz+$v|McEFg!G2Z11hsbzi zb&m`Xvu525eJob!GX|7ZtBiqFu#ejxWqqiotB>c0>M8u_d9#+S2P<`t7u9H*X#}#m z=T;|b@$i?R#Xwa&x{AeCMNtdbX#q2&9{|7KEUgf$x2$X9g}pqu5V8U&tt<45M91Nf z-_%{gzAmO~{*YMpWNqKAlcgPjID}>aHCO7Qbjs7 z`1-Bq$YG1(vDrcsn(Fmn{iKE0?0R-XKTt-*&vJfVZxl-X^gFB6NS#vZ<*R<1v%+Js zve%3p@I_Pp&Yi}gu$?b+(iwdn7Wpv4ZN`meLGHR$!C`kucoP%f;Nk8ZhXhFqo zN>U!TVQ)@J{>VR9-aqnfqCYu-)5tHVL&%`e2RNt*8p{-tk!Y%;Q~s$x67d%%T9sjY zc*Uw-?{`E_WFrngf5B=itPq@opj-

                                                              =v_rA!CPE#mM^4@)}X7qf;At+v)G*FZd&; zy?NqUnt;NNNMWLA%l4wI5KdaBwS^`}^ix}E_7m=0=&c|9@<&w5sD7Gn!)y#!FZz13 zdYig~JSHIF6!eE!qw7z+9FE7s>bNjpQ>bwUB5FPoa3Yl;m=gPn!2M(kM>~8Ojxe>H zW$4hf36N-<$w^=k{F*V8Q?q0?0p3j<%hL27f?Z%DtVj3hZy`&A;qoKu8Gcs7vlzSZ zP}jncpHdHjxY1ipKZk~nzd%EWfuZ5U&=G{7!wzIEcK(7$VB~Pq5#cY`tV8ve;N-OW z={2NEB?+l%@uHpajTR`bM9*Co)fG&=q zHdxS+Ob(l3Ic=!i;(zv8zkh|lDnf}!6_Tf4VRw!i5%$;z6)#r6j+}LD!otRjS_?89 zWTj{;@BxwIu$3D&tW*`>O3b^l{BbemMQ?mjFf#i9 zOtrpwquM|^#}Y1^D9r-J49Fp%Dfyr=NNvF!XdnyG8q+8Qdosk?r4rbGq2)-FwUW#~ z^TNcDtb(sOu>3DMcX)^H@K`hPy7qDN8^%q&LX>EZ$Lc25Rz;`ar|kDWJVRF|aTJ`wLVvDBxc8Ijp+kP*ct(b@qs zi4k2MVVNkwOu1yt+SezH_|Ukr4)W6)-|zBqiAo}2~5p|W@mRFWyzf$m|bES^Ih%IB}5rF&KE zi7Ul&y7GzG=nL%nROJ5TTTh7lPrQ}9pB@->ftwiO3{MYL$Ho9roaOOieS{B(=ZkRH zB#eM?`Vj|m{DBPHR7n)M6E{|FpyO;dh;#SYBDS47aoA&{GfpG&FO^wco@P|azIWz_ zhAOH2AS1;QeJR>alamnePZ%ZySmE7V6*iRsD&R%aKc?vCt;UuYTs!-(`QD!M z2P^qs?tU6Jn%)9>I9^E)zl0!rv&)i3copSY{wzHs@TAAFM^U%6-Sp(mlBe8Kpw zaD=I06InH-FwL+_%YcrWFU61n^w!6*_W}0_xfi%_j?6((P?&)X$QIZ2Pon?L2S%8t+fFXHxv$B+quBNHRGe zFJQ^}8N8jP@OC^<*iujL%K*2|SF=(anNr7wNH25aFLo2iUYn1a$WQB6qAJl5RK@SD z@9aQVlRWbQZK1Z(TB3J8i+AQqzTc(61pHCAh6upo*y5$sOW3Mx!AMbprFz@pfy7cY ze)E$&k9(VGJW0kgKbbUsg|UXaDdr-DzT>Slt~t=0dGZq|@^TpybVn-`89(WvVpaq`1rMJyX#fe>-IQwhg-fa^CbV?0Jt(P!2{lpQbdk8YCF!` z(!Z{AhE{KN2fWq@cFO7lFW$xW5+#CC(dFrF;U)1X%^&%SWEbTa3yM-0s85(kycJu5R8^ZUVvDwr<%wy3Wjeu9I z$01-HS|LLKgb`C=uVM6cHRRz?&?h_$`bCDpZbK%|+0(9y^2K*?Nri!k;Gx93N^8)p z_hgnTR8WbiNz@BlRwfbeN&FLe@YTTi!Ue;Lp=PR@>9%tYG^A5OI)&At_9i=E0|FmE zRsDWTRU{j^yv2A=K)Uf>%jL*dwJ;l!<}GG37lEyK%Xp9d0Z&|w+aEVx65iHrAIBqC zA!@js){_10X}SO!)o&8&d@MQ092p{y z_?LW8p9BIp__)tzbG_!W*$@)s>n^`KnhrVn=jUDifb)50z|St@S2;9`MROGP+T7q; zA?e8We^pGZ&Fh zu((K)CYBqFTKkQBBASmTjIMvXHPVckS%KurFe8Cf5Iq9vN|t9ZHi1>XCYdro5Lzynrhr-^OWAIqCt-q0 z=4uN5pfu<3q=|gacB;^Rm6!P^4OMX->UHCU(3!8_xPHsqFa6~&d_qI?%eMrg z(ZKoJji1b@|AX-s3%yZ4qy7yRGXC@i$<0soqpbs=dn(~+HC;LnklzUlx^~#;_(r!g zN$oT#5|A1wX0|xqDm+R_#_tC&1oI=5Bfk@X7@SZ$L1^>lh0E8XFQ4W+hkL>9W>*-i zHjKCV9NRr(?mu=xAn0>`6X$2dl8Kd>}n*pRwgP^Il# zbXdibSNq0fd!Oi6y*b^X$ZpN}FQbrAoqbjpcUun++Bvf!t?_R&*-%_Ex940Q{_+0a zyxP~E?|q^$$M5RXnCxVOM&a9DSD%&J2M_BWr(=zkW#DBMw!kAe=Tsl>@6FOqMlq8x zmZ#f6lQlP4KrfQ6hukl2T5%^wogv*8*4^UzknpC6k8!V5zH`*QGJh~|g+uIKd?*FP zoP#sp0PBM*QQqhuo#q4LdXA1T6h}!Ijf;}Q4mBt0prJ987`nXRq(oICI$duc z>16uMW3OcHuUOCO0JxY=*o8{)6>m|nhZfmi!ZbwZBMVJnixKwW7VZwWobz)udt( z@`f(C`caWn(zu0_n<`>0)s54qEWc>m46}|=7fVkmwX2>zr*lqYwGfjGx}f&XL+zbs zOx9iDx|S*Fi@qZ6V?%`Nq`b9Mpl0&amhP*1R%}~*ep_5TJmQL39OH&{Mfw+@Ln2K< zkbp$jRN$~wI+N;1(H^LFQfP#3hD}q^rK85Bf1Ne|1>?l{Y2GSDR+$a{gZj8&V?~Yq z(P!^F%6h;0SN2J{#rTx*%gdcfPLnpuDLH8U!3vu(uUh2E2%SJ0HNk~qL6DIy z>C{NHO%c0<>_VUs_?LrMrgekZc5)P~KI!UIVE)0Z#jYznA4$1c7V*O14V#MOdDdg? z*Lluu?8$jEs?BpEq--p=+_c#T{* z%)}*@bL6e|;YW-bwW3xj_ zm>57aYKQzo5xnDv@rsjgJ1gY<1T=$EB<1l`@qhWD03pd!>2fGKQ~o8AY8R0{%y=Ji z-jFJi^7hF#&p0w;kJuY)$E$KD(oSD(Fr^n^1`{G|?Ey2R;TkGVic+^@)yeFt9XnPr z9C`n$9dds`;)`Q=`JCE%V{_Z=NKI`$+l@1u*njaH zW3#4sm9oZ=EJxybP1x4J+66#F+&~e6gesQ?+f>~0JOqnaTIFh5$`;kK%CFifSXi0X z7VA~$Yw-a70e7*iF3EY)@(KJ-C_4_&9ib@(teSELp%*@5g~M9kve$#uFE$Rf1E@~r zEQF_MPj`aC4bq&!K8AilD6GvCay*9-z)zL_E&&+L3^`A6{D-BnbTS8wcOoa}3aE_b zPUe&x%^_fy>K`X%QM0B)Wvhd60kIqgxk;xKq`)v32Zjb+Nhh!~-QZZ#9ixEzZhn$h%#u=L*j8r`Ig-zety>2{s<0hCp2)ia3b{+C# zmDYv@DQC}3%d7qR<~6Nd*G*xSeEt@fMVWdoTOqHWz4a3Zm-(#cFh2a$L5vUPqS$_@ zU|C7C=xyt)Csfgyp`KL3m9woBWur|QAhUsQzF70d*cscWUVqP1|NifVx9O6wz(AAu z(my_ga9cmJ_V4-Z9}Ay{%?VnFS7H3|E}`3`SVL9VInt2tcjFFmdS%>2M{(V=cqT4+ zQZdaFicwmQ15EUC_j$1-uPWvhllOHR|fY{{7)rUjO{o0I{D6Fng+j< zE!?c-=4VbwFwTMOGBcllDe7C@L-asHmqmno8T@vR!8i4FdRW2y=Wp1R%bgStsB{!_ zK1bV&IS-PbI9e}eoBCifNHoC|IF9VMb>S?6Nf%TM99zj@0+@_-mfSmQ6gdkMFn?py zVloAzv;1#sz1DPHv)uPubYW9Nw6NyT;iq1Dp0)Nr_0pZ}l0LbmF1FU|v}uc%T{uBL z1QW8wO^tp$EY61HT^p-wp@$oq7DoBwcfRygKWlydrKb)bG9K-do3Y7x*V?oN=dS2M z^Cc|$Q*PM19mNcJF)z1ChozIneo;IhvwvXyK(-dAiKI&)<0-}u`a-7aW0AvuBEPWD z6odQ#k%4XhXF~jl+ROkycn4~v`Z1EJG>`+mN5l;RhXA?))E#Yn6z?$<2Cjgc8O&u+ z9<72HP5de2#}7 zc6!?srMs(mqpeX>wkd61=fnSO`C=HOQ-TNw0K;|))Ho8x17ElKSw(&0xal^VL$BGY zukbsr99!YGecTqjP`7-f%4%~h42?-uFt2^6sNL$Y)ZC!2@VTyR8Bx^J8yZ&^=H9}< zZjZaF^4dy8p1nHAd2sb?SwXhS?ZJ)eFx`L;_(ixiyOGbLd*N!geDr_v6v3~+!Gab} z3b~Po0!X9@90_jVG67Cf5h4PLcZ-Fo*C^o{jo_A?meX2&j8<#{unMG1A%ebXeB)ow zUvcvziB{R}hZ~8^RT+i~2~TyC(ECLXzY z#reju?@g?Ef;DWu<*xAU`{a9#KfS%vb3ua@oF`m}G)0%Ov8IB_hKe~q*?RBWJ9id# zZu{|^iiTt`r7_%8G)S6J6}hsI(h{}=poQ9% z0}ES?{=RHqq$1fE>QqvdV-k&N#0qgHtH*}NsXx8*#=Kfn@5=<-vF6-(YYNoq=RTUa zsP7v$Z4Ma&gm9TJv2Nn{ig2nq-L~wmS>q0^-+zFrPVrpZf{8zvw03pmhL1FdXQ-{Q zOnt&v$Z5LU;^lKc9jWomofm7JSvkeaRwXW+7f&ph9t^EpaPJf6G&ju8@LXno#hvpr zl{fBaN>1Cg<)TaW11^ZJ1abqO)*&g{Gy+7|9DAwN^(h3@zvL;YnSKl{3(o{##Setv6v^_ zm>5%;QaVG8$%+WZll8SO%Op*&3TS*HaTY@7%fEYjNvZA?HifXJW1DjBxWuZiuX2JLv}# z7qni!|B{Ptm@#u&GQM`{`N7r&cft#iMy+AYn8$Xi3)Y2#(-$P-^8`Kcc{!^RKMp$S zw1C5Mc65MYb>PHzPY) zeXG`QTQ{e|*X^sAvu@k^RejT&zrknn8Q;tyfU@r_v6bb|ExCDai>GbD^k^s)oxY&W z(=zwwCC_}L@G>9!&1WdUvhPfxmy7MiW*7s>*dS$z#|lBbJUr8wVDm!JM0Fysk&DzT z>~Tr}VQR;C4&GO8M3ExGh$2cAvn2gsF`yu?W>e&Te_?=39Yu_ z%E`{{{Hw3F&zRBPHgo3Sr`dgvJho+BPhmIPk@D4#f0SQePH7U3mXsXUqMhvNp~oar z0_IE>JEP#Jf^X5(nJ`Dre*x)hPrVyk;NI>urR zUHqd@{jtz+KGnKTWq?97$(I@%W0HFl_rHa{>s z2hEp|VnUrsahQwz6Ui>Z;Aqp(qPI%7OAn%N9qAN>Lokn>9qD2|+<`p=*TZJMhTJy- zophyxwM#K67=Up;_Mfzilg0ua7P~P#&qd%Vn!irOjDtQDRBtz2M`zo<@kav)^xmE*IRU1u~=kfyrRHkREB4^&UK5f&DIrJ$4~Ki+-R{yVKaqW$Sa>V z{<~fFINF;bv$xhpCb^kvx9Cb$C>qtZu_3K8bIGhl6T9bWRUVJmtA}c|dEFBiO<0~u zc$C^~!&>g}$nDI|?=Htl(4h*sQyz%GZQ_AayuQ+TWUQ(hibT-S377*j7a!83QY5pY zMf=$z_kA{a$rL6{xg^LwD}whmk+CLOYMzoPs2R&6lpo92np?YhgoGYC)?&!)IdhJzlY$6_q7*h+@Y@D-07htO z0itlk9^mUl99_X;nPtU;K*B@=3YD-~R)AKG3>Z{zbJ-m>i_NB3{R;z=|2V1n^66bW zr}f=7zA{u1s#sGw;q?j6UVi(}w&r#Ze&XiuPxx&YuFYK+s!YtyoxkvrZ*QOc=0tyQ zV97iiR}?D(PVyJV+*?%>JtqRs|D=yu$Av3G9pmTz*Pm~1=x+=!A5$HwO`P*{7P$9m z;~OVC$5dBeGq>V`aKjUg*Zl0rSEo&yvT&Sj-LmkCu+8hWg|vo8X-pU$M0^8il7YL> zdkln0y+Lh>*acWa^nnTTupoM`24h3xLrDhjA2VzgC9%H3FqH_{gX>nWs%p#DF1D^+ zkTd?gXk5KqWB2K8U9FYNt6aLT-kyrNvkoA6NC$Do=S$$otlLM~mCZ%%1 zEdMM`W(`%#D_gtTbf3LOt{=CEd2Yqq*$XI|R2`7>T03}rrIU*7?cpoWTgRepWkVj)gRpRpO zOh%1{Y`%$I9^LN<$(P*U$(@?sIKI&qkmZU`UqIGOu&r>f3q$;cDRF%!WrY_YUu*yBkbFT@~FnJXrzN_uQsyc9S&6c)PgkP;Sz z6Qm%JKXz!#reDl@Kk=&Zlg}B)UaxO{{m>N$YU9!7rcHZiEbLi0=0>*i1PcK2P? zm%QR4W&PTjuIL>`;objp)q~0|e#;uw9{!gtN=hDc-_i@_Km27|Dsk80%YqZGpK23p z>*7;6`Cmah3HdkB287Zw0$5QHE83J><$rzj{K+htHjE>uq*E_{ey{phoRE-FxN)tR<}!cNcZ3#tZZO`0Ckp$$GWjxY4?QC2`1Jp zAQ8gY>41*NkQw|d0Ysfv1G$~}$x~r14~&&g!KKgVAKG@!jo93FOS`W)W9#i~*Xx3T z&el$B*`W?@8txds{$o{ywNF^NW?JK-C{CpT;$1I7dm%pMHk&Nlto6Fprs0>cS}j(quhrskSgcOR zG}!|l*FD{f?^8|W9*+_emOwu~Xr?gtLRvC=XqO~ue{dUP*D+y*kk8d zuU)x(>v?x9?x@fbklr*m#u^ma>T)6GLsvMQ8tX*ti_|*BSD`Lo51#xnTQhi@uF5L5 z--v3rYO39q(j876Mhh0Z!-}8Bt|}pz+c>%1$%A$-S73eshxjMxwInjw@<_l(gd|Nm zwh(g880L|L-=~&K!5k|E5t^{{F+W5A%3Q?Tk@F@01d7{}?`kNEc=&Y+$Ai}a=piT0 zVLx-j#)G89&3N~ycLfF1fsh4%0Lm7-aR}mSilG({Y6C={nV%VP`ZZY3IQ{SA*vF(C zL%pkehTUp$d0@clKM6$`??aF%Kflcpe3l1ak>k;VX^1*j8JNJIw$ zrtzsmces=ozUP3IgO8aG!F&_<`>OA*Oz@ELjW;S`trb!GS>oF3?&eN}C5hf2NixTm zV32#u&nxQ#zKF~;_Mgvv<5lJnUc$zAqk&+&@(ngK#1oZwSNpuqyRW;}c}5sg!eNK4>$N_{Em*WgwJ#$cG+!D?2<=&v(76I%QYqD(`naYz;kA z{5x6-whU7N_73~4)9ZB>ZZ-0PP0m)f^3|E1o=oA%RW%66w6;l&H4|H_n!>kFzG2z59jklL zRI;5IOvuj}KWQ|MLyrg8$wKaw2Y$2zey4#s2YnAj2J{kYV{yrgh)NKI1U-VuB)EcG zMJhu$&PNh$M3p4T91viQEI;6xbYAT8xrH0lfbrhA6(4`@<15A~d2}R;1!iPnwQ%kQ zQ__EW-U16d%kzIqPr2aSL$UKFc|3D3XXDry9%#FA?bNAjuWT#4ZM@RnORKK8y=m3n z&m6yZKU1Ur0MVETYHgg{fA8_n>|KTS!@x0o%tH$PN_-4jYTiy8FI9sDbuMOONceJU|HtxB` z>RLzUn+*5!SMA1zN6Mup@)WBxZKgur{)jfUi@#1ar*G<6jr3{bf^6~V!X&V)50O)9YtrZiQB zG_{bgNz`088}7BvhB>oqX3mbq<~;x1C5MYrR5l-w_^~SvDsdr6{m9`@O)82}W417? z8C?~8TD`NOZtT?5El-8m4duerz=X`w=IK-J9TUthSyDNnkjrMvg{ZxmEB1F!FeRun zCz+x^tKS=SN9B2)!E?K_^>=NbF&RQsp_>=u(+SK0+ovR?N`mI%H1Sw(*#3!XCPg*D zcbq7%Fjx%Qph2X-{)9FQ2zrXVlwdUwEtz;&a&sYqAuf)vOCVYt20JiJ=!?bbr%i6C z<`AvVX>e6Azb_QD%)SsKR>-$5L|Df8rgT+VvwYbL&$IP{YdSDLV+>6C)bqF9cZjhm za$Grh#mDxqXE%hNx+OJrY+Zx1ej2ZERRt@;HWtgw&+%MEYg1g7HNGSp0(THkg{Mq! zUYeN@SO8n#A@OQO?7VZcS(7iLxS5&xlV*Nmx7vGIC^(^e{}q?-pFCsxUG>@SbAz4p zWDKI$Z-tRYQT{As^#Zn((ntUw=#b3mV9Yd~kT2n0jH(z*S}gP*L=~CuKtM`jsM0Rm zq87OqkXhso3b?8U0;F6A%sI?a7%|oDZ3{+00|zwZXxgbKXPEZOhk;{-5YNk#%VF|t zfP4Nw0HH(REbyd|&trVrq04}Lo_y7WA%Ktp(VBB9CJ^y9+TUrT$FUPa!%oT}o|gH= zkpOTLtvii;s0gOK;)o!+wDz=;?F5FAIJs=LAg0}_o@vrsCYU01nsbQlpq*f;;#_x3 zqq**wcjMio=30o-C(YzpK;oPt;98WkfNeeL1e7)M6fv}g878RK=pPKKMZm_eiM=o< z=;m5M84(c_@9ZeLAL<&sBpH2SfUW>JmHS7MJ+xsv?1%3mz8$a+9*8U11|*R<%-$of z&>>TGgcpP9IwxPz!?0082`Z1G#y&iS#NpHj`f-Z3NoWEncBqQcC}0S3-fN4CCWhb} z*;(#&sH&oFvoVHE$i&|(HkEBy$(*B`whl$n`eI`u!wp4gW0aHLFb`R5R~nlY+9euB zgEiz?D?ZLJqFu`AJs)}*bB%7*Wsu}-pn=6Wo!*zihqVjJb2JM$0YoO&z3EIE2xALH zBiV?#gfFR>hM~rgKdG1^w&C=4U1~OlX88;-Ae|c3u;ThO;mpo{!7Fg3-1h+zB?^p) zy&ii!zO>Q}qZC*l24JhCk++aw%85fyVKt*LF=3Ewi z7!7kfoL*Pa?#LBX&Ss-K9u(`^1+3m4uR#{h>J0M%yan_kL zs>l(rq&jDsicpV!l22=DqB5>&xgb!j>}q;tjXvUs#T z7wQOQ2m2eB5l5H-C zPZ19$1nXPQosNL4R#|Kguj-EK2|onpI#(kq3L@-ktq-zp4w)yy90#}>Qe`K`i8HIl z?GP0)Qv28Gh#dxl0tcdHqVX6;rZ;PDUFB+pT&c?FnQG$@ep?X3kukRppEj3Q3F6DT z48v`Of0Sx<=$cw9>s(es+$+mIr_Ccftg@H8L*Bzj9+dsE4|WDtkIZd~UDIi*I19Q} zhZVtCITn*DyR9z8$uV~@PK8k3U&SGmhiSwR5SaUe@m=O+HV4x!nr89y5Cd3*n8yi_ z;uv~sg{;~s60K^p!Hxps3I&p;z^+(RtQM|X70v3GHJ7S;ofeN`32H(gfU$8`s*sK# zax25fr?fCltlOcu)e4NIjT|g|c!3oo6b9T?GPlLW9Bz!6Zbh_cW>XN~k|X4(TB#u3 zr2_2&1{A~Xj-Uxv=F(M z%%on^qWI{Oi=N?urb(YgGZ8B?0+~hA&2WWd(h$Q~Va@^x0+2rzxtX zg3HzJID_;Do+^r^Lbh^1F(9BCp@^Igw7@UB;e*5#OOwYI_jjm}HTC2pp$c6u-xcH`(!(b4chdI>OarR8<&l1Zgr}fMvxs6;NEMVddJn70MWNMz*y&YrU23kfK*vK(WbE z@KjK{Rmewz<0%n$}49>Dk-6fB=SJ}Oka*FP)hJjPr{0jED6PLn5Y(d#L?e+9i3MsBK?h= z0%K4PITAwYgPQvA2#`6HrN2Q)1x)K>9N8bvmLdLI1^;~$WHw~0in!{fP!R@xGe@?Un6Z&# zKuTEBZXwK85Hao`P$RxfFlR-hW7srEhNM7xM&HpURXl^3uMcW{>3t{<7`y`M!zHY* zXSFK9M%IX#B9(sXbU%h*fWBk^-2zD*`d3pwOS)57QChK)!FbP{6Ot&9cMy0*l8n&T zOvo{aSV!3ZnL169D_DiZf%ru{DDJAV@hH3G0dyKfj`(2E1IDAqqYuykk@gIlvj^}c zwMQTDM;wj@bOCX?ytTN5hs2k(^7yC(MFEq4cjo76(xaZDAYkNAOf`#lixTv1)i2-> zei}K9yBCuD36KUYl~$tb!Zt1AAtNg=G$4dbg9GrvBfnx@lscBaW{pyCmm-@bVML5) zd9egv^5o@roxAB~ZT_}N(|c59SuXi=LD->@zkS=XmzRyo<5P#IJto&WB9-ojF5PcO z8n(JWs*3E1@;@RGt=bb!qfk}t$U=qJk1pM_^t>M}-FDOY7hHgvM`meVV6EnWyQ(lo zg7b$OLm0aPjVjbPk|p6wS-ICAKbZ%*yl*o{l)=Xsn>4F$!@kDbpJBPjUx!oWj$d~~ z-O!*Py03fRhWS%#ehl96dg#2Js5^{VK-71!!a9W$2`zY%t3t}9vN+OKDcA)S{)@VSMx8qydGz+MwO!{SGBY*S#{~Ww0UY-(%O=qcj+qg#9V!G*P@8* zQb8yEypIn6WAW_hdox-PxnC@#7YJG_!2svYUGE z%PgyPTIbHSI%}6@?(3a&WqQ%F_WKr$8_$#;cBe(pdg>E_T}?aMCMD=lnAEnTDIpHL zf1*7Ru#An!9*{-szhXR_HI`i4XMsxIqeP5+mhImqW7EJU1pGz&MlB*zB;o6YFH10i zZ;QCuM9}!$2XyHI5qGp9-Us4Q`e_p(=oNd(P(~B@pR_`S0s0~YqfbIm#DN);bH>kD zGqzY9zr!XQIf^#Gr3U#IW>UcgGpqoM6~8@!hf#;|wT7P=KjWV@er9|M-_YwP7jt|O zM{4LB{JWAfbAUF6Xz@GLo7J012SOfH05?T!wqy zHueZ4`q!bdwX}y9ZH;8C-SN^)^BW%wwtNV>3J!3HpurbtY{r|mac)y9m&0(&m?i|V918hNUtuqPo3tOF{$Lf+1|o#yoNK&| zRoVh2=l+ut%_t^GD%0@z2Qe>Q4Jztvh#G&4_K7(u^$Fg$W!ffzinI|bcGxb!PQi31 zIfzHGpWvU+ZINaR6b(hlroNflA2TBM2jxe``YVOOQ*(soPKYC=^CCqD_J=biX>pv& zgVxMSrj9KQPgYPgB`-E#afgOnd_?O?TDZ~IPme53jvd86^=P@a?S!dT9C@+4z{}z> z_JBAQ`eD>(&ZYdj(O1}TbZv83-L&riAKu;rK&tZG8=v=->AmmFmMJ?k%T~58+ZfoT zEOqH12rJD6RGNrNaYSrr6j9Mw!fG^XlxU3gh9sL0jhnLW+%u2pEX?hT3@G2K>JV+%?M9q zh4skgAw@ogHWA^49)d4a&~6~H)u_rN^s2tLj<`*&E&)%~(Z8S22)oXnvwq^Z>Tv~S z>jL`fVwZh_eLb7GqPA5~4r;3=POK`(tBfx2uW0UC-8pv>yGZ^(Z3m~7aFmaxlpk(j zg1&Uh73<{>bAQQgt@+){CN8ch$WQ85#@tzAcEn~}q@1Pf8v0>WyAIn^Y_K=2;j}d4Y^o01 z7}hXyO#(y#mN5!vvB9??v#@~@@ryn&OdJ4d$nihtet1L-@y+#(qzI$`!B}Fc1Qm;G z2gr}{OYY6cp33))z3fsZ)oh!%(P*;D=K0o|`o$M+>Fk&|@r_Bn&9M*Jt-3M3v9YP$ zUEMpj%(;4;O;2*;T3ew_j#iYlw{#_^&#b7L6A=KTrg}(Poylm$8A~5cUF0$s$Gdm5 zI)jiYZ){rH(!98O6+F6)pFL@!g#D)h)j#?$Hj_0 z-e91$t#f`?0r-?GU06j{Cl@qc4OsNmI@L7ld>&LAh7q`V_*^-)RclP{AZRiG2R7D1 zgT{k`cvI2+UcwO0wj8Mwxk!D8|x@`cyu<%+^$I3YO65+#Tn;A)~`r(X>Fq3s`Vg4-?Zr)&OUI@ zw(YHLUb`btUg)$Ar%{)~g0Pq&9t1MJHEA&9Sg)6J3&)D95JDYhVulVSm zY~R3@pZs<-+>b-0m4sxlLPPmKuhkp^R`>H#0zeVD1KMAsO5~6EA%_G{dYlaS$;X`o`c%$4+aG6&+1`Lk~{(6e~7fu40fdmVqS zaHTTHpKEIZo(!vC!+c zop#fkcU|)Rj~BH?w=F5EnYd*^SGBTy@`j~s=ilHlM#jt!rA-+FbJExi)EK@nU z3LC;#RF0cwQFk?lI9;~DXDIiqYkl;ulXpC}zW32xrcQh6&qD2J4pqESs~mh&431sUuo{iK7H=FPc!?CtnkHOZhLUYs~2AQ>W+C=oz_vL zgI2on@zm?e?9Dusv>jT$Wj!4AEQ4Bb$kCSl#iCLTb-B=IzU z?1FcF9ZhZiEC`rLIBR&8Gw>M{1Og!$#25I@*f8!ZL1%cK`fO5@5>gWXE{zEZ;AslO$rc_cib)OrQ^$5nPGR-1 zP}Wo6Mu%bFj$sQ8@93WBgWn@k8JvxDusv{p%w6xK)UiIG<48TnQZDJmVW-LEoImRa zHaN8lv{WNo6%r4LT|@1}%R5}mQO)-IoR&CA8$z~%=3VpkeaCWNMD2h!MCN9-j9=4t z=y$a}vwg?;Psl$SO@I(dhUdN4huC4EMc}sYSOdX_Y2c=UC|am5mVU`M4?P)iPFl-js3QXH&7=eq5aY71-A zzh&35Psfhk9~#?K^p{NAXVye`Yhq2LknCcp?np;VS~m)>;E5$+jvcAyCy+nMtJPfi zlJf3t4=BGrTgUWQ8f|u6*X!GRf3k1RoP9s(UHQo5D|0mZdp0oF^|!J7m&ANP*}nVI zh1cyh=IQqt1mlWc-2Mulnlf=;j^_U2H5&n73k4BuSbvv)N4QhrEWRsAU(g2vtOF}D zETI{#4+a*4GSnqO zTpaivJ~v3;LD^f$vH^#;EEAXAGgm_;EFFmLB!3Su2l1?xFndSVBaYe8eiTRL$Yy?L zVv(6}bLfCd0v@Y4DRj~J3c36@@mu}$)6af3Zh2;>+y1jq%JXA~kAad*-TrB}KA z)ob@G3i>N=-cdGgQrin`)vK?vIXO68vdw=2P}isIHugTdO-cbZVAJ!{YI>H=8Glw> ztH0_)=KS!N!{A*W$4Riee!vp<-=A3@cpcoJZL4!@F;s`TI7;dL3M2*g)ffukZN(+X zuKw@a*Y}(ejpUct&zk;iX1x9O^mhn5;mFq@EXd8@2wCA8Db@S%+POD3HO+Usij3CY zhhKR3{VPBG8n}gHUwl2%!jAJ_1$|)0HR4XJqhZif*kLinLEjr)6crESgbNBT(s;Xd zVhprF+~zc;-?bD-h(nW}QPxX(r^PA%O7h#;RHXm7pIr_6y!dOk|JaT^LC&{}C2N?; z<`>6Vop}zuQK?>u!G$#|gONj#PC2?-2tD9Wa~1Cd%5>6e#MwY>${I>D*+M)hDi7Jv zX`nIhCrxaRqTw3Zlb#`}TKyGYf8&Y@h0Kv^pW11Z|)`DvS!w-8llq^x44XzmD5^{#af3$TWoBd zmU~=TX>?g+;c@1;qWk*4>=T67RtmyOVoFJu4>|(Xu^tj}kR%Wp+!=LR_ypw&tSOn1 z0Pon`e&yPGQ6q922dwJ|Vo4`S$16bph~ZlXs|b2KYit1?Gy2J6qqP8xDY~bRh4}rn zNuQ1T7o^e0Fwd)MdNQq8Y*-I^KqOSY68uyOQhW(C!epDI){mnPNM=IwXCfQi+&bs0 zg?}1(2x1u(h7m_d?BzjQyyvL*=no!g*pcWU2m`Kw>#RDeN6o6~eUmm`zVGsllRAxK zj48{zmK64#sWU5DTBWMIyb8I!`R%9`@Jy7HPz zzptQY@JcP`PNnUZ=Nt=^ZlIu_i_B$0FOiAYHcpagSSUDXzeG@?HaG0)H7%q z-esyqf=k9c)s^LFpUYx4D?dlN$Rtk}*@M)NDj4O_J}S1{qvB7p9@GN=jJOX8Cb5ME z-z9{zfRS9E4_y>cB&m-;Lb!}Z`H6r5fmmQzbF&s8Oc-v_fFym|y2M=sj;W z7Fu9~{=t6Opl7rfkqvrO8PRlV`a(d}4EfQ0&}A9*ozT~tl>Uqx2Y~lLrgmMhZ{G!-yAN(%YOCvf-o3gFxMJOHtKHAH z7xnfQwI>g*Us6y?v%Ium387~UpLK4J7$+3fmAY(8w;tRLyX!CBc?U>nXba+dQkk}Z z{w~YEA@D`#a04K^4faRwm;*opGW($CB1oR*4S}H3EFk*8qZIgR1UG&D3m29Mg%YKX z*L`owI2A(ruD6hb+30AEQp{Gk=m^svDGJkZwAEqM2I6nsMVH1+LF*7IH~uBtS9+9f zhu(ST&|dfN_H$^B!ea1!PURe~y*uE4iS9T6o)BcD@OqW51J873ybVKCS?3jX3_UY7)a zOT2xA_cV`sVkiy?^%$^aSz}$s6HA-g)SXOrfBC5n+LvRR^#^sycMc`@E+fQCQo`EoB@xF!=NHA zfsWOlpaqe*fQ-dkNKF~X!T-liQOCy6R@Ct8plL_;Qql>zKb^v~82pSTfoQ@+p|sc- zB0aQaeWQ=R?B`fBSY*Y}-Xn2Zya`_lI~TMBDh}>E)B&#TIgA?(8lTP)ro5;S!l|H; z%(H_@ZPa?177g{7FBNRmxqO8D95R;o6fEz1+4)AZ@=G&(*|1=zH3U4Ig`PqBq5-l~ zq?5EAz6w+5UiexZOVKdYVw{%bcPdvDnAte}0m22Q@#_ysY_?<`ZyGHh9-mFhtLe&Rt!PC6iPWR9S-0A{_kO^U?Ryi2JJF zN8dmC{QvdyU-!My^=07w)Yy59mJ=|Ukdbr_=YcOdqzhcfjuK9!Jv;X(A&WvB{F4lKqf^lmBaD^lL`c;Pp}}LV&Q0h8w9X72A}Tu2pS9PfhztZ=&$^OTB=Zlkc=U(mA4_=>Z{z;z;5oqDWOOWqEl~|` zK*AyWCRP7NTp^d9PEtkKSKvRdq&W8@^&ji+8|D^6xX8%6;3T#A_$!%6aA*vF8eK|C zaZ82P!gNuU1uqlpVV2WH6J!;vPt-S(A+sJXF}PX}69%~SGRA6sGT`}%uAp;Ui=DirGJr}G~AWfF@e2Uri25lWK`;eW_sRzryO4TSnbdVk8V z$9{nIg>V(Tai|$tLx|VS_@8K@?*N|{28F04FED~@sCOh9!;N9ENkZzlW_msBPGFr6 zy^{>FfsoiAN>aSVaSgJ=CHwpP-#LUV6RA{xXmEh@k11})CH@Qf;?}8VT{!5BnghPiZh{PbNDGfl&If7yn~~^)@3f4VOz* z=?oQV$jc~GBot1aSfk6O^s8l~Z{S;Msqp!cB@>b;i(0DD4+za83nqZio+6q*{7y@q6T zC38DbbnG;lJ5V(8T(T0l9;5J6oTjSXSm&^y2JAUIWT z^LNf<7O7UGenmO?Ecj*}$j&}hpD@i#R)Kd?pHSU1GwT~PzF2XJ=2Yn$j~}veKM;@* z&OhJ#MLv#xam04>etqLc$+HkQmaTe@*nHI26Yrqj= z7%Oir*D?*L8s$MMtoY&xM?KyyBC!_qZSIYJs;>*Y30l}lju?FKD;yU|a~x_^4fO_S zqN|^pppT7(jtBM^vdPrVSi#|wJ|!K0M&B>a42432{051(x$BP!<r4Ia2H|W6K_y{M|oy>w%HT1=}LV$iEDpy0zd$CH<>k^;<>o)CbNFE3nbK&MuV1M z0)5~@{_w(k@*70WrfwzGy@^cxSmY38wEkdI$w2oe5gMkG{vagj@}_Q~pIig@@_2AP zm|ykwlU%1FpIC0IfO2M)5fEB9>o7E`p=SE(8$`_sCEnD{P%trdiXWu@baHfw>48n% zr?^h#)`OQ%YWtyYG9a3ekkM%VwPa!qh>e0$EE`pj-IG>{)UP$(?3K}b^$u>E@Cw%H zNDeT4z0k%v?(|iBC#8A1fc4V{TbJ)$zI?Crsru{lP{3~L6ZY&~MwuU%?R^Tl5|CFw z`9GXH7gR%f`WkxS^y%V1=+Wir@2WrU=K%=H7WK)!R6p>s8J`go&R{~%j#BOmnLGSM z)weO@={V%42pulZVawbi3{F&U)T$ne`AWiehp++_oa%q&any$32ClhCv>|7$-R6+x zX#2{|-@bL_06Au9kc3G?$!&#S-C582zNh>}7YP^~Zkr*h?QC4rw{1Z~k(mN``E9fz zG*{*9%ZNUr4k^$9ns?Qj#i)rJ)~-qh%8X2VImbRSoROmmb}$tbikKtqq6@|{_zqM` zWDet&F;#C)YIQO-L+PB?Hoq;8Ho~`u4xik2-k4jaJTT?vvh(&OS01=*?!9v_JFqf2 z&=$Y^`kx+if_@4CA-)CR9$z1{OWJLiww>^%QokICe@ z_x#0|Os}w7E2dw<^e^w6xv4d3(7ML7ub!~um5&b1U3~7^+4G~JxwF=uyJ$`ys+lvd ze1u+^p}I7!zLNTKYnc|Jcsj|Y)_&Sj;@H&aBuWDU|Bc_qVFiWvM`u;yYk+PW)&K`q zfJqosbwv5G7JJ;ZD8cfD7;s*ooPxorSjKvdQ1zU(lb4HI%za+%XZ6SWOO^(d-#hDJ zLtU1~;?84NiBxD_B(iV=vU9&Yu2Olk>_Eq{{-NYgknH*!PV?G?)1zfY%8h<|w7iII z@IKN<)l{o;KWnL<^xgJm<;MC+uom!VLwlF?Rab_nUAert`@Zxr?ed+~xBZnyw1z-zi!t?CZ=;Z^oBpWgfh z)6)t)MvrG+19H7wIrLJ_yghl{yd268O9z5A$>V~i&VQqBdVkH>Os%T&0)9Q!RcZY1 z)vY$K%AT#3USE}mstShxY28e)5D)?Zto*134Kl9(`sP(i#RF-`c!<7D1(f)IuO_Nd zkUjd}Dtv~|!%kggXnp?%8j`F(S5~1^Y}ddJ7zHUN2#9cvn1o`)X-!$3&~@Y-3dzin z%j}fbU++Kg)`9-l6|$Is-I%6NFat}Iqw2hKn_yO)9ffJ4Q9TrWbj znEa?|t(=FrmkpZjnoD@(%Xc+DLd`sGtpA`>puj+&A38?fuAyVxgMPz3s0FMGL)S;$ z^R?G=zmU`qX6L$BRL@BcETgGS~{AjKhJ7Pf2?zvI)KZ94ZvJyvorWll0X zrv7B-FR&|pREtmT6n{FHqCfhONL%VY!qP+mK+nC%k+%?iMdoDC1T38n@;MPWUI2KQ z5oW`Tbub$pN632ILlcWCCB7iH*KB+oh6ZLz$d)hlj}Ham`4X}nASbTpGuds|vgIA!VFs5M-ezqr|;cg2MF zqHa%FTfDu|waF~ooe&|lLv@$IO_U<5z+}x9nul7Qr@_UyIEHs&qSAooAn!1Q{dv5# zHTV&Y1dQtcFU=w*AASDCA3gB;Z^gg;{YJM-ZnD(4Dg))wa<4DoTKnh*m%Ft3{KNNM zSrNYB*aQEgwi5jP_BBuTu!o+}pZAlEO4AePRtx|nDqri@xwIxp693p-Z_plb2)dsv z)jwUzKK`FIBjo$h!nd&4ff*qf>ys8! zSVvzwLGvO^Qm&GG=5~ukV%yXM;aexIz?D=ZRppe?z;K<56h8VH9(G7Ri)>O4(!D3I zTt>FUocuBHX<9h-BwjniTN7?2K=pjcWR6ru&4-BV^;j*YrcIhz0T!_+4NFm4Y6zi0rFktL`@1=?P8_+%0JUtJu-HAY^ZaPnl} zv0^Te8lOupWYV3CDYs25Jk-M4Tg~h<<;I1w*XQsl_YK_{|ieD|0pD#%f`dz8Jm=DbP^?{3IMPVZQ@L0}Xrb&VluYY*2|!|KKfGfEQNl)Qp`sG8JBjxjymWQwxRVPUg%&?kFFB>Oqkfp2r_h ze&|`JrjOF(yz=f5A5&>U4<^bW=ADhlw(+@=5k(_kKT>M(DFV5KL`ewoMB6y= zb|Sm7AoTme(fIj>wH76&lqbeC;>_mRGpnWM^tK6Q(Ww@v*>aaf)&hXSxWbC)Wc*%f@wWlyn;hxH^nX*3V@QY#1){<8*&qTH8;O z2yLhgE3qj=8Au;Yob-r~xDfk6WlD%~&b5+ZZTR(t`7A-F36{@dWSxz%&;Y%gHj*~2 zp<|J@oN8%+Nxnf7A$=F39Vx;;O0Yoyl5mO9`Y;DQsBIW8Ah1bv!L-O7iUF#w_D}+% zGMWKdUL@dAh!=lx$PcVNgVA=YqNJXA@=D~F5j?me>hrEk zF}0Oe@47&2-nw(HsGh!fMx*%tJ@*Wj8q6NI|L8p|%Ix>PE5(6NX)b;DUgb08cfvg{ z1@oQB^&Lp(9*$QhOu=Qbf(hGKH7##xE^7^UtK&^3|1oh7>NNSA)JZ;doy2cgrw`ML zB#x|8_gUv$F=^H6Y0}qJ>CKmd73{xMI4JbP7$PxR3Dk1Kd31m6Tx1>p4LUp z@wYhr?8ONN8b{2AZ-UMPm?yCKAbG>V)RfSNvm87(NFq}2AY2T>#Gs&MRo$tk{K3VB zMh|HW315RE(=bl7sU@?=bX9c5&IvKEDRNP7W!wDdnCMw^=ATy>E3AxluQ+Ik87x4P z6pCWv!4=)HN?bp0LHAj>Ykphu{VE24RDZO*!aJ_IyKL@K_ShWyX=mc*gbY^0SU)b- zS^cW{(#E++Sw*bxT%&Sf`uZb#*WNA6UUTL~wF31*p>k7d?-5r|Er8S1Yq?dmbSg$X z8K76t9&ex;o~P1b)KLQ(sKrd?z73!?2(tyODHd2n3TAv_q@_g+RUN96i;xsj$F3be?FsRrv}WObm+YL|70>|^HqbS9=Oy?DPZ}W)|}&6$GBNa#>Ps4aBI>#@0P-jb3sQyZO)h@V49r(iNt&$3H5;!}7rR}n zLM@x7w7DfmiQVFJm}OVfgmq1MuuE83rPajxMS%U9Wp#M>DE)SWj`avm(^}s{TL%Yd zq>G{T_Z4oeYMB<+M|I{JzcDm@!X#&DIn^y(WO52U0M@0t6(0|Aep?5N_)y&t#}8&f zqzrrBpZ5ba?Ly9x7H%;`bAdj za;+sPt{GwR&${Y_%SP#&aT`M3YjIy4ZlwG8&BAX-DV0ZmAD;$0OfVyqah8ziM}A*; z5ua0Ehu5-NmzEYB68LeN>RI`#vI|`1i38@=wEgW#soIUjIyO_`B6g zve6B|)D{?BST?!=PSOY2=7-~q+7P44AXc1EFSQd!EB!y>jevF<(P6^&lk`E7$BQ^f zie-%$Sp-iLb;-5$F;_T&97A$UT5lh`x=L8>edcM)gI=~?VrSN*ciNODIh9KPH2n+l z{s+?^yjx#?werDgwn_*+%HBA-^3FR^Kc+Fm7WyyHTxfa0Xb7&bPR4s(a3f*?o2MO^FFOBUnl z+m+2qow9lR>44eRyFoE~yn4NDb;oBn_7j!qZ=MWi$jQy>$&H_NthVX(Ue;rEO7HQd zcd$?C^Xdh|>DS(K&$XumNSgoXcG*`i-Q^Z8=iK^tBikmE2jt{!k?-;g=?mPumaewD z+)j1=bG{*p_9GEN{4@ERNFlOUajRQND8m^9l041Vuo;Zw|0a1J zuP3P*^mU~lO$wbumL{ljJ?B=k_79Cc9s<@%2sVPu->J-2Dr_zDX5yXL8ETSJuJV6i z*v@oPbCvLc3R8OqBAV!VVLsUlRBJ(c_t#pgxDEx%la#2+I)uuSBMZ_JI@+s$^f^m4 zmB3KQHx!q7vSTrny*m7R&JndGbUFBTijRHnX)?MT1fG|bQK?*`&vVO>^X{SYu;DVW z-whQf=P;wE;WkMfEL-(tY0c_sV#tgZ=T09K1zJey(HmlMp^^drL8o5#N>25M6Z0|( zs+%zTzD0TBeXHAHx#cYrb6QdsH!%Iy{_tRwgudcoo}8pIbz`$%TTstI+|jL3Sy zNjU@s$|M6>LQvBL4lNYo!{k;~6h@YJyTf(@T7LQ_=QJlvx}2_9Iud}~;OeVI4v86e#2%D72=ZR-R_-g!LfEly4+`5Gxom zx`F zHMZzPjl$RXa**0!LIBz|SggtH3Nt>>GFY688+>b04M| z%{K9m7` z42pNhNJ|P|(SG3i#$rV*<@LfDoTf7I!T5%TMw<(~7uVN-T_Bx$Ba!1Ui9d}EA#(ZZ zFDVWx{dg%Hj~)0VR9dD!ivi$gF6-bO(?SZ~%Th)0n2<8{TisyxhWm}|50J~Vtk_U; z886|kaWOqBstAV#tnr*3tN2gO=C~Nn#I?CI?IYZyvSPSLz4;cGcv++DQy%$7 zV-=+FtWhffR7Vt7I}~>Ar2&;{y=RA!MooXG+Pp*hJ6nk0KWW~g8jIUw;b*R zfV@zeTaw}aict(VvCbF>L^>l@EGeoIBOyTh2+vA78{K*0N2~|*pbv;Q+kbJ%8BJm1 zJw_W~vBmQBmG@pi=pj=|Ut;`Gfi{Xp4CS~Lp5Sx{OMi;ZPXGBh z)QZa6+%fSecTyBqjN&mdGc$4qpGB3UtcCiNjg>HaQd)H zOmwlNZ`-NM#J(GiMv*%_7*vu)%J08t{`7}rCCxk`zLeWe40KN;{ug+d9#ACM;BCms0xyxoko75^&Ewg^8UTAw+Fjg3 zCQ=#xayr7tC1Xff>r)R&(OgKlQW8kB&nvzX70pO#YjOF5=m6IT%AMm^P~T1z#11Od z$_{qMz}jWViXxVYUW+8z++a`j*z0zKQS{3}#gCLI&)dKu_@M((c8z`hB4=?? zz6U8)EEe-$51Bobng!{GkZXp?Z@Vm;Ev|86oz^W@=W9&k!}l$R$RvvtM98+1+63f* zErD34*=*ZnvTeH(X;oyr011$24WRZIM0<=U%A*qFk(zw2v*E@+)LW-T+9n>K1qw;h z2EnXnG&$lRn!FRB#FjHwP)%2S{<9|!LPR(d`E-nOX-~z1URF&_p}fq#12)cUkeOEE z1g5qjmXkae(F4flF_!v_TfF4BMN7aD0Be_2UR!u9u_RB*~>*W^L z#2ww8d9uTHrp|6N2%GoBVsmyB#=7eo5*4$mCXT7hb3A>!%W}EZIc`Hot5fSR&(Yhg z7SY$(zNmD?`Hs@q^vbIGrk=)0Fe|M1_S=C6sWl!nlvmXH@vX~|^Ts5s3g{Qk&aa7# z@pJD&9U} zai-7qpwHUT2D|})bmgUF2H?IE;DXf-gmyV&mO-M+EMHD5n<^!GeGnMMJx=SrzSqBh z4=c7B^`58f2IZxGKz(f5dxuw9Kz+k*ANQZvQPGI6aa#XY<+vZxVCh<`bN?gmhm~9G zPN$h|e8FJ3$l_W!*J;HMn_ZSm>0TVR%_Er)nnUq8$_s8iOzLt9N2fAEOFU#aQdtgI zyS+Y$uP)LJB07u$%G6<|;t25p=hg~KAHbj(puq%SAin>N@-w~O==_Dt_*+-ZI7as~ zz2|2Rqd~9y^0$1<{gFk~J*vW{Ijv_}Tnn7mUW-eZXt&#)%A)up|6&Kb%VoDZ(m!!o zdacd{F3Xv~?0C%LB3_1sNz?%_MmVG;8o^UQC5VQHOExqZho}kRA!Vi$ckqy0dmx#@ zoWVAxpHm)SUs5|MI+x|1tXX=1t_&c4KKPt?=5srhB)db|{jc*zJFnrwjVSvz#KmJW zkO~21(*q&X4iD`D%{dquuBZzpT|i(W!Yy2zh|&ds!KxQj8BydTMvU@(JRuI1c9n%nr@Ea}KU-3@g8l2;h(3 zxJ&0ha7; zEw)+Ae&uG?>sPmCfDGN6xdB5|gNR(|eY9h(W-7-S@=~%B*zG*g`bfeP1+-`xYlQga zs73m39M}758i9M-P>T(6Cf8L;K&1!pXidA8POvoKq+Kgr>%4K>xfWgRtaC4#drNoe zEzYT~=ZZGgAQ7C=GGpWG$?z?6OKzEcVQ<^3h2>LP7uU?z>zm`9)e|bK3tdz4id$>C z$|mUKmdM2NmUyvKOg%Ou|KL?q&YE21m5v`{gFrlZyp|nctf=!Y#s)tZJ{!~(wVaW@ zy|}43&#V=cA23li+XHaq_##{z_90UqgBpziDco07$@z2)A`GKUj3n9heKJW`Be-)( z1OM2Yt=9Ct2p|m&!9s)}4*t$+ReG)7P)XCV0a7#&$^)hg*$cAoEy28*ic#r>&AikyCWxU`fMBu#@y zmCe`??1VGtkn|4`)M*#m$_SZeqGm2?R15i`KB~iFgtTKBKM5{AsRj-%Rl$T>&k(6h zX$vstFrdO72Ij*l18X@aqDyLj>X_51g)UoRX?uP5>{vfg!6 z@7Qp?$%&oxlo_!xr`{B4n_DySE8F24)cf`kwR4@a6^5$)=abc1862*jbkPY-Uht0H+lK2ux|XMI4{l`5X%E+^_8EOH zp*F)6P(mkf4WVyTokz6Bum&bHRKYDLYYMhy==W1L03Y-6OPRUeL0-Ty&?rj%4DRyO zV?G9l9a7LF;2=eJHb$`!kdr_IFuxZ1z}u{u;aBnNz<0vi)c8xT{bpyN4msq_cf)|BgS6Uq5ZjjE03Lt8-)f z_Os_!+x5E5I?1wakuU$+HR}%iM5x-bg*~M6%XYKH*}U+{^p>IdK2-Nc?g2eq_phdN zqpIins^<6xb$=zdeouWxLr9s*AN&5vYCkx-nsV()+k^N3lJAq?14s`Gyg{|s;qZaZ z9F1a)VSv;g$Q?%c!?ZfWW2T&8u*;y6p(+6kVLMbN$TCPMzHs~iLm@zl^b+z!Fcu32 z;(gHKKs|#%`%oY*^)=eWN{7RiFf=DGEuP_+c-x|xJEDPjah|`ox-;wy7z{d7zS|Y3 z?5Yae;5F)UA}y%IJhQg+(@XG9AvhGYfeQ=AmxpGwHMNb4ZJIPgC<+FEy$}ls7w5$U zVM}sR*x4E@O_aB~U7n(vlGZ|hd`5Xh>vvoEIH0!Bpe@Lcg0}_tf60vH(Gq;j>*3Nc z(i6i8hC>)v3Xm6hdt{r0+M`9p%s>ugYB%?(8e&}|+dND8yQH^@P+u~GEnL-A8F0Dt zO*(@i;0$+G_xkgSHjIqb$YXM~<~y2)HNU_psjnk%cnp$8fVM?E@D)QMyJ$V|-0Cw%yxNTV-hqL@ z4STqS*hkVb&=u9#2YG=zz5)mZ!DBUzbq#ft$B2SJYLG5~##cB*>Ey_72&N7o|Is)D zd#_7SwrISomXe!-RB^k9s<`t3e1pd@K>R|+E`Bj9@MpEJ;!On(7!V4cm^d;0O!u@| z?1vqRSlFPQh~zVFFB`8jkBNpmIzq)`%(`QOXb#rb6?ohQYlEIkBYrJYE>0!|kIOi* z>r0H|DN_=(z zXX&q4D~89%QefWf(p;&zRr4U1)3GK{=!gvFudW8!9e}Irs12W_Te6*3kI_+2}5Fa6|Rz#;$&Y@aYcI*+OLR85Ifc_Il zsQ7%s=k@v$Z0>2N4K{C3o?Ew?g_bNSL?U3eL~pJf+rSPRfSFsiWJ$%?2KaQ(T?(>R z`J-T>qcf3TkeD+t?VKXQ?$7Pg->5>{xAWZ1!R7>VrXp_>0#jO?qu|deH~x zwsdPf9&LBarjO}Z=XUFGELmX~{|B>8+jr)C<;%$r&cW01?gzW+C36)^V|&bB%l0YP zg#~XJ+eJEiHCOJxVLeNrcagK0G%Ss-8n~PiPfw;99rI+BGOU5oMPY&Q^I-fFkK34L z><;)m`#vcNh`% z`U{75dy1ZLBFFcxr;*&*{$!C$Y}7e^TPJcEn_M z{EjK#vsx|1;v91{oe-386aqGTiwXZ}zhdNcQS~X%S&+{&tdAPi(vUT8BF7M|lb~>X zEK_a|3dYQgW<()q3KdOJBpkNe5F!tSyxwiaU|VJ$bPIth*<4t=8w|=~s76xcjV;r^Ndv!2|Tm`_Q^Bc$Egp%h(`!m?xpD zhun{UjUIy;LifkY_Z6>Pu6Q9+`>tmTq3~Fgp2HR@PUQ!3C7Y}Gl>68s_BZ7Ric@S; zURM6X#w+ihrThUmVj(`OhvmcfQc&KNey99Jd4*Y(e=7e_e$EQS-OA6Ef3mRShR)Hi#vojI@14I zE394nCVM-jMAHw8p&mAXc#2f{?RVcM1P&;NuM-~Ikv_gd+>yShN4WUt9fuB~Ur2^e zW$f(~7cpCNCiNCvGhhqOg2-kw4i-n^;BBbqL^y)N?Un5CBK+it140J^G?mb2v4B+~ zC+~3o#_hwMD`i|QLhmV0y!RfP%H}rAXlR(BOtD@y^@0TjH8b2M8+1Jwjy98fMoqzj z3#MLm>Ys#jWaGQ9ELIv8zw)k8=Ev;UbS!weQwFK zsbRYewI0S08|m{>n{CUi7lWFjNS!V0mYomn-1(635Z}pUM;^*VIe0Jql=+wY9RVwl z2j6jp>|BUwpe zJOj%DKR*`|+QTmqsRyCF$1jxYqOllpO@&OX(r>Fz6y(Q?yBarIpIteAx+q=0Z0UvX zx~G;`D{m_wl~pF4h07XS-+gO*{j!C6o29&X;mgmQSvh5H(w!I5I{zdz4tTWoM*|Dw z^0M%ta?2M7Y#xiO6AV#Lz#tYxnu-f|9br4zm|I)zOt^dejF4mQT!+)#;@GgIJpY18 zOH+FN&BBGjs6k&GyWt)Dd07)ZWRx9bf#agDN^};Xfy^Z1V zL370B9$VOX^{?ap6namPLIp{p651@M$W!)ZFh?Xfr1$WqS>b!9Zs{EBmYGia7n`X(YzcLYo%QlZ(RL;@Ej$1G zW+C+3z@pPPE~=1q%HqNF(ZafVBx209)vK9b6Hw>Ds~@YVLpUt|Ry&N+BUe{x zQ+s(!ab2E~A-%&9J(Kh5*L3bFTXgHHNtd%bbK7tF<6h<~8RKKu{DMt3mM`pGn0L3b zeB8O~CkSk;RFzwO^5IAdY1AE&51LG_h|y{|;WN8MxzlK|8kO5EdV_mFje>*VWmi&& z%S_o_E@^-iLdQb9Jw+J7({ew(Gvj+g%nc9GQv(5+S4a=N$78p!<@9#8$|AX3$3pZb zX&`QAc)60Yhiu}(uJ7*!}?0GgVC;cu+8@*41W zYM7|)&%BfLa%A}$(l|li0v=4;PemA2D&Z0|1>hlbtAGZ=JJH4P4d0CRjPq#4j7Ub3 zR5T(Yd_(1!i6`e$8-9mg0E{;d@IUAv2%FFCl{Y8mU!1C5x^P0T=};&f!HN9OcMt3@EQ~}Z z6el}smv7$rtaM@9^y%XpoF?s!XKffG+Tk*;`on3szqgp-4q(NN!5xAk_tm}d{q#cm z)20Tuk$aZlOmAC`Xv+VSK3k|yZy)@4mvEza&ft5(?WjM|CUBDSZoJI~-=jw0&@ILF z8uA3wx~0q>xY6Xfsj`lM4Iq^^okFWceT(a4K&p38fFyay!x5pOi2Rj6#V|-|W~k3X zBgWni`FtTSI}-AGL%zXdrL8RsTU({s$%^T%3tRWKmX)@$X_ZOg2OCm@t5Ro8(U~o} zsViPzF;!)1j1y|uKgRVwh&d(?j~x0Wh%%UWB@*bhouUFo%z$-mIqU({`~Qn-cP z*!ax0ZO=4bV$o^MdrM3AnzcGh`o`>2Wi2gOM~UzH5>28eTF7|_sk zXfYgWeA>7Um11$CJ34UNP;iK?z}&7&5W@r74Sol-ntmkChp%*Tka0Spg%iJc;e=F= z1rWIrqsUy8poH?c9V;n**KxcRA3}rh3SzE^sUq4h(vkpMw)){jTwM{cd{O|2m9#E# z8l6^wlSF)mt~55l{Ef%de_E^=o(3#1Ae49|zNQwG+h7}L394;}%s}PwczrcGEyP!< z5kL)4rG^A@Oj4Eczk58x33Luth&=eDm)LbU=M@T67%DYi`^kmE3adPC2zoy?0r7^c zo)-{rD->Z$!5gWJq&cIvQcY0ycATTujX0;GHPB7``?wd2CVw;B0MJ6zsF@ejxA2id zS-8n$K*C&knPf8}22Z(Fl4McT>9mMHM?4i=Di$;%C9Wvw5Cm_W7WIc0g-wYf8#5U^ zPK$+EBY9p)a+?yi7Oh_E&5Pw5O-}F>jy$h@gOeG?4nkzQlaTh%C(21ByJB#Q>KyUS1>$ZNo&V9zUc#3SLL*CGg7tx0DQ^Jh1B zJ*8fe6&6^WzS+oztkru$5|Wz9QgNkRBDwE1*u|nkeW|rFAz8FcbQ>$rzqH(EG7I>m z)+71^!6A5U#jImi`VP^gH3)Dj5KSWcu3&IzWrM60L~E(jV0y%87Ogr#fLC~vY!Pkn z>k|cL6eOtM^vrG*8r@z&=l8_|aeaJ6zGH3N=`%(O%NM$4xXY&$*X9@8m2@SG%lxu2 z!rbesX>em;Kn*?mE$g0LAHn18dV=&kdaR!|RtKf}0?QWN`>9mrTwyyfIrbH+l z7Ol)`3)q9w8s=hJRE60@lSQk{WqLqt>5T%j8!eXyyLPRejn`BKL6DQ`m5Z|7Z3rjo(QNP<}5GCC>sKmw< z*~*Iq(PUr+E^i?#EtYInvyWK=vfgKd1B-*14Gx1Qtz4VE}KCz z2=K$viokzr4VX>sMFvrqH-2nqf%e{U&b4~Kr)YeBKH_vHtTBfq-{l5dWr=8Osjl>Q z>g{?#Ht6c?wyANwwlc57SHN87hCJ(*1e~#uNi1~)1h~&IoBJ1fq<9vMuuKZ}Mu|BG zOb$J~3Slb`it>koRxj9?#iErgG87nQkx56NGw1odUU)4#CD*i|UFS3ucrlF8N%^5X z##${H)@Fyvx5#848!I-LC8IME=?c4L(PAsr`psUGt<&l-X!G>ikX6){*G)(`ep)vz zV({C&1(bn%Z9}K~+PY28p0=aR!wQ0>hdNhm-@LBnl||K4N(3PiL!;|m<^nlpo!>Zl z*Muo@xH_7LYUP-3O0g0gU|fun(LMpqnHWz< zVOpVmY6@Ra5|D|I9Eb8599l%zAjh$`<3w`B6Z90PJHUN{Ur<916r7|fT`36mh8uQY z5w$(>!QM7cNcoj=kS*@6xqjb{cuaDhdH&9Q{UKH!4Uw*sPE_5PUP@ zmMD`smh4K{wWu{IR#i=wg^R_MI+zEmpX0x%Q{Pn z%L7&8Ha*bOncCP9pSG~|z-iu4_k`Lx)ulBBHMRe`uj{gn6WNA$4(;ik*>$aQ>?a%T z-I)_6(+PXCW?nHUt>K2w_Y3tuGSKK3JgpeJA} zu9nPPjc*v<}}C zr!o;=4P}x%z;iZ|=N`1-V$|cJfyKSsha?OPCRaT?l88ejU<#BFe0(-$2OuIPwFQ5v z_}qYKrHPe&l@np>F??R}mx9`oCV;kfoyk&Xb^%XH>AB=TF1h4C82mcQ*n+*v8k-Yf z+n-iWoLC7k(ty*(Zr!WgU)EGo;Ag1~88a-{ei^=QJNYZ#JXd_cdb?J7yp=Jgfl&?r%6%VE5!Dp}a(FK%rq_O~q@Qwf8P zw0IPO`GCFYoz_zn0Jl<7k{@A#qMm8qYfeHV%3=F^9bf@ALaNuON!CCRkb^b`vO;lc z3BnXY$T_&PdIuCaaKR)Vvk^hT;3Z|SfJH0@rqbg8UkcAlAl39Qz4eU`-nezCx?>w9 zyYiOBW>wyL#27L@qP%6bS(LZn>S}o85rZt*SuuWO#g7;whDYF}XtS{5%#VU;_%(Q2 zy-n^>UV^uncKH_;%NNVFa3^CmJ+jSV{^ARZ9lx>~^;ff5{Z)AhzuGNdd|~E&o|1ox zcnc>+s3t~qjmVmoQ$S?bjPXpeJWF~*F=vwrl7k$7aRPjvj~kjEQ-1wO@2`#{9Bj{i zEST}-%B2IhQCiro&oJk=%N@?}!leg}-f-SIV~VW0zo9k_kM-Z(s{G)$djM9r%x~<{%zl8z87|Bg)w7_X1%=ihNA~+oki9X%xP60t=go^s5dyN;uCnZreU;=T1w`i zUkGb+XE1&_s-fwu#a8$pkMU!g!6aScR#f)AVcZPNWI+=;-ly$>ZeSvLb79n%LHI>X z5FZAhi_l2}9-%5TNC6cC*C>J=gc=5ML^K@27!(;$9|qYl;g*aVR6P`V5GVZ4+NCS>C}&z@y7zvDBr*R zRm2jwT+hh%F(KsC9!v!j35)e*IN8>_|FWeIVUR4YKB&G%`MsdI^v6HO1V4`W0NpNW zismw$Kypy!IA3j%0B%5lpeJkNSRJ9klzeVDZ6LcUlsBmxcPK{o-uk>@3&gDqGT&&PP12*?Rs~e&0f$@R+4WK zv`&Lj7OXmLUaQ6F@YMgu+2kd>ygmJa0$ zLyMR9u3A33)$Z7=9D2ot)Gvow+1lc%%NMU)I4`{Axy!eV&#MpUyi+mW*)dDteiZ?2NZv#A{LSX z^PVC=OG;%DkYJ3q;hK}=A-(^rg0^zTE#)ZXWhIIX_kGTbs<4RMqaECw z^OR+!T%%OL;S{Q@$KuKbtUn>L3>s{NPa;(+8&4Tc)l90&@vkhci1DuSe%W|bt}}(g zoU_Exnx4SZQ(ZDjRn$Pz!~<@J8an21QylE61G>b1@{clSLch%M!DqigOczo-kUcZY z_c~93^q;ZkmVOo9eY+{<=WH1mwPk~paMS5l7UNeHewwB0ujVg7V~jx zB%&$E69ch|P*uay;0k*X1%dDd@%Y+i<&_`brhI8lVsw{559K;QS5z)WY=sieSa&+hc>PRv^8^ui>saW>m|`$wV#Z0Cbg9~md5dDQ5Ti}sbiX&rtCe?s zG(0ynO2u8_&k1YNy_+iMxaPY`T2$o`U6rn}bKl?JIo02P#BTbVR4#mD>MVcfVCf4_ zsAUuFo%V*32V?&idk}_c7unEr#*YjS8pc*Q5)ynu)PcHdRo^ayyedAfUo9 z0a6{9zx*b2e;e^~#k?=X%wKq8BCavXDq34B5ONex+_;b%m%ULxZf#!P+Hv}g+0tlq zcw^(~QS1+IeNn#HnEM@#_61zDc| zqGrUzLuIm&l?AQ3nDAmuKC-HyMHjoyW2qh<%iTL?uhUx99?RVqP3-_!t5iOUR*v3m zu~v<$%H22TfW4=Ol+F=eWPTi8J;hgfyTw^Kx-{?Bxd-evx^hcY(N>L&mv7OWxtK_o0_Au^tcPOYz>n*WCab+)oBlZ|JV z#j<+3Gs~)j1rLQ;x7Ka4Tg(=_32Q7-`D@R`nw&mC4*Sj4^??Bc($}QRLvo=7#tLRe zRz+E6aF`=~sgp6m(oF$2_%Si}*oM*P!b|OqpWxA(2TF!Zrbw26X#g`=h!I&WS<(3u z(xvPgRC_X=Dar`>O9QYb+C-D17ak!Vp@CG=Btpf*U6fun8p9m2nQ%Vg=wIb_7M z*AUelWvrRw)KVjQbFCl+r_1_{i|4QxOn&X&Pb+(FCi6+lm)p00DI6BA6%NxiM5J|) z>JKlu;V>k?>q*^1>~`YNBYcv8aGH~&q^XDAQr_?wwvuvWVuf%-B}4DArdT7|0>;C zKVe6u6e~YsMJf>z5LdwB@v{W%?fw3zC`G%m2m5=UUm?Mqpb_N-@GH}f5;O6jF%jj| zjBpU&6}poQNm=Mj0fpU!CZYzcUVd64{kM@jB)lmc5Z*k*8JQYuiIr=!p6=q*Tyl9% znY6Z|f>A1T-8zMmsi>$^jS(KSTDeZ_<~o_9!k-4L9DskM>LHno(dWwr=!VBKZkQ1m zJRl?t)2i@COYRR17#w=_g4yzXIT9Qap$pHy05}9>b)}dVVhX`YVFDW|^=UxOGQyn^ zqpL+)jD_rYO-)W#T$3sMeBZ>1NKRwzwm)VEukKh~P#P_(aL4^al{=V*WVK4gJUxIs zLozSd=@xyCJFEWqnpehXwc%+M7a4xUWoUolKM?0o3Gvad3^CHFFDp=-Zj<3IM1lp# zS!~S5N|?W>9~SO?dmn6EYu3PawU6Zf_4NxL+4z5n#Q$v^vtv?|Pb#!9|8A&$OSr3> zRv;C`eQeDOFRa@1zVPGwn+gX_Xb)oAJ~K|x*wqZlP|+iS7m`lxC(zfajV&UA4AEyI za6C}8FJg^Ra+*-s1h@r-C7_8QPl4kOYof~s3l5e$0H$kTGdw#=V05r@1NHhE;omiS z#9B)W*Q_p*8inH}&CzHx`9rk11Z$_8rUy1XRQo(F43;|IHAx2?-smrhGzDSXw?FeN zvCF&xGV@oyN3uk(tEtiHrP87z=^Hp1`cg-bp0lLAs437PC9b?+Nwhf{DdH`{^RkX$ zQ<1+y=kjcS@x|@w4qf@cCTiQ;vnS!E`nl_Kv zPPD;jL!og(;TR?f_;!B1snE)l)frx~{!@_OWbUF9`WH`FZg? z(w_SLD-|MK9SUrHTmq`1F`N_OLDItL~>wPShLa(BqJds+MN zWiGSHMK0Y%e>$p`-@J?rKhK`d9C6hQTfAtP@S)k|GOu3SzH~_&!DQ+-mA=1rz1ih9 zUEp+I(1rk{yU#bW(=qxMS%RMkEghpKtW~`?O=TSnne@&?cs9Lh86dwHQ|TUCEVYXZ zRgJ9bx&MLFWDr)8_ukj@G`W%tI{m=?J)56K30t<3!ef$q@BQ)g14JpD0+KM~)Zj0@=#H#6Pj z#Kg_<{_nSooM5^)PZZLV@y(p4|Cyi2=*-zu0)-I%n{;!8H|!W?YFcaNEM!0?e~3AyOtmCBaW|*Hnt4`Eb^jXpYOB9TmRoU18SWccIy2i;Y=#ytw|t+wZ@yx#6+nvFZz1 zTmKeh8WSCe4>pkDiShI|Swz%NvO_B-OOso&j+vM_*bMYMidFLCx$UczWc{p=y@I)8 zljNx6MaePAJCc7$K9YPa`CLMgOQl{Gs)J3-$UtdAk)&Q3jMvx<(MP4zUk!til&Yu@ zHsL`}$=!5H#JDeN)Kp=`{2 z0`pvrycYI1OuM)srO#*S32{gC+9YO^QRxn|8W67_#Kmv~mADwCQHze$GTgI6E}b^3 zF2^^%YCz$dy@A{+S2%y#V1R8D(p*^@Z)AaOATqgu^>0ZJ`(Ws-jNwZR?5=jqSnQTs z1aF$&ZqSl{%2gJV3;BnoI;ZRwg~4IaJxs{0)`F`FVg<^^9KO9KHoXf`Jp<+H^mMD*`olVRZk8iM>sRH-WlYwvp2OO*Tmzf) zL-&%>U zu~o0Lv2(RnjgsRTqDeOdtp=Ty&D1*|=_(3jux7j7Xv!VzOxLpr)JTiF9hsSoO7|vj zk?W)o;2D-9IbNSL-!(#^$a53YLMBhP1j4pFL%FF%r-+We_1PS-mn%%AGF8t=XHHsa zei@&qVgu^?3x(IaP{=eDIM2{@#WvZftDfZUzrH01H}Z@aA21QRsjq&=$%0MifWNKtJS2i&m!i_+&kBU zmYa`>T{hOMA8}XmChyYbjd5PC(#eQCW8TzA)|ecbI@e^jMGNenBBxeiu(3LD-RiX_ zmCLV^D|w}jbSQ0kUSDEUz%_W-*u}AB2N=g_)=W`9At+Y?>)n((Rc zn()uRB*K;LL)r^W+Gc;XH;^meSe|<*#}XLTFd`O?n6%c6B4`+9WxAVXIiE|W-cq2| zDb=}lvs`9oG@KH+AV#Ov8Kj(=6j<}}+#^Pk%!-OkLT;F`xWsIzYlW+*dTO%%7f-iyL;U58$zC;E{%P_pq1XCP`vsRC4UaB4ac%y2!SjW4k z3x7TF0!zybW@d{szd?;1%{UK=Z`$K&cyzRC+0ap|$*Wy^yzzWXQ^%T7gBI&Y-&3dF zqYBOr1!+abNUzvDhh7nXy$wgk=x}3erZ$@kPVXGGX3{`+ZlhQwbzXX^yGN;(akkdw zs!@+L^xkjkUc3!?&LK0`q_9a)elh+IKpw{N$on-*G8b`xx1gC1#U%hq_@mR=s^y30FnA%RmC79Ugbz%lSl8cenVqmrdy=>0Sku`D+4a4nR z8Y^wFY}6VW8Tm|k7%nrUU$@zfN{&c_s)~Z?jIv&(aBv*MI^3+IB(A;?)K{;vGIhx7 zb=tHXVSVPpfXTo-S$p~EADM@f&D>ivADaHRnR&;Be5P7Bbz^DfrX3Z&k;A^Kl`G|( z+s6&Qd*I}&M(NUmO0u)(ls1_!(}1`h@ji2Nn0y9`ZYAg}UStu8X7=z=X4cTjI`G$X zW9<*Syq79S2BVTw?41()R-8dG?`Qmg!2x(@VIt*xWVl;e!T`y8LZ`9m)T~YC z#AnFCF}C9$*~#nv#mPTTmZmXRrzQWDwy=(^e3Yy^Wzclhk8r4m=F1cqI*d%P$P9WASs!< z3n`{0nPr){jn2%|i3GLZ(ghKh=dTLCTH3GfZ&o1N37|<`0whMN&+-ZJy;J;EEu!Wo zOBTV4eWheSVuAl4c~$a0B(a}~4i>KhQhTN!oH6@DE~0UoeJO#ZVAB1cw%On4AHUUq z&fib_6K?Jd=j!?U|JUvRwSWHB`T00C2%VPDCFxF4_?%_%`A=(!-&^r)Jq8`NUoxNn zbmp@Mh-K_VIeVkO zd05Z?P`BU7Ad4`-H0il+zEjlxU@?SpOLf~mfE|3DXYoRPF{a!B;hkP|o$!vktj&Fr zEI#ROD-*g>0K0dDcY2-|p>+u%AwuiQNC5lYCr_gGhbd%TpDiT;TbB-3FGeimaD0WB zW~t6Yv)NN|QxtJ}MIHnlM>qgm#e6R?F!?iR(wAVr+So^eR4eKgr68NBLu0F3)>UEI zdO?+N=g8KU%}wHhT(*)JAI+$(&uRRkwm#YX$l}{yBZI2PhN>=TrOS0>dh5uh%`J4n zWme4_x@_-Yy1XHIylv&8z0GZ_7VRr|TKITbezix{F>c4`{V^edl#*2Yu>jAcD*>_xw0UZHj|m{TQh>>uymZvA zJ9mv@zr6aHV9!hRlVYR6XRc0svv1!wcx|G;LUJbN2tHsQrsZ%R(a;x&C@ko4I5DL^ z5gCdhu_Ty8G7)DUOEx8&_)~$jWZYfvPR7#$z$N zAZiN%WQHm~E6J?a5{X<6a-e#8eTos1$m#gn7xP3Tw6Tka421jOsVqc)!+qQIzIfah z0E)dUy*CJ$B22xoorx1K7GR4-zloD;h55pK{*8VcxvBLd!a!jl|5L~(#2s;m5a$_& z?_CASqMtl~|J^o3o^|_k$OD1w&Tdk1VDa5|-<{mnx3>CLqCBwpi6@>&Rtueh8vO~a z_5?V$82YQP36QQ(T>luk3d?S#vRfYy35y@o$5Z|kK`!BuzXW!ZG}zhmk;_d2A`Kr) znMp$|q`P9qmjRbJeBo5Nmif%qpf3Vu5*SXXeb4X1rkJ9L?gmehPgW)%AhD-ov6SpF z-d4NP@a}Zs$eT&RAG_?88BB8FveTs`^Ofg>KNH8$@lOgp!lz98m`hgF9$LD*XvES) zQ*s}7_d4Ovb2^?*J`#_CR!;uc*NEwo_bxSf7p;lhe)!43tylfk-LQWAL+$Cetr>E` z$O>ogJH#6lzdtW*Ke>34fnuJX^L$^_{v#SDar5~M@@+v%HTVAT7%hA#hn|>1rBkLQ zHey2*CyPeu?*%(9Y$NMebX_?w+&r@NzFSsJIr79hM%g%s+(342OdPoJqE~7zQw=U! zq7t~Kxd_nz{zIECKJbT( zOtNroSv^s<;`u~9OXOsvJoRD70B4XA6uFr}WqB(9!@%OjScBN#zGo@KDc51gS&+9 zjtWE6Pi##{0E9DnZJ${s^xHNkFm8YM4ZHF{FZFfs+JWcMCR}E(0U;iME zf8c=)PYB-&f86-Mp5+tB-TMj|vios3slLOl_tP8Yc%BAC1yTg6*z6I}FczXQZcrs~ z)41h6BUm+6Sg6twr0m zxVqhHZfAQ^X0b!&YbMXWUP;F7I(~fDwSQ(lP?(0)2!B1eitS!?@Q3ZsZ`(F~#x^#q zYsu1KZA*mbZ(CMTXg1>|Z%LLROgFk$r-vwDv2+;#l*YlSCCa20t2)a*jn z^ljUo-@Z)(w(y@vOTPf-Sp$n~9(3d(lmQAZXTS^bwxB#&UC@?U(6i>#M2N94a9jFHW;IzHNF%Qy_Id$F~S6V`zo1Ek--ejJ$y~= zl)^NYdlE@!<^Ew;NE1iZMJD6GYvunuF1z#Z<;ift+rrbP56o?u_9B0wy^z`chEZkJ zWCp5zO{$EKNcp<$?+6ojXS5HfG8o9tv{JPyOcn`OSv_od&{ftPm>^R#6~fjDgRY)4 z5=jbYII9fC+6zY~KM}6;_z}^>A0Ug!+`IKwEBipLaK+(c`Y4*nq$|)}_-`r}{`7<5L17G_~nA^!5?hu#w&;pC;s! z%KG>YDAwXk(5MflL<$+BCJ6M5N`m&I-NQ!V3*-dSBu(0~iT!aLV^<_43OmEIVv%6f zb|QUdj|7WOt#R{2_Z-{JQ(4K>n{9L46E~Cf^tefY9L$iLO!A~7wF&nj;2Sh`W+Jr& zt|Nikw@liwVUjR$v)I=W@`?GS7gC37t?~9owXP=$= zUSLg;!Djxew+?}nGWjLw1N?Lv)JbeTaB!dG;YrP$}*NeH0;G zY$mcP)c`$@i<^)K(xIQ65T8#1xr*{v! z1UTbyKuB01F8Yl%7UZsP6mc-UY*u3I5$qzOQ?N9KQW}TTSDH>;g{3Bx21Hw8UpYVo z*il3J#Y%9qynht7UZ3r<^66U^{rxWB0^FVc&xIGR+g0dy$h>Pe65H!`t;0V*bG`7u zeJ^*}(z4Q2o~`%nCwa3hCQr^Q=lOt0Q@Uwch9bx8k-KK8T%ToHwqcVTDCmcSgp<)f1V?VP`jMSVE~qE1)+J>WULJObr@?gQ_ROngxBrFCh)o2 zy~1%)V279fG}cKT_j>ZNG+~NY_`*vHn1Noh-%AW$e0v7`zd|A5mLo zEcH^zz~LAo#t6)WfJf8vVgUTl?ntd87#tjC#Yib)LS!$kXTp{>cK%js7p-X}MJ(M* zr$A6%(66a)3!!;dldMSG$C#p+acE~i+Gq4%QK+K@5*s}U>^^#;Q7W`rEzu~fBwMA{ zAaoLWOc4mHMf%s%pP7;6j4>D(?O3Oikt=LAg`7B#Ivgq`W3ezw)g+sZQEMy~jk*)t zTB*WpR!FsEqwv1PqLk?wqmj|el#@&*l^ko>maC?s%xuC2m=@IJ(r0x#a1;@(R%g~t z(`xlrJyENP-m3eH*61`6sZ*a`M)k~94kWYzHrc%f>WPW13La{!fXnOS}h4RH$75Fee{qA#>>htf^ ze9yNU&9^<8v`@ZALb>lhktzf$vq0GLy-a2No~$#fh6%af%2lRs$r~nBx*+}9V)>e! z0$Y31zDT`x6`igr*9WCqHhDgi(zhM|VSFsc#L^!xw5IM`IM>AfiQX%-pnp^S z1I~+7Xb83O0^UaLuQcAEl0ip?X%~-;1tbeCqCjmJ`A{?zHY3Oobz%91Z5NTN zRv;rv_@i!^xlRGi1!PwOcDF5LwNfoSrzX>Auvt<9BCg`fifg=x;wI9%!i#F(z3aMh zI*pz1N=`9plvcr%#2N#3jYgGbAvU#9L1W?7F~Lx|>K#!{{&&0^lZ8?(qxGZ381f)$m_$lG7LE%)mCISb zDA@VY+H7(3H(Pm5(}Dd784K2C!n29}2bzR8I;KH8#I}^VYUx!BPhciz_-P%#qs7?7 zyyQIcq1maI+u006dNMl^qS$P9S}c6Jg7GEaSEPZ(&S@qO&+GS{rJjGp?|Xg<|M$Zi zP)R+&2=evQZ8p^iP)*PZa2*tYa1cC&CiXXXNjwnzY~dfVb;xiT2^EU8Z@-zYsf6fxh-}X^3wB(s}N@Qn~%UHdL-S{=+V}-7-IDAxNm~gPu=v81nMvDg1B;KjO??=_`wbqlQfI$ z=m6RPY~ulpnf_XS`@Q%nIXa+;6kmW*6vLkh^!k|3nO^akNhE*`r2pBf|2p&~ko1Sy zHcx)_dsoXX(-On18Art&Z5+}DocTk3Yy3(iFoL}<+~RVKSg>G(!&OUKfiD!C2q+Ad z(02tv`kXnU99d;2{m!>Vfxc8;LWWAJ08!ls9&P}+^caHh722$Nk!mH3B1-*AOK<>m z?caQ}1k#P1Q>$)6S`{QwxlK(H%EJ9*Qd|33GsccCbC$9lIAyOKrwr;ATHVYv{|$Y;Rm8X63pN8$jCpOI+oxJ zNO_s;rq5559Yl$~|BLq@gUw+4?|iZv8ZnBo)<*s12th>1iVsu*V!k1m7Z8#N8w12! z2nf)LX;{PH7FM~J%7Xs^w03myZN{9+0ZB+h(%Hc;tWWI zl+bppPAW6SXrMKf;V}$rNd{)){$@V@tr=75UbwlSt=(NWXZo_vF)reAj$N~M*ujHh9`_x=rpQ-{-M4Ik4nZTw?@?e*h}{#zFBSP3o42n)J{asrs(LFZ%0E*$JL zG(%@I@Igo>_?}Z4^kB(I8NjW7W5x>)2oL@7k8Cm4z7Za1C3;L=UtUgzCU50l`J?a< z(IjtWi!*v&vE*8MUdhN{i?MonZtQu7>^S`XMGrsx@Wl7YEKp8xrTz z6;Va3J^UL|npH7Eg-lvadfse|QD-IY2WzL#|5^ghA= zRpP@NJPU3zQXs#CGPI=EP?LW+ifCKuiAz5cx`i&G`=d*rB5lXs72X9QftY1hc=z37 zr0pptaUb1z=|?1f-(SeGFVjxu30?oB90ZiP;Gd*3?_}DS0$LFvgP7O;ji#K29$#vV zMT+n>aw3pK3}45nM1$a=_tVe~YWk&tcslS@0767pC_@F}-NjJ%d=6Sqv9-u6w;6kJ zI?U~!mD_GI zrDd24eB*`>v|6eL+qv}YqAaaOD^q6X4J&HQDFkN{`<}4y=Oe=5Pq#9=-XgH&F!JJ= ztM=@?ZD1skgT$G;n$V2%{GJL^-2E#J#Adjc)h9mL3 zG_%j3kFHy_Zt<)U)dqtGyrK1xw&t0$Hw{Ew_w;{W`y**j$vAg=Ap6wZU2ps}+r4l);1n6p*cyMK?n!h3(kT1re7a1HgxN zOS%`!2u^_0V8HCH7A_5dMHjn8+$9c((L=~5kX=_stB3sMb4e$spIYv+jtKbMP2O^Axj#fN zQdajm!W%RfpA`OtIGI14y!hgiqzZ8>RVN?(l@DZQz4X;X8AXxuJ90;>8H2m3#CMon zf7n-6=AOQIf$*=4L$89EUOhVZj`9dIzAbxncH4y3n;VQ@DV1Lt8*Xl$AQnw*xw+B! zrBeB&vGL{>CRER;MrR)^%P#XBdNp~MF!Qjlq{=;O!Q$!evNB)DhaCsAN2?fIIw=wF z4EK2UZkheRhRmn_$b{(2k|Ex@92Vm_l4TUx7=%%bGAgmXzt&h(>c=oj4VE?wmg2(8 z6vIJBL17emi$%E9R7~yQF+Y`acpL-je~h}tQ9mv7KvScGaIpmtc1qR+=TXWLQ+j?1 zQ>JO+ys0w-&8@A0&}~D@BUPhUR_2DXmSi@zMAN~?N9~>Udk|+vgDK(!@a_< zn8RMdRRsvEhZbi{D+|Si=L-iFMVgA3>HYD^C+lnDWap@n9mT;5J)WhbBeQj^p)qP_ zgER9Q{Q9E}aV?)_&z0*I4znXzdx|SYHs{-Hg~IBHVvVK!17=0L*`8Lg0?ZF@1xqVK zcIIvHsssbk(h(_F4Rz}rOpWD@7>ABx9HQ+@ZJ6_cqC!>(;Fznm~?z$GXgL-oVkL2j&So2drIK_i#h)pvg~O(b+zg zJp3NVy~i;V2hOVLhV6dc+F8huld$0E^E{RH)lUM{PH6OJx}J1W2Q{X@QqL2 zFz)_8g)^%<$5xWbpz?UKrPQCb?nzF#W;3TSJ8y_22yAp-ojCL;TroOY-qyf4f)92XSRi(|b66 zrYxOp&NORH7i?ekx4jegVjeX1&VzF>DN>mTAlVqD6+w6MB26#tbd(FolJcWufa5cS z>^@XlqPR^8DS;6Q3+mNHZ^H>-`-4UoMPUJ#9GnHy6SyGXHu=mIdTWjPa*|V3AG4HJ3~id$R>6;G(3YqP&y%Gu%+Fb> zGpAe9V63@*fH|0-&Do_>j8+rRzyy~E0zzkLFf;67tRTz;_2CmWtU0TJL#p6>0>?#4 z?y7;j`IN{J?t`p6SmckT-zXjS#L=p6wUqhwVuH#Xh?i(gKt3Cm#R8O3gfh!f^oos2 zrh$-Nlvu4yVVOkO{5x!3g9~4gBV)Of)g*C2r zMRJhv-qWP@nfpljac0q_D`L;>YNQozA?|}W5%*o3vOQ7^Dmh`YJ2%he&dViVoL_J! zcfIh_-l5GbtKuuYv6wW!9)}Yb|m0ugvGzycA?L2*4SP^8I3~54# z8R0v7<|&B>zJMdbTQ&|D4>FPS_e{H4o0Vx|yQxYle)G5{{{yVn>E~QkOw>lN+Ivk9 zX7T{8_PcKKE8$I}N2@Sdh0Gw!`laA9ci6mXi=tVgk#3AQIl5G-tQj)bOg3r8*Tz#J7ke5L0 z?q5lGlmkagGE?7=wLuEP~&ZPM37w`8CAzN_XVmpO<@IuHBiDTcP(6q6sD^hBU}w zp^ry09rl7F`8juH+Z<_Gr8?}z7$w&#bXEBQyFLF%e)hp^ha)4WOy|dePUdkiHxR#Z zc(KEQQ|27XaX9>W71)`fuPO-G6EazrBhAYxm6lcHVvCaFlonyzb}KShdeWS^GFi6W z>qWj$+v;*QkIi>QGQxJLl5>mua-CimBUM^17rK%22dq>iemPcbA$lNoy5ab+UDh*v z6y_ZjUpND?p}ClcH_ zdj#NC&r-(qRujj-)L0Ni`$nvKX*z8~%Cm=&9P?-po2BU}$C$`N6XHv`Zm_cn-#^X> zdnT;M>elrW$ZUqvz0p-+4;%`!ComFP*3LK*XYAmb?Pvz*-?1Tw<_kfN2U!( zdSRGTW3;2Egl93hSxoE)1dgRy(FT8I(^Ht3Vtc)E| z^A!U6$c6nyrR06)Zs ziUx&Rmm^T8VOFOjD%|SgL?lw!!R29Q2AB&S^KZ*lnjIQdwlQPlNC*39{SnO>tAy)OcE{)+om-6iTPEL-~%%uIf-K6)weiMLO^;)a=};y~pS_ z;@|G^w5k%-oXBf_eZ;KHy=}guP|0VG+?b&vcjtf8h!e(ddRU}>rPqM16TGkE;wDog z$?ZK5XLfy|pi6~V^0;{JuHH)-jRX3wk2^}?RK>RCfXR=d-vxQr$DC&ZA^_RT5JVmd z+xTEiDg!J5O=OGlCK&>%!=@lJ1;&lE1;Rf5mo^}7!Oodq)?T#hi>UB{@Imy8T^HAU zIdi9%G+n-Y#rG?gUrw5s*Is)~xQ|Qxih_H3&`YP;aVJQF`dG`l{rlIo98(KVoEXQR zerZdl@aBMUcmT=HL{9+CKUIA&Hl?_rYB8JAj3Ly*a5Hkx9i^i~>J6tRN|LX4la1==-1!0r0DJd9=+qOLjlyVJGAKunhY&d(CkV{CoLNw7ts;pmj zP@!L<(6g&MLavP)U7_Uva0t0fqnyo<8A^?zq-98JMKD;=Is}e|F=wwj5~sw8>FXAK zC1T&D3~m&?1N4Nbt(}rP^SvYXBXKpfApCF4wY4?JpOK^&lPiH*cg zoSBGQuJVG`LtuN~I4s2Zcqux^59Fj|jUSB6HUj z+|soRkmtE5U;GKVI>dE0&js!oRSMRLHI9&HXqBsj>^RC*-Oip26|6TKW;LM>8H( zAhwF4+eIlyWIqsvBr49F<$3b*kbMBUz~53EaL|YkmCB5Cric8^!bT9L(REPPLZAZ= zl~P$r8?H z-6K}58ZmO^%8|Xl!jH@iV+J=)NKUq8SP`wt5x10eILA}Qd{(N`+tTbiX9@o}yu_bg zP`rdR!OBU5dzMBD(gRBm6W6Sr!4emvWSNHt&73(X*{pNHTggeLLzdi&Hlw~;9lROn zRbm=3gDFO1?=1)pBt98+!J62_)lAyeS0_)8CQWZaU>+(w26mXG3%H@eQ1Sr%pOg!% z>-0x&y~W+xqY{SV_afp;_1|$n6aG#OX3$Xz5~oaxmPKoe8ZayXUU(XG zgcIW#L)gYdMBQAl9n%-V;w{AJ3&Wd0?m86FrVF%JyrXXv!ODbFk&IgT+Co_Raz=@^luG zl`jpIyOSM!Wks2Ak=&I2sm_2`6W8-T#e*LuCA`ND|89W2}>eQN{Ai__(b zN!dD!TB~e+u*sxSC_^V>y6{*g!x3qDsF7*)7y%3vj+VY@)>@Rr(rSrVa)9iscgd{G z@R?@ASZ1`}l`~PN^c$0Zd_HVew&>*GWwjP$k{Nf^OHBsbyA(S`^V3jYPC|TlXEVY1 zA+wg@J>u<&5*{5CsHE5bKb2n*q)Yi65ERg#%E1=}w2*r9X)?HEf|tN&-tRvIJUF_g z@PVs%#DXLixBUdvEI~&S5G3-(T zD@77y^%mtWL8W?7*dUY%8y-}t47))p%rQ=edtA9&bB#GYH#gn9E`mS1j2dO@*s-lj zjd2&z%jZnXt*Ob~WmGG-?AWnIsYanrv2XwWeF|Ffv6o+dj8>EYO-^k9kbuRn?yN_u z7QW&U@UP61T!4>LL~HYZwY3EHtn_P|v%FMu$N9h0!`j$jEhscrM29 zVaI8UomKda0R)kZUWpr~co{h8eH4?ZP1exW)`kZ`kSGzjlFhI1x8nPu_w%h*mQoE|gD z5mKV}3pYIX6jGVG-#sZDB3BAWlO|yaa~&H_b_-*Lbxa`xAOLac9Zs__3q2inXOVx4 z=1;OiDyR`9R|zceAisvQkVi0xPsRnsgg~ZZP!^i}G$9Ax00w+2CPIsmS&I=?LBTIn ztbuJP2=$FEj=_Rde10#MJ#v}01c|X&^{Gu2s<`kigRGdkn+?vDgD$?8@WI<=-^T12 z(00LI5HuHts=}k2thVMwoAxnR6y+A>gIkw$C+e)<-{XIS*If@=@{eM7l4FU?B-<4r zsE@4%7C|#?g3vs!X_ZG{n2pKx%qG2S<)oQ|Yypcm-KV-LgRGuDx6zSdvHFNZenV;U zaHqAIed@G$GG6SP`ZH~Vq-U_v1;Cv<41SGGlAYiQI3oFr*v?T)EJ~S&ATx#NHLzEP*GNy9vh9j>s3MPZ zoqrnuaNxbAZsP3mAY~@8V%+}O`=va=sA;u9B*0Z*Y^Q7=dTK3%j}vblmxZGT&wW<( zP072=eocYdU?o@7!2HBY6*4ztRu|HexYuNNn;oadkI5}d9~kB`fJ9(O39<_m5Oc`p zDJjq@2nl$+vXG~FuiR>KDGZroGVC&sH66JRM|$VGWgeu|G0Ej}iz$bZv)0%%vPG=Z z;dLv#uF0`%f7a!|m>czF5Fm?Lt?gxn+nSc?a#&nSw>2+1u*~@kr{VI6Ic#$m7hrzJ z#pEH+;B8u&&0r{FP0A9a2HIDa6J>3lv|uclX1(C*)7L(9&4%1a?$V`LY`Es3YfoP- zmaWc<6SdKSCQz@@5X&Sf0Xdjl*dwx(_(6h7l5EGfLojq9v z16HnZ%493dj1Kj@NGXsPF27^ftXaG6SiUet_`Gn@b(c+^eA#u27VhA*{XZFzPa!p) zC=uI0GxFAhQDG{$HI^XH_GOam@vWfOfiV@`&l)s~D?BAi0HPB@Br%TH{ z%}S$IZ*k=YW10Rey+*3Gnq9e>@#?JBU|poJA=GM~v13N^5k{9ecE`pm3Pa4F=tbws z$>VrVOl+KOWklVcHTukbRZ zeT4?U1y>Ja7>fEWbdD0YWM_0iaR+w#Ea+YIzf6qN!3ojRz*+{S6KABWl#maUIB?oy zm_=QRE*9NbVi_#+tXPQje&W8q+l0JMQXLqFK_teQT8RpD=q~jV;C{r;jeST&adsa< ztqpz60ptOW$Ovgc^=SpFRBWB-s&RQtU31ed+qaYIX-{O19FawQ+3mw~giq*_yfiMi z$67zBe9{)j#g3-soeSrVYGwAQ3~qbao~2mdHUgP4xVH9J7YOgZ_12ziujSuJ^{qvY znB#5J5;NmL>NlG$o;6D0D0BQH~l^nNJrrjf#bBv)p?T)Hsp55v&*4Z-#)Lma#A$;nvI1P1Rl2Y4@ zP4VlBAiw|ZZ@aI(R`|T0`C;bz^%=m5WRzrXS{3jY75Trg$1l9l=LqHm9ns8ClC5Rrv;FdaB9So~qFN z0^zGS@TaPZ=)l)b9(^?VhS_TdwG|oP(Lr?M#`TmDT{(_RzW!ls*svILTXl7QenG)B zq8)8Rm=9B3T~R^S=HibPf2K^y&3%wuOlu}PXaW6GQ6XGZSvgKKa~dZfW4E8SWhxXI zp3*#@Wg5|WVV%LY&l^?vbylTpDnM19O+-%;Zz@H{&p0b3 zAcvO4j2ak9Q4X3Y`hz0q?x`Iy68ybqqK{tuTP)Wo$>Or!Lo~~Oc?i)% zC^|&6DxniO22I4|x8ia(^8PtfF||eXj^|3q_7Pxm#$X(uFIg_RTyjHd9)=?)3PF(f z(?##Ri;0;|yKt;w-lY;g^mcLDg?l6BkLrMXO@$gp(c7xQ(n%*^489F$tSGHyZN|HMya|=>_TPY;vhilU|@yZrMf{5{wk(y;`oEC@uWF?%@{HqhHr-n$!0VVM z+)MuY-rDk#vV!CVj@_!VI`Sua`&zlKgs zzjMkwWJF3MzmM8Y!+ZoHIz%5j%OGz<5~o3V#EB51u8BD_x48?vyjiPE@!lJtKRG19*OToa}i_F({U^HbTJTQ#EcYa|Cz?d|*O>*h^7vy#plPJ@pS2 z`(SsY_Kq}2Fjh)<6sI4s*K zc;--D6Nze#T}(GEPKu}e59{o|S0DsYu@iNAT1Ko{F@k+my!`FpP!8TM=6dMGv*n6t zKZ@L1|A|gpFb{z@wzb11i+_`MsF`gwx>G4_>yW{1xGIqJJr4#H{u*{Yw4j zL08=W$o9r76w*~vWlw*I29VOfz;Tdc3nD{v@ZG%n645JMS%dNx==DuGMUU**{Y+tY zlT4vtbAAiy(I2a)g=QlWpMk36c!(OzwSa6;@CRNWW;pt(8Zj(dZPc2A7Y_^#OGnmX ze64zk59vFBNujC_UL|bhuzFG86eY?BowtO2dETVjwNtC-P3i0!#gsH(aK#X*NjAB_ z&6n(-bkqG?{=Rk0B_SAe6#Pms=rgN%N4mRWY<(e^(BJ7pi=Vt7@gG^>+f&Xwy;aP0 zC+4stW62%NPxIGS&%bTT;4Vuy<)7h#o|C*a7=7tyNjwo`#?MKW&3=Dk z&ofNCJJ~Ij92I_;`2K8E{IgQ53rZl#OHr||ST_5ENvGms-R{)=NCk|kdXd9e93drr zHffm4C_3IM0hW!4QoJtG!%2rV&B+rEZ=JGc{X-L&^_4x3g)bgKIN`g$Uhw3y3Rz=W zjV?>;r~}YkDw)_+J2rXw1>=uwNQ`6}N>6{^GT%DzFT%GIZ+>|t9|>m!>nBzQXwV=X z8&d6(gPC}pWtVK(e2JU-hR0ull&yfYYVx(IZavVo)GhfG@Kmq&Zt@L=}9o?bIERr zM8q~Er0A$PQV$;+I3q-G9X{?rF<_p^kAe5j89~yYF<1C-A2LWBJ4U9w{y598o_`=I zd7Vr-#$1$qZ~khOlAE!Wl(?YN#z*t9(AmulrYq#NHF|@EJP1+~@fl7Ctrmk=tFKb3P8bFPg6Bg2<;F-l zsRRi$n+>`vhP!+za>vu2DUO3MJ0eWNCWTNB)tB~Vnj8d!JP4xTF+~5Q&O$%Hx3W+; zO6LG%P*QqJ0zoq1_|D2XLt7%{-Xc|c<=EBjo%hWA%f9=Em$^pjJY=)*^EKaHGUn>% z=8U;&7O>OV70%8}hc64&wvQRxT&800T{Lu5AyHes+(xI{)?C!Y#-)BwmJ0}&uXg+~ zSUS0F!?26o!{?06T=YO^*B6s(qkA#}WY3MTHP3l*_k>W*)ae&3+fn-bl(y`u^fX&u z<(wwHVc`KFbF)>hJbqdctP}NU0y@5-wcsD4e4&^F@F|9oj~Pz}`PpxU2rYWUsH}@8 zr4yc&P6{+23-O_r)R-UZn<9H7a37GrO8$v9xyC1V#dRBS#IJz3m%(jR#jy$9k*=Hf!T|f=ga-ptU#=+C41hU z+5HhvEe*4k7L0gU< z-LmYyTOKo(lO-fwNS`*x!t+PBR8`-jQ(AQvzww@lM~R$N2|o$jg`b8s)d~BJzGrMb zcOZ8fGOsP2ap?)_C58|7!BOvtYZ9NCsK(DYLK02sr_+uKKOVjMi&3@LlEju-JO4!F zN9{t7twgKx5N`6OEk}uXUYu#l-L+GN9Or>|5Zt+x$YPJcYYoU^NysfM2BcG*8%2%) zih4)`CSeHeJ8+l6E#BvEHL=hdC`lD87W!(u5IxFe&=$M}!VMgK$4v zZ6<54|CCF4Og)2mzpZDk&Cd_wLtZZA4SnP`ClhA3+sq`)VgG<5$oX=v#yq9;TKMx=tCAM2I~GZ#u^MtVoqogRD$=|0ocV z+7kNGQM;1HJW!btygHce`9~swWPKnK2{2Cvh}_nbP1o5g#tLuWeZO%0UK{%+E$CT3 zmW1!#^7TEl$+Adbvtjc)!mGD`FU*_v1l_v@+ob4@@5s(+M*|V&A5F!@O~s=}kBs;O zkt^@GS9s(8zV%u6enqzUBcn#$F1-5gW}>+ z{=Y)x+GcG=>T?p~iSzMj08B+}@Hl2jSut@lCJb?2!6wF0DkmE-%BIMpFt&QRSOf<^ z%N0du%sm#^E#Q+vSQed?&?qsu4#bIvo>X==m^KBYHd$>o2%SZ3mIA05`dx)X40~kh zid#eF!WCXNn4!-03$N@qrs=BI3@J33ht1lOp|z!JLgn=ybMcLi%AfZA4#=WO=YtkscYbJ}JkA2&$#8x~$YW6;#W z^Mxi|&7_I(T|&>33$x1!U=mcf$NVSCMNUMBQ~q@11)+^6c3nuTetf2)!4PwQ@IUS; zg%Od?oFQL2Bw8pxc!Mqm%oRSB~Nx25FwxneG9=;!SH-6b@<#Tz-B*%fqieUoBS~nc7-Tr;%4Z_xfwkRm-(n z-j`m7XnjT1v+PT!(8K8;$ORb4Iw2Q$z~v>P0iox@l>tT92hpr|gMR72PZ_{E)o1vG zZV1O4Ml_0MrW@=DG3R2}V&O}11&aD>7oXfp5?fDREEG}=y$kBTelbviSV4Ary{OE8 zxwz|eg0At<&9|N;gL|&RQARD>Eh_bruEp$Ptl>7rcPPp*I(Ypl!bL>Y(_8G*#d*;o z0=qB@DX}!}t8dq@Z3R)C4$gqLh&4q^$NAPhKFwu+(e8F*;S&BIbMGA(Rh9OS&$(q< zrq^WBW|B;LPi7_wB$q3&bd_T{gRFQ1UAN)u#frYqvGEop0K|`Qn+6J~GU4=ZnFsa`Ahl z5BGe-Lele6Kk0e+E3D(@9AD8MUUB^R3ch*8arP3I(S94ae-*3X?!CPIICTdE`2!1= zI>B|v8?;LvgS^b8#r;O(h)rm03&G(1)ea|g95kK-&K=QzzH9i>HDWG%Hyi>)4a zig4Ny$Deb=#XDYQDQ^iWZXmAhummmaW*hDOt=p@4&K}pE!8S|BZ;_6(S+?xaOD z(fi@#`C!r=EbG%xg|nyB{7Or7&%4s^@m4dV*KcEAWshY3?>F(xrF~!2N)0U7-h32) zLS^BG%-?eSgX;&1+8`g=B|L$EJzN4jcn5i@?&% zY_47#>vQ7I7ppc%2bj-gG)d13$?a#^6zQ;qPY{rr5%Cf{dzFoQNz1Y3GiNMqBh+Hu z;MqtCbv7*Bn!tk61A-aHpHz!%RV}Nz_v05%YWV=boGiwZ%oroRc8FDc`-xV%(El~g z(DGRhFhNhV67x>!i;r{Jwl)q;;Y5qUpH7g9kbLQH6r)3nx@9;)2rArN}8UHPa-0B!ySb7ht!C3u9Fg_(_==TXOqv~R5NyQ^t5z+zp-osSJBp!P2(IZ#?M?ORUt9F zqqt^-`z&i%aQmi5I%ov)VEse(ktK>w?u;;Q&==I)9)ve{u*3^`Ewe51cAf-YxWFiR z?lf}tBzMrQnSOBN+B2s=-@Eto(`O=U#Dgu2`{uxbZx|>2&-!zR);#!f%l`c>FF&|u z_H~bref`9VA49*}d;2Gk9$B*Ht>teWJMp@(s!dxyZtvc4<-&z^bLO<&TVBIQ2kqQB zsGZNrO`SI{h2JjRcCfa6cuDb$xnQP=pFV~;dYsHnQoIU31sWu@Ov8wKi83n+n9i?eKSF) z7b41MB`EbeSXplb7UwQ_e%+xu2G1`Q*b;<<%1d|{P=uHJ>M!6o-QB*FvZwnOt^zpo zm%p^X#2Na9BisSni(vSleGw-j&jK`YFoa|WQNYxZN}e->L6Q%Xk%FEN=e$rpW)l;q zR<&PAj^(_jdcgC8fY;O36>5 zuhEyEl9KN$n3$iEPu~dz2>X63?W#ZN#Nee@Zdy7x?TTyS`l(NCP@b0Ekd~zbYP7Sc zq&i#g%1zEM(6AWfjSI_TL`&aWx*(4BXj2@87Zn}%V_J@Z@9$39(*32cVZXbT&*XQq=_WnrGo1is0drp`BzHakp zTUq?MRqr0&wRy|2u`@QWpOiGy>PWW!{;rC-mBm`KGp@&@6HiG(IseR?FYi9|R%raH z&6`$@4?T6qp=TQ^g+#m46dP!qx9q(wXPIU6_WSPNKKlCUlOp~khi#DKuJis}zte1w z?^WOSqCe5x!P7=S`r@J2$$@r`S{;r!q(*>)4`~YEazlRhgx3Mdo8<0dp<_+Fsz#Kt z_rdjbk~*m1$*EnI&yxgXsCNm7)gi@2gw!EQA^H_m1r2lfH{{hD-nh1Jkqk1HznuK z%+D%3mHG;ngFxtr^lpW|(j&bh{lSKvIN+aLL_iX2`s*BjGQUhQTfI~(R4ShxCK$V! z5nKu}iwfTe7FIS0=r9@c5R%E*SfvF?g?CLCz2QU91%uGim-axCBRl{)k%TaKFKd!` zF5J{a4H0Q#Dvr~S>N8oBpqbof6fi~b7lVJ^AR1$=Hn%Y?->x^t7-Ecidw!bHZ3A$H zXyEA(1ZdyA`?~i1*X`CN<_`^web2?c^tQEknm0FTUe9?+x!$zi*0*2M#J@MJdQ7$j zp7&u2B??ElVu91zInEAv6Pu1l8aJQTqjhMIQ9CX*1t!KFJCI@nmQEVq?`b8rpDylz7o=iqSf$|tjbu)7}YtDLD7Ejya0GU zV$mpFH`MN#3?OoNJKc5d+Nhy!!*er#^_|5qcyQmQ1^)O;s@`4d@Bss2uYV#e)BQnP zrsgJcs-+`8NkXhidTi9^=(EHgKb>~|*V2u*-tzi|ca}ctmR?D9*sOaBa-oP9BT$cD zse5OCn|W&608PvnM;5-?ckYlcHpFLiYRKdB7J%Ny7bm(Rc}ec1gxN~~)Q>smM0LF9 zgJ|2Xg~{GzNOYuthX(&jwY$Q9sNjdv0v>lT&4fPqCV0sg6`D182En{w5;RFLb?_k> zd;+ZoOBIQES9+Xu#@BNlv!ocg{_NkS*1w;#b{>gkoq$(7Tqiv|Z%4Y(98 zsE?0zTZEY8)Fg)^DJ|I`m}1@W@KX2SdWO{CV1BTKW}q+GCFl!%JG)=W97VEgM2^Ld zm%XQa1ak+AD8dpmpkE8c!`M%J4^n}^7u|=R1?6!JyphPN;8U1q^rR|`OqZx)MS$Su zqq}USw&<;*g)MfaihW*Gr?{Lc>fL2FE@P&2%R+6cJuhbcZ`7%|DdI9|%uK1JYW>0? zX=y_iuCHp5IF(w*3(@<5IzN`P#XDJCbh^U>VCXLwrLq&d4t{KPaAKA;jC z1k1zBc5usAyUq69(w}W)EmF>s`OFS`D4{s2Fz5&cL(z7U!pX$J#3vhq-3;~(QX-Zp z&!)17&7O4m2GWML;|{+2=XVc|!)o~(ce1roo2;~)N#-KOJSF07OHH(usipOIzOh_6 znoe5F*27*szF=xYuIgWVC$+ixY8MT4ZALO~F7WmDuJPKA!`V;#JQFUpH$rjyuxmqIn z72Xb(Hq(|%hhMvP1<{GD2j65lZc}X^WQS>M>i)LmcO}PQ&LxD6|DUjgNL{UUQ^WNkWN@KtpDqN z`SmMw20ZYUXD_Q#Sskf!0y_TQfGeoPq z>GQ2C{xC-FKi%HE)Fb7|-SS2Rg5Lch{@Wv;9OIekjljoS(U5#I8W0;0N)Y&1XzD&9 zCw(7zQfl`ket1ef^XMllxBhvbSs8=j?nm{Xq+5y}B^`03$F<%kFYa%5Cnmkks{N~W zOBdTUFy$*-q|?}fHdJ@mH~OOu$E#-jlQu-3`KN@plQ2Q2THMi;a^I6#y%1no(fhjk zoCRGj(!FWWgkI?%Pkj39^6jWNyj;6c*Mk>taK|y@vn|i=e)zSHQK>=~MBK9GndQ?D z9GJfR8NOWUeDcpLsTtbtaj88%Wz8V-&uO;x8J2SQbIhEWvSzY88voSM4S@}fNwWMt z)_h-idso+!!uJtYfXt`J_O~987_OW%6&N9s>S$|C9Jtlu~9({L*PL~fNv}4ef z^XZ@y%JviQ{_}bDy&ZZFE}+{v_{#Zp&8X$g*yy<7cN+=;dy~DZVZiF7g4(cvyPx_~y^H#}H*XLhtm*c;z8phrsx{ zQlIh4j*FLPB7RM*^vuWiNq^pLH}C#x%Ry#)*rL3)W8;-`UbEX@Q!X_Am|UB-j@Khk zv3NJIj%p&pT4;xBh;qt^;RM%I&AO3GHE3U22e$=ns_cj%hn01_C3ok{s+kYu^$!7w zl&9A}BYh~}anmn7BTIiqug}B5ZQ;vR;*fa@mr!;*(?U(rf_dm+mfh7p%Eo7uyR?7z zvw2m1H>4j@c*suvj3!LP0VQ#r4=b~a@+0B~9UNJ-i#;R~Lo<8yPI?Az8qHK4Tv+st ztL_N`8xbOqh+zXIMpXWGb!V6j1eHRe<@2^)=KjFX!BXGF^>Kj?u25N_0>tCXV<)X^ zO%GhspM|MB>b@U_R0-S%HVAh#mR>$+ycf4%;*#m#q`33#W=? z?X?B@H$4xCoYk_RpnUU`TL<)GeBamvb*#p2)@qA;iz#(wlMH(EqIKWgKW*Cm-$+=k z8vNs7kagyMebuVhrEl)|^>Jy^wt1^w=ZYJ3qTZL25va=By=d-e?YLep-sp5}(>Uw( z8f|?zP^ggxcU%Okb#EN|X5cJw23)H~w$Gh`T9Y zAg^Gixt+F_3Es{UCm&W8^^%h_0A0G4U3N#2#!e1J&ZxY=-~;v^1IIxuY&UO`&UwJs z;W*-?^Z-654k1erxi@u4Fes4L9|)l@eMSiOT$nW(?RKMd#BOXh+NC4(gEh%NqTT_e zOjS3NR6`o4H`r%-C0w6wd+fHs4*RB&p8{+l(gA`m-SzXcmFq^EO9y;keA9J->C2~0 z>Xm7&#Gkck03~FhJ{ZybL#|(miVy%h>qk8iVFEI$guFx@s^uYuKmkf!N9r&c&sQT- zj9M~|yTZZx}y8gyH)N(b4@DhS1b^d44y`QRn<_n zfF!4t*gBF0(RdPw?{9njU5mxl*5a~Q-hI3ceAy3j!XsQ6wEnrx?U4;ni?5qAGtIAy zPjBEOo1bfKmh&62^8|-Pe`wSz?k$h)U%G#1vLd>FS0>P3e3s9Zyq@7Gta5UZg`>^C z@K{PZRQ3`*R*hcyufH$L8 zLw*|>7i+ah1I23a;4R*&YEg6aEXF2u5B)oTYjT2 za0|;E3Fb>GerEe&rsw*!eIA!={D}XOZ$H(STg{mh)Y6a8GU2(<&KQ$~TZL$a?il3o z!n+E092u9cL>m{5D_(H1su7pe+Ix_nSBXw7>GghJ^m^0qi=Q%6$xv*tMQB`tJD3)N8+yPg z-&T!E;||(XH4-QzkSzrTWgE%+E{s+A^)?1=cFI`XAN;E_|KkYg{No_(TCx5WiGHY^@>D%GUh&e(OMBfHdBWdLMUU`o%CX-w1zu%hr4?s^+0%7leI z`^EwpJX;6tM6OXxNKfGgn{--3V?eKA4x1-6!EN$+;$!sM1fyH}yKY#L5TD@i4oZzP z_DV8}d|8RPf08LX#_6&oU3@WVn9gTUh|f%{GsdO*%_Sj0_pGUhJuNTa6UTp`weq~t znwiUDrIxSnz4z;TgL7sxjXrUGvQ7}CAGN%|y~7D=bxg_@>2^z2x!DFJbg}nKynhpO z-+O{N5BhlCT5I-{l|WCg(R0A#F(Cb_U6@lY7?LarNR7z;E0zluo zvpL(OOXe(wH~;Guu1RcMm7U((%Iim!1UGEA_%*sXyQ@|dN}S!wjqx=)Ba+6>7sZh& z-O56(S(_K1TAbsy_n$p`@9Yof=k@AYug;v``cX`>+gi4`562Y%%sQ)(;|~sZ*^*=Q zI#*(%PH%FU619c|yfbq>r|%s|&#CfR{rWhY2=soSo5ZLyd9}d#lG7HItqoY*iOge( zHSs1cKS8kNR|M*fTDSn4__fkMM%<*g^QKs{$&?UlEnQo_DAnsj2CXa+m=3`5#}#9> z=~i!bW>%n&jw^~aqZcI@bO{!lQKwHxa%%ZU663tn{MRSig%#PGD~w)~DLma`*0ZH+ z__{4c)4XwsHo=~F{q|&2#pZ0a*)pxhTC--MfVLbn7odwf?KX|pv9Tw|Z9KMY`LScm zmr3d9iSa8is$%$ly`B{s8`12J5yM0?cc#b6IIY@d*_+61a2t2N5-NJ>4x4 z=+epCnwqvn$Cl6CdgHI5S!Ct!Z~xtGlk@oOzVp@$d}ey$qzO%Z(hY+TNGI=?KKkf| z4NL3ld<8jl5>BV3Sk!Y&LrJFF1kiDBL0P|{)92M38e6h#(u|=)dX^*up3Ra}TGGGA zh!9CjvcG{G+p0vV5I*2c%60-niyFawu8vGTgnCGEPF+CI_F}L>u!&%fFA>17>DC*T*MAS4%>qq6)ki8oxjq(>Z|brg)He|>CI0!ZTggzvSF;0O40d0 zM?zj=v3QYg`T98xsfn_9pO`vSjw|efyMJ5W46B^HJ|}&2j&FkZN`x3n0vs2cH+_nz zsw?mIn`_`EM+aFXx>t)O+z?2uur488!4hjlYJhL(x*LXlK)ejTx}7FWvGNUpiM1CH2S2e^6Rw>YXb@Dy$3~l>Cic=%?KlcLjw2H6i$~}%UOxB; z1twkbOz~aMq$q?b5UKkkIO8Z5DIJ?+>_<4Bz|Wt7UFGB$q3%y{)g$6@R9tgI;HpQ6 zHeLCQ%=>@wJUql&id_2t%k#jY=l`yKz~6TCAva`dNF}oB{@;32+JF8O{J-^nARJv1 zh3lb5O2FO0Ev5S4cA%t`B!L%dB!sIGqc6;t(_?ISP49?38CMu{N;+fr7z~-221C4! zeTUQ+QW`clU^n{>_KDVPu_fCo+EsK96%Q^R{;ewJbrPtS)#1a^o1yl>Wz>r_34s!8 zsa$pkv4;;!&CpMT!(r)%MF=(thgleYFwIz77A<0yuo!8Pnj+DbmdNhikrvJyVMpYm z(ww-T9NW;D4S^)C5U6+!?oXI7kS*n)X#f}l#mgrGc?&*C0V_be{CE)A{}oRu=bcqV zU`U}>AIW4srxqhtinOVu2x(AYjE?}%_98Z_@oiJq61D>KI>JXVP@v8i@I+FCa^@;$ z3E1E9*NQWc3js^Yi9n?&S_~sB!qF(B6HqBVwV_UhHYDj)(GQitlYnwOz>A`Lt*)#a z!Vf!Y$hy}OT1Y>n>&~iDmR)3VCW-)+lhQzt!~;4!5?sje#lQ0Cd<2h00ms80bI#1yvR2Su3I+3IE<=6l#hTwcAI%Rs)3>a+jB7ibyF=So*J=Ay1;6 zJLO9?=6TW!AW0gOI)1!qd`e}kNJ>c9op6e)E+iVBF-Si$ZyP#x89S4i@HDcSx2rmD z%~TikIN}hG4#B*cW&9EBYr;WDbWV>3*ky`8#Jy#l(-_n#1HE$uB5^44vI~q52^c!c zt`Zl3rWKJK`J$4U*B`(>_!vR7f&2qAfQf@v7pc%7kp`5^)WEYtEq)%rt+^}Nt<~Rg zhhFP8Cb@aT_U*{T>Ta9;#eiP(t_y6-%4Yqz*QZXOw|e!w=~D}5B_ynSYD#YIl&98B z=j%t+mWPMc@-|T_XaC)Q(v|Q;09p~b9h~?`af-m!Gogi*N^e%w_gG{`@+sfqQjK=X zvs1L1l0^ojZ&zmyXGlwok5KR_pWCE~}5(@z#^iYJ5J; zvroRYBj%c0yX!aepl?z!APl%{o$e0QCza4e3oJF9wZj@ozV>o^u_`{`!jSGRb_fUgGZSX}q-*QBR)Z|S_N(@iPXtJVJPfAro|KBBA*Ew-b8>RWlnyDXNb&GO z`?a=CxqMdGW{S`+EW)8#qZ-2vc{NE12}w114dKR7vqIO}Mt(A#C!r3V{D}&)_#C_! z+0siyTMl$k3K-K+my<>qQ!>VV$WBW-1Xf`jLN3`|#S9AJ1MQ>*P6V_>r}V}Y(pn64 zFxc`S58=ogF3hi$7pW|mfxIgai}myL^48)ElMXv;ibd^+n)2Envr^){({>o=s}~K4 zMn=q&-W;%VYK*AfKB+XnpAZ2+#Dv0Lh>9GZbb{6`1*y{e8Pz2A#$~0k$J4TYqRrkL zGHbM4ZGL2R$v}}sic^9`np>v*R8lSth%FehX!!`1SwEv?>P|LkgR?h{HEJJ~x(Rfm z2$`x>q!gCrWUS+$yQOBL#-Wx$vq0vMBSc6%?L4xpEf70~Tok;*l4TIa1c@gkR#R&n z9$)LN9bbDOJsfBtH{3AyXi88sK*ToM?tOgQ(qy}P>dx7>X$P2Y7#bbYbAFl>DcL_~ zQ1Q;GZhNvAsm+fr;w%&z8vWst>TF3vASXpqmE@+decpKXqZ~8(L+1h9t@$tYtrT`n zwW@c_mQ0yB(!9a5LIs?vZq%IpDeSSSJB3QBzs$qPc3yZkz(aBh<@p8fP6l2ksafCv zF1w3kKq~bCX0$8{YD6_p{HJV42$3;H?lKxt#^(k2gujaMex(6jZe;FJa7RL9poDWA z_EKX4iCC8L3gg8lPGNe_*` z<>1kzwAy_51rIB#W??ExpCs6FESBnG2eKL_rF|V;5$g&xYN$vD*MQo-nrbJ zfrhodBI*77sy_MW&-cmI4h>}Yvw~uF^gUS~Op~$k(33C>J9xrM=I>%w=q1n#L05u0 z3tdZAjS#*ph8iSAxs$?A+lMhp24T4iV#LZL+6|jWM=>a@t6Y%A^<1%Nh=imk(&y1n zhAetuCA%j(I&9h=ZOx(~>gEa2UuT5dYY=Q@vFb~b`EYwP%G!Q;Tx48knHbgstFw3Q zM2zJki;-2vB8daTs8*}WirW8r*BR*$%nL(K-m++jcjW_-ty2fj^bT2cv6)Rhw2n8H zrhB}p`HtjtFH#qpax2O*&F1Dr|HN9aCtY*cm>>VLtiY1Tr0i!{1N>E@Sr~)%RLp3~ zaCCW4p^mQAH8x?=!T6M^mWEI5R>WxxQ4Df##!y5|8bwc&O^3)>JeX@*%R#wB%V+@e zg@x7pe$O&pWkx|*;QNK8vne^H4P~q?C7XK^s3g<0f@T?CTaaF*o9fxbhYQmyb-UKx zqpRd5Mf;Delf>fk{j=kWQVLxm{q>qv<4v2#4Bz0GIoz>f_~?z+32QXVMB{Y(bz-Eh z&}53<%05potSgAI8Kw87zX^Z*%2Qw3D@WSw$?~#YNy`%0Ck9h~ZHZr+#ig1|1+|6g z(R;b$>4g^~C2URlqN>?@V`7plIT}ut8av@8{ph7Lhe{*Z_@OiBjnr?OkQ6Vay7E8) z7dF7HmBzbD_8Bgbkw~V>h+JslYfw9y1h7Zu@jE8~WhTJL%^>nGlQtr6os+@OiJu+h z)YtJP{oQR@wWa+P0(cJ50pnxg*P%=k{eze=`UmIkbLpq{FDPByH$HLVhJ^8!S+&t( zg&6Le-M7d7KYN*%{zc3Ql1hra9vo0A6GFraENYtaK~~SQ%u1RI!ec{&8v;#SMQCv3 z;M|Y6-p5%1_%QKr|)K%amH%&p9K zN)-bL9FqwmpeV5>nn;ZRBcNFZBa}O!8wq~o3DPBpP*C^8RBLyVe|)HO3Q@W>ljj#8 zLg4Zk>`-(EWcw^eI^q&BkVS3Jf}QS>&h3rSX><1f#kzmakc|me5UY4+@8!?>LZ<$G zL&ZZtpK2d*`JEoEag)9_ADfTp!fiF$3o~-6Ujb!m2%j<4W8Sd}|v5{B`c?qbDbhmmV55Z$B7sZdqRboc-ha=Po8kRhYqB|jl|9oH8(qVAbnQ{Aq*L9=#A7uSwM*=*vn~LWMeTEOm%%u2A9-2qYZxR?yv1mkgeiC{!uT zixi|FlO$M?Vd%KRPy(ewmyv{wCW5V}Z^ZR?*Y+zttJP`kw>z{i9Yjb0@r^7!QZ;hQ z$a;02^p5ny%gdL)%q%RIS>)1(*RVwJHH|)-^r!wGNZYL@i7fzINXH}vE~9G*xk9Ae z%Aj;GpusN6-}`SI_OqtB%7(;ExMP+n23SUx7(p;Q;*gOQo@Tx#DZ;go za+P+-htcL_I;i6?I_wd@s~ z`aihbDO?UGHUdiT=be)D)gM8(nTEEp!?vJgqU;Ssr*SG&gq#ICdu69(6rx6#t+ky)B)VmcMhyxY7I0aYLmaktq}@71&yVt;?;_ zEjS=uIJo)iAqB%?MtX;Qv-zNO;lKi2RW6&qkKOrs3%iMnS8gBT=Zp{-)-v;&cU#|GBg8CRFz&!R%a^`&`$Tv?V>4a@ZYu~S>q>5W_D<=- z9gC)xUGKWiKXvgPOnc|Ew_*FV#f#8qX21dO0Ona8-Ua-HRbF^kV}Xz?nGBF~4m^S= zueSz_o{WeLuNWDy6}f=P>nI zG;TSvFh7qg{q+2E?BK=;<2P;`KOuTwd|q0XFRtF%PriyVDX9+r$4N=Xq)~J|XMLP6 zD=jbHkz}%Y1XHTVg}mS%n<+`23nH@LmyfNaU$bFFe0*|`G`%ac*YI0P zZZ2}UbgoL*sU-uk)VW-zN_URvmD%@2>2EK-h=f3^yF;GBa}QUV5dFy!E5>PKGt+Fg zI5F0d*CRJzD!sX|;{rz)ufKN@ z7gF$P+eB1jz0$MEU?UP<-L0|8pk`!qT z>2(;M<#y13nbhY*L>9qZfha}hJnT)zwpT@e^v&d+DvDm(jJ#i`dB^L; zOGk<6+F~xDBDF{Rtt{62rFdv9N;h|{F087tzdilsh2qzC3N zrWcvu&&lNqJKMqy3STSJXg%yYOTg9c?nd!Q`b3B`s}hiL4NZZh32+V8$T|@68&1g} zKpdiRM7u)ts?4P12oXFleiUHvg~;n2GdEaaN__$?0Ay51_zqV!2Bw80FOTlb%oU6b z|Aa5jlb%wH%TClS-?DuYFCEpa+O%ULchf9BAx<#%=>PFX3-|^#v-Io#>O(BnZp0wr z79URTt&b7wO!GNkykLxTI0m+CGIK^8XYO15<|7$~82`dMlFRflLb++=y7wStJuAKc z-nw<~u}mbH&3y0EYfLcQMo&6Dj&C^ETRVTvhH>iX^O^3ChiG#zsZAwC^5iN)`-A!9MLkEPzm-VeM%aSr$82an<~s1zJJP+cs((|#Pdj(ZSJL0uzQ&m8 zQd#TCldUJ!DsJ_b?=y7w?PmAi^^i0#I{TKriBhHSB3t(niwW(QPDvj}hi^7<3pcXr z6>6MuvX#aa;wYg@dQG+{cvZj#^#Bc~iqsS#8bk01B?_l;XQ*KitRnjXqUtdZW+bsH zSP0Rt&|mQEg39jVOibXnN?%I7=T+GH+&(iVW{ENTyJf+Rnz)9Nky>+1oai1~X5Mad zmJG=%nON_yEZ0GNa%FjXK5#?-lSlT=jnC2c${Rf`-n{EZ29hFhBkz7+`sR{~<1{v-mY*~=lLOk}9{Qazm-E&~utQ9w|IPmH#2Uc!fId|)AV#0#m>n61B%--2LVcqTp^HwqK z-tSr6$tQ_7Wh>h+G)oVztsYUvrhM^7Hl=)c%?;8CJU7WF7QD9~;OP;7t)vf81&t3v zCxlY4E%elQNbdq~MH8GOI2<7M?Y-uwi+iYIWre$6o-pFBzil4AjA@o0>G=Sg_0wRax3IBEY`G^i zrFPlzC)uOJr}Qa!VByxbHKQgB@At`;vt0k1Uwjc&ROTN|1oMws#s!ddkCyE@u(f*5rnO#sF%E+)G$yoFE1b1 zjsxxd*>-G#r&5>>!vd%B&9W7fp38-K@y~cJH(8JE$OLKPslUjdj=Lj4j;t5VVL@Jm zNpdu1raF>TQmZJ@W>Zmmn?MJFr%TN0zPFJonI~F?QYe;~tz@KmMzyA<#+DS%Ud_)NI^?|{-y1S4$INu4#d?2F#!sESchC8^c2@)w%ofOm ze#5L=`}LhQw{LjCrl!ZX)bHH!>X{vZSWb&Pxz1##m7kxK)c!8ZT$4Y4^>yzJ8Jd@$ ztc!{97kbHn5()>qbw7S3$a=xb^%i8ise#+nr0f5n2?Lx+qXKV;Y}uQuLlNtjy4hI8AR zW}e%<=e#ARxJ1kI>RV<`@6&fkzeZ_lulg;IPI_hMjvav%4r#)*qT9^fZ+0(`60=9x z^T!VvI(rd2uXR|A9?iJyvLby!oY5kbhbyShBtj4Q8Tw2-`u#G}u=#@s95sR1N&;vYotx_{&bV^kC}t)_83$8%5Ar9oK;oUc*Ck4Q;VG`qt(uy zr9ExZhq+_do}4l5?#VTA(WXAN^&^r@J!Z|X>8VyH+AX1>y^5;FEuWC3GXo({SYGt# zsLZ!5bBl&&ne_I&J6swa4`3nz{2#oIIZL5hV_**?*A{2T#I*PaIvg>s9-}kWg~M+d zH)6+x`m6*Ux30z;;9UM;q4=IF<_#+17|5CL+I0 z9ZLmSL-9=QR&KRX=ph%r`bzReuV^1LWKwD)@?z^Samp4L%n=OEOaBu4vzu>ESM3$d zLZxZZRzd{MA?)13##Uy)!8K1 zf6%oXibNpH|Ei8Ykpa#{?i2pYAZrxIeL0ezkkLpKM~0&RvvwFw5%|wPuf&+Y@PZO` z-ue6a=XLGg|Ey_lLty?jE++^4)8(a>|8MQ(fE<+x)DU3BB3})GCZVaQf#k*iT?2`3 zNrmh)Qj5|uA2Fq=+M52eX5o5DD!?v#mG;KfLI#!sX zJ6R|OLn0Szb$2e)Jr`j(O!ue}jM=`KJ!FChyRvFiwqvR26#<%|0#czvj{htUb?M2W z8&}k8esbVaRL8^y1UXf0l^pk3xr^P;a-pzol-}V~G)#7%vnALbV9n;}V!AnZi&+RO z`=J@Xe*ku#+fB!H}YoVy1x+-*;ID#L>Sm;pSU#6x|VN-u7A-7)j zTYCM@gv{1v`L1ClDpi%4(EdC_{ZUmuOnX|JGZS{oM{+8r5`K@jzB2(PR+T4R-XBhA z`$+cl_wdaMKo}0EW15>~KAx~0+c2jp-ne*TvL_=yV1{3mnI+D^me_;ZpBXyKe<`lEN@#Z7jA2Uvb`nRBL3asYmGR(8U!rH{PdF; z4P>XTrcZ}t)QrZ&iMvUh1mfQgy#WKCFhAN zwsac9X;{%?b1I|VDtR?ptXPXi`1*>UZTD-{oXTc5YSlo}v8%zXw}u^BC>ZUS+Z|do z=FhkAmsEOtE0}bip&){1#}pv9qZjfJMX#8_my=U$hYq+ivr6Y08f{rR5{W|r>sY0M z{6pB>UV)>WC=GL%f^pil`azoZw*}LYy}UHV;NXQ=(QopZJtnib`@SF8orvwclatTG zsh9s*K9baZ@SyFXGCja+V$3elXYzXr3wvdZjo$Jw%XsiXdTyDHcYE%9n!Bz>Fcmtq zjbuB4UIxq)(82+=43;?!@O}_TJ1azb>Oguh9g=yK2wfPwAQ|eF#I9MhZ=_k$p|@_? zFgiXq|Mu&1%6nJ7$)>*b78^S z^rG}%U*0?=x3S+y+x&sC_vha^a?&z)t}9eiGIP4txVk*NiVbh$TfdbiOGBCF2&-l4 z0aKi}W!|LKt=}$vHtOQ9el>Ethus*XrFX38QB{x^dGfs{XK=>bedxfzdsYdRAAcO( z^6|&45)*@p9phHAEa~^r8>RDfF3I_d?iq}QDh#h~<$Ty_+#%R$kf0pM*Kl&vgveD{ zHu(c-hA4=c!Ra1SCwc7vHzb7|#NfY-OG6N_#K9ZaxfMZ;$VuP1hr11?KJ@THvv2s4 zxbpJ2CBuD9O-H>2&QOEjwDg945v{brWMG=cQ6_{-3P|ptzby$2Sy~9Yp+j=$vSf6NLEaeJ|-sT zwuy}sZ*#2~-B?-G$URmuDK5Vl2AexzLpfMb5I4DE*z)Sz^_@b!U!a?fUW5L?RJ|{8>gO=O6_VzmiYF5k zc{%u!ptK8F)dsMAP=VW^ywmuC`9cAtr{2sma@UKD?fny5uy9t}K{osT-~Ilz`tj0t z(%m~>_&djc@w>vF7Vdhjw`%aPI+ttf#a9k+U#|Vr8~aB6?v>{*J-_hiFt4XqiL^D; zp9|Krrr-R?Moj6sapJ(W1Is*so)iafxUI9V$}tEE5`DZ%g>HtPNV6|>Mz}o%Fw-g= zb%{=eC@jbl6vRPcDr!gp|G+jc*AzVhv4Eve?1lhIqot)5?&Hdwq<$E6*I`boljkH^ zaDhSu@fs>$S7Om(AsMPjjT*Trid7+hS5`u=0KH2Z#7qI1mDI*iWnKBUIMyJDi=~0m zr6)Vh;ZOdJ9b3t1lin>?OBt}bE^cKHERa6yC;jd4ZIZNqKN3;^$E$(GE|X?_zw(c# z?p{<~z3A>!f8@uMF9@DwH%A|f(SIfVaG6YAcu%mH=O**gKc0$?V7kxN@3^PqBK!Aj zyyg6l^4Z_Z7n0l23m&Eg^&}jZ4y=NZk7Za9s$m7%GZXhj4~*wWw?6T-aF=6G^jkJw zGPFOyrU7tw!)@)KEaS&U)Jozzy`_lxjF)UA=!FwK-Bfzg4T!ELu?B;@B-c;`B&R8gg?ra0$Xk=QZW zYRUHtW4#vc588BXvnc3ok&3zgv?_0!rHOcDx;R|@9r3~R0U23=^7@n!^Wd2@Z$wIc zc_1reKzcCVQQjACrEj?<&0Ce`pIZ?Dpa3ox2*eAS{s%qabX2~Pt{&d6q8!>~g0;Rkpx8Sq!AfX!ku z-VPkwNaF~-A^}-Y0tnD_AV`ocg_KH4^1NWEL#`oU4Ny%LEE#U-DmzZIWTeaLt29g3 zCQ?bs9D;g&T|i^eWW^c`$q9P*>bI}o@_BIH5La&4-7uS8hu|8#@Q&ARZu|2CKb+ZD z#j1Y&-)x+F*&VHu-C3~+Y_#?5YcrHq+a@#B7I&80?lIct&9fOjo+=xAvd1K6UO{XE zuP;yP+wc0fR`0$pVURnV>uT8d&c20%Za(vu2k!X7_4F6gum2SH+;xxK>N8raJ+l}$ z%TtwR^xRx0#lD(iv{iZTdFj`8d#bHALp=D6G~~AVNT!nuz+%d?B8}Ay88!$t&PU#> zDjwL}vioi_sfbE}_Ccn3+5s~G_7MJ8YBtLk~y^SYus6-talYa^tn`gn1d6OZVIIf)gjyCzzMrJToh6+?H2YuR61SY|Ucr z3@b6&3u;QzQVV)ym{JPjlQ=eGm?tkcy*Mw$s0oc-a^u87w{DzVUOH^f?2`QYoJ76e zmL41(wAdM|8sv{n4;J=Fj4Ka@Lw$nv02rqJtMF7xe7gz`x{7;lhh>5EL>SdwmIm}@ zC1{;Qgk~GEzSG!YSh6dBMXn0{W=*6d>aH;AD6>n_L?s)p5})3U&r^JHV2eVueOI)+ z%3H-O`Op$Ei;MD~K(r!_6!C9Fey;e<6#M;ZLGqR;ZPnwM((<+rKw`)QY&$>)?!_oQ-OE~}K5{y267b;UnoFO+qY7yceu z*q7=N}P3iDE#22h$|7BcJgLYe51o*Al%ZL#Qe{2&RX&tS+x=`~v6NY*z@W%)?fcc><= zMcLm~qU-2LRRy#9g_hV$DucCM8*I@kEo63di*tRL-@&UCH~1{wo`YA)uP zedtaU&uPUtP{DJ=>P9vM-pZ37A;b8WqcH*aAtP||^?Ud2+q;pSm(HnSxfh-q_Y+_o4?H1+To0Hg)WIla3p} z%ZCq;k~_f-n;o{+h$r3Su!&eb*RdH5AgcIFebrI%8H{v2l&x;$14FJD$Sfgy7MzWU zJOzsxuo>`>RgOdNTUMD^l?*+G4SAx&}s$JNa1ork7vI&+NCoA`g=ms{=^s!ODcYr&Wxiws%`fYXZkgv=!QmG;uZ-IdX*WJ!|{ci%qQY!rt{#ri^_MnL0*_KE3)} zg?)g%;@s+|rRbQcKd?jWD|YAyuDK=p&iFKrO=@TwGMTX(TAH6bHe=nPPi8kV);Rl< zL+fT7dybOMW9FfL0=&#F-HIY-*4*tO3ai_d711Mktds zA46zF-%qAliQKm7qlUR1o;+~5B%3O2fe0&d8D0anlcelK?o5C{aeQP}+4l1(X=C&m z8CBC81GzdOcgV7(dm8RQYLP&~z&E8~0~QbOQIX$}fnju-1-`jySdwTm8dc?YCa{+S%Hziw&#XJw}12sE8f;` z(aHP2JpRX(BSyH9urZN~MG6m8q(d)?dJx(M;Zn>*?edvM@WPBM+nG%q=qtGV5^}K& zl|U_uA}r2u#e`c9c>InLDO@FsfOF{X&z63*tRhY`(bxopFVFAvy7;O)(LLv_J|}%~)eWV>Ye-VW!_hGt5WRo#)FrX6(+t*}vutVB-dVHu&Tjv3&e-j{U)bBWd)fA$ zXStvH6huGBE@OPJT=tN5@w)f#ym9)LUFXK%v?QM8j{a4WSlgKRu3KZ1zH}D!D*oER z9+*X!X??MB`?B4wd!OICy>b4ov#1rxjGg>GdGC(Jxacx=D~vP)XaKz26hpXd{sx?Y zjC(=;B_t7&gRks>!g-M>D~a<~A#9W8w=T(mU(}Jt_y{2{B~|96dlTLACTDy}a$+EN zbZJ>eVu{WYqn)Q0G^_u({tw?v?cY5(W5$EuF+pClT~{;3LvS(Wvh4HXAr(nZ8-Omo zw5=|+M_Q`I7?+lu-6P&nZBP%>c=XNx#d_g#-7hOWb(N@r_Q<%zi(~NKb@1aDtZG6V z(L5zWnvLLx8cF=u3oAbds)J@N{Ihev991`^An z=g^OI<|4PD0DCwxetcvc+tIU^N!kT}5ndCsn*FL*oW)QaNQ~pTUyCDCp`mbSH1=d` zjFA63_t*w6yI%u^jYgWEGcGnZO&wE^T9pZlEw_f>lg#U49O@;~8$5hlVuaVm)r7~5 z3)e(bi&Nnd`=mj`@mk|{>97=P&i1H1amJqUR&ESCa?dBRX+Qwxc!ML>%&{DHLrP}! zA4nC&jQ1{XDGN>T_K9~HympI@O_Cle(u$lIlchg_^l5-V)R8h@gHiKGok~amrHuji zTm)>i>Bygn8IDKLff66Y{$Foj0v=V7wOv)Wx1>9rrL&Wb?17NAyOThGB!mdEMOkE% z(CNNOnsmC`Uf4v9ii(Pgh>ngRsJM(eE{rpSj?VC@qqvMZjtlOn%nXj}I4-Er{O`H< zb_k5~{onWe&+`XP*LKdSbE{6Bs#~`foBCN1Lw_0z;<_gKpop~tDN2am))0iwNyZX7 zTGNizGmQmO;r}2eiyyg{ON-@|PWv+7u_w6AdcbOnz1x(S7W*c{mL#eZ()es^x-{v> zXJTJj)6=covY+3`lk+BzZ!B-g#mOn$n%i7HzG_N-s(1wPQ%=O^#N)A3L&0xW@#FDa z6!3&Q&sr7R5aQ1rvk>Dpwtq=(?*B4gX}6ex(|?8CSIhB+auK=(OzzM^x^i^DG;xDd0&#;FPX53<1{r@^ zp^7dzr}Pds*eseP0wKmdnAkI9Vl<8@OaLh{xO72@zza9{C{cI~ zHwteqMiwRAf86ULaVX0txSmaiMesZY2rQg1d}O=BkL64tITXHK@5(o$;|Hchh_2j7Z)_156} zie;sorS7+INO?S|Rcx#9vZip?uVLwGI`v+(LSVmDp=<;5O z9mcC5X7uRCG>rEeb*x*6`8Mh$rlK#VyS94J9|v$I;05e5b`5U(qXCt=4+N_dn5dp`L1do8qiceuWy~s&nk5kc#nrk#YjF2r5oY zbxscH)yQM2qlJDFQ={W6Ro=?4SfMyE)lq-7xRU}$t;$)^iWot@<=+E8s&SI)XrZ4% zR9UFwUuHOpet_zjPK%$7?~7jC2fP_W0j)Ninv2`cId)DdHKg{Im?A_QM2#uSIJKt7 zXeSU&ai}*g#OngPuPBb1t(J^Q4`r1g4gWFkNGIfC`6jI!r1hck2=%@HZ_3;Me9o5Q zjrEsGKzy8KFD)s|FHimeO{zS1)eTvVrNxyMrRsGHz=_}Ma7@AHU2w1yXd|2#dFhM% z3S~TJ8*A*`j$?3B?HRx2WeFKMW=nO-@;_x7Q&Q|1pWLZTI{aLndYEvWE#>SoHNYmh z7uQymluzlX!ujKvm08u|T3A<6V|O*FH>{9M+NBY1DW9`~^s@(*@w_s-O~=B+o?(<*X2*&Z6f0~UhWE6j z7IQU<{i6>uuzFOYv@sQ?a6DcIutp38tlXe!!*&@bZs`H3GR>_l+5{1hF`I?&$GGZO ztqvsPZgLQ!t`xsIX--uJqe`Y&O=wi6;4$@s-CcSz$~x1eoYX00j#;IN#dT#OEt!y?qvGgHrA?!;(*B#QxHXTLP+p=< z;JoZvj^?qZ!ir+YMVc#=Se{mrn_8I4J@ZRvr6we#&MKYn5n{|*V+n7|s!v+O%{TK@ zPmXcQ+}ugi7oqK3|MRw>h( zJFBn=tfZ=Tv3n9)&#}$K7F>%h1_OSRKF&GqChxMBF#B|3J~$m`zzk4nK*8xhDI>7w)#j_mx}6##*fB>P>S*=7;Sc z8&a=*tY_;j22niU-dmepTa<&wY0S*;JhOPQZ`IcB%q5u?Lu(pO5XnbR+QNrXD%Qj4 z-@;k-IT)wnTNy19F&a<~v;`~^+CWBt=4COgq7(=LtibkFiKSl4Wle5+cAWx_Mz(4w7`niw$aa7{!*?LL7eNkqiZN2WL z?EJ#ytckJjF0YkI~GiNVVEy@>@6S;^^-mRNJfWIXzozVvf0 z@oaNZ;pt?z}Qljyn4@&lW zp8C+kv5%+CSP}E*r7v2aSDClxd>oCGV0>7#Jh;4|A|X8`-I8g_l70+5on%XFOZlrU z_SxaW*@aiX-}ZD;dIBQWNOog(mOkc;&5-cUYm{c@RgOP4O_x}0_#@xpa7fjb*dvL3 z%L3SPl@VldZx<)xp$Csk*pVLtUOKhwqZUd$QRVy!2A$52a2GXhx# zBg%lfnId{~!mS7u>6m=O?owO^VVB;zH!}mTMMVO<$ZhiJ)eDc&yqPwrMBYNl6R&?b>3HmsS!*vSv#q!`$2qBNL2h+H%EF1>Z9|jiVCTfBdHh^fh1uRt zT2+S|4WSb8!717{uBE^;W4pFfLNs0`GbeGJE=c-@>l=Wqd`!nfl9H)Iu~X)Nb-8&} z)tNs(eDn6OV}dTLwf*NWy~OP=?GcHE4QI7vWF)>_uIrw-oL|^jHGg_{_UV`8>#pjw zPi&lv6_PVYcMklExzlqJ8rq__-yRMB!ZyA-*|zeqN=7>XFM~S2URn5i?k1z zruHaWz2^%(1jSMBfu=^z6zWLeV0vuybeQgV=CrO|_I=JTK3l_cpFI$Vy+3S(Z~Y#W`iE)4pV~b4p=u zS@!(YoOF}%ZJ^A(q|`EX_EdX*az}caHDOHK0sSz)^4y8*YPT52l;#yx+bZ&s^UmBf z)?zl~ca1eSmnG@-B~_JU##C07==I5E6U}40@(pH7(G_O^u_AqZ;h3^qM}0oO-%}o~e3J13fTTS`u1!pHU1}K4baXYQ3)|6nXeQqg~pnOjGY>|?qDuLNbN>EEm zkfRI*b@CQm>isj)`IA*&sxujR#pCki~C9!y`25SoJ z4m+wjjiCwXvzn&pFsM#o(}Nw3%uFeeN|W1j+jbX9)ziC1!ui8oAYAq%EC0!_;y-$<=X#rd#{SKc zw0ZwqKYTTLVPN(d^<%}8x!dgyr(L{z?6>@@AAix5rn4^GoIkDjS1<$WS@6pDLL=t< z#^U7N7Fa_+Tg$evzaw3n@xf~n)_vgf2$@HE5BQ0|=mg9{(4t$ih)w7&(z0L|RZtup zMVeMYFJv&HDh3%%r+RiB4Z852g5F2zYLpbkBBMR(Y45!bE8FRnmOdLR4wWi-&}CN; zI$rwd)lTWe(JkR!MH#J=4Ahki4EM;=D*|Oo3yPbIi<>X1YOSowFQ~e&vbCzJAiwJV zD!8q2hg%lJ4m@z~Yg^9D7`SL{!Q|$Gq9%a9sGvEoJ}G$7)iY8HdYm5?%-^#$;7*El zwe_}5^-LAfSwHKYv!$tSS)XG`DHgx#W-a7d(^@CSK3}GrG+txS1SYl3OMR=)cG}OG zUR1GU*1o#zvFb)bb7)|d&CqPmP49d%6o`G&(Y7O(hsL+5^wa7( zySc4!rLksTsCl5}^6lp@u;arHHX+oMrw2Cb+FJBReQL6e8?tf0#uZ-{)OU}5htI*< z5n3f+ufWv_^k%NiDrRXTFsNJ^)(_xH0o*i@(KvdLAzg2X-SDR6yl(gA&F-^X2YlD> zI(Tr`9nbS6LqmT2@w8Kh5Ms^P!i}?+T=VoblVlIAuXtq*;raRMQ%467N7+k8-_k1( zz*Z;d7>t||CnM6QPUUl%L0SEbaRStilq}Q0>hIq@GxpKK-7oH%I(zsx!?UOU{wBBE z`lNl%V)GU0x#if)`beGCKB+EtzkYE}uyfh)@UqTePG@zps7e!b84UU)rsJ3E?DNxm zl3TxFW@VJl{<3sg4K-PEj~~Yk4p{PzKNI?LqEP4zm?ff#U8EmR;99(rNI&9cX_(%c z;9CgveJT+5p8`y=Fl?BisTRe>kb&`GB^#CTKKQYm5~sK;E~Sm;!@pL-XOonMQEB8S z&{Le|A4P`~Hkm(;L$s7eF5x2{dk@txXd4tfEgX-JyF{lOR_NOZkDfyZm;6fJY=jTR zC1S~ek`|YVaPVq0lK&_fPkPRgc;HjsL=$%v*(n~N$b&R3ZoTq68t&+HY>DHL<>!E< z@n`uTxNQo~Fmr&HL&-zsokaO4c@4AmaXyqzapY={qT$5D$}=EssRFF_Ifnj4o@sSAd*VOEXu?1|%0-6(P*P00&#AWdlg zkvtWAq8|;zEQ9bsuaD=i)pd&Ih7r#-9NlPIiUTB*tHcj0vW-EQ@*l|uONtboCLJIU z!>kQJ&!L3l@gsbI1Airj;~)*IGALz@c%o6#hE?A2GScwdMwiJ*8uE?PfX|4G;57k| zq#I^)2p}5{2|f`fUIa*^I#!uK%5WKNRBq(CLwNuMk^qv zAbNT>&0R_51n335o&fk z`AY<&dHj^0L0f<)s@x=-ZtIw(7je$(`j0!z)+u%2A zX(KXI7woFPvO;?gKD4R3@$!c&l* zJ(_931;DiuXmuKwYebH?OmUawAU{F8EXWTTm3^n9 z<)rv{I8HN~Ua8yR5q{W;eS#;+4xWPI;1Zv>y%p3(!Ox(j3HX(EL3l)`J$IZ=3CHs% zm+0aU$2A>c3+Q<${8Qybys7?)KK|UqBaR!Vi}O9zrF4S09ONe)dZ|;s(LDlF|@Qc0+weHB5e0--i`_l;Uk%%Vz{1-;K(k8)~1Z@lf)^nOx** zvM9D8o(JN~$p7E`RU_^H7qlX;UFZQy0e3@nHv$f#Nbm)fN?x}XB{Ku1gn(%ao@hG& zBiBU4n`Z-#pgRFw(k4{x3m5_*oPuyF_@(ZHsQ`@)FEh5Icv;@fSVj@xVW`4l#tcK(3mV0Jyco0HoE~0pL~tFk=ni-MEo4`vL&M zjyAw9zyWlJ@H;mEK+`k;*pDs^ay5fb^Q$n4kh=x$M94hJ0yxN6>lVf)1EwrzY%1iM zinOW7yAAYh;M3j>0Pl{qj7`f1An$39LG8e6I`F3>tqbAPfOpza#%6-=%=;KSeKBLR zUSJrW06;T$HUM(Y{hG0PFEiE+nYtn084CdW&}^y!n;DxAy!m?>TY&V1;JG*j0KQ8r z8C$j-a5rPi!TaoVz{8BK=)|y+0U*Ol(D%+@%nce(DPyt)5CnXQrhkaBe(>x^o?ai| zAY-dMXkOKTuNm|0Lie|lG5>7F0!R-cpL2j4W`OOCMeKkV7>f=tcJ4;THh}*I@Hh|g z=K=5h`xv_bat|Z!!dAe8j9m;q8=C<~7`p_tmzn@u7`qJlZi2j*A7boE&~N^fv8#Z8 zHPWsD&6Z98(ym?0*w#7#;=A7<>{ zYR2vZuV1DB5We36Kwb~D0$ye8K_6oe=>XdSUoy6*6L2HoQ^tO^fw70P0oxe+btwRR ze*<2>Il|a)4=}bj9RRvVfd6P70Q7PA-3yF8b~j^>dl>tDC1Za8zkP=pd!i2TAY)HL zzNe7aQwJIQqaE-LV^8m8Z2w}$o;3kB1HNYLx&4ei5B|>|VeC&9zfcuwH0ODWO0lFD`4e75v%-HK|8G8eCZ){}jz)HXijJ=7tH<9;S zKETV2yvLPQ8VBuV~1{J?61K8 z+X2S@4!pxU0OCLXlCggPJ^_6CDPx}PZ`T5le#8#g z&e->m_lFsb{Ro_+;CXZ#06dPh0=57SF&0By4DRtS@y5CtqxBciQ@o53!QG4}v;qz@ zo)`om-TV&YmJN(2=>P{9PxfF+#RNcH8t`rDfPI*b_A#CToDB3jnRWnhv$ivyy^`^q z1&rq|W_(N?<9QDUbS;%9t1pu5S?=Ze}CF9Fl0l;65=REsC##bP1CGvGaPS+O3 zd-0s^YQ{aojLXQo5BUAS8`#9S7yMSuW_$=~0mO&EGYbBzL9=Ev<7+oEz7BZnJ&d0V zcSAN{7vtx51CW0Hr;J~)lJVgI#xDf!MU{XX8Nc{3#y9R}{1W&tL)s?rzr339D+snR ze$@;B(ys=eYb=a!Nnw2JX2!3B3svIVjxc^b%JPQojNiDH@tdAv{AS>7*8yH-9CnD` zk`6e;_|AQd-)ds~wmQadk1)RbKF06Z!1$fW!0v78X$Uv6ale&i4P#9^QK0|@{6Va9*sVI1~`@AUzWGX4m7!rt&lw=@1b;Qubj z_+y=nKTd$S-y`2Yv@yO9&$I6_#{cUm<4?T9_>(s>{?u&7|5yY##P~Bh#`goB9cKJF zq&@#N<9`Az>cWvbvebZe=287ZbVg=e@v0z7KHde+8T| zafisEnO^(}fI55HMnUB-mA!)3RIZ~TuX-8@`8mr(NR7u~WjGa6^-DPO`6A7)W94kO z=GU`Q_MGN7fcA6EZ)CS|o#r>OY<{QaPhjc%_nP0##__leR@TaoYVrG7rfAmu&$2o( zSMxu|OyYda|2#_+m#Y3ZC6+6;;2g;S3$k@MQ{0QSr2~+>2rD66Y&F)26|vLc^WzKQ zI`|uK)=WLVW!1pn&V2Y+G>R&$gk%hOWW*A+2bf*p?g!6ytP!WQ0M_fsShpi1uP8XU zfZK(YCUdd&Vm7ckaGJwB_`BG2e4Ffs|4b$HQ(THp;j;)_L&(Fcr;3YLGl1%A}AM1`KhuZ8aFWFx%Pn~G>V48R06~$ggiXJA5xxs z5OFTVQoI+ph(+OxbMb?ULT+G(wQ>w0hDv^PN&Zw#Q5{B5rxUS?rxs75=I=U*u13k} ze~wv;5>ln{E2UJ6wf{0?j&m=9X4F7G7NDe}kdjX1Af2g))~LS|k=g>8>TxF930)cl z7a6irnW@j-HBw&l**W0lMGDmj+OpOH|AQm$KmyJ&XIMMQu4Y%VE7(=|dU-9DzTt3i ztU5Dt6V4J(nX*)==`pQh8eji>Vro{3NM**Ie?myf|Ny?kukE96Cd zEHB2s$WmU$%XtM(p0DELu!y>v(^9}%UWcu;4ZM-tagUx8+lrg95qTok2e$Ib*fozE z?sz*+2Ajq^acp@PKaJ1eGx_O!7OvZw!{_pOyqllF&*bxQtocH|h@Zt5<1DkKd>LQP z&*m#|MD|MV;=SC>JzVB}yq^znFJHw6ac#{IzVHWlke>sK^94)7+T1XYV5{U-dnvz+Z{n9@NyU|XGrx*o&9C8Ga7*h}ejVS& zuje=LpJB7mP5kHlW}Iuc11Cr9ThZ;h*x)_~-l!{w4n>|BC;Mf6c$)-}3MH5&k{@f&a*l@?$*4j|(Qa5JD0< zp%+-sE=(dpBnmUmvrEF>^kk7DQbn4uiFA=6GDQ|E7TF?4QsQDXPRcFj5UA!R0ibsa2XRVS}I4Cbdf)(ln`4nl5!o zr%5xUnbPUfENQkhN17|mle(odq%)=Y(gF$B`buX>i=`#fQfZmATsm7?A@xWrC70AI zxh0PzOMOzmG$47URnnm3lZGU}6p(__IZ{XpOA#q5t(MkEYo&G4dg)wggLIyBzI1^! zEL|vFBwZ|RlrE7jl`fMuNta7kNLNamrK_Z?rE8=u(zVi7={mN}81;MW>e}nbZK$h@ zyY*VQL30~5*RHt^&2?&Sljb&SZj0u&t8PP=>N-@{(KSuq?{kI2`k`pp>o$aCSI9kJ zlKrb?Umz&!2M~_v!Vy;}k$!sQph7NIN(YVSHBJr z*7XJggC_bJa)k!%9Y3-}{Q_jwH7h|A}7nvZ%iX0P7^Je5xKE4bD^ms_S% z>sjsf$N^)}>yAW2vLPt@-CkefkSo|jvdSTY%R>xN!jMz;cq97ofGZ^H-2*a8h$<{8 z9Fc=Py)O6Q8du1Z)aODG#zUsKM@NOO54xZPP>ev(*cS*9x<-DY zKRghKBxz)-RwRH>^(FSY{Bf@<6bh_SO46))6)8-rKN?I_J&HysMMQc8al+p9a!+5> z=d)=3@Q};rOOe;QeXb$bh*-LQZ(l^`lU;piBO%!&uY;nYHWJ9=_65SS1?A=U`ui2x z^(arjY;wDNvftwh8A2|*=j94SYV59%ISBg>H_JbExl zEZu0ZmOf~q98xngYXK4=SrdG<9Ey06W2zP&2!y=rp}sC(0yMtI4ZVn1B5S-6=%rfl zq-3P_O30#Wd=D}Y1*AcFoer%zY|=yyCq)LLL%rdiXpjmnSqqW46i!eK$$-n(XI89> zYEz6lH?G~1}uz!P%$B1zX6#C2iBSUy~v?g)dST! zP&RrWY>;2Cw0ERKOl76b?%R z9*?OP+JM6I>w0CM&+MjR?L)yv#okQDzCfA+Ox$c7^3c(pgJ*#!$BxuX$OWpG_$&=pkl#~ajzU906ps-2!*DC!_IE)arpiKtHme6ScH z@1PtR0K@))geYuO2yA7@(Cd@+P+qSaWR`VAI5*g2AD@h z=uwCAx~`gc+k^zWoF)k@+Cdb8?P2u-S=EULnvP>mirJcw?? z;By7ZQ4}R&84C2$b1ALSqUpP$Z;9tb0})j;v+7mr8Bgo?<6%@>J$irNxWU1IB*z?m?Hw1T&}Tg^9)z zL}pbyifMsfdrT-}^jT98LhPy_;+FL}h?X$Ap{xzQ4gu3t}O=atN?~EnQDzT_c7J82XV= z2J~c*7f%}>IS^0Hl@tG!u*V%CWjIM+8Ms$D*XsS`%Crk+hz zkQ15$)g|mENsfl3{@$Pz4SOW7KP0URu9HI1UTHA2M(T~YX_zc0jI`Ml#SZnZgNVTa zS1(#*Ph&$%+DL2!=Cn5&k;9q)9z~Cp6pvPHaOz1RN(Z|}JN-B;>(HA1kTYJ5cUKn;* zW3?J!34I}RL~)d;WM2Roofu3djS5GDqf<$*Qbwh!O?(Z8xq&rdBbsR_;PvRyFrsTA zrni^+mhj-ZAUd@`G!#B3icSH;0jNsA&{Ex}l;pH}0vHb{uOC|BH#J*U zV~$cr*AY>D z9sN*hJrUItQ9ZJ;*CQKyJyFyXMLki}YqCvKUQxU1rx9HP(KQfV1JN}QT?5fI5M2Y& zHBe5Clv5*7;DiGF5JjUVUZ=*eQ+em@s_#@Vh_q455@!M9?HDP_+b&#UZYLgg%GFM} z+9_ANl0c+(jdVI??4XPt#MVJX4kB_8k%NdFMC2eM2Z`z=3MWxuZ$5sA!l{YcrKAy& zvk6twr=$^46D2eeQ48yRNT6sYWOTd`bdQkWx6H6!-y!gOtKSO5vzO9*#QX z;UJB0kVZI2BOG-t`qeUQDZHc-4&vn?m2i+sI7lTNq!JEN2?wc!qnpikTN*Pd^xaP13yI3NED4k(MS|_qOcQ% zohYd49aQxWs(S1TpdX^J6NQ~997I9&?x1>iP`x{--W^o$4ytzt)w_f0-9h#4pn7*u zy*sGh9aQhw!$Utr;Uo%FI(~@4*@Dsr1%8MEl@1?KP^CMl(jBOD{163Ix`Qg+L6z>H zN_SADJE+nfROt??bO%+sgDTxYmF}QQcTlA}sL~x&=?KF4V06Us@_Re@6_x;L$lhP8Yn*}DS(p{z)2>-NxI~u`gcfcHA@1**7QvEv{)MnYB&UbY+w5x5t zp;Xnce?6!XeHC3 z<=dg<+o9##q2=45<=dg<+o9##q2=45<=dg<+o9##q2=45<=ZhGYYFW4;BcA$1K@1# ALjV8( literal 0 HcmV?d00001 diff --git a/gitbook/fonts/fontawesome/fontawesome-webfont.woff b/gitbook/fonts/fontawesome/fontawesome-webfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..6e7483cf61b490c08ed644d6ef802c69472eb247 GIT binary patch literal 90412 zcmZ6RQ;;T2u!hIBZQJ<9wr7Vswr$(CwPV}1ZQJ(j;Ou|mT%C$|J1d{g?CP%SsEdkp zQxF#i0tNyC0ydxnLilGvRJZ=u|JVKhO7@3X;RV7Pd`6E zpk~${rvI2E5U>ab5D5Mee)_Dxxru=>5U{xaznFi|1>!(h1v)hU2mi6AfBt{tk|Bb^ zWSQGIyZ>WL|2|?D2nfbsl?t=W+Ro@-oYcQKh>CwK9VAXv*2ciy9tc=b|NnA{KoLOj zYz=Ho{xSc5?^pV7d~fF3V0?Q!CubmFWhx*bgug&Q*s|!Oyr6C-hNl1KitJx5#DA)& zQ)l~U|C>ReDZawl|Lmj!FVlZ^QA?Y_eZxrKSYLk+)DRj1N#F2a-&hNTOtX&{0tnU? zXdURk`=*Zu*?oNzeFF=FhEsiga}Wg?k=R&RomhANffI#>5RecdwQ$yOKLOqx5aRJn zq=_it5aK|ixlq4={^d_6_R3^AAdTF{%xevAl~*s*oM#EDqdOn~zsC0$ix@$i#`kj{ zF+#n=3Wp+GqXcqELONVf#gbrw7Os5Py=M2apKPjw3d8CE!XaPr5P7#CV@V4cE}pzPm9K9+ulXz&umnC-T(6)MS@OS5J!2BtO@ zvg@qC+nm+6APb=-NfL#?Ia1{Z!&qtzLf~+TZ<1g%2N%;Banovy)2KBzvpO>5?9JT2=#@M}M*SjazyW`Hgr_QTm)_BMKIU@Yb>AgqxI~L*J`wBqJnH2E#;Cu3a z5e^9cMsU_Wq+V*wo!_}xo&7uVodNZ;y0dFL&=>ySDgy!k`)@(qH@do^{Z*G!m_Bd1 z?aI3^mMg0(|Fw>lo6wt*m6FxM^>b4RK|yOJw0>}OFoy!P!oaowlKHY~@nkwyQ)WHG zp>k`0CK&~>>0?%{oMB=_rh}|6YQg1wj+fpq7nenPz~d~W&h54j-|LRk4Bsg)f|E9P z?3$>%J<6y_kYoIqkOvm}(v});(=Vv(4I0N%t`9_qUq2;EKj3Cu_teC*%K@Xr#N6rj z+(U|W#F-OhK`fCaDtuJfvTq4*s!sRv$&cbiI|;l#g}?7-PVBenkGAjYm?**K#TYUp z2MG7?W=`Te)k-T(T!iuQmgeCI)(!gM>A9AJlAv4ZqMu7xG?S$$ev@!oEt*&{Y_h@X zsxa#P!n=(5keV@$YK0A06p0Xh z{G)X=v7L4k$+D9r&0F?Mn=C&)Bv4Z*(0n0hA|pj)*HiAwe5{2F$+5{87cjKilhRJq z+jFa0WB2vJUoh9oFW6T1GqiKkVzIc9`I>td7L~23^v2b4X_6zPI5lg_^U%aJja$D- zx??f0D3N(f$g7jz?x7XRG1_G3F*EAG3ughF7m7jgxwb8$FMOV!7^d=a;1fD0s9p)! za=KiW8Q3RR-`!xX>iN|rU^i;zybsIRZgztEW1gD_8|L(w^>aV+<6HSwrS^hpa1+`N z0WXeD6+5FX>Q4z|u2!I*8AFv3tc|QM+jS8{o3L2GwXEBWNwE~6UV*sORD`&r+L6pT z4|#nAk*4k=%PwVVmUEutChH0u>>Ifct1-S5qJ6U=F=f*Q*O-_t|btQW@;uQ zN#11kV12Vv6xMP2Z0mp^KPl2VgLs0mQa?PJ9za-H3$j(RyHxTksPQ>QH>BcZy+^M8 zV*@r8T3>r=2=t2_O6nQP`4iRIg+*KVG5O#}D~^CoDN(m?(Yn_0+P5l_)cqp0c4UU_g;F?HRuP@zF_cO54W|E4F`z>v34o>|M9}G>3TJ7@ZjI`ZI_l;H#m;RJx($q4{_(65PXT zxsK&`QFe1K4D#XtifFqMUq@f$bQ5lr8?s;gc^|ai0`3J{l{24Wb&rtkNTVV6YGfQk zPvNQfawgA4lWyE(d?;5{#?Px4watl&Xupd$6q{5(YKfmnjeJs+*}TO!8HMdRW)@7_ zG`;35pe>vhp*LB0QEC8SkjOL!x?9HSn6uO;2E%aXlT7(UMKjEA8h)NE-f)O{DM^4I z#gIRIz3qM|WYrxCYBST#IpEENwO_*^)##`Enw6Sf0Bt!GKur`m z4Q8wituo1UbDp8Vef^kLLjD3BI<6gNRy=IOjcz%Lezo6~AAeChbGg>MJ$(8$nhYiv zzDD(Udi>5);pJ8YzfMYm6wn?)vmo{mPX$C&ZU6z^dG9zEoh_`LvX?cy>Fc>^u z`Ja?dh^hE5R=-X}x!rs8jBRDN&o+=h8jx^;cLaucL7t;$Ad8r5K>TPnhycH#VT9`V z$t zfyFB6B?E~B`nLCz!VvR@!fZ0)5aV8q${WCmcO!wBfJ-JZaFmQN3;zS zX8^OhR_}VIS<`QU#T5LD`L8>-ELo!zJrZ{8S+?+vL%OtNBMe%D2F}O58Nb)kBFNOT zxeWeiCXMavLFy~QC z6I>9awXet&!NpUhw!{S9FUElSy72Zftyhhz{Ez}AAX0bhe7N5Mm0uZ>H0T~9HPwEM zaBIaN`)DoSnydMTrIz1td%yiF4|KPp zz7^tTWT!d~1ReT}SuQ=D*ZlqPH1OYWwQ+ix_3;!z(dvuC8F0jTg?rVC+($t8QtzS< zde4wn7@3wX?r3UXC3XvZR5*QN9)O#=Q{?MG=);^~^H;bL0-R+WnQ($wB`(DjF?64X zHxEnKGNd2wg?4qD7WI|&m#?C& zhe4_@i)J5slEw{;ip^eS?{^0AMRPp=PSgtB-8wO^SbyDU$19cDxB9IE@y}T}W zd(>zGAvJsj{53V|gaQsAI>EW3m!YEB!$SVbuU2CJH zt}Nx?JI0N`-R0@XCh+OAeNMh5VQy6X!&TQ=ruMnMrKPeG;b_oJj>t8*Ovwwn8osnf zCEM51PYcUozfp#b6xn1n6>tQ(j`fA-+N7x_bR~fCuo6Rk9VJH105_tw!<)-?6VH}2 zx%HLpo|?A8f|bbU!_jyYXbqjgunDp_WB$1ArLcVFIt~G zlN+fKAUH8x#$r)_#k+pe&1K|QZxEE)gyLui8U~s_wA9pE763mBH!971EXG-1fFihr z+c*ZfMvVu1K6^InixB#XsxSvZM}nlUPawABV?m>Ebp_t&8>8VgM7H2|qGNIgbsz~* zM(I%QhjcKAa`R$6=LW`9oG^wqr5$xy4C-0h$6`TwDl{9QGVqpvV4FR(@@;eJF3u^c ze44l|V`;W)O%NBjbMZJ^gkWQ3Nu}}$piv=cn`F@=L9HD2NicYRK7n*<&0Qu#%}Ahi z7Gn6mDOD2u+DNXt600|7j10x0!?JHN4$OUp_Np6};wxDVJ;b-TM=8 zo0d?EPkAcC5#^9aa9*S8cNe0hdX1#qvIT*}U~f5t8#DU(_ccYaOAZsK&bPN_r0&%> z6Q!ASH$q3}5YuZkMEww4e(=>-Jw#^XGvnrB_*hm!oWd7V(Tw{fjiq3%-IB&vdEp&>LAm`J$79 z#_Eqb#zI5EtG?yFCVr*uRG5p2s!a6sc(m%!>K&+s3pa|4efwznYYI~|A$639Qd3<} z9Any>xF|imKa*_dtd6Q9jLsz39XotUC zK-BMR3Gs8truc*}4>8qP1J-d)*$KS(bPg>#HhC&NM3XUsAJdcr88l|lOvu|==J5pq zP3Y$!_pSrz9EAK`n)nP2UpOMp`rB-(^0uCbFq)N5~sy~|F&X=WNJ;eP?u9fJ}WVPi}cx)Z?4amvlV9+9(!Sk zOS~*%XfYFg&(w2S;(zK3{ZYYc!MSo?T0HCu%uF$WGY5m~ra?|O?3uiWU+q~gT07gi z#5G;!EBzM!YWRpcy)b3}E#Ssx`^>+}iKo+wScHZnSiZk`|6PPA3(K&Jf+fZe>eMNV zY3mLYk@p_$c@Y4Qnb~myA)c_%mwMc9fr#e=<)ORXeEI8HL8})e_%IAO%;+x$UKILT zNYIGbUX|KXZCU9WKV4x+o$7nRqH{=52$JypRLBO-pF5Pj$EvDw)U*)`RH=-0vSs15 zlt8ZmfZ}%-H$)}pg@yUuoZgZZ`&350;j*uBoI>~#;4+(?zER6^PX`y-68mhx_Z2?9 zvAv4#v7J8ekDUFVRN-|#__@t!cU(e9Gy^8QJ&K$pl41Ovr|AN%;mb4(7SDZKQa3l_6=isKA%cs6_iVcrAW^scrGhbDtdl2 zM%7M3Kp#B4B_&JSR>TxnC)3_BZuAWWU=7vJEB>qap=4IvsH6|nQ;S}bq*qlir=h5= z1oEG1T&HJRE};uBpMiHG(P{}nPw;0w(bD^Zoy8)Kk_dn#i$CNEN(A2tyz#opSNQ@1 z^QYJ~>8Fn#IMpZXolrmEZ}UV0^VXzL*W$(AY#67%Fy!B-kis>Eab*4QI&tap;LTo1 zN7&Oo7Np(}$K$hAzj1qY-!P%7YHR(_zCAr{%WH2<{Ni3-26pMM?0oEQ@1HL%8g_Jv z{VvoDUj5D`PQ`c@3DI^;y_|K>;|hb3fx(puhT>t-^_{MEr}PMwa_Ut9%CZuRpww*1 zGZOcRq+JQ(FO}`iqAsE&ZxRXKIPk>~3-g8)Y9n%l$t}qj(s`8}La^W$h%cfzn9{z{ zYWcjd2(54Pm&iD23W$EuFU1=9wFE3eCU21QO)J&|*g&W4z#CnGoxz(BNU&@XAqzTn z*^Sg1o%7a+rjuOKd58E&TgWqRZg2Pphk(!^-bf{yvuJ7bqg%w0*jS13%P?|JdOFCr`>EaKgG~9 zTv&-76RRcSEVG2Pij6yTw*ui4rH=r;bFHK!S?lEPQXPiL_!YaZrhT35 z$@m^aYy7M}htaI)VENjP2wmK1m~3zL8)yV#k+p5E4`jyb+kX=~dN@#8PFpgkat6ND z(zjH5>~i`VzVv%%&UOWSuJPi6=o!}Y?sC%0LwD(g1aRc2g1R5 z)*=oOoqdC~6d^N(IC2^e7@Du?4F@lODw4FP{|);lGtt^#oE5TN{0ta<5Qw)U7%rMb z5#9Ay1fmV;tzf1RWIzrR;svh!mHG0b&}=+Yc<2g($%xbdT%i3^a=}kj zK4AcOn6@Zb)rdl3vWyhzaD2Gmcl%ykDee3(Qh~mko)+V!Cx(ZoQkSFUy?*h_2|(Dd zbvtyW+Du%IHuv&(1%q+p)!ZV^mknK6YW0s>5l8a+B}c!Gjz8?djKika9#?`1rFm|Ul7)y8$(Do3xvVcw0U5YjlpVpCIc953zC9OQp zsVMlphf?6i$~9o;bWxmVh(C}G+DM(@7nxSfAhqB4yfLLWiEL;K$#BRX zQA-Df$$$vlL)OOjPQZQ4&5W+EdSFl8re2AooedYKOgcHpco^1K(liQ1hIfrF1L};? zz>f|F&r|>O*$MXU9_n6ZK9*;#G((owoJk3MUSwa#33S>{IH_<{s%wIp-#7cHbOf^4 zN#@C(yVA7*^)h&PwN|G)d6dp(zX>(CHny4=UwZBsvA>h{sF?{9)pA}=c?L*K)(3Xs z)7suBRA=rW-v#UX-X)GQ=3Jxd;MhzoK6B?BW|JomM;V@D;7uwopb4LC2ZHgTG4oPO zXeHyEo!}Qf(nTSL_?R|Xu|7C6Dktv=Y;VoC+}q~q-|yniXNdCEbPJ6zbb=GVYZ`KJ z;9j=8zsySeex*LzPZ3-s*~8$9u$vYMG7NeO%^hkCAl1`U_ai)l4s)uXankY3TAo^! z8b^R`PS$zCY-mqz!?C8>Yc^*wb;K6Pb#KsPnM4ys{-^-_843vC>MjiTsHOd5_cdS( zeDeR+Z5o8V(}Qv*W0u^(@_=34VRMI2GfNm`Be!F~t()98=Wjbi6@mJ`>?M*f=OX$g zGIxVGVf1iDlN9crHJxR;L&k+@=*Z#MXC#;_{{hhHWow|#k?JDB-J1=9SYRpo34od= zjGgN3D~Ses7gau5pte+=g6B-PwDlW`tr;kg_}KJWSqPunh$32V#aeCiL)txPOz|)b z>hf$<$1odo`A4-ua?4Z47^S;)j=&oNq#;A#4f&*b&QQ{g@x1I|?(``1Ib6w*(QymY z$m^W7^z#>m!X}06M(-nod4QsI*KI` z^ap0y|0d@X0>NkAc~d;xwcc2R@l{dh81?G*X4o`g(FSK3K<>9BAe>lKG~kTp7UzXg zg?}I59-}jyf|Y5MP+m{V%jUd~-)#AM#MdKI&XLz*va=9pTE>y%;izX8aG~HJ7sNmjQ2bO31IbH9K@FQyfsC0jN!E=DdDq=aC_t>BO}EPFywlN?%;HOBq0 z8kv;G6mOaBL zS!jt276#zlgy&>Ex_FjPGKQ`tyxAw5QF<_~HykcfnTF6cCfF=vy4xW6~i1PFvIl8xrymkr*Y9h3OT z-juzFFJ%b$7_=p!{p&F$mpgN=q}U$(09EY=<1sN6?B8t5h)ewmAUFeq=VMB2PtI%~ zry9^dN9^s0uNn+t;7Y#Y$;{mm6!`%Nkjs$P-H)Et7X?I_fw^KTl2SE+osKhO<@#(m zWCz)_3Wd}coWDP=J_yW^f2a0}k>5 zQ?=Tq2(^#&z{>dW!pzq}ZHm;TZ-;43%C2~o3DzuVq>-6OV;?=*Q;L!By%h+U1yons zVIY^@iW7+wZ;d<;rnb}W+?y8A@Hr);DlW5B_$RK^8`~zFFyLfL4)wnjim$!MJUa)- zg7PPYd$z=GqBZXstU1HAC%YT}c5w{9*JPSi`bqNnZpW4nRUg_w1X+2iNIHfBFm<|r z-ls+COx)4e#vLT-Q~#EyTY=kw>fIb)M)qITpFf?!vm^c$Q!$w3f97sQ&Z37;gTJxK zYcaGRf566P#@y5=lB(Ex-DX;?mbFyOHP^DhoXyqfNTS}*`P6_Ooxf2tUDBsGSmS0- z7n{EyO~~{7;JsjpJEd_ah290Ot>ks@{}SX7?GPlPjXKC~Yupy_F1ZS#v4r~)(DfS1bL)jB&nMP42LB=bZoD|iv(vhsjt`q|(kp3mY>2bZs1po-X zl?mx>r!!j_T5FGR7AkwWbQ@XWsUv6El?jOkLfI=%Iz+Zm*R2cwVimruj~>7Z;oCp1 zu;^Er6uF}R7D@_=^qlQe!JQ48<((o#{|3TBEgfZ$bL?s&oR3KsQ1!;7jdV<&3C7I- zMBL-5xD%l5(e_T`ZYFY{W7Ep8%Ab;vG07zlmWS0r5VP<=rwTzw0N)d7f;b8I(E`b| zhr3$r6p6Kb2@Y&1={Zae%0y6Lp|XnPwZN7SXHMh+-!S30G1K@-I57}5XumJyX;+?F z_fULXca;6rAX@C2qV430Tk+&iQPnK^$e}=ls!>y#v7J?-g^Z4FUaZWnHbU2^{MkYv zb#*RH;fZaBD()?dYpa&)r>nF=)vSAQw-Wexh16vBdvnf+Fr^DEP+k_mVM}o+rVVS( zm7h{oZMz{&)2Ok`AJAGG;-Sv@g^_D@?b?)~7I1k@dT2s}>+M>m+5Oq7*t`uHJY^74 zqRmtTzucgUzlGPAK6)8ltc8RGNrKy$s0fuko(P_z()XTqy+3$3BtZLcu(d3q{>5(R za+@N{;R9HUx4evNeb${J$qEVxjs3t$CS3g}h}7r)E?o{w``R+<6=j=#a98d(kD6@t zF-;ez-HzPmu67Z6b=SwbMlJ3JO!y>92*usE(+WzCxOhZ25t_BarG{uivP+rRtGgiO zEx!>%9huW{ErEEgkMoHXBmHe1X>~(G(8}0R5JUU}K1{=l37eRR23+VX;Ha)D>KQ+h z7VsvmHKtBo1ZhHRK}?w3?{_cV5nltx>j17Tug;5%Md)7><#`*^^#%6GfA4yvizC1Q z{oiYx`4DBkf@{!OKQ;&%uD&3h#r9`Qw(H=Wx%o6^Hh|?A7^LNi- zPH;EW;agomng-d&??4vaZ(1UXB9ET4x^|%FQt5myUDf{~z9W?3R*!a~_>MpLjKZ(H z;gS@b+7H454b6mF6C?9=Y1I0(l#9>I%yXa|%kb3&B&i%MKQPqdgPGh0pSZ5Ve4W$z z`4zDSue{%{`_O`@D5S4OeR;S1r{X&nhPOX;F7`rq*ekcK+nmpDxu38nd{@uQ{wRP_ zsrIAcLz_b9Tmru=w&RRDohK=j<7rSb5LL;15ja7LVFH*GVOBJl3 zjSr>YZT@fkx4G&UJi{N;J#YT)+HZijm^;t`0+Ue4*Zf)FnW^Ml?LMhRfntTip-p`e z<}Y{E4N>MuMJmzAO`~#SxCw~_Lk4yuaTv^{UBRz;RY2rzIv=DP z!kZQQ80W0BB0293H*OwGGTRkoyf zT`Kj8ZG(W}x6~7J#cn+{KOzMg${wH|^9$U0 zpk>h}7Sb*T6fx(`%N)E7wQejZ4kj?A$y3lp**B6F6f8;*jY5JLIVv70!ZSB!RJlOC z_OF~^Q(nYbR8eJC*ywTfnjV%EgF-TA<*Hsh&ZfAfb9- z3I(crCYH*Q@=yvO<2Hbg%p8UFumGDl|rVzk&B5Tana&4Ed>;igZ%)kU0&F!LQ`&@Qs7$^2|rv8FS7f70>-_Fj1QP2Bl8Q ztRac^3B=7vFX-L|&0jpN?pX#WcZ{2d(>qzc_!6_g1mKIXi{%C?dcFFyxv(wHr;pp( zWw1WmhCh}(08Oegl?^LPtML)ai_NsALA@_j5j1$(!Q>K~w$l(k*gRiP;;t*4yy*EJ zc~>tX+?l9o0oXEH^hqd6>NL$GHUgr;4$!9&Uh#h$d$EFNXKeYLJfcF35S0Isw~)`F zTc^H5nA}u~e zHM`jPXWpxUb*pJOC@89Q`e;5A^zVu>yB^`Zw+Q;Ui>_wVYvA$YNwplp39{wy`s)=& zYpSrS-fA@E0rIo9N7WwQvFIaFqqHxXnHM=u z@1P1;zr#?u&0UY@TEF4N!=Bo$tGjnRTDNk69Q2Q%4-Us}^h|V5*!CrX-eG6UFfy9B z>Ql=$TU!b@0zuyv@cNRC(NR3$~1%4WpjB_Zm+AY%*%=jJD>OM&t*G=+X62>`(JFtq%$`07fDCn zZN*iO@@PQoZ6xE^TDASj8R6u|;dz_r;)^KPv9Dtfthvt`z@7|m0I^PKf7(b7cgi;O40e)V4lA739UKxIa7f7=88u8K z`cfo-U9jK_v$Yh%Mmq1AoKDY^?Ab(}Dn*Jc+2Tu3Vl^xR<|UH}C36fnF5jPh+IyZQ zy@bNm?1)Aijvc9(K#q$7UqTh}1c52;rQs2yy%Wd_uwj1n!z!>EQG)P7o<9%dzu-~L zGuP#Y7~~r^Y_Y56DOm1T4xvrBt!+bvXJRm?j(@xxE2@wRzDOG*#e!%Iq*_8l(sZO= zBh!}O59+|`d>c3TO)#n0@R5gmHVfW1f@W>5{((U8DUaQlQAVi%)=_&dlA5u%iR#GY z4M^=6$=I%BSmTzVHTtd3jj7jr^IpF05#tg)%w%{!udMGwEJ_yDSy0U5+OMw3yDX&I zE9RPv`qt^G?OAiB-RLwvVH|HlfLcgS*zFf^9bZ`DAKw>=0=_m_Snte+T5OgdUtEIh ziS(;5sqJ-1=9{DR$K-jb3EPog0nE6Mg07hxm(TaGXmQ>O=EcJ#Y2v zQ8o&p^D4acUd^z-qp7poMEBF1jG*Uwo6-97QzKJgyvaQWArw7Dfo09_lWbmuhH{g; z{e4#@Pw})|!CPT*!~9xnWnrnIs`A&P@}WqDX-Ktky7^KV?E7scBi|42#owM0Ls@uH z9p2l*V5DP2JwRp?Ks!R9E7U1c;vMMtSp1J=CCM>Qg-A5JHwNe1a_QvOc4O9t>LZdMI78RnIbFig`1xKxx zB<6*%(R`Cg-!c+x3Jh^O@*%%*TsdYL!VN;|vTRCWR~Kw+ z8`bD-E9!V=@(Bk)ksGp=WRT*UBYE%T?yaYj>UEtuh$xpyCIRwm&5{+$0QIR zh!?e+q2gbPu>-~L>H0`+r)FP1uZGP5yBEb4z@CLmQ;6`9{c4KUN&D~q@L2G)oi>KWDg|-s;R%(8gSWKH?+1J1L-P2@mnsVI*d5Kj%j_9*Rt_JFY15r5?tKJbtVI^@g@#=60n z|EmmZu9sh2=9*|UKXkl$ngAlGATF>KC~LnR`Q;MXbX_R=w|Tn^;?=J8>}|)y99~nvZIpCWZS7eFnPA$*dP>JU{h}n9 z;rYmzL$o#08Zhy8MQqk!Z9+PZxcJG~bKqC$vQo2idEbAM1U|{S>~zM4{aL z(PiokZ!Sf1WMCJky<^5AK^j*6rNFP(aLxHZu^bv?8|%%f-X%5lTB_i1{{7tqrSNHz z=i@`jH+gssph#tVxaO^p;Imtp;+^u_|M+_Uv`7`oSKv5(91@9^&(TiwD_oo!v)KR# z^iM6A!p2J7pn%FH4auwzl3&KJH_#O4QMOl$Xs3*nkZa4>J>1PELYbPjwmSA-40?PAfty5fNxkQV$gK>c7E8JTd9`G#7U_xZk-s%1+nK6JaJzn zA@ud0tyF+77?P>wclqRgo)=nx3(M~6Ct~>BQlel)YHwDhtm}?wDjDjrK8=4WuRiW# z@fDOij;@{(LwG8I_5OZD;adUsNkoA5$*if4_`M3BlSJseQxjzk+(!P#k0>;KS< zlK<<$kCJtqm5L;6U-I8sUM=5pm)KAE{Q4Y&)D3>*yuA*YEt}L0X0+>(t$CL&3oiVt zR475#rt^?~Iho7#A1U0-%A^Zfw(|1H3l3rBY`-~Ug@?{M+r9&PE;>*^SCqnr93sDY zY7+16qHd%lN93nGKXn%2=bv*K)94u{GCZJkg*3bipIs)ZF;q+IEDNS|vL6JC7{iXj zWg~X)jXhqy1)mBvyE-~Yxd_jA>nbw#3pv2g^8!xiabzm9lnrQ23j}9s)F7nw%0{M@ zr8|pTH>%O;M|&`&UG*{qvWqQFz+eC@k)ia+%0U9_0st&qNfv_IpU7>tFg1vf<~i1TnLFpa^rGO7?`#qMWXij}P=S2mG2 zIOswwI0*@{b)^%IZO5q?8}4?X>0ynREeqGBwE=L1sycEaw`|1SAZN8^`SBkz4UD-B8b zk(d$*25#ch{c=n9XD0gPPN$E-&(S09!illP5_`4IN>1 z28wO;ItZ}SpPJ=uicjlVc<_G0hEn_$K_}l#ewej$%o_wfrnhO_*7hZX4nGnvccW3Z zIGznWnVL2q`Aw&+So0T4d;a#i!>}CO6|dSK)kd$>c&I-j242jJ(rP);rviu1n0~zwGBOz{l%+1_8c_Z)6y=Dr29VemPatYXfTlMVkk!uY7BE}P4 zRkG%P@n}U)yFlP!#~6@kg4y(eRUCwEI}^s0loQbMAx(DTCE*mGG}DwK0>N+hlbM-_ z(he@;)d3b>;`P?*XnIf0gtI!E84MA?tm{Yak~69DT-e2Vb+HuK(lwF=8qV8W6whAJ z$2CN@&XhI)oT1CTb>8)WR=YqoN$F|=~&pXe!0Kc_*CWrNeD8@G5l`HIoz0hOYoQM!F-i@;1Qdtk{ zygK`$Np2?tt~S9&K3T_T0!ZF-I+) z-BZaseaq2627lTlr<1|L3d>JP@vLv-8;-5dy{4u9I)B3Xu@d$&&=sjep+B8T6DETG?u%L6)pvjjW{A@8tnZM~2#WB*A z=he`PEm#?tSWvQT*l)0{DjI0ogUbqLxsg}X7UgKwTmp-- z;3<3P4Isk;iax_&C4r1Tze%pBnkfen*x=UiKMnGkmyf0BvJ|VC@^$xP_&ptlj|?vk zB<_(64e_T4GCmXpgI6++w4T(KybfQPO6T2aUb|tg#a`#vL|y$Z**bfcg}>1+qfocs zV)yK1Bg0q)(|TCX7n-YbIS(F)9FKi zQ-AJ;^1~B{f1@8A1VXd};Hzkx_*1+%ogUA1L~y7C)XDIjCGA12nb+G-biu`PGSCiQoQkrAMKTn-hrt1&p-YEvqPdr#Xx(o_Q;!FrKvP)na2JSQOr_> zPWSL@#-!B7LvE_KQYKl@;2dt&gm31ZK2v?B6f*sCo!YB~W#o-0e{EPMee&FNw_@6E zqH@k2r`+{W(YyXArimz>95A<{H+$(u7=r`!u)E6p!gGk%G0fz&3w} zZq9GtG-Sheh5)Tq$KdYxURw8FpL+3Og>X}-bny6{8)aG2%l-8}Y5Vma`x%fRVf)el zwA&)G_8C)?dH4A_A%^JZrM^nYlMFn%01h$r=xN<}m{z*=>+)6Zxns41#PyGzlh^MI zi^rcY0oxcv_6~Kqa;N36(r*y%8&9pTlk=X!*;WEe{`3pmzY(S!Q2^%U zIiv@KBB#R-m*(-`UnpOpAs){H7_A}UyXI+$*Abb&nlZ)+Sj0iql+7~uojQaZ3j=O% z2H{h+y1V)2kL#A$@7WhmshmUu51K12QLd%NZJ&}9Hx0>7F>U7<%V){0R;zc<*Z|>B z=OwFmaxNGW>V?}iwasjMKD+pW^5Z}z+85#MNbI3k%I|oUYjMXj#pxr6u@_-gKdnmW ziTI;nHQq0CZ3XjC*HFyz`6m7L$Y9+##E zGUHloSSF0J^%T}wzGLS&tYR@4>)WkSZfVw5O5aA}znLF}+3vefqDr>>S9+>=eE$aY(?XJ_>Gj!dFl`=m%F%xx z`{{TH^b+oRC+Iu-S?~~&tK4Yzbo}(!VioRh#_3&T`|8vNG+z&}dOR@t^DuvN9wI?V zg>PggGcw9$?1^1T!q;uZ3eM}Y-{NNA!eGOD*);wmIt##Gx zt@O_{hjhkn4sVZamrJd4;b)UsZYouUl`i4nWvbB_Zi7$-YH!9;Rm>ro0L>G9ARpuQ z$32m>%=c?4lwL_6uT}fT-7g$+le2T-uZyORq=36E?S7W8L@6(>>arC%I2c#hInjCc zPhzeutbUY;V{o1@Xz}ow+P6GU+tcPCge_8Jl8rB0Go^c-OgpzHw7w`@*vV&0z(EMZ zeZ>Fa48McDd_0uhi*(VVL(7a=WCA&>STmpQ8nMB5hNBX(ai`ZThK7o8 zomP>tjZy&8lziMPYKX&QKwij?N{rbmVG0BUcwc=$`X^I62-L|g@MV0t!d_hy2m735 z+_{n4&Nd2_)ayitBkSPO0PH0t*RZK4;p;9i{S7y2Km8x)$VQV%1;8UW5 z2dD|1UCs(M*#5ym(_^;M^m~1Wu_{Fs3lBL8aVkH7@=j^cwPI%ObLN4z%;X^G%2^Xk z8s>D^xRH!>cuzTEEW6>z?wi<5CfD*^?@EfZ9^huN==u zMoVFY&NL$AuRP42cfdkZ@bc|D-i-dVws{L|nAJ^LR?Q#o>SaUjclE@C$^koS2Um$HyxHPIGF=j#w}IWJ9~V zOoZ&rGTGgSvz}hZn{i+cuoo6%L5K{qd44kSXInVU{&$m-PjAG1j-we@!cH+Z zu&)`AL$0CwFVJEO#rPx@dVeha(imjUt3xp7@N)vQSxXE)YQk}OPAc_4=lgFr4 zScK=G7WO>f{Y9&dHxOqsNLbnFVhEH;HMi04&%_!Zsm_~Xfzb|iMlS|?-O_1}AC{%i z5`Bq>Nciq<+!{%YT_uGQh_eb@N%m@8$REaPh3QxYr8nqtw&6tA#=)?gMPl-!BN2&*7%> zo|^j*4v`|M3b!qXu-fwZxffw0oo?zc!!6^xTf(%8`kPpu3!KrC{&$DfdHsssONQQgCJMP@TodP<(ssGS_j1{?_=;J{;!XGo;$WZJ%sj0Ve7Pwo*>ksrV)gdLw) zgvQxR3iv}vVC2|j9sn(;0Sm*XL}yX=*hQ0nabnrqxOhi#I|EA|Xi zSOrVESbP!nNj}~1Er^jG?P8w$m`3S|UG$iS8Bny0FIw$m+EQco<3*>Nym-E!Zcm)0~+<4`R zlx2av8>I<28>4pYJTFbp@2rHjakGJX(KXA*ZTf?pfAh|Gp~wjdi*~V{f?N<`xwy?* z>*nU(Xr#-+tFBe%_IXS?wwqfx{|^8$K+eC5Fj$?lA2}clTTb$WksjW^E+8<7vZC*=w*Oy(ExtSw)LcUgYGC)olC0f+%FKMP_60olpB-Phl0S$)*7Q47?$`!si|o5T4WyIw2c|o`ch-OqYZ`B>ZH1wrFO+M zJx!!Fr59B+YuU#c!eezd&+2)lGGrOws!LgG?UVGSc&>J}vf-)-h-%8D4mV=W8e<2A z>XJ^-b2}TAv)gsa=qyhF1KgR9(uFgkUt-TV-3JSj5}K(*IOC&~mC}pEXv`s{qGGH} zlv4^l3ac3sQ)(*{jU`!>1hksdMNbGC1+OQo#VAA!GDdr@Wu6 zOUf_|g|^F;g)K#L!&@vdh7fqDu}8)W%4Re})(JmU#9~7Um&P$-HvcHA0gB3Mag-Q$ zWix3p1}Gn8V6(h*ltgC(y@>50QO1{}a+{Qn??EgSxtO3t$d#dVX*BD~vdUrCqwVZL zfPAIWkU_htjU}=TfUjq0R?20juS|+fNG8PC&M-#w9VHni0w2qiY(GjC;-<_(X5BIh z2`oHyK}-A$zjA{GQB+APrq8M_Jb5Nt9cQE$NpgNU#dBSHjGCm|xj z;Yy6eYBPv>A_>UqAi5O1C1m#T#0w;;gpnxl#HdjIv?zpYf}$vy2qt=Dl1RuZn0dWH z5iCS+(hJ07)ftd%(;>Z}(-EIRsg-I)0T~TuY!R{905uANjz|Fm?~w(bM})VKmNroo zY`8%uSVRdrBw^la(b>d<=Su>QfjAdYvx12k*$|N=XdNc9*&KwH+f6)g(qT731d$qo zFfU@Sm0~4W2f2vB;=rO!r+0~hh_Tt^AVRIqV3Gx^PYNqoFiKeP3XssDv((!Kf-$eh zB0>%}G?FnDj)(R+oJI#Qj7eb`eQ>8^H$N zC`xpyFmhT2linx_7#5R2ta=M?#xQqS!90;%y?Y*I_}=i+Y8K7D1BDIvcNZitIiB#>QGB z==5f@UO*Nr5#4lRttQ?ocwj6IRKday73g7v+yHkq$f~m-lNH8H(n}C%;1SF#@8E?R zUQZB@B^?YX47b$_P0%BYB-r#k5k-?oEHIKw?vW6(K^Kh3C-X387MMm9i1ElYm5{g& zVahWJiK0&rn;Ff69Zfa7;N%I^COK^`EY>;?7YrH^cbKRAOLU$o7n^{P>5AW2q}a>REE_LV9vxQI2*^lMd6SHr(63Rg@#(;&lOivJ=M+8C_WZ@2*2TO zefw@rA*f^b6q`-`&9{UHZq!@l(w)ffA$jBqs>zCvZFmSBh|RqH8I7?N^cx$D$A-6% zwR0U@^*1>+U5;8fT|0q#38sUn{5!|DT*v!)j-vi*p65ouMI{RH$Fc^=%=E+GNUqHK zq9!o@Fqwza-vZFzHwqk+Rdq=fQ+HJ9n0+fMA>1g}s|vGlcZO3`g?P$!3nqUbeFDl~j#E&{?)S6>H`v10lK0gf+yTZLZ5 z(~qMMo`JGII z26P{~7y=Zp$rPt|X)F!87&5UhX%)OtW(AD=ZsL6Y*tlHO2pG*pQ?R;O3R<_IXtI?Y zvvV$U)41u}3~o8MmT~kcfnw9R30Z1bd*ZKHmpF9guURwm5lm)@2@ykHTuOnLK6%;g z%eLMm_V4VR*(dO0KYMNHTXOrIw=d~4ls@07jZW?q0KC^tgCjP zxK((M3vx5L%S#qhfE4!gjBEo^Y}B|*29=G!l*6)R5h3EvaGEy0w$H>$b^uBWWR%b1 zW-j45-)p{jlb-~Piqsyr)_6_zBjHaA?457|BgPRXG-uf)cKmI1{p?iOm@mWuzDbL;0b9i%qum2}NZ(Ij!&dhY| zgVgFfgSxCH-CvTpX{N_O5XI7RNOlT;Z=b#Sbbj;fcJ%jL*}PWNn^WIW-^2f^zURoV zK7aS_^GOZ5w z^yXc=%=%f&5AI#IK@u99&)awZ-sKx4NU6IDf7v42%z3{+e5cp7B$lqbWI;@OwJc4v z#1>q#PJ1ECV9>JIODqE5NxvAx!?0rx=>g}n@Ln>QFaG08*od`5(yLzU2#0JrK>7Cc z@n~Ax!n@Ne7Ol8(;GXn~db581e7(7TMf#qB&MRVzSETM)*ftIEeQ1wP%Gp9;$Nr|h z$<8o+6g!i9o5JjYhdPX5hpyF2Y=9P_e-GeXPF;GY{o@^s5z! ziw}=kYjZeo_89c9ZJn)Qy7kbX&X12JY(s><&imtMH(vF&$UGV=Fp z-gx}6>+l7JZkyRqd~)%nn-2~UUGK8oir(Tky$yBI8uYNC$7V99m-b$}Y;`xDeaS=H zAG?I;uKUd6|8`CBNrTDOZNL{UJiPhxfsw!WuE;Ix#j`!px{(8JxUmt6~m zZ5SitNA)hb;F~Kuvme8wN(9+Z}8l< z_^Pki`N6SQ- z(!Xzd}?xmkFpI;MKGRxDZ9w|Z)wFQ;oa%xttH zoIbMpI@1E2dpvAUu1Gacao5y#bS9@SpPN|TlC9}dzom_t#jcR+FTS|($+$_54D42~ zP;ah8j2l-{r301bHnP2RjF4kQQ;^AMhGDgjNKl0ucCb}02S~7FF}Hjprzy2iyg8lK zB$nJIdv8<D9Zgoi($s@8`2Obwu7l zk4TN~w#d9C^OxLs?a~9&tvX6KUTXDQh0xUIp3eEX{)JOpmp0)1=(qQBp{WW`ZtSwx0!{f~``XTq)$?c0>~XaCJZHFA`s$6@X`z-jyVD)FnRFKO6>a`#WD0Ir z5Yr%`JS;VQK?$zgS zTGig%CWmFGWCfaAX=uL0f>*pcuoGzgsj>N@mFO&@)9Q^b=-+bX!DqJb=<0UaoHYQ#$fXnadfudlIOZ;pv?seig@QD?B#XAg#b?H%(!vv|Xym7O!4A%w|F z12N;MS@M{WQM7ucxKUB>_|BCBEi*c%2ZAlF{R2CeJc<^+SQ9>VTX}Bm9A~J=ag6`2 zz`fk#n$?KvzRTnM=zrKhzP|C_2&LaCulhuNm3wTA%1s{k@l#g2DY?t!5dO%QWJqJ4G)- zlf3z(D6&QU4Q{fZI%Ut;U$)x?k-ks;@c%OR9`J1xY5(}nY*AlHyK0tfS;dkZ7df^p z$=!!rIL*cGMgkotJRvj&dA5yl@2{AXrY#U%;%{{O$<=MS-Vc6WAnW_EVwdFFYZ?|1ofw;TO|^Im+hsR{kje^8F3 zZ&woZv*g0T}kk?WdXO!p{9pj%0hwTDDj{x?w$YI>fP9pgb` z6)zi_W47>2&@VehkY6N#$%-EmWLjtp3Pm6?BDsKX>2;92-Jp3v!^$rHpi3?CUVVth zN-5T46Ld)L@R`; z0H8Iz-H35b)iGO@%ZF~_OvxYuIT>bZ7K;H7L|C=QVMYX~h{iF%vJpaI!IVWx%%K-m z;$Q7FXUCWg*t)}EOWcw5Ya2yPrKP|5+@JSt`_q+co;-hXdG~a;8tNfujvTrFhWq!f zZJx@j1NK-=%lv{BX68*PgCIJKtkZgyPWJsQRKNF|1Djsi)zG{1;`YAVJ$jF7JZHBw zpLW9scVGCxR|}f`TNf4Av~8N#SuOQUTDusW_tzt`6)0D?t~|LvQ#(N>2U99X2H%rb z&Oa=MI9)!^uBouDX?o%>lXg7W-}l7M)5>Q~H&_`h%b9E5y7&5fFX?Z>m9s^wo98)} zJIqhz#~E*5=zBO+2SR_Ed)v94^}RbTYFmA)ht={GX1mz3@W6X_UU1(R3z~de7Zg`d z*f?iOwX}TY&Dmh&oNdcRa|9A1yZ2K9>=9NVL>MliTa~R#<51Mk&zNAeLW`~ z_<(kepBGzk`QIyQa|ZV~YGeK@U%9ez)k?hj z^3FD#?JRiFFzFW0e|KppcBz5~Y=L>C*dDuzxO7`c52NGWsMi*-Vlm7gjYK0>_O_o& zKY#mr>6;g~YmN!xvr0@k2`K1#%&Y+-zH^3nMhB9QL zWeBDLDh5M|QUW7(CPYG*M4v{|B1nm~8LS7SHd1s#zE~jxd68ZNLGknTPm|*hCEQ1N!0ZfoG%g@4LIGMr+ zmFEtRu_>ach?n?B1~4Dw=(%+O_NJ2}duBQbdu8hE?0m;0j|~_^57T=rDKc;5bCKZw znPO!8IoHTm6-Knv@HP&PXtv+wwZs^0NS=cpcglA+>_*D9G^LdB6z`56`P^Jgu@fVb z<9pnvnSU-0H)NJ zFYlBtU80>(-W;=|={eS1K0&)!dcfCm)|}~VYQi$QVdzuhiSMiq{(D7PRdsb$*^WPi z!2Fq4N2Fs3RaH@mAe0nUsS;m0%C2pl(bq%X`6FmNTSwym$`yQz^wg~Rt@Erp=_w@kgHC8En|wy=gKyJU z4SDH5f|}0d%R8r@e)`Zy=~tkzX4}MwJCc4MTm`-vKmKaZ_`2dh569TAC37MU$u0>6 zF$6#auexEM9x``usu9cl803#Zs`>UerB7~sNP6{56;SWh8cnLscenLDw{O<0eb4nR ze|*y3yp{RgYk_#}t)TEtx=?yW`sB^+*X+?2sP}20c3B_F{x-U5a@)SVmHP`;t>6A8 zDr4z!EB80{w-|TII}ErM2dTO_9Q4a7$66Q?63yC`E)?c4dH}1e9q|kaFJVI%|2BgM z`?tVa!n=EYu>3f+i!bG&l`%1Dx{!A1oPyI(S}64uYBV;Tn|24aCbQPeSs>4YC1Yg; zH;$2Y7of`VD%ILRG_WoZ0N65C4$!lBXyH&MlQxJh(AhK^vQlP1x6--LP1We;R)`*h zo;5lvD%BWScO9q7QC&hg91q#27_+xx%f_@^e05fs6Jue3BiV_+2j&tk8IdF75eG~v z+3sV`Fu#K&VL=8udGp;W&Q%jut!nBqS-NlDXE9a4<>XBIHL`(9zRRu<{YNkMi&tPo zE3gi9eRCxsXQn}g9{C{H<*ejgPH8tgy=nTs((dU^n|L|LYh<%k&X07$-YNd&%Uv)ZmvZv*7ALizW(TE zd%rjZ+`_T%PmQ#&ylAwyJE0seFdnJmj$d0+!RSV^P5`b9R z3o&|MXu^M@m5vxsH z#uS9T$-szRGMUNv1ThNF8rUQRtU;fO+>TD(`1Xy#+Te_pGrTRdS2XDK)e9Rs&M8+} z8J$_sF;-RiwoA8>UBOIt&*^AbSgqF?L{Lc`2lIY@IWP>~;{|D|tfCCN{=S$#+;`)R zeOQF4nK7dVcIbizQ5z0VZPJ!-W;0i!ZJL^&4u`d(frU>2^QGO_{&^pS?<|LKITlKp ztX)NoG-4OlKv=JAOYx3cEb(SzxtoU*qmb2m8cDWz-CaszhQ>5m&4ejb2MUx+??EbO zY^f_{P|9k=b3qa><%0p>$>PPP&qVp>rO7)VkeBJPX~kef^FeP`t|WXgCaRQLLTr;H zyj;y!mWnNf`Tfhsj>2mMb|v_ z^QW#^M3a@*a1FYfr>l0#c{3|3XP!4@)l6N5?xt(5xe0A%uDWGob=T&a!dSrN3e*}eH%vhT* zKO0+{Zv}MY8PBxM}naZONuy`C2&(#D`yl)gMcA*pdjen*sQMx9Y%iv4#@de8EGwJ4H*Dx`UTJx)rMR!JxFvC*e^F5x{fV>Zj0$TNiUAnAG3w=lwi^lg=UnPeaIJq-lZod`{I)| zA^Gj$kYTHQhDZ`M*|3Gl^)iI?-5&;>oYvgr$8PW5;=@3FxY&!+{wA}Qa|S=W8y~8l zj9Q15oemN$%dOJZgCBo1nDfYdbeLdJ0)(2Il`{~tz{26c$sy1 z3u+pL?^Cv`Vr@1c`$n-jh;*boMY66?3XXat;}Ind5M)PYV2Db}E>Mu#vm}8IGD!>^ zw`U2B(#MdzC3`*%4yBgtVW~Z+O>=Q#kr7d1KRz;yPW;GVupbrtCCi2hMYi{mH%%%F zymF^U9kzS~=PH-n(49zh|L~29I?#WN>OY`Le0(smX9-5U#EUQo>G1;_q+~jUp3i7d zpYq`Lf`gc$D~E?(Nwvw+fGQhhDt9T;Wo$AA%kVUt&FRnQUY%S|!2jzf=ff%BC>Dww zN5jP7J=oQbO{J6Qvl#joe+0A+eJD_di0viLcmpHTKM>vwh(>SPv*)mE_m$&UL^K=7 zIJk2NtATZ-kzHl>VqR3B%4*b;X9;Di}avge^g*7EDju{=-!Och#$yV z_l{G!G>-btV%U$iB|S_%PrXI`k@^}*P)1M;DnavT?&|1>eRjltU<|J6lbsLz|Lpox zVXHv*7FNgk-~QkKO8z&! zH0zg<*Ix@jhI7Cl9qw(^3?kOi821rxR)hIJ(z}0b?>mk)VKffnwA>5Hsl4(emHTD- zCP<)B5_91s{y*!Zr|3~b*D^^D9A%y;;X9IbE6id;qyZ8Vn+#Ba!7Y z$F|odYQ=EtD}iy%h;t%&eOU$xe}+cFnthu!F&PA6n1MD(tg|uMHk+M>$+DaD8c5#G zt6xw-mLdmUL()1ib<6nqnIz_`Ol9n~OV>2A#4?lhN5w7$c)A# zc62n_2xVVi5V5n2-KI(c>0@bNFd_YZB5wZPfka{;)$8#jQ>moK)0@KkL>QU~0tw7M z!8!pIT0O0r!_o7)U>krPzvW^|i>{&S{FlMXeFB!-<4?j^_z(C85 zmBYhZO%@Oa2Tmt%yVUBu?TmZ6eVwb(qPxN$1nxGMkq%i<*6Hp}TIFjlpQb+Wg z!c8y$#&^|9l)U;-+qF!_P9jYpulLi_Js!^x$-v;>{P{ zwEOpuqNZgA@`!7n8w=|}nbW<50Vr3W7T5?fWXD-5vV6*)u`|%rhHfd@y#br}$!wPB zKTuaX*u8;Hp5O#b;KLibVG6qjkg4xLKN5cB>|-3K#w<4v^VA$9>yddnpQ`BO8E9%$ z!8UY*Brf*}PB5u-Vq}Q{De(!8Qv@$BaXdlR3pJFPAfw^$uThCLkfC&HvJr!s=mLwp z{F;k57(0jTwFmiW(b}$Q{jga!u3ttrOq$RI^iLaV>eOJo%x?H*osd-q-1?`^r%6BwPvlnhzJ#((#GkeDBEemE14F9g|_$?^o9{y@hI{M0tNk|n>CvxUzOdLCk zL}?I`bBQdhApC43tCGxRxs}CSmLVJ=1!`p=JJiAiycfg*-ss4JA;p!=u`lJ9i&)I< zHtyT#u~g||r}R4^$|Opc6o8;`>@u3l;1}XT1FGU`wmvL(R}_P_w#Nr@Re2CJMkn6Y(jZ+QotUf4l7Z^5C(B`^aFQ2NB~&e88X_jt zAb}epxX>-Y4Mqa{QKm5T@X+LjXyh02iOSCkyehpKP&=FjRqBFE?z^NwJ-)^vX=PuU zX|gZPwABxODGh!3;A*r5%$E;-I+AStjdQQN?p$;OberxKE4rNyQx$ltU%r}r`Vziu zb?!E3xE}G{j$Jn!f%22>{n+CIe=h$)-PDen@k*_#3Y-o#uB#OP&*~N_s4``$rAD_w zRfU@WZQXRlcfTB4`7?fqxQqSxDkX!?G|@L<(kTW1vzo|8LGZ+XRCqO!*edKdK=vErjT zq2U14Bc7KI<)u*`^xjY!)go}>Jf}Q7JW6ETJc_vHP1XSc4rujkOG-yV*iz9Jqktf)Wd*qQz!V(%*QqrSza z{94uTZdf>}FfnOE!)ocyw_d0utB311MpM7#aiARY>A5-^sGs+ z;Mku`-C5Lw%cvS^6153`hn&h96Ui@1hoWex)S%|Dl1kaFs9xwKs;kxZ|EgKpT* z@z_J}zEA)4Z`WHyw$4x^hMg7u3Y*<2u6|;zXep~c=g|FoE4|kpd+2}FR?v|$t$L;x zJo1wI?B~`?bx&`p9ON`~A?HwuoQ`4WKQu%&++j0RJ-1l>Vj1}Af7g(BZ3)RGWc{E- zX5<{PeqghVj6a2)V=X9XnM#2lB8E^Jk6Po#UPX~A^CItXAFe!pt!fVQC3$|m!ZSL2 zdCg|gpcx$#rQtw&3}ZcJG2xoAR@=02qI4N!*S8o94A?3s;1y$5VDH!~QH=NKx9DOs zV>hrmIg#!gyK*_-_-83A#?%4U3_K045XP+}fOVLVLiUpsu)E%fOjh&+B+3#58(G{g z8W)l_iy~+6l}8IXwS}V#VEOfl_wE>;2i$V_e(>@njIN@{-q;a*qO=J|0!(kXVdu^| zy&0&T;OcuO&omqxkxx2W_=`ibtO}1G;&!ovl$I(*b*MybPn+#59nt`iV7LYd_Yr13 ziecg-B!P>p8!&eQAl=&LKG+Can)KjX>H7Js&2F|!tx_x6*x32fbsnJ-{QF}|QK9u? z@b5|iwjZt4Hi5RG=HmOniZ&3HZkP1lfc}dw^Z_sCO!CB4m@;XcRNtwJXYqHF#K)M* z0qc8x81N0q*ca@%>7==o)!JO?l+CXdEG%U(xdfw%x$79^hpgWQ6RwI7memSV%R}he~12h^Q;?mZ=QwYJBi$VwA?z1Fv4dX`yR<$ zF-3qZfDv^so*Cz?cqgLzJ z!0ejsy0)-T`bzLyLHFGB4PQ%ND}XvcK*yv<6wDkj!wRp=yG{BZ@~y!Q$0?m7`#_*M zPLaL<$R?5(kUL2751fO6a==WhUy#0X0U2Hgh+kXLqvpdN0SF4@j`YGWs^e-?STZYUQI}$aKA#$;^tsTYBUS zmz39mgU&=ELy3(NNtu^M1|!QtUx1`y980Hy%xYp>l7n9%wH*Dpv-~3?9wO4RP936y zN*s6o?cIeSgm*)r5CpJwHUK<>_$2;exHQQ~6HqifYEi7juBCijOdI{)3B-RSORzEEQtCu(wGnqFOlG$uXtWG3KU-11whnl7}TH`H}lzi!#y})uA zw4x)ly5MpEc0T<&{5&nuOzn)*X4E#0i-dXG8fRe6nzJsgp0=09Zy@ZL9Fg+ijgy*1q84OWMAt|ft@3ENiG^)xn=H+j3| z{>EbeF?u(u)1)6$C-%g3qJLzazDP?9J-klc>(07#;)<11nNw8hgEw83V04Yz*0eWt zgt|$60MfV4XJw2zDuDggZFuR0^nf6lyYOmh5_G32=@IT*qpn~m8Ei;X!B!JW(sFBuSEMU*&B z9hSa7jD2qDMDio)8OI*kp>mG{O#Vn7B4o@)f{e3TqV^m`{wkna#wx*@seu-F?>D&ibgRYQlQMOQlUE$|lI z0oU;CtZ%f;kK~hm8_;(tnk_s_$S$+^<4i(IZ0q@3s(r=YExV#7eWBhI-L+-!igww_ z1twtf*j24lpQay4Q}ge?@VwcbPR!Qk?3{hxh4;^w2SPsE5y!^yVD$~@*-3zk@E%)m!bdysmOP2uv#VSv8jW$;*cbS1aNx8syCI{S#uU%g;xT4k;k?c8vn~ zp8tIK26~))J9JwRk=`H$p(l-eJ}wn5nq15`P(FOcsh$twu}p-E412E`@qFfryxNGl zN`jFM0OS@JSy=G?Xzcbe+JH2_Cesij-$CW5ddV+geys5{qyuM=?5Q9 zfBs1{db#xZO0WWYo&fJ1U4G}Cr2p!VC%AtpxN%+$6ul}I-BlCf-?TR=PmP)n!eQE9bB%^0*xw@DkNT5039r5c`5ThNHvYg4O@ zE8D-lUKXw!CLMV9z@!Fw=lXBkR~pr78|dW)=2J2@4Gl;GHZ{~Nz3Se3uUe{s@=1$m zTDf?q1ztj=^}BpqCt(lBNn3q)kpt;-Ejt&lG>H~L{{D&F;2*`Ug?%^)3#o!0K$vTFIf?20fg~=AlfK@^>OThzwf` zY)ZTnI9(kTnz}vM1>bhSn$zkv*0F zbh56Lv{MRueU6=`J(<*)KUqH)ki+sCRSxqh_Vddz)(^;)0sMBXWIo@tigHm=Y-!E< zyI_J%VjCj72!O~QK^O)ln7M%*w=sfzVl*!!l--2E0|x2o&v=X3aPx;cAQ+Mc3pk%$ z{j6&9}UQuZzO#HjobY~jJ|AWYhZ0)SKWqzx}AXleHq%>iFbAdm?r7PG{#rOSJmR& z_^MibJ-ljYO8{LoumR;;8=&_E&_!rxXJGBHc9C`ckzvYX_^--NvUGAxk5zd|VYr7X zJ&ez^YK#?yQ}}Y>Madzu%0tWOZ8;~dWIo?19L%oKOErWJRnAH8&Zj;_<0L8(eUv?) zD#X6kc(ii8y&)m4rp^@FHyi>ahJE9Xv1=4;R+6)u|Bjaelxa)4Lt?LEv z@Mh^Fvw=4Qzgap4JyKo5{7{(2cddb>P1Y_!8cLFG(k$2cU0L z8ic(|&=ofp7B1;M(RW{feQFh7OBGj~VF`)@c>!TePi+r@gin7iHw3g@Ex7cC(1>o| z3y=~K8drq#k(NXGMAi(;@=KB{M*zo1YchjQ5%BS>yhIU?g&-y`miI=Xl6?t!(MuU{ zhf25o^1{>WyxM!UMipnHEBeFtU0$l!J7I8Gb3KOgqmiH&n@9#it;>41uWEYYk9u0; z0L!=4Rt=PyS(qBuSh?{ZqBkp0Zel|LW?)8>H&DC{hfz=A;0+vTBT=*`&#iEj(;-MD zlVE20Psb^wk$*%S6Xo1+*@!7Qhv9}%t|}Fb4*8=&%`kGL7}-k9xq@9viEW~kvJ2)? zm@K_f@$EFw1U@0ZiRh*NVkzNrfmE^IpY{xM1RXJcjVO~mTquLYsmo+8O(#puf*s8g zZ6Zk6x1P96;4Z)4Ukp+%my{@$e)r?cM0}HFn{UhxPFbb|zQ137*6;J}pCdZ=9eGV@ z#%-Jaf+iy|xq^N(zf45_r2mP^)Qd(WyNxpfUgh^up{z(9jAxTEim-Gep_`aUSq%Ik z3*o4soLx@hg=T^)#k67rBmK6Y*6UctAUa&=1&E(ZceXCW4b%qdc3i0C?cnsm)k}05 zjxMKd28J*IP*PlIH8HHgp#RH3 zy%kfla4gF*5U?MKhK&ZXe!ReM;)QnrWk=699KoMq1PKX=!{$U z(hRx~Kvtzv^l^F!wMT2tlXmz@zKraGjej^~3v+DA%*&ZjVRL3BhaN&r-oXo^;q+y= zrpvy2{+Rpqd1ay#;O;_&d>yyh^$T=RAPA*!iO2LSFdegMZkm zF3_H@15m>jmh^PJFYp%{MCqa@WFTWe)gGtlcaZ+DT;^BLikR4Qu@!?o*~iPUym-Bp z4u#d&IG0^(!ra_SH53L(3@1dt^Q(gbe~CeC+tJ-oz?zL`s7yu;+_*asn6<+l=&p^0 zDrZ!+jSCl;U%X8;T*3?WYulRy&a9uMHu47A9&cGtw(J~pSzubYDq7bYpBQk0WjB4~ zd>FUJ!^A~hOAG!Y`}_`PMabnB1&h5Z*fL?E^3Hanch-`T!FiyvDGb3ODwK5?j%Nj!U`7tl zgnyRsU+&Yvyt=)^|Ra1qXnlFf4j0%V9p4Z@>NdHo7_ zzXDB??QXKjQG-#Hk@_l3OwUEBsQ_zApx} z<5bV9tW5u`W5LR z@B>+}REdUrGiK?Gts1&sq0e~bJShS0kaqp+?2*oE=)m=;>|1#uk8?;(>5;TkfJWQ1 zP|pzkqRnEjjfruu-5Uw{@d2a+$p>T|ktRKc_R}(hG@UJNZakzj@5L()+uBrgcELe~ z?elQf!D#@1Eq>`k54htp|0Hm5#+|d!k@a5beS+Ej-rXw4L5J!mNA5*iof!_ijqCHU z_e#7ua}lf6n)W)`)4&<0s~o!=s^#F!rL1$WNvmZSug6)g@jZsdjCr6Osm}~%^?E3o zOs0`4Exm_!(4j-gqzCoV^o_fl27WNTYTV7cP3ylW7L%I?4Ipklx!6@CQWWf4u z-EoTf47Fo~nnG}fY?$nXXH-^y)EBb)%|7%Q#gP<6H6L+TOm13OGgGZ@2zFFY2v@ts$ps}%HJ#-XRBWTKt)eklBGAbvy9y6nHhJBo zDjReB7#O0CgQp^3KLEuYcLOl=9sG7kRor-b`nHm~k^(&krJn+t)tj8YF!P&OXi$n)v@>Pn#}3k%^v>fmpAUh3m* zp3=HwgBg?unZqM{-%|A5Ou=nx_nI+~{P4JJi%mQQH227T_Aq*8sg3W*FG}4jW5G|1 zOfx0C4Hr56Vy?6prz-8q>Sll+D~aV#AF9(%4kMeFP;Jy~RHF!{1M;iTWCUdFrHuL{ zPdY@aVllZ@tQBC|0_^#MnF|0CKCC!nRK%oL2SEs%g^4lRmxkQ>O2C zRVKy)eEMVV4Dgdlw6FwjLgdfzszcH#+JAzSS~ja6%DC|5n^{83GyMe^4+ z)PH>nRvOmJ>ZwkQ8y7gqD;~aLK>vsPaB%D@GoJjF1+3~PNk>kS9Z4ovNRgf66xl() zy<^on5AOXRr%1}vU8erVT>VGZGH{YtKVk*t6#LAu3P_%@TLTV^sPnMa$hDIvTa`^? zH3iso>INWvo_$m4^X=FRI6#d2#BzV)J|D1PIPXv}6qn`DxF2&7Dv?h31HhmKNJhX8 z7np;DZClt_+tS%lGbw%h2`c@Sv#xvV#Fnr_2pLU*;M`RvXq{EjfAQ64?zr16mEQ}X zN-ea^PVM+(YyZ?uU9tIN)j8g>?abNLCbep#iZN_mU@yFC)tdd!!KzK0z#}RLYtkEp zhWXE=H&LVN9w#2qxw@ZxoEuR+@np^MBkKNke*IoJNkcG7<&QluR_%vIR+Ej4*&Z3J z$b_;EyCn10WrvNC>wYXo7PP5sgg=Z^VLWC)sCtRnn7|NX2v#Vg_*yNP2n?$5@)8wv zx&i^0GdK`*O2ozsJkB695I53cv)LHZG$bx6=`y$7x?uVazcW};;OMLF@Cr_iMx`sX zh|X|lmDi{NqA1Y3ngP}sn~2p0-4nX9K^y3I07pQ$zkX|lr>nWHxjwLAVizoSIm-bE zIN=2a0SGrG7I=lGKv}4w$s$^dYf78kj$l`Xk8@b~O;naEJwf8iTnhGL_T`P#-~%=* z(T1TNJHZeLV@&u9W$I$3NpO2K(wH}m{HZJ_YKS#)uyKa;H%86Vf?xp}qqnLv>=Z49 zI+aG_6ucePeU5^Xpwqu&`hr{A%v~iHB^op#quCs$=}b$c|01^mX^)4S7tYwkTO3@V zbb8R?ZYr%Qwu+XficndgN$@U6Y=SUQ055O`04R65iecBp4S{;pa9tjZJfB(1&=5OP zIn|6>V?$z1ewTU+|2?x{1t&)P!)uZC*_fVbE{t4cr4 z?`?1Ql#J7>jzL=Qiq;lcEk&zc){A@&4oDXy63{AY+sZGMzL37Wv|@tRV$n`0-wT6# z%TYRQIBi-aIz#PI`E^r)*IHB^aapadNOh6*iS~8^VcpK@(A~jz`3pRMy{*PHXnN2W ziF`ImS_JN$v`f0Cw6f3?1U~5>4rnX}j`jO%t!3j%z?XNFmRX}jYMv(P18S{Q_;v8jcjAZfkn>1RcO6{XQVLDuH_V8ZP=e(0KV55+j@GAB(9K)J|$Ibqn<{ z(bF+9A$r#=5_)QD0uhX%YmRuwcrBTi7e&1zN?u+d>L(qh8AL|C*f?gj@uA%s!g{OX zJfw?Ym~hl9Jfw$!2#xNJ0h1$Qrtiu94EMdj7(JAJEo8UZ>>)7ww9|$f)=ICeSqVIg z7P(yl4Hl{O;qftWNMnxGlrLITIX-6AfZ2=DuoiyI6>9GY6&8giPC<$aOb^VT58ra~ z3mcwJJD+Y?WN@N%<5Tcck{)udK6fQw6)5bV44y0uOl%Jp76#iV1`5H<#nGCuLA@Bz zg3Ap`{=3}T+r5U%oSO;yaVl3qIe{*v(n3TzBJ!uW(vrv8Yg*;iZkz-+^)J zzBA@ZKTLXf7P>mv{ctzF$!y6GZwWXeV4rl27uw3fPT7YNbLIY<5^=;o;A9OtF4lxH z3Nv06wq_P(Kn&o6aGv%%SMY1AMVkiT4!ure|GLykzpB%vzX9Dkt=9H+nL|1xKu{3+ zyNzBYNK?Z;%vFG1q0v|gR+_9sr-AfM7PGMup5>vhtfYoP%@r5!Iz+hn>Rs; zMJCLY`!eSC0J+|bL0H`qRqXS6O-2h3Dd>hqqp5%LABJ}QVe(oNZ-mM|y<6E|Jk<;m z7C{K6lR-hP1&ITxb@xo@T&XT7P_OKqaL>BoyOfMy#iiJN#6F6di;K~x%~*joq>3WF zAN`A4HF~6Ue8FxFH%o6x ze+I46C+no&6CU-zx?WI-S&pEk=-9qIFX;RQ$UICyXj|B0E@8F_g7 z3W#h5pSHvoM6wNjbF|IEVKD%`EIL+W!x9jBfpn0d&*C>qQ>MJJ%9MM#8CMI>r_$4( zehQ|5*|DxztV^2AUpD33c||o{7M+pBEyo&lmadwjdFM{K?8K+wS*-Sxw--vWg>QeN zWl0*miqp_WoHD@O@>4z~4~ZpzdZ5jza$4H--NH$_M6J|IDFz)_LyxGw-37sByDG4$@j_?ty95xq?j zz2_1Z^#<(xj3hph#4sQ^kVbP*D?lQP8*m~=@Dc*(FoVxvu8VjHi~Tp~D)rWAsHiYl z(ivaRzr4J48qHk0WbyV-EK@3~rH`a9%fku5y(HfB$%n1cCG*urLq*B_w_Z9UJb8A) zQsCi)Kf?H+l`}ozoX1v_dxxZ(zu#}P8dw$7_^nP2UF54Paqm0~c7SoWG?@Urr?tyt zo;}+v=o`&zH&qm#J8^MRt-cX%clkBys%n+i=PdMVR7HhqwSP!(u4?bJjIW~2YKt%G z?|spvx$Zj7S4Tg6ujFvo7MgbjT^sa8<6O0xnpbu_G{srzb{lnJA+R9aWoaS!t@684 zlM%ZC>D7dlI!GvlV{sCOPD1QO+&)->#tHRw^FoZrDBOu&^xM5?M2Z7~Oa$CD; zbezHZhA>LF>z-Xw4$4Dwr>Yn3>8D}5a?({#TG~Sux7=S5Y_}T1KKIM-cuQ*Pbgc0X zsqaob>oiu~_QPX7xA78=o(&qTPL8!$I8}i~bf}PWz^V$;v?^4<^!Ic6o9kw|!YjlH z{qR>&Tin~~())~-@$QbxUoBy4Ek0ehrEsyq60`yxs2MSr0ICDWZlPxNVVfQvR>Cxr zrlP1n5oAEG)oZr6Q47+KblV?U)OTpZ4DWqYHg$}*ut3H93rv?DHF(;`&v@%ge+z(h zOU^l`0eaqdE?ByLK_#n_77nG4x@)6u0P}72GV^PQ^K)SsHG8AjDFY3BDkRk5XSIM) z_RI|}6^$je1zG@(Q-{@nEr_n_*j>KhmK75(0e9xN-?XP}z+O7e4zBzqn53H3ijC82Fm)>Z$#}GB+-hBN`?h)zmJAdMPkNsH__T;ZcmWmM3o8Z>=qll zF*NsrWcA|t6PjnuirjepwHr4)G-XYnuX6e7$=iBrYiIf=?2|q&a<|4}fp&V@)JFh~ zW|#>(cfRQHcztMx{l_Q!uXekAz6m9X_DIjh^Im4QH&2_^8WVKf_3PG-qfIoU&-&yO z3~^aHpny4GCM-#j&{pi81%>q19#{$gCw(T2rne1!wG&=XpEdL;yp8Za z61-S;7n$!1ku*6S=`j>l6C?8zqik7u7Lz--3_(c(A)B$vN)`x0#LkBUB(aA)_C_tn zt_V25TSdMM<-@44fsZ_PyT=9&du%q3edt(OQ{()mCT3=$a$3{;rhQH2WldmeI01jU zHaWB+xo)ybZ%|EH_U^JNDuZ4H4&d`mW#vswksaSh{`Xc>nKZk+si_?Nw5&-?uMQ{v zjQ9R5|0crlW^jG{rL9|EieG3@ar!-FWqb6T%8!Pf)_#gD0&YV2H4g(?Mtc-&EOc>Hdmn?Mi=;aK32X*~ARcuD{=Hwl_0g7S=j zrcWFI!sAsJEK(x@nGA_GoCUuJBj98ynq2IL))<;#(0GL|Ch_<9X2b>?BaHVgNN2$1 zvD)l4Dh{cyxJHaTQ-x~Ll+Tf1F-t3`#iE>_M=B3`qz&JoCI;LP7X}bO6`DW}p+Pbv zHw3;vZUQ3QM@a$E-Q2Xwg71k7h*!?YdRh>lBr9pC)^T}uj1UMKm6F#+}KH&It{~$>=MSPb*O3S7KUMITBYI`GXo$5ke(N3R5T4$Km)W>{SNN}uP#(< z1UijXFc<*uE3h$)MHezQa%#?25Gd5@1SC_K3v8yf0?>>rpn?tkQCfPGttb z;xJnPuxZpGU|_YpP3y8%#bKGt!)kOat(v)f^fdLllJL4bOe0X~}cSuXH9R!*>&m(zkpd+zv-N*#j+KEbV02W&yhS-hTs zwcVi!(f*S9i7b*4R>T(>k*J~5x?C}z;1V=Ev;_r|Mby@vR@&Iy86B?+dAwel2fWc~ zaxtrb2sl&~V5D^hPMQtWW|mcJAuwraHGbVtx>;}-3tXlmtxr|Xjz7y{X}xnxDP$_Q zheJ)pf*!QYc9++8Z8z!wGy}cHtl>FS5}GS!LN2SWO_2?CWAu^=Jp}+X8Bn*@n|1aDI@9<- ziAK+81)s0eYhh`Fv5a%*Z8~EIZ`N=HYR<#cTt)4Kkoo7eQ+*nT$yS6JxL3zIELYWT zc=@y){)jc+fgo?Hr{FMt|dE$WNd06#ZAY3GE=thd@rlTkpvAB9yX}L zBOLIlVl1B9(GDX9L-;B(mb8ExH)D?tivTEF4xuS_-L6ah#-~5u(`@xfzm^Vwh21sR z?%NRzFv1zZ>FMANfc?#T_e}W5 z4PQ4EfBosSztCp_aLwJ~1MfN~#+s~>@3TjNz93QGSr{$j?5KOuNHbvJD`R0OD(%-o z^Z0cVU@eyt=%jw4}mWRlnh(-j3w@_Tbd{P5V!?dAcV=W>uHf6xBrjb${o@ z>)XKEj}Pwdo8EbqbnLnHrfy{iuy_Z2P%|f1;m|o$DwD}+p6>Aa9Er;KqHuBR`p)LX zO#!~d##>555l>~Mr>Szug@H+1uRi#3w`u)zfW4}7df#q&M>>Xgh;Cki^oG|+EJ`cY zK_aFy_KY~e6t5xF!ofT%Wh~BVu}cVX&;^);E(>`|$DDxvEWj38({=V@4*2bE@7Fdr z?JzLKR_S+mH5r^H_&zmGZ(%sj=Bn{Ze>Z5+c`>+zjf$h17^O z2U$xQd+iWK$iyMB#1eZf&F3-&v;2iD z#SRkAM%juKqWxCUM*NV55vtV2#i*ZF7}iMaHj?8rF*__(R~jk$bLDrMpflAL9tgLk zoI%ZZm47aZl-8L5)p-U;p3w;?lhk|Re_eRte}Tc$x^ggYkF?4tID^tR;kLFgFa@20 z5!|vzda%5%w8#OHYu8Fi2i=P=xKJ)DgUcEqp0tXf>p#I(ZnG?=8dcX_muOqkM*dKG zLpMxzZ;%E_Y3PI`bKCU}Z6GCiTN;nI^wko<Io!{&zX=*HSG|wLwE;5^#g(C)-&%p<_slCNcB(0Q|7W#m* zxOb}U$}z@>3Zz@S%N|Gls1vXH5t21DAk?&g02)?soLVSAVx(E()*A?77fdW;#skF1 zmyHvGc!Imb5=UCQjZH1S<-O0}yJfMw0qYr)^r6AXOCLV2^=KcLKIDxC=|dC4Y94=F z!!jmNf=+^x$2C69((ffYRo=*v=hf)DNuHj*gBO_p>rX;{I%1|f7N{E<@ zAvv()FOkBTuVQsiO0PcN_v_=UAN+Fn)o8*D_DB~E-im2qH@^ggn<~tLcmCr2N3T2k ztZ~J>>aVCau_sgaG)X^wfA^OUuHNy&YyaH-CMdl1CSZSkCkMxkE1vPz=If5`j|jzl zsfVjnuMt3&zlBt#e(vM@@=Hw zLF%GspG6<|@#7Rw?PMlX7Zaa9PS)e>kz$CX0f-bmmJ6cUkw)Xb-9m^f@S+bsf|M+R zc7voAJWJwVH(e8NVF>yIQMYhkK{}0vAh?h0KU=GB6)tR>J?#UQC1auzM{ zglahY`^2Z7=*r@8rPgLthzn0+jX`$-!&>xu>->pTYQQ@D6U&VS94peyxC!kJhqm;} z0l-~hvay_qo77BwxbE@Xkaq@k~~w9TORX`oHiIU&%q=3;L{?V_Nr#aC6V zfsC_!aZBI1S|d#Z^bfK|jm+`;0QVg`jna})uZo&St)b3GUu0G%#xpWWA_df*!RbWJ z8VG|Dq|4!tF&--kAiWojj5t14K)YBWbYsUeY*SL_8z?}ZF{EG0N@ai?BZop* zxs_FPco#O`&am2qj#*pO8UtUXGP`;A6P15jzjjtt)sg=7%aE2hARXWTN9p&xW&nWw ze*^&#oO<;yq_p&@^so1JUzWTdESfr@lHqtG$6fZDaAhTAd9A*FNynDC1){p#jtXX3 z*y<=_Sf`^2%v%r%X=-9lbzwta$Los=cl=|>H_6C5y}pSa*DVGY%jyipJge(j z-CN>&X4%puuA(QJdas+r+rQi|Z?5dP>cYO3_H9qC+YFfG{TEM7T*K>8H-L@Jt(y(J z4)v&pHE>zajym*oREE}G1A4k+9BY`_o8Ihl3N^0Tk9SOr3S4nr73Z9mFJEk;G?a*W z-U%-)(zV@q%@e9HnQ{p*snB3)wlM;8=7TT2_~5=5eEt`tThgyTaW5!gqEEb@ehie{ z>+9)R@cq?Sf6q2ct|96474HMbvtZ(H(q+y{hrnOlzmc9*Fq$cLJCfDb;n-^B1j!*Jmw)b9{}`u#c-O%X|@=|qG1+k{tS=Q95h7XwGkeF${bFz+dT_=`d0MJ zY%-ZQN(bK-olfx(C|_MNrDx&t`E$IRUb$pbYeCehvQ6$-HhX@elACn?^7+jXuZ?B& zYS-ktT0R)*JhQ2U)poDz11Poy7!GgtuLJIo7eL&elxbE+)<8C?|@4gea`=Ayc(nohn3R~mZJt#x4W+-HwVC-8BJv-Rq6Oi zOFK%2m)A^l#RR8{o}z+Ii&+jGGh1*R>`8*mQrJIAuY`W-gF`R>h?p)F`u2-+vGl?T zkp2~WZrRE3{*?%M;5jMmzv8F96v^dQDu$yuiAaVevbY`3u2cjIrgkzK(K7f~oRETI zOM~dOdU3>-NFQI_Aie$Ut+$*gyfnSxHKLJZ$f9wyp0L`sWfU=egV}HEp8R>`JA2~NARetc1*Foz{&PZ!d z+r-mV(jSvazf?a4A5Sb4q|xhBVHZewSradg+U58vY*!G4Q67eR?Sua_t0Fj0$6W3& z4;eh}-HmHp>s+;6y80Spld+@swm*G%blCgc{aa2g{Zs6%|M33Uub)R>iVTLaiX0pU#9*A$$qRglQ739uRb^}KZWIe~{O+5o3DCGG0TOS7q?ShIX$ z3v0o9=Pu18qyhu5{2Y7h=Hj>g3Tm`f2^EqnlO2q*Rjqx`_gsHDvw!TGWMK}y(I%4c6k9v!jNHB_P5eR_jRG$fL@pT#UHyTG()du8SJMWzeN zxM*}%N5`>w^miY8UBAIqC=EInRrW3|y6v{2rM=;WPT*nqs+!Ic@XC;83m8Zws=ST@ zXm*%kfx}ysNT_VIF;Y=d5i!y>)lkWX68HG)#!J5mmW_8fuxBTD8w`TCv6m-f@D^CR z6Uz62@jzx1A7lKnVl7d&A|b^xm&_0=v;sPp3@NUtNXyJ66>vJ#5Mn$A0yN8h-7;tC zLv^aTjaAc)ap~2#dTvuymoa`*k+peNyyDh1w>oW2v*Q)FMdcGQ5R0kj;mpxHt+u9l zO%=DTx!W-`1Y&EXSK;@wnosvO-fML>&W}~z(|@F<<>BY6^kv$*(*K9H_W+El%Km`gz3;tw)7zUq zlbKAWrYAF*neK9MVv6GN3g(9bswFK5fBYJ8UxRQ@d|y(A-xKu`*W03*CZ_gT z-eeZmK>TeX$44VYR62u~YDj=`{CK&EQt93(j{Ax44jeaas0E9D|8G{xYNU3i5q*}I z#jAP#^UV^?S(}@y3i2#%N&7I>7s4 z{y>B=GnMG;Gw8a%{1Hri=Ns?eGxBkI%ccdzT!6BqnNDJefyK+pq>o>Uk1M1Wft)(!ae@cDoX5yJ!KqkfX6fNOW#u{dPV8S79qzH3^-T|`&o*higV6CuX>pz`l7b?dC8!o8$Cs#dY?-IEHAzU zES%E|W?p7Ig2h@*Wu-lDAEuK6|zS3GS}{_ zFZ7gZ>}fk*d1XhsRa5fJB^Sh@i?OUUf)^$-p9<}ik!mN>OupV`GO>N3n9w->K+H_O z-G68*(PBREOT8ufK9wr+MMR}ywQSbOELMw9US(cxJQuWy=f9R`XSo*N61@-Px`^zh z!1%0=DZgcrGbg(|-Nt@>?~$)1Ru>3ggdwpPUld~ZDg2{lva!CB?5X6Cy< zdJevNb{4Bg-%Fa(%d?yzmDRlFfd|%DEviCr=JI@r6VE;bMLCuN5bIM*5nfPKIY|R- zB&DcQ0l0vXbfAmWB&W77>ssdU+xISQ8@|+T;O$`B9&&0gUv|e*F#J;f<(R#)rE^gW z`q*H%8&<7pTe7$n;KkIzM?YM%-e7m|Yi*9TtxJ}G2QKAm$Q*SimtZFf&n;jZi4QHB z$@e*(7ap2p-Mu;Hn3%=*%SV>?Jo4yyFa!sZ4?W!T0=OOwIsfP*J)2*^DRl7)q8^jn z|Ip9p9|dxBF1xHO8_vJ)+wbqcy7YGR6fP$S)XiQ)49C?#POuA5sCh{^2VOyg4>z-KlWR6?Z>!MMLe= zr(zXX(B_MjDC-jK8er6c;fe9&oGb*&=ji6r$&%!j%#%EvgQMP_r*IJbd~y5Asmu#9 z?sYt$ZlaD;uTUqc_o#nR|D-;pzNCoeQq)Of*1@cXTpsHonxsz71xz^V7mYxQVwDh2 z4}?V(bZ;1u*d|LNp7#Zg+T2TFLrDs0g9u9kWC9WF+{`gGZI0z}fjpQ+T&7^M)CsGA z(Ts^ZX_ct6L=;vrmqwEd;wKU)yO@~+BCK?v5{B{6B$<2|r$&q#Pz9NnhHaZRt2)~~ zzI;%@>iyoFa(f_e+EBTKkx6nm7ptcw002&^qdi;F18zvevKStT-n|vp8J!M^5jkC2 zi%tzbkt&S5on_1tjg7lgrnBlaPXKV2DgTE2SiZb2n{BJiiDem#a*HxV2Xj53g4JSj?Vrma4agb zr!oa3CYSM1PSG>cmhFn>6|=bt+N*q| z0KKUJoJJw#KsHoyaG5~|l*x4?l#)UKge!|Yt{#uEe^X{mlT9Q(2v~n=H-zZVl8t=9 zVp33R7Dt(&Qpe#=BIuS!K@mZqA?kNTB181Q1d2q|eHL`S45_s~QiS`R&}CyO{)oAr z<(*3!HpW@0Lc;-R#=NPa%rV)VGKV*qBl(uJLYrEqGt(N0TBcR=3cE)km9ug)XqTIF zo$kaYuYG9C*v{C}Ll8Em)z+8nS+OSF)?7W<;K@&Sq(#=fi9SbfqEG&u2$Z!AYs=@= z4W0_8H%Gd$B*j2nKdKdsrWvJ4usV*P#8K>RExUM1V9Rd_zoKs5;T+T_Okn5#B( z5(6eDs%YAb355)a!9{cVFb~A?L@XdY{!OAGXn<^|$IOHP%co;5B2jSy+92Ufg7q)a z7S+&!Dp*OBYH&p+uWPTf`hii}&Y`1LjT>ajt5)t+_bS19A$*MZ6P0JLco~%thZz`)c*EVeCYEd^y z#Jw0qjits@lc`zMTxuJ2C)v;O=L;_80-`c!Af=-i^ONaNVh|NM@jtfL zP!!M!8ZI#%8_L0%MjhM%%mzbFHdn{g)(*EYE?UxP+^E*oLFr6szzHE>ZDxyJ&H#x| zQJOy;%4-xdE5ktA>Y%Mfape^(qk4nplzykvW>zzRb{h)3ybeBBb?y0|;SEEX$V%S)FGl)lGU|dmUCDpB7FN?` zPl0vkbgHhJ5mse$9w)<7haUP0)4ZGxGt!CkfBaGMoeDrEDgzR-pe9~gIM0YC2{yyM z_zA==Z!k3m_k@+yRn%VUZt6*@yKkqbbWG3+>@ABayTW54@55mR0FEAjuo%kv^Q zm|F+Z$$n;n9N5#P^?T;_bk$5M4#KWrhhv{3m`oSIivHsPQ2)35j;>&FGQlJ!)%1Hs zzB6ORpd>YS&!id&6)XdOU@`u|!0>;P18unSSd3pdfBmryC$O%>IG z=YU1j2Ep^+L)7o6H>eLWC3XR5fD7b|&7^*J{b+ga{Ut4x#r_+I8qX zM{%p;4Cp-LXe~xvqJrIf=)Ino1=YF)N(icT#lVa69cRwq(jSYOb-jBjBHnMBATb(F zWM3lBL%i9O1yl6(0#eH-8)EdtngY*!o(!BpoWA%5lqT37KEbz(NJ?SaOz9t6(YUT0 zADh;eqa!1m8aLMq2XM^_pnoc(swTVctE!r0!;_tNzX^s^jP;kVZ6e2YV0zQY`pu2x zzy!DhW(3Hv^E@AL~O4vP>}fVHj0>uyeVa@E&FD?wK;O(#soSxkPB4g1BytfDXb4+0~J#&37AMG z;_&HYeX^cC=XE9Hjv7ZY?(*jOVYeyA1iSrt6Tw8d?$gBxA(*5*fiAIE(cO&%uJ!InWy?&&876UQDlwfz$)~gadv`Vd2FG zC^!L%gPYKNG@pHYKqN;DA47xDVD_xvjpEk06~$Qy*;LT&&-Q>v@vqw)HG^(XHh9#V z)zJ+~4|P89zyrzcy`fci0r{cMXP^Pk*>-h3@_7=-6M9fIWH5>oZ_-;nMR_ z5Pba)=ug1fJpMVXQeU2iBoK&1ruj`D8qXUI)^@z6toN zKiH;oE?OPB`{;8+n{N24qjvrH$J^2muO7B`WT`Fn4SV-8op|);;5Qj8`02T1CFF&j zC$g_VHW_G71XHPo)QQDq+|fusIuC&sqC;j69(uS@21>zBq3vM(@~-RW1sX;+J$&cN zDaW2&2jz7`z^!2S#>Ao9u6(`n8pY7U#R|mK&jnTJ`HLlBXlKutOBdgkRn%G1lBGi@ zo@$?j9(iZ+?DWP#a>JHK?%#CPq2FZ$!NN7gH9+3f%V%-DIQ0R7uG;5yK-hmZ_v)Sn z2vrUSAPmI}lm`fNNIo7{g6a$bqNOBx*S~W8^{*ti@0xA5&u*%Ax%M?0+YIR|2G6G7 zd~E%O#~$0T{;@sihvR6N^2CoZ;z`z`yz*66 zOSq!VWN4#%#4mBb;l|0cZ;^v>drqC&bJL&TM>2j`CHkxQfqvTY^7if1XKbf4yB05L zXf9;VbyiBdQR=$bLy>|&~w1I61c55^i0L0n|VD60ONeci8 z?F;ZkBatN%Cr-_Bew-4ceKDf6#zrwkZ=&lo5KX{iU%_c)8L&C$=#5oV3S2bvoDOnQ zPs??Z#BpUIuOEDq^pjKEk-wKD1NrZw7x<41twBqnr@&GG_r9%Hm{dV;g}Yvn@lQ~) zZpV9Q;@*t5LFGCf*zJlc6#=ja-C#hYqTu%=H^I!OK z1iIERdfY7&YgH;h+claBv5&;1VxK2_y0!gC5xg6>79k+HzLbGRqwZeg(OyR&xcx}? zFcb9!aC*{~Nt3p0qJJI-EwUsfvp|*>l8|2A(b?76L*YY*TEBUsV~+WbsWdh94)Ywx z#LZwmDKrV31~a5QFHKs-D1|V&o*?cr6XFrmatU1e&Pf|KOhOYki#D}VGTnx$GR(s_ z4dB!Mmj@PclHDnfR%X7}W)}3ndn$!XpSbz5kDd@w?Goe#&Ylw=clv<$X52y=Ol+P= zULsB&KQ12oUqS?sC9i_gg=PYq#0KbjMu=j1ARY53r-k>Uykwv{d$Ib+1`u(779(%g zcNBd969q!?$e#AwPzcDqR@80v$^i=5{5;t8v2c8m91{fAJ;D2JFM?h8_%YbkUgXzp z_gg(4tAD%Bk8^MAJ0y4>;R=4VKsXGTYm8JjRVV1dq(G0vSw3Zg9gX2s_kh%NA(h9e zUSTh>uQVgL*8>C9(q=iIM_X^nvYXiSEsOqsAFt*e9iA`IA8+1M;IVSfH5-BXEsNUf znIBw_9)0+=F0(7srAXWQ;6ac(%gCo?zkVrve0@5brs6Y@s|jKfare~e-oZi!o;r{M{}6J4&YFXkGUBNy=4Jr z#OCa9qEjH>f<6W3aTw$>ZzZ30p(#%El@sK{!A@|{33N_8_H_7nos43ZQEI%x5-;@S z)DUVUHINS&78p_q=zxV-k;%0Ded40&XED0GYFoIh+AV*?9!MR5pBW?X_8Bp zK%Pi2&3!RUu9|qRP>4Z35>46R3-HSVQAZLeK|VoiF$JlT%hYN$P{~XnOQBRrwNe$3 zDkDcHp>LA~P6d z5;fR}J~SHToEBnMNz2J6@w`HcLpUx~OvPyi9!FGCnG$S!Nu$wVjzF!}7&Oz=YOP5N zluDpAY5uI%+w?#pQ9`*)A?4JNnR$45&%afA$Ec1MfKwMKS$_D?H&7v0tL4cbzLBen zPQeDPlx3w_N%C3nIgoP-8K(mC6YFKN^$A)18?Vabue>3{1M~AAzEmi_{6Wd~e6Lb{ z-=lJU_M=wD{rH(ghD>k)+VUf((EkY5=@l&~=XksKuU9Qu4%g8d8OKWX$(xqn1@$U=vss>j z&UTv)_xlSZeOiTS27(|;QR&_oo@&VMd<8K5?=eOImlmT%QOJXL!Tyye(QT*$-F9*% z*#9f>W1tI6J=q&SNmHXo9uajhj*RR%G9Uu721J-Fd`gHhd>XKq%TqSWLrubCXE~Li zuEulHFZb%qoX$;LAPb7tM0^VbNg3I|m2gIJznp`D-#uc@4v1}tk?g+`dxJ6<5{&Qh zYvTi^EYtu<%y^QE33`A2h(BQ9Xi_#nE+b+69x^D4*yE019|CeB*x}d$R>_s<4@xkN z7@H+2h}_|_(i@#xH3X9Cf-9@uzwhR88kGgGaz-|3lv)OhVs&1NN~Lfafmx}S5nFg= z4B3lDg@=NT8WnyX0iHq$)?Kw5n%Ks$z1Rs?T9!2ys2OI9u)o%eqa1Y9p{vuBphS62 z&rrmo?HmP%+nijX33FEf_=9ds89K))0VB5sXXVN?5RU4+dVSlip`gZ?FM%}cTs!Cx zvRkeUj-}URwR1i?$S?v}mI=2=a!%Ba$>Q1tqZbt`EDit$_A~Jt4gYQ5hBp#GV%++X zFxgngVF8klmS}*7(B-s8AnZK2wdru=S6g{b{h@;ij)n{kSUPd=P(6CPeH!Ktaa;m# zSaJho0mEQsaa#LtXfZl5FF6l~QzId8ol)GaA`+8FVKkKAMxAXpQ!(P2pA`k07Dn>kT@+i0w=sV?xguZi1YNXzCXwX)?u?)Ig7tC16huq z*9bgy-7nOlPa9@2N*Z@6MxvP8h(4%$_QY>!g3sp8y`AHwjD+E2%nvfM#?A^hc^?3VDn)u zIO^gzZq!B%Mpid{x{fvKpS2stjL}E^kS{9YA#eCCGgF?_lsrvbK;A9v72mB%4z?Tw z`wki!jYa&nnf)`KLMHSH!WXuqPH%bqVHw1`!J26?rc3x_j#j8N@ET}RRi)0qsYUP={P;@WeTT2$$5#TmJpMzcE=^BL@D*utX*mw`JdXpI z*9lzM%f5r#i)iIyvPc3&hdgr3?U-zYW{UayJf-77K-7>1Zu7D4%$QRB$2;;{+Z@$% zrZ4RnV+VHI*wt%V?p?9tjyI1!`dleztu3q8yGlcm_@C~mgfG5iz8ZadyDhgs7g=)s zM}Pwh-*^}8MPI$taqpKyK=4@i52v~hZUBrjkUnepnD%MopZ;q~j?annnuL;LE=rF% zQY*m(;DOG^#sV_n>)mL^Je!X7Vah~jNI3%|yoks;{|$~ukD|w)f1VEG(0Az3CZNTO z*VosA=Hy+>>(8Udfhu_y9nR=^-I!zSc|9Y84&wk$0E^H2 z?2#`PPEa0NKDlWa2t0NeSndSpUb|=AwprRLWo=WesVR~(yt;bm@Ws`u@4jd4^;6X@ zzr3cgsI{RayQR8jXxpNyHAi4i-XGQ+`V`3jdDp_Hqk-(Dca+|8{C4!koe~TBdd-e$ zhN0@}+GwOMtFEoBF6;W0t9MM%dUKTVnsCV=F>U+Bwg)2aCb6iA2|hJ1G8pitb7q1{ z24eoASU{qs((y4P!0FSYf^S&Xj3;8wWPq>yQtcmhqb>KHXgkt&;`}!!9F7z1um-FX z6JANVdZnkIXm3B^kWiP=5>~g9O1LVia39)|d`?IJ{*T1U(i8WImlO7D(j}+azY-J( z(68L2CyM+O!6!(sBwPN0h>6ilPH+1s>PB6t`=8rRfYy`mqxVyOX=kGM-#-ajPr$^( zBy-z8LHyxAgQZ`)&g7!5Pd15eXg7TVI&#mrzDC=LJ~)r(wSVI_oQ8XRR38f!;?c+m ziX?*hIv_^wWK%OnOgEx}CJ-SUNv04`3pVkhse2xSxt_48&?zbLbIDHwc3C~V^^u=nYmeN)$BmCfd>Jj;r1?ffM!fB4#%vVHlBB781miYh7UFw z%ZFN+^sK^6wMxy&gSjn*b=d_D9?&14g%^&Yqn~eud)@(S@JNw{XRh40`|#jUKk5 z%v7;J)JtjcQPjJ{6=I}{P>Xa0YJedOBO1nBqykUReG}a_w=^xM`lk1E)ycn)Fxg9{ zPAzfrZ5~!yIv3scW^uLdy_>3Y)_kf~|I1Z-tfal5XhKmzd&#j{*T2;2Pu(@g%ElJt z%+DzpTXw7lWmOlG;(kxbT+qR2r<)9supLy&u17v26I zirx3Wk-QJhJnAkgcg$MQIo(lQ?Do5H#=Tji6%gMVuc740t{V8X@ZjY%^SJ>wv06<1 z4Wi~y060L$ze|Z`qt8I3#NiN~I-6n!$uFTObfyzQ4kZo)P*UmpEz&oOm9O|lh=Q^xg=CRdPP}| zKXY-gt}**`N3*@Ku&G_{8@vs|Z8SLN#M8aZBb!5C$CP^kt;JlN-c{_6qn8VY6o%>x z;q-wbu`@MQaj<*T$o8=BinO#PqeHVbw5~28Jc2` zfz5ela{*cvlC3tjeFT@c87!{+NQQv8PvG@&PS{9Xed!D-t#5H1gd^^{?f$)GwszOLU?6w!=+T37 z(e6QO7FIt|TQy|zbJumWO$ASUz%U;$aN^)umF=N4Dda2?qrXG)56OL+67{Gt70Iug zOG;Z?%1TYsXV0J~RJ8593cUV`Ql6c;;W4w+A8=)wjn3Q=CFo6S$-IWU%9+ej3mlB) z-r?6C%kOzEcO0BDDZ@QJdF!}Gejf;ycZ@9qlNl&^t}*J#T=yJAW6Pr1NuWbrUj8~ycl!HU7!#a-av`_Xr|#cPdbmh~FLB~uI;c;rg9N2Hr6e08up-22TjC-b>tq}QV~V;W7?d84U~8I1 zw5F6x7(vMv_cqZn4B1Z?U}A`G*%0n40gA&B_G}AOD z;FTG5Muiq&QmbsJVMI&{88-g!$kO3)jZ__%WL0V&r`htNpXaW#ITJdZpZOE);WFVRc_+GlJ64RR}1dMPurj>^Z z__6)O`#@1QynHgiL5B1PVQ>bxn3o`m5M()`y`dAk4%%~b z?ZNODg<=Z4zbHUb0!8RYSKwZB=1#N6Z7Zm>x5<)2&<8JorWYRuC8yw`ZOdbS*i%Oe z+zA}_-VPl1G4i%hI2Z_{$&Q>{yCXLTe06EU5#|YjiHtPBjiZ}J=T7k!#q#+y*kN7Eij!h>FY|J+Q_N>4@^ z{dfN>I%X8^{`=?EnE?acZ9J!DvwL3L1~>HlRDYbn;n;(Bw z6W2Qv2~fep$7L^eNGqD|OQx z5F~np#IyFs8H?7O+=u!!`8s-a*ZTEW?1ZmSL#;rEYxBTGmSmeyk4RYyB>2qxz|Knq zhb)CN2Npt4{z5ibiSKm+-)k$TCsW#I!Yqkr5F(}%zzB`B!R(|{+}*$u0o-l`br|%z zZNei=;NghIxsfNLJvW()_@Y1_ynG4ax{_TvkL2b&oMW+NGvtu7}cmm61ttBi7nksHzW9VWR1q`7Q49G7KrI$62g zysCuGrSt5ejDSTVXBVr&xHYn^ZPUhlEZw|Q=y zy1phpcI@g!AOt?NdfD2cX>lO2DkA3-RcF8jPtOqdVgJg_f{8!W%sia;7iMyL8VCmm_W_K?mxBf_tnKu3J}6*Xh#| zDw%$|Kao!KhhhBm>7FjKQ#t@d&JS=LQi((l{xKKjAZlPNRZNs`r+mv3Z3^N!1h*l< z*~2qAUPpbTbEe~TJUg+N6Jn!G_ts~gK|ekN(Y^`mad7MU31BuPaBn1t_CW|{PkF8*ZHTtMYDOSTF3r@UftO|bZy`ueV6thgGu(+j+mm03uxm`>!hW&*ZA4^>^ zc4Wmj5PnlJa_kjXJiH!$Q#k?$#*V1`2Cjb?TrrSTNLC~4g-v9Ckq|NArE_2`D)wDr{tTp4R|K)Ti0e`$!lD`AAVYz5{^1qfAJ7M!0rY>Q;LFpx*oACrV)wkhWzg1Nrj6$I@<^e(UrfTqcw!K2jwqb^p_ZkFNrVQC;v-fA{Yeiostv=Sl_(F6Eq_t z@as(wL<%7@=!11*`$DkWZ}Zy_o{-OS7Wgj$Z!1ReOn#4r>v@O39D#HK_S+j`x|29R zDJ&I`qUV^CaoF9HK&eFmFA|g)#7_4+Ef?ur;h7!87m0x*+CoeK;04OBuL5R31d<#% zOP*-(p+$ST?nGtB(4NP^+;#bPcI^Q-_~+vE&dyE zVIHpf8MwiR-@$r8Dfy@1bI(YX3f_nYq90twPo;c<>p zu+A=FY#weATV<~E4-OBlXn1M$`H}N#md|b;%>b#J1I(C~*~_cvj5xpAniZh6^rTwm z)7nYKKo;#7v2x{zktn0>8n=?!rToX7XwAD7AAm-B&h1Tq{?4E`G zadfdKJwLn{)B`95=)onS{B-Y)p7 zByg`1+=%J;7_q%K#()mEIU<7P>BLUx+PO1%el)0m2NTTA=;?RfK}!}e&8QhXN`6Tx zqV4DZ`OZ7cksbwV#^)=6TkOB%E&%ojo5WmTHlDGXsTpLJf~2Vh0!rk71>nwrL<1PX zp3#rvcp)NUEUZMpsJhnV_jOD5L%GRys|CUaGYKbDrAi1Pxb&WDZ}!9?3f!(0i(Mscce~#;8=w z8y>6Y6*9U1OiU9P3p1>t#>eYmQ<^?QmW_@_|6))Z<-piv3>mX^AW&oHOmO&2gKjJw z?XhQ1)W|*he6k=i|KL}>rS0mwd=J!hkyM9rYleoz4!A^NF%}RXL;IAi8 zcsc>zF>=w5(67P;PnC%$aMdhI#r;LVS#aTb zZ8)aMQlr*rh-F|#C1pVqBg%dP0GNP#<;ft9gay(YuPZ`2kEs_NPT_&|r!$7&t}EKE zm<<~@Y}zo4*6)=!fAPr|&GNm}1%>kJf9)G}--hX>P`5|E1*`%Iuxg8Z4^k)|LmN;r z+VGe{q1!8e1~SkFnP=pCRW};ab8^xR>q7W%k6tBj8auX0uF~%TTIrl=IhB<;d-O{A zmR-BH$dx!zBRg>L-~kya`1EV9JxvM{4LHGOM%cp~D3Pk7hEXG^Y1BMwEgqbg_=2PU z%QL}*6w&NL(Sd0LG48Yj^sfifw;(Z$=th87g%c7_^ss@k%O=vp8fQ1+|ERZquNfYT zk3!O`jYa1K={bv!k-1`R@*lh^oY1QSW0y@#CP2RgA6^i%x&=sTk=HU7*;nBm_@ykgx{=-5vsuM_>a411Pd7Sq22ZH^Kx$6fHzoP6kf^Gk~?bG#e z1W=%NOlkDL*xWQYI%7k@yv6jIk*iRh+s32A8k^f`EI!@&VX+UI19K+tt*?^MfG&G% z-o{Vcf)IcXY4S(8+r<7Z&2Qr~50N=MkXmQulpfFELBdg)Dc%ifKW6+S9HgT$J+CJz zGN7f2XB)q$f1n4)(hWe~foe8_U+i)cnkE6;5zRm9Qv5X6Ay4xMeqkgFa7tncvb z!*JiA*0uWq*j3;!4~(uinHv^uIsmUL%qh&Pk7_`7qT2N1gPylp%`J(>qMwECB*jOV z;oBjTr^{ojKp?7WnSdI`)vruL5N=Gahnuwa6_aKTF?)^9bhqM$46thY+&XK9(c}hJ z>8;V^(GF7sed4@uF;?iC+P=2o@HezkUaF94q2^PYsNK|^)G_MM)EVkKkOqkV0a3aU z^@StRJjRp3_Qs2Z4O1b9_QW_(fb;NSvyXIOPppsnF&7b;5^gflbr~lJON3c9kP#>% zEU=*aM&wiGFy|rr@R;Eg7(=qh5jGn*4*_`*l0=pe!IMaVKwa7_8^UkI5-c9~@vZB00k$C}OlA9~k`Rw4!{q3;=JMlk=xF?3bE& zyG$1xlVRb~OzARR_DJV^2bTtAEH9NxjeItg(x%vp+#=d$bvk5D`{Y=bC-YjB3^SI+ zn1Bq^YV&I{hshPRTa9+P!;~8tTx@%hQ89VI5HLH!`FMTDH=H*3< z#(bbSJ3^b&T)vpkWm>!Q{7sMFxFIK$vt$WAY`F39o6heP(pKe$^5)LX3+1jNX<*Am z9d&%V$yrV_tPB(14LBUi47##{51?~@{Nu|n1IeAm67LM9$(C*lWCNOIfI-gWD40T8 zCzW!1<`5u(`BI*fNezJ^Opz|%No!#~m#@q*te;~}Gnv#;>EzhptbjQHi)N}f4RRZG zz7lmT+nJ#%lU5Yfk6Wy_v}B~N&q;)<(-uDr%~sEztiW`14m!u13xbj6v{wim@WN&H z?3p!d&ppc)is-)!7u|f#&7~GoS5Vhb zw+LPU31X_?)Y>2fSYjxy>ve$6rsS-opT&A5vAy1H0z#(}wGLsG)ToC2n$+D80SQGpy z?6$pUcd3eIENPgC9`lFCfu?^2a}095T5GiD_+mj%rdB0Unhf@wV7wx;$yXgJsP#7) zX6%}gd=hGcV|Q)5uD}m}Pi{I_3PztkjgH8Q+lw1Y&|}wWoAZm%V_Tv3yt25txtRGL z9|_s2@B4NTQ?6>vuQ@Q?>c?DL3pJiPN&THV3s@inUQh+5QWPH!fLOp|BriaS>_)Oi2{EpZ7Zft^&uzq?oBTMzP6yY;Jl#n3C64HvId9;vdCOans9+M!Pi5-|A!sUsm%SK`9jygfi zDCy0U2z&OaJSU)az0HB=YMh$kS2F@OL`-O%$jWiKu)3lC&K)~I#k6OGBS&NccUIf* zZ1fp9f>+1o^q6WUl}y@Vy~1#Rixrmjkmoo;gZpEw=t6u*r#zW!Ff$wE&%Yyyhyms+)Q&hHIm zl~}bhAn~bZcuK7*C14dkCrLCg5?F)2ef8Dy@~zjDK|srOX}mx9XZ$s(Ec z1?EmXcwCO47E)WOgVckV8u??&V^eBB1$Su=Cpfvs6!E}x0hEKIB?Oa$=zIy1B$kf~ z$pb8$@fnw(gyI??II9-~=w>k^27dFE3}OvFQY4h;45G7p%s`3{X!-?>@M+kW<_Y;6 zK3a#FIvrH#O*RXd9QLMpN$RCe?R7(D3@UY$ z>lxJ`9-NS}O$u&q4yzl+N&~r|O@*V>1+c!U@}NPuNSl)RNL>p==hONuYucdbuSRE$b_Mh3O7o*u5&t3Favnkd^U( z_n7eQ%;3X|mSVCO(YF?Bs1P*-uf*dq{kn|0mbz73hw*|MAuze<V1%k4U%d@urUmSD>7{n!LOk`r(4m zq>e>ZvAHwKv?YVH4QBRdcriDzdXUc}JMA1j_0zIytIDLdxjWPSf%?*Fi`uMpS@nxE zeVM?s=qlq9>8$@5>2)eraG@8i*V5_EVw4F&F7y!i>j!H}ii-1-Ypr_~#ns^VN)XZWeksY4GA@CTi&tQ^l84~QOuf7-~zRJ+#PxOMU$G1+rxxIkt?tRhS@Q1?{iz-0v$X|WYhf^;HK8HV#U0yYH zei$WCTzv73&j9Tdw4b@Bz^^p)0_d8s~6AGj*4`VbioIDM>3phD?LC(>O^y&`L!GR!@1Ce@7a}dOX&6;`; zQR};)Anr&CRsTbn{`YbjgtFZ@+|xK>_3{z)Q^IZT_7xTR?$!^$`pprv0g1ex!17Qc z>StsTA4j_NbUlywm!S?$z6M2EXb>@QO*w;!drl+!?~Vk~xwQjJ}_E$7?It zP$0usGqKF8xkzT1jaTAz)OFN;5y3emU`&z?Oc)lzFf2sGbTQ0hRv{n)t8xOy)#W3E zjUlR7?!JE_J0q$aF_C`3+b<&=b(YF)^*fx|^_l5u-qyU_RUC8oe z2$5WmP$W06)thEA1xb-#)(~=WmCn{U@faZfi??>3r-l?qhVhOJ2k&o(|1pvvVh@Mi zVmF!WR+}TuYUQZ z)PGase~gG@U6ALng#LCLiFX9duH&DS`kBJh0HDq$KsSuz;JE}t^&}wfbII;LpCR4C z`lrP!Ace_(!5b2u&BDB!_{YHCozc@2%$SQlKJb<}&%E^v&90h%C`rAA=Nous@`L%S zdS{;`bpU-l7v4crcw)Qg*<8KPMwSXP!pJZS2qTLasF9^YcwUYQXjdn%!UN<})X@!x zk^p#fwN_^YkE!+IJDf&MMx9Wqw~$ySpilWB;wWYe)j=pog6GSK`m~Y&@jToI=pouq z;57@1s=~xMh=@Wh5x`D~6wu>@X3ifF2uM~bmphBRJ}~Ii?y@<}jiC}}p(4F(?5eho z2WS5Iz$3$p?ISg5U^BXK;}2Jl+4+Y#V{Vu=rnD@p)Yh?W_)>pW+nBKp#R~eNMa`oM zfYRh-HrgEKhQfL}F7c#g+Ew!L-|Twc7oFU?q2)@)@Hu0HiyrOh`f74jWM76C?7Izs zU2|U9JHcN$b^4V{cST>G(wbGC?lR|=&8gSw79L_~bC$xM%T6ma0%OfZYrq&mrcLzn z0!6*sRvr^3p#vgThe1Gu#S5NEQ0in!8<~yboFD6h^c4m;7rqRB`@YXS-k^+uh2E$R z82E_+xqDE!bsf}BnVuF5*};giDfQ-(z@V1Ih#61JrJ0EjE_iyPK~bKyWZcqyhh}#! z%aeLcnci4&W7fQVvoFH;Kl4D1T;+2>l>&P6H5%{Ws65TEw3X9#j7^hj9GNz@wEl+t z-7{AXDeQb|I+*{&;)Qn0g4Q7qE}wJHyp_hurQ=KL0`_a+#}^v|&?y0a7l=S2@A%=<(I0-uP5q6Je$1hEQ#=PIH|Ezy#(5eQ@Q9=JJ^nGwM1iC(_o zCymex>39lBC%(I40kV9OeuGm8uO_%|4dc-tNQDR(SvUmGp_hUl%kkQF2#P*6%olGF{Lu|z4B8=lx?OBVLj%axn>VLg!MZaztjIuhas6T zI2;C;Fo63>;Ut9*3F|D`Bft(u1N$SgIcA_3ARmQFkT9pEnNh--mj@RH9gd(QIX-z; zA~I}PBq1K*_|8S(rREjoW->A#SKo@HY};DIgQJ~$gJ4S6@~Hou47xcf&mZ`!jYcMFb#!h3!IyQdxZ zhTuQy!{Pey=+PrX9&hOSdmch>KhhhX_0Tt9izhT{)ZOTf_csIiJ0Y(S1BLHzMnAq2 zA~pw#3l#H1>f73J|6eX(ZPR8wkvR$W#CiDD2+ok1z|To&!ErOOniD+Q6U}MCk+ZId zSZa914GJd{3kldlB2+gXCq|s?4@f*Imt>f@Go=yrE^*mJGEyUF9#SNi&3RvzDDb@Q+*f z;qO$8{J3OSD6 zIu(tRvtaUjo}M4Php)4#EzRkzQ{z!|AhT-cp(FPKm|f7QFN`QyXGW2OXBf!yUWd(O z$-8=xYpGMIgz}S+Q%8pGAD-ckD`)GJ86S*`%~)q^a8|C-fRl4tXC$A|Nwgal?wm1X z>d^V9UQ;<~Vtfzkd2V4=2~hR>!6WORjfx8R=@bYLT+BSF)sHN6zWs9t3&!X;I5TQo2k{^g|lp5FA= zn92}Ij|2*1V1X-FqH(~{$pgvjN3m9&B-iQ8mFUfq9B>uj;nXp#MaSkjyMLyj_O{3W z_40|&AMA?PuU=j-q}F@wr3sBsyzz2{RH=tmRg6X@E&sz?Z~mb|s#de^^lC<}mX*Im zzj}^LTfOTF+kx99jVcqh0aL)?{sEp2g^@0J;#Gs*#lF|$VYD|wpB8*Bc6Fk!g#c#M z-@NL~R*=|w<|1s*wzEqJ&^I8hQ0D8-uJZ!mHH+Ett!Kc{o*Qs2y_y!8cdDzC z?iB4Km;v??m4b!~b*bhkD`Gfvy+F=5tvBm(F<+!lkwwT$;gDZK(YWlES1b+(KG>0| zIUWWv^;dVCf3xH2t2>y2 zj;rAlOUPBo0iBCf7Zp`U&Y4V~khD+w&MR(-R98pPOr!B=Ry91(U;FBTKK&qGnu(U3 z+Ya31pX?VlcQ>MUZ~PR*&~Y>b9S1S60nReiD$pH)F$fxVeZQVn>eojcV>6By6?l5ZCSD`$)|kCl5B%z zVa#D{z?jS2<~Fyv2_YbE5+LDDfIw&nxgZDmHur%^n}i%tl7^JrPMV}io22=sX$rPA z{AOk)TQ)T9x8Ls{Kd^RZXJ=<;W@p~KdGp@qZN=-qeau1T9!v`#U>;^3VV+=~XI^5? zGQVXmh&aG3wU%UKyPpmT`H6ImrN*eNh!9{XAyI}HZF2<3PlRSLP>fl8#1(S_d>MWoD2)dw0 z;&Sp9lMK2%I$rPri=hDGj>Eb=GU#UwP6H4s0rk|T0G5E1u^P{_$;Pv+BPm&nT685k zv{+}gWN>GV$?OGVa*FXaknuK`VX^AL4sAdSZr78$zq8nd=MBl79^P_C%Rk-R%-j9(O{^wvxNs^&~^@wl|5nf z=8?0jqk-%DO)M}=FY{7V3j&?3 z$MHX|qHsgj?;v|}{ZJmRH>GpvZkf!8Pmf8ZmJGeoXmlh=m0&oRZj{Nu3_jh6(||_6 zflLjUCzmEUO!%K8NuorDfWxd(qZhdJ&huazI;v$;IhmYCcR?1s1}3~Lg`oA^Ic>)% z312;Y4v?esVYDk11kgjA2B$wQ;lZjZ(C_|_Upy^k{Qv^3>NHR((CbG)`L~})(Ul>u zLuK1%x#$&i7Wgzf(H9@*fo&ZSH-!ne7+3{3RD_-dKYxn8>bwj7y(rZi?w8LtZaf2K zwO4I=>7`AXzXlHxoNr|G_7~~SMm+9rVdT{FHIc_~3`-ao%)juM{lyn}u?h5yOT6HT zmPvpKN(3`|Kl%;ISZO>Dnl3hg8IuN~o1?ERniOh*0d#yR)Pd<)YV;8bubj>P?(Cym z4=(^i-ZItqht567is5Tb& z8)Z2UY8T$M>9H7%kTTpqsE#b5=myaX4&5Qi1%?1-w*x*qk=(HHc$O@9F+(FdZxg8Z zBul^|%sjkt?YXm`@7wqJ*>jOK{NXkLzd3a18vxONufK3)&B<5V4jgEE<>Z<$74E}!KU7tLDY{{Cpm%n}D)EnHY4r$qhefuVqaaY#Oo!fDLSwA*9Z0F8loosHN zbN>7cb~|_H;i}G&zT#Q)c#)qzf#>K6T{a05|L1b(>#n;&NE1*=D2=fJ{v(@llF>#F z=nI>1CJEyM`sl`Ce%rVAcVyoG?bbBQS*?$4p|T;#K`TW)ZWLS&1q2I%YF-E3=c? z&Fsh2`UGJ0*FyAJOu`L* zt~jSffnsbhU?y959;ZO=Pe}`wI)nAYgV|Z8j2aE*$}?p)wbiUl3;G=rrhONB z6g2c>k9JN&AMjbPzmDEpx^!Q{-yInR4t0h%gZxwuZ$^gKQ83w?;U&LG1sPuM?aW^P z(5c}|d&Vpsp4lT${O5dngIHQ{OJ=r=2L@A-uQEq&&P(?e2tZ*pB}vSda-d-qtOUv} z`Ed;XrFi`9q?iafz1FffGGL3jStSg|lzZBa9&KaM(YAZ;X#;JQ`ByIIS61eO$MVAP z$8a8aEWZ+LBlnJyge{AYa;5Dr1iJlagL^z?C=73+^eA8Oo41@8KWp>)DYn@^GENn=RqU(@lDD@_yQX^DSsqH~|ijHRufEBb6q15{P451>FC1g|5G_s+%6 z2I_@?V(;UR5GQpZ5M<-B6&pvE;~a5dOQaXn$1M#+zY=w=MV0F}?a3YA0)bCr?;=S$ z8LQjuf~VgS#V6Wije-*ZciQS^d*(s{(L@DowiPi+E_St$mL%5}5l7K^#=+ z)6Fiy-HrWD>MiQ6j}&{GCa!KyJ%m|+xi|>^(>n8vyTq^;zjiNXHVuFw@X<_k?|)ot z!ye!wH_(TB3^?a&jDh5r@jtJ-=xajcp?ASIU{ZA8t#6@r)W$|}%!{2b!-wBO-@`>u03p|&%uFV}a5 zwNMQrdIuMAuuOC|JlNUEa?~e9=bzv~8UT@5h|w45IvJypV{`?2$PimcTuI?OJQvk4 zcQVKD1Wm;Af``I2|MDRy8j$|egDWwSjwRdXIv;VvX(Di$#E${1>rVZzUI|Pt-cP0( z!GJ$JhM`yI1j)>aU@$a>Ok1S;?!tK?M*o!+9#^cv(U zg;JrC8@!n+i(aQt@k&-fQ-OQ;+|+sCraiJW?+E|+_ssC+cXR_X?RmEOedpWq?3n{} z@4PIeyw^}UE=LPmBVl4n6pp}R4oVFW8l;fZ%UD6+98#;)C@48D*_n}?oZ(F7IHh33 zkq%A}SXt-sn{K=9rivxEE}UxpC>&NAvr5ZyLc4NYp^z(QS16~fG;750&m8NH-4WYA zh+#QMNZH%zD~)R`avcX!!M+n~kaBNEXd-D@Y^JtmyMth$BlIbjYq z=n!3qQ?Yv%2wW#?mqwM<8=jy2tM9bR;ll?tEp(+^V+M4I!|UpjZhn%QO+|)nnVy#h znWdvYvAKE9ofLH#2QD$B%p^DeYw5;acf4`s-KCFP(5p_PUbnX(Z_^7e@DU(=p{MK} z{51Q_wmL!a#j!=N4VqW~#fB75Ttc3bzYvqUl;SjVB;RJSrOsJmz^}EsPgSN^-;Z|e zUX*T6$16G_fPbO4*gfV0h>!4Xn8zJXW? zz?UQ$W>bb_PpKYyW}`b6Nu7p##roe$oOv1iGBj>BY74DjRG*nyzi54^4M9dCW4Y*q zdOaKu^(iKh9Gz*jT8-e#7AH8h`|!s)BjmGD1ANqIO);Uu!@EDal3Nqb%naA$ULiaj zyvA@5z7z8^J|Y!j1f4J5tGfhtUD&ibFM!lLE2qySdq()jMbP{2w{-)nh`|GYTd!1X z|7`QaAm`CeM(lB94~T937(I*oQbJNuoru#u3iOA!e6>eo*n|G87k72YQ;GYb#AdFi z&qV4i7-o1O-3YdT7+8!?EE}WcTdi*T0<>Z6gu|EqeChB6d|LkI-C!;1phC;p@uH!t zJpS59R9lju^>@FyTue^;X6 z-s9CE0BirEex!>87(xVGWPHaf#WBRLJpMJ--l%^2|F%J?1@<>reALKX+oIM-w9zodnPwGa#UC<+R!SkAW zNZsR;L9h$eH(>AC2>icp1pJZLmdun{<%Mz}o3n`C!9>VTZf>4CCU#?d*-^0P=zrKs zq#L|`)W1j$qS*gouzHf@e)LgC|LkM9UUahQv)LUZ5i~IUOj*VPXkJ*b)g+uK(MC1d4%}UgSmx zJm)W*JbB?f@O19QtV`?C*@q6zUP@K&GCV%*?-0pTq34gb^f}9xoddr%qRw9%j$ZX^9OeP(m3MO9;4(W(#gLCP;R@ zFkNJbB_Hj?HX!NI)9NbC>FCF&-$BRwFTc3AUMjoo^Q|jB97p?4V!A#VPwkYs4`a zPE0jqifk#4L&uEn=~}f1UF{Sw7bM1@vp5E~p(M7yF$A~aM5g%{ z+7S1de~U0tmmFeK(!NJoy`Wo5dS6$c)8Z}{>D7dG^p7V$eQx>o>&EQitG8H^f$F)o z=k`4MdTdlO5n@u0tFwIOp+hs5Kg*VhosVAj9H+SLevLX)GS&>!Tt8TK&w`A5p9h+> zj5Sl~X#7*G8-hio`;|QaS|2Fu?CN?b{6JX`9il!IWj%4u6uOipg`Tr#uv=sDpU$I~ zcF1I2OoVm}>p7neJ0-@Sy7bHQ>U%rnR-90_b9m4Bb=WB}{?w&^GS9+m9Gz#&sLw+) zV=_XHZtv;?L4Ws07DV79u^RDuc6SRHs}GF44?K^e_a5H-*>(k?EOZm}*hH}qZ{W4y z8)AJXiZ`xy*M?n_gr5EQ0rclR2F;$Ywj2ifN44T-J26pw=5>SNbupufC+LliNY8l) zujqsbw>DlEiWn}II)PkD7^2T7a$9DL&mZ3mb;JRi;@?JCU@)K$WGS+Ix%^r5L5#-# zlQIJLvvPSpPTUdht`b~;D~vu6Z#*kfK|BvV3Ua#IM~r+{d`std*UhW++YtGX$U}C4 zr7>hhfLY!yHh{2;v?TZiv5y}W5?Yrsh|#;LPWTKmQ^k5o^vz!H!~{0N5&LNZbRJ_y znXc|kw7nQ~wTqA3+TC062_(#!(BB=8PfP+4C%=w9f^Up*7BjJT z@r1tBk)1HIF5t}6F=vL`qm~fkDEv}=uv_dd>Vk7rXiCAq#ob#kTf6DhtFw;+?ZfVd z6{lubZ%LD9Ds1MQVwYN`$sI4)o9ip88^?!(lPil-R3AQm4*iszmTWUajc<6anLRoG z%#(Xp{AIZA4#A1B^Yn(*F191h)`8~sB&cSnC9hk3LZI& zqOavO6z0lO$FrJ-c?;rl>D9RHw&3+dh#-3~B7z6iJ*VsJpy;#9OtlgLtq{fI!4YgC z7OW67>*G*e1QX6cm5|uCtPk-}r(IZ3wt3pFy1{@Ql$0t-5)2xtw0HoYQC&JkDc7{D z`{uzJGamc~;nS+&KOV(o9a!F2wdxJ@&B5P1jHYaxzv>NG+$iJaj$DsFl)tBC-dO2` z{$^HXGHw%0HF7~(6ZRJhXm~6Wd|LPBiEoBB^Rq}M=mPrYja8Gkfc;PW{vgho`ap?c zbcwh+1}Y==;8wsZmY~D$(BWT~sZv5%--X9PeYembQT1iWPhu~vFDrF~Z?v_f?)&1~Zt~AuK4VJ%EL{cu zr)#P!iR(rS|Dg5rF=GL6L8q^VvPoFuo*cVPQbXJjDY;W^(sH_@2*jIMR(bOX!%HYP+yLlS6Qr95T|^ zJr2K*rK&FmJgc>~qVI#C2F*l=@&B2iCWyXoZ3PVI4_1Tzh?##`!k}<#q_wk^B`44t z#nr;oRk!bHCN|eN34P`Wea1Wu{Zy5r>*-9NKJI-J*PA1Jf5)#cX|?8#HnUcH>DL{Y zFZ+QyJi<9+TL1j!&d7#m_%}3JS(-QaXEv~r&Cj>DQvXKaB7s5b>61x(cdjUnxbgd8 z!uy$jS(eX5znHVY?oh$Yq*&3!i}+s6ZI}+NpuS2{DK?CbP7pDd z*F;ESw#XpyvF>q^xmpIqNH{tR1%*{(Jw4gySIeIM*tp?RP zr&3#gQn4NL~Q_T!zI)Mb}K?-nTI^P!z0wcg= zFdwW0Pk^)FGWZ%qp%Q;Sf+*&ucw%OrNV|!*Vvk!Aq+tqzA`#ON1%!YZ_%ehT2#qJU zomt|>OD!P;Z2*`t?`#%x0}i;LK?L|orm{IO||?1f@Bj!bnSK*T?ulAt&C z9A5PqZLEa=5xE75Mdal?nFNj~=nJvLy2~PpRDob3+Nik1B#|!!Z1fIA3UwNVfcQ=m zLAS#Nv;=^W97)Z{B1!Z#h?hwj9{Zow}xi}7wA|2%$)Q*`y=l29+uIK4!`1>h`!%pe{UeiMBy1=jPZrA~=Q z%?cTk3>*;S$a>$*1_%J3TMaDY*P(j5>{-i0)7!y zj(ADLS@8i8KGi6e5_}?c>y!NuG^F4aDQ0t-YHUXSkgbJT1?@{zW5l2r zz7DdTDH#EGNh;qmyuPKSZTjEVq%68+#R&ML)F6Nfkw9UiIXWWxTg%v@G0y|Y8>EtC zb&4QUq^8+amQ<%zZ&V2WMukkK83r@lsl3XoW}!S=uF+VkL1=NR-6Yixv6Qnc`i{;7yud*S*m6sa9?u)8i~0^qQtK2sGQer`RD7yC z0}fZqq{>FWTmVMB)tPEhJFF=RxinQ}L4TJu*tnEbqkWh&S=HaB;@MK4W{6FlqcEAZ zwyQ7M8e|SbYD!jGwJO=^()fa$>^XHGLuS6$n#{g0)v>Hfmz4*SP}|q{-~aXffw^;l zAWvJLF5`Igqm<>~yO5Je6aYs+xW5@&&|TW>GL4>P<@|t`S=T0Dx&IU}9d@v+u1aGq z^`-NiAcqo}pp_b+CBZ;Jo>Holm8XFbtghOVeN!Xv+z{}MQCYa( zyfW>?REY(q%anO?1AweyG&I7Q=+U}*skC4C;zak+p#397x%ti4RC1GwKWq z76M&arA+EosnRlWn?yIMwS!hDl>T`Ee?5eKKdLNUTv4)ZDkp=OvKuT4m11Q7jPoYb z-Xf=&WlgDlBcLEq<#vFfb-42+8TA~`Nne`WXGdV3U#VC*P^&J&Wv{3FLVp?HU!+`l zAL{SAhlT>M;WqUZ+c->-BtnSy;!~zq;D2h`Hg)Q@=+dd%nwqvn$Cu69dh2h_0}m*> zy#4ogPR(a?2F+hH^x2tdQzkVHbSsA+LZ=@@AAR)VhNacjj)GkB&{X>9RKBS1xLRM9 zMa|1C_JY#EBWBL;cVxV8*_2r$>ihcAwJg-yN_<25j0%p3>l?)UR;5$q%vxqP@pi)W z^yEWO4|~8E8;UU-f_Zj4$NMS#vBn~*vw{H3rz18b&zr6u&a&(v$k$1Ie!?k{Axo!!O6)e$}JN;~JFQaVq zy(mhXv~lAkF|_Bxh0fa{MGmA;wsD&>nTWe?p*$T~hxv5QUQOYroRq1zT2--Gh+K^b zcpau!U!jWd0=18?^-r$4(poina+MISn(VLT7{bR!TR}t==68yA@5fNYUwe!sV`<`J zwM?%vrF4}kCX47*1XD7&uBe!$=NU+Cgc3{9tBANb3~a6S_bNiPsb?91{r{poEMC_B z|5P4`xzYc#^1!b0Sn#N2{wF1o{&FeUf9w53j>K~}i`dJ6`qD7OT}o1qAMTiIbPKnD zy2se?y4;v_I=N7B2AwllmCCFvr7}eizO#9& zEkGOQBWa-=v7I;- z8zD|aqqqlO!|937T=6N60dYUF?L^>@BSfDFBot+64~jt2i^u~p+#FmnT&MId`H(N> z<6&&iTJ@}(&Ka*ENUWvPhM~Q0lLJ|fiEN$2kEr}$8?hwG9RmvX2_nL5`tXLu9K9AzqSxNYt_G3mdGpOZd7Z_onD{S_edFo6Ak4X~& zhOoQ*1QWZ2t`&(pC^xlc4pQ?qzv!8o`0La;t~YlQ?n$>uzc(?=dj}>QdU_Id4KnZ%Qyrxf!Mhk#rafu+E_S`h7;A>H8Ae3a)H!W+b z&ysMr2L|x0w7)l4#R3Ft*gy~LA-=1f2;PB}@iHOO1Js!R$i$V@1sLiX%u8Kc+Brat zxv7<^p2M{b!Rsui#?Rff2~OKIcP^N41pRo=%J+{*;!>S!gBO)ji5L?%~t zP*Ts~=>U(N_`PGt;*m`xSuC0x+MReZ2pu~XzY~eY#r&a43GF6&tbV3~8OyRYE}-@T9sj3sNqu zoz8BsDXUVAOmqhOi)q@LX(sR&x^-AtRZvh>!0noJ``%4^Z=W=9$&6-BU#I7qXDk`m z!Q3d83lr}I(J&jqS+@VZ8=8n$;Fr=+*`PsXG@vaY*>_H@Sytt6R4uDf?0EaB=LCmC zcp+#=$y5>cj%G-wSS~{?k8Mt)UP=m!{AXi-cijSZUv}o>JvUJ!y{`YHA6{=|Ozu~W^*QKYgJN?%UJ!QhA?0x>Tva`6i zJMlR9cZxom9W%Nt@bv7jWIvF3r!R9fI;oAIuw$xNxzx>*8ozoS(Wc!p7?_e%c>yJz->|fXHiTTb7RkSv9lTrtbt(Hkbx<@AEX_ zZ(PI>FfP(8PSFk|8N>k?0c{!FEdH2U;qTFXUN@dahcMHKpI@G=uS79R&>^aeccD!4F;yjj zm#~EY6d{brW(@5z0#EUINmK~1t~ew$Z;IiL1j*JUOYe$y{zA;ZLj~|rvq&Q7;klyI z$15$N8Xk4bJ#b*|;=Caf4$SrD!)15?ADBM|Ju>l*!^drzRbHzRG!#{WFbSbgQuVo7 zZDp}h51MS5Uq@FYnfYvC{(4|;bVlQL(`XBPZO{;P(BZ9;AClJ>Ut@4!lS*nexy;33 z*)esH)m@R+`m?Ik=fbsfYv;aNnLDeKF^pCW$b)zLYu7r8&}DCEp!ed%fqBvq{+z+O zon3v8t_L$IHXiOtpv%c!1#opSE94`1#4ym6;I2hkE`l#hfDKKK7;=)&K{YC3s{%5t zNx!x51erM|{90GBFcbD&(Nd2h^)2Z0=qL3p53L0Ez^d2u=#P&FBktJ~!ju+u{_UP~=m_zO za{7*zdi%=9*k(x4MO+ zDsRdwRDdPo;St`hAG3_oEL=TATQ{-cLU)C1_qzLJ6>v&)$mnXs7ndEFlU$ThXb#G67FJDEZyq;tgK_pq z5ti|)nTDJANOhrF9o+>!cNbO{DD*0H8U4il@hfXhN&j55*_v$!yKT!- z!6!2&Csb<7gQCxqxZvy-Gx^pKCs5!5}LD5p|ELl1;{v)Cfz066y!ALV+y#ac1nEDm$a>qB9Tm|h+H?Ob`_!{Zl^zCE)WBFL$ zdosA5_!(l}n8=UF@9xa5Dj6aYzzb$4KQXDazEqqhh6M10F(fc=zga$gNI}WsK`CjI zH>6I~HdjT9MPj&r&Y(UA{%i+!^2g&j0Wm1@Mxd^Q62cS{Xla`Ees*V*BEkL`%BSca-=T0Yd&OOi`vqKYq3H#zM>gjbVvw?af zNvxt@$Hr8c(t(JzN&tP$LWV>`!3b#wv}CB+7=ooZeU!NIRBJF1{rF&f3K6?Ch_yIN z(O*2`+B!fNR~kT;U%a$$!A{F))Aq*bjJXH?syi^Zeq*W*6RQ-{faT9Qg6biIg2nZi zK2<$tcA2bF)h2nB7e^nHg**C5uguD=d=*os+VDAbRhGY&OU)ag7;V_88=T`GAc z_6{g1BQsy-HuRRiwhIqN_%+8c$&`mQ-B@#{*vuQu0*&=32)BD(?)pE7oAn&YHDdajOtV3fB25>U^gioADxY8jKml#6x<9?^|Mz!IyAhjsRZyb+bj1T*ZlQNko_l8{Xk zPT$ut>gIc^2A7(!zjv^x?SJ#BQ2BphTs<`9WH7&2TO|6a1|nx@wt5}b6fS*^&I=(P%t(->21 zE<@e4rXj8YTCGB(mHJg0R-5N<$lv$dmsurFD$ked{zcNgue|KJzA>ZsUB7_@3Yzu$ z1{DWYET>d!l){Xmb<ZoNu_50RVuFN2F(skH~5BR9EGp7 z39Y=H>Xa}t&LVhZASh!!L5mCs_&;nTgf7|yk3HBl7}-JFS@bD929HIX@HJ>d_Ormz zgd(tw2s+6Pnv6uJlSHv(&eexwS#iXZ)N zoZT6m9e%J8T)jc3B=YKyWDK8)%V}UzW1c7nFe7mfjr8;i5Z_tlW9nrA>S&kxN};I; z)z6HDe4?7Y8c-lMKp?t`ZO~K_f^kh=gF{W#(}_fosC3}vIfXBVeyTR(pbo;}_MqDn z40_x_ZbNWbFgUE!v-sFz{Ku_dTt9rt;$xiyjxSwy{JyV_a~qB?TY4N{bbgBd`^+ux zu37W$Eoa!12)%>OqUG-%oG^C(1vmozh&B+H3Scb<*5!p{3lE_yhc|y+U(lc!ZLj}k z^I>%5&_Y=#4=mUZ?*6l(uyqIA(f^o1#CBR-gn-O4$@28h>g!4gw`$1Bj7a(R$w9eG(%56Q-1T1pg) zY=G^HwxOSa9IOIzbl{nd8=u(-@>HBEE8ny9Tn$jzY|8X8>HW{4zo(DE!E~S){N@r* zeilw5&nyf(cw^Pzma+-=yWEa&VJ2J-M+zT{-9UTsUj5fhjI6QbIx@tu1w zkO*p+;Vz&dqIqN?T0%xl_wbC0FYz%@QUD3>3bk&#L~FKRCqlkw(xyq1HUXbJvroF* zy=KFTl$7*7nR0Vh|B-k2ZZ9&MW#$U=nI%K&Z#Je zcm~&7FZy>Q3mvKnjmbgG!FLddTsx*3U96}it>5@*J&w+PwQXV;o-J^KeXapT zc>Vt(deP}E8juP0JNU?ie$lIsqt>ssZv6^`ABRGCV#j3%0a`2?;6QJHfMY2o|FrZ#TBn<1FcC2qgNq=ptVVY}zxMU+{Yp4+u!7v zZ(mrMR6PZRFYPsimN+h{z7)W->Op<1;4J{QhoV0^X2Yk8qSrP90M4?;H;R{z;oZ_= zm|E`a)46L#1vs4J0blqBz+zAUz21R;t$uHRum}p75&()|s2B}&M3IiY>Ml|POjYu@ zogLxY1Uzjylf*2+T7{Z7SEe4l?mfK7dJbKFZ{520Ko%GXvflgj1``b2 zXmyj~I7Y$&(gkZaOpruh5EkCNaYEnMABK93N}kbj#NHogS*@7^T{cdYmc`b7wn@V( z$!iDqzwih!Yn2j%QrU9IhSTv?ss*JoRk-$(4N6F=pc?!q`to&&1%m7U86O2=bE}!j zAm})N?5?@o_;Up^Wx&h@SvQ_Zv@WwAVv6Ac0qDsj_#~LHu($m1`>$6;t;f($KJ;w_ zER22(Mhph#Ltnj%?te}4+j4fsg*(1NKY{&?ikYai{q*Vf(-H=*-txUi_P`$S;60C^ z`O!Id>`Oxxj;mnZM?eugfX<+gqa!z~;i8S8a)snHd5DZFNctE5I^9vQGafgzf*>0r zVu~OcLoC(#go4E*u@OTcg0-RM@I2_T0b&;9B>@XAJI5HzPz^YCEBX=*m|w0Rc-L%& zVu>o}yJdlmLUOHdv{a)=<}Kq(HQV(jUwyW3a*eB^Ooo?F=4@-}*Q|H?)%3Jd_blhB{ktZu{-nE$)JQq1@PeuPu76v|)h zpF6ZPMUeSCkSouGf?g$Mr;Jck37vl^P5l`9?H5}}-*}3B5EOy?4sB~*aqEghuf2L`<<^z+w%*C7F5I(j zQv1%Fo$Zs>?O8Z~6_D=x9#o%xiu5F~vhzwSI=QxTR4JJD#UH`6vXT96L8oHt6D|I3 zKQOtBpQ&U9QhzrNan*|17E)?lNTP2M)Vn0Cp24dV0%S&DaLgcAm#>@n8ZbWdw@UCVNVaL1YfprmM;F%495{E> z{5?0lIly=I)v05a-nsf|?=)})Ugj^~vFi_TY-!=1S0;_R=cmmhmjPkvvAz$1=AVb7 z@9=~(1uVA)r&TR`_$l!C$Y}!$9$K`uW6hXJBL{!78_IO>_~BN0rNc+baW0 zGrejyNpIkw&sH`C{ZLq4&3z3@@Tu^LceN-N8gqsQZ?3cFRAe|!a=meM-~6FvKBo@6 zTg^wpqf1w8o_A!*ID_o_2`8JY3;87SVEfmF)$f4mGxLWGEK*vlQmS7%e*D}pcXn8% zR9Fg%>@yzg@?FE~vIQ+5bi%AzlZxb)^8j`eD>@ymPYxP)c{#ZvE0=cu+!)4+k5ft zJ>`K^jTW!=T*~HMg9kOw8x&r+sp*L=H9L2_c5a712}s zoEcu?K9@Q#ws5Y1i=fS54h?s9%iMAfkiZEOyeHr}#o$Mj-T z##o7|Z%JQ0`XF!o+S9XU+&i^jauomVt6TP-)_A2bUx77~SW@()67p+r!EhtjKxa}@Rbz(Y5 zw6x|W*o4N>mAh?oyF#uQrlmiIamn|(7IjR2!CF0LtVLZ}#~f&5LP&_Ec)FJ8fGHu& zMcN}Qa~&Xys13o?m2~T{G!gRK6g!Hx=%Q9(LbzQ|Ob=nWcTP0eqkS~g+kua2v6&L* zgkm$%x%<~xp#P#laa(bCQizJGBg8ipUKJ8aba&O+ME_Kg8@3vb0mtHL^wD=XruDiy zi{W86Zm7DReZqq|7uqLW-4JJPN|n2O55?@zEoS5YSv!m+R^~6fAljI}_@Zca9>0F! z1zD&4KWmyhZ=7A%HER3cwU-gEqq3M%f)y(hL6c&w6tmXw%(MkWJxu|aTdG}~zTf6y49i|0*?(GftW=J+W=Issa(ZkVLA#E)+4RjMm5 zVcgcv&EOHW+ls_fhZv8KqFj+9`73d2Q~UK`mz>-jM?Y}Ut&%R8Q2;VkA!_$ou^T)H z^3c1e5xol;Qk^{)^r`xXK&vLYn7jnuq2a>feUJwptiv}i>>=q^K7`-x!r%ErI!C#v z9u5^jb&FfNKNdl1iWjS!n#O<|2pegVye*gSOwDSi_NFi_TBR~sshuwX(L|M{IBD&z zS*bf|N{HK*`vd;!J5vcDBt-&qTf?axA5lGjE88jpgyG~QO>3(tZnZ*LFS-xCe^UQQshkCBg~rS~)GljbVSmr~=pBy&&&iWax4*Qma(gMFYcKnt z_?hgT;Ng-^@Z2yzPWbZ7fYuF+T@@m7YQH<+Caxv;AoWc}oWt0_4QuudYDP!izGK7K zlqBz6H|LfOsCWxZfBS7Pf>d~5?W?H0s2{IM;#eNYp%My(rtBn};>eTTq7L}v_4STy z|Mu3FH-{8AO&C!*-z|}D{}$-KMcW_6jUj!kzgmjv45#HZm@Sn0Ev4SUS>u4@z=rQm z&767aJNg}E9K-(u_dp3FXH+l~)2J}qKcoF^&=?@RMaljKjjV`k*qo+X@ca((T zaP&TjrEQyhUZ-N0Fsprj-N95=w^j}}zJ}s|t z@M!&lp-B&V?;bs6nI+F0?B|<3Q>t2B7G4ELcChW=qN!*E5RQQ=AgP;Xx-;uGscijr z^x2rJzxvha?N)HBLdx{O!C}c>2DJcS4G!FaB}_ZRRebz$bj!ydg9#`8dV(I}Xq(3?-5^m_j)8&@J1o40GCBNs)k(B=d_iXh z(G3Ve;HP?eew_m^ulTJ%iF8vez?$ zco-#mhIBK=9@~J4!Lz#zAz?s%cAQV?#qwmh8@o<>*iJC5@;_VN=NEIaygba=AQRky|X26<;AQ z8@q<~=K)R}aB2*Z%3v z{bPRr>hsrLSaiI>Ztd?wTZ2PjpawMk_D3*kTHlS6hpru3YSjS158rTSysuK-dJ%~} zg<)_vi?I`=GZG_`E=I{GV8d-Mr~{44ZBH<`Th9;emJOJ~tPo{o+Jvd`A< zxG$E;fxR2=xcDP|`g@uYZAUw~avWy)cO>Uafc|RBq*L8jZ`^4KW!v8?`dT+sPN4=GIxwYvE z^TbkxYPsMuzQ(+4{Os>KhoIS~>+)A@5}|bPF-_c=z=YIP9I(M2&)~C3C!S$M+oZ*R zkcpq8k(OgEQ4-zt5QL@FJcW}2t7<9u{luZtUR*TN5_ZfPse$@P))d9KWmJyY8h z&s?u=GNuIFb)Ia0Sxv^M`3K%TFn?4=O_@L2Q|At(7|RCXuQI4in`sYay5^Nf^hQNb zy#WD_atGyCsA3GGB{o7n8tSF+vUYfBG+GMa(;Lz7Uq?5o9+xP`He1Ma;1Rd~sdikqXAjYjoDEn+ z7xCmVt;bEpSDD(bC?b-g9D-y)wO`N**-1)edaB&A`kkA%d>)uzZ_W!_YUhy8!I_6I zI{5nS9e;l4hjaTwAoQERfC-jm2ivDwvXcx}rGC&Ly|ScIKNT=rEZG)=Ri&RlU$3%S zLwfL3pDCvNf}~VdUS=CK_~y4)@3|>;m?fNNuHFCc{zb!XKlj&%4t`;N<_q+jKP5kZ z(__0FDqW?u8Ng<1C{tyyM1a}C*Zkbe5m|>7Z)wp%*#*JUM?u_QK6+^WqRE8w9f&toeEF;`|Ji5FEec*2%+mZJb(G(lB?9&s&q5 zCYS5ofw2Lt0f5jjSCTtW*e5NyED#P34Al4%?es+Z_Um>QT)nOnopi%iz4{tml>&SO zJ+C6Y{c$%zI+D8uMzJus*30WQmw-)Up%NWpZQo@r&)7pi>&1(Epf$S^{i!9&A!66C zpr_3{I0~}b_v~p$m+=vNPs-5RT_}3sdl$Up(LL>5PYvr)^n`E^-j;YhysjmCxHk_c z<^WoMsjaSSAGTNf{L|J6CfaiTtJYZ9U7!C!6ZF=daxoPQ<1$c#X9~RzFmq3}yhSDX zu5+=O2#!Q=d9;nhaKLVseC%WmhP11ZG=qV4N+ylDI%*7?nG6`Zpdtq*ITLMkm$)&F z#zz9x6+y41noTBiDkx(IbzWtKBuAoGPRFmVF`{1zLZRZ}dp`RtW`{>kCW>Cvhp8cU zcrk7&t`8jZj)CVc59-7mq&l6k&p>r+iOy_p z+yeli&$N`9rP9IP4#qoJx>Q51!Az?Y+F^DHIl7X;G2#@X#0?^`bCVr9OS17jrS(hz5bX^GZp$6!(7z?w6m^ z_1SRZJZnD&MbKFU zR>taBqDKhu_@~yGc#u*APPS&>{{8zlf{W+^C`N_XCV?<&oy1&&zY8yV`0USTA6^uW z2f!cq?PquF-`6=6Tm;4V|HbGL=Gr852A#nVfEGMfUweH`QPG;$K^Y#eWnx$yn_1Tw z_HtLb7+27v3wjJhia?Yq@d=K41pl*x8PPA%ALfH)Xvchz4O14MIt3PWaY@sNuNdMI#*hs_5g|{3VnAF%$UqSZTbkLV&b#$$VJ5f$ z_o1hvKfH>HUzHZ~g);@UzVmK2iC#+CP^S#8Q01CHNvBLQA$m8QVTo==Z<%sc(c9R6 z;44dlEUpcI39=(oM0}_Eoq*bydk7j9MW5u2WH~RYR%VEbm7+@!GFjlc^w=?WK=byk zSDQfNm3`|`7R5e@Odp4$&#b;sZm2VqUs(MNijJH912_V{0!My;t!>eFCuTx0rM9Vl zDgd{%wLX7h*198~%xMIman2`4*3CNc{M+JW5XW|i%T~m7mVwE_{D5c^ZgTn!)JvJ8 z`$x9{fJdN4EwL#MugrM-*Gs1lvYnls?2qUq7)?}mqfM+wDYc_5@4SPy*riIPl)Eg& zOSWgxT)6#XeE57!s3R*hW=x2?92x@`MU zd?1PL*3$$eagMH9z2ZB0{=I+HQ0EyN(K5i zqd%FqH=o-79K873hBuZObXi(kdhX0klSk>Kqi%b6!*Y9-gw4n_mE)1Ww(o``cYX9K zDBd=><@AGJKK#d(qefZKvmgy7siA!glc4ujKzFyO7kb7E1kUbqtLZ+o8e;lNl@l-p z4f=?xxvw}FBCz<-LwNkyh~#>$MVNn~oX^it=37w*`Wkgu^OY&qmlwbkYpP6cPL`?j zw9sD{|BNn4k%U5$l#+ajS9$c4af3|Bg>o+2xP8^C?Z#|QUYKkeH13n5 zO0VQN6}2wz^(GRUzxo3DqSp&i;f++(aIde%^!xc(8xO`YW@;)!S3d>{dGCp7cjETM z-Cp7aR9}~%H{!|71x1BwBPb5iRRys$5muY*t{~dN1x#PF*d2wIIo@Lwno`*jVEQr3J zQwrGrdEgQ0;&qqrzIEo7-4`a_wj>4Qjs2C4uWC%YWD)e}OH)Dr;;)V1p=Odz`%4wu zm+fia_rkvIjSF_4zs?WvFzP3+mmgq)A|R-txDigHLu`=ZUQm}tRMW*PDxg5S8ftCO z9)g(VOyqCbmY5r3;2AO7W$q`SZq>lzP&9GOa>7U(N}u|G56c?@{M> zCuhw%`5oZs8SL)O6xYXd)Pv89>&tB>y)jio_xP%veKMU|RdQx}PM;KGrBc!$Smmw% z1^VOc60=25_hO}Sdw8y~{5ZNk3}LRNiP+G_r8&3-+{Ew>kF9iIV5uGlT@9xY%^y1E z@FI~lh7+xD?%{C~tRL!ZkEnY9Gf^AzgGVD1|6glY0v|<{=Id2;RrOhY zRCo1}zS389=jcw-S2}0sAO>@xW_Ta8}V>cUg4> zbrya*6iq{AO6V)hSS&tD z74g;t6@bFm5ZhdYLS>|u3-1wff>6oc$<(DYnRH#&Tju4=;AJ(96LQVn!fqjXsK7?q zteUDkJw6redHi#WkJSL2P#Y~;9O|RDc!Jq)Ni_j9PhNkbJUQLnl*g&vtWE)D2)`(m zlQ^jgDW3ypfegnLaxpg=ft^-hGCSn7DyTh|VlCJ_Y%P*-1R2Z42LW~jc|x=a0umG( z(g3cI5s>Bx+KWUY@hlLA_(Z~Sx5%3Vu+N%qrfs{=L0AOt8fx=LYLyx}-+iQMkw+^?zoa(k@kFvhoqTYn4Z(0?&TVXn$|-K_q?;{Ju1yga!h z({o2<<~#)CWc0uY@yV4t1lL!+Bst*L8`wM@g&} z%3_4IH3Q1yrC2|t{JXIGum`arF%Dncaq;C!JXc=b{L|T(xy`6c6gHAAz7?B@EyPx1o1rR@8@0qRiYB1JaCDU| zAXP$yTtib&j06(b8%29>cxajbRwDeGX8Jh;MyQB(MIj1`k z@&;<^LqjLgs?4I)tVtz&I5sOOA*`VPDF+(ysd$O#34&5UqH^oeqxT`zj$;qp1Rn(d zfsN}$Rqy;xScOl|`REdtF?lxUgE1d_QPk&i5%r?Bn?M=5B4XrC4tNnsA4Uudr^_UF zSu~<$qSro@cLCln!2luzO*UajCY&g2iB9D3^5B`6P2Vpj?jtD4(;cmXCx?G4@m$go zYeW}>q-W%VXs)>u=gcHx$})MSRbS(exA>Hv5`T@}ir+ANR+;-mn5=L0)-*>;2o2FQ z7}V$a3?`Gom!}U7_E0*z@cGw_HmKjDVz~dn zeKunMNDrI0*kP6W$mG7{mAwpq=TU&M121|Op2p)Iz9n9sFL&{t`0cq87h8eBYty^* zU~ZSMMXylkTYOz}aXfD&?FDIbsiq&Ob^`reD_zrWs~j^?51$SHPi3*P%+Rt%ID~o# z-|Q5=p38Y%QV&q#8|mTunR}0lM`p1`sKfT4{czE7D&QV*p@Pb(h+84n#F+?9yWBjb z#Lxg~o)Tz}1ZwfaF?k4!hY0Y<4Nm4p6GZs!QCO@yxNZTOLWtl+*b^Tg^!TFY9g7eR z51rHo94@afX3p%)zHuu1y4s_DO0A~S@a?San)=%^$21=NP>$TU=ExtMMo>MdBF&TJ ztXP;YnKUc4NLLZhl8*3@V>+x6hfc8y7sxeF&sFIb9t9~k%OHY<>EOiOWr$>HQ^%NUn8Wt~4| z!q%xKiX{ovioTK#K#+=qqXPG`c@1Sp%2Wiv=cK!z3o!XYidjv{+i>nw-C0V1|3A&x zx|_m1U9s5_OT=x3lauBgjT1cGix+L}%QqxOQ|1AJkI)P=`8BUdF6YPsPN1 zcF>~15oik>AQZu4kdRq<=@W4j39n}aLfwc62n`L9gv3@LxqFESn^Cvkh|^N)ASb}j z$TSW!&o5l8_l=3j>}sPD*QIqVenBgzxX!d|-$5;fN^?KCrOC4$OR6b09xhJAK8>0tHThZ%!>f^~OD{LU?Gl zu-8YVYBcn}KpFy2{;ef1V%69LsK;OkQ57vCAS)Q&IY&q+rwhtFQVb;C21vhnf)eYP z%cS5rWFXPz2u=(;xw}w4JBkA=S_IYt6d5n_X_}C>6cs=!*<784BZxXBl90%1-Fcr^ zmu?NJnyH98`)6T~f=?v^KqjO^DIBlj!E4!XLuC||@+-kf;n6?|MJ2ox0}g!xWWcO7 zzUF1Dd8XHnlfLtS02YX%0+hn{ zCX?UWV*K+4t;yqW*Z=E0xzhsFczK8~CuSJ72UE|4tAsi3LRq=HJm^o5?y3+U18FiH z@)lS1Dr^0|Vtl3_gf+LA$L9y$y~U3Q00l_kYPXtI_HFRIcrn-~{B`WOPb=+-n#eQN z1>4PjP@X>?YTa&O4>;`YWDORN&;!PM+x4t1Ak2D8OB!`2LRBCo@jxeyk+b2iH67Xm zP=)bJzy^>WDJTljTB{g`0!b4?y1f*>Et>DR2nS#TQk92N55aeNQRFTmf*G(zzuCv) zeldjuhA5uPaZ>oR`FS(wz-5!4NSS0ZCCyL<{2)*-(ch>xDA)AN1xj#io6(rL{2**n zvC1`Rp^>f#5q~?c&{U=fp`0(YfHf*+qioTMA`kASUnF9sK)?T&!r6xAUSWydIC+&l zXg_eP5lm3fzr<57_BeTkQD;|^$zOduCREk7b+=^}0_xt@wlz)aCOPhB^%oDxZnH{x30;SmHB&+(=J?}UaG zT69BhM-ux*j8p<$lG(Ox|MJY%Z5u9Zn>pD{*SGCEeG*JK;jT}Gel;}2IP$yJHWzD& zWOD5K?!IhS+wo==FL?7hug4Z%TG^X7&f>lvJpa+qqmK@KwC&riu9~#{uTMR5?%Xp| z+cdt}Er*1oa{=kT=c!-6kQw9IvlsvHROMyi)s~fO{cP|3)1(LRc8e(}`ks57E7h%B2!O7#bpivO7VDU|2L)2@-lFEqIQMi5>?c03!Ov zIaTZ`VIi~GLq*&pXLjzoAzmyqSJgdo>==k0JAf-)Wm8fnlk(Gmth1sA+!hUWjp?+E zTknwF(-^CWwwv@|?3Ka+eBD0Aswhj}^w?uJ-S9M9SY-M{c=!DeK-LneU3vcvvpC{z zpu4fJ^A&zq=-TGVW_CET2{*g=={{9`JUtMf?4&jo9j$#{gViCmw znp>`U6)rmbpaQ}6NuqP~cJF1b;aUgHM|i(c9aPEWq~3Suq{FRxQl?Y~ zl_oFzgihbdZN%kTojS^R(?!>W3Y!blUM8y1F>-t(09UVut>Z{-cbcWNoZ7*$RvkWr z?eMlwdBWSl&cL-6qsgJ>v=qC^L2_Y^EMOH*uM@uH#vsXoi&w9M0Za?W;d(d@XcQ6> zMwsNtBw`YZ3A)TV=rCOJYs$qsNy8)!n?&l!g94Y5P(;gez~)5fogbv~6bxgiH#ict zEwyU@9UbV+SmKkwXL-=hqm5m zU=(@jkI4aW_v(t9BU|V^pWR)=@^-C#!iIdcigGmNtIGWvlJtgxd3nK*mn60R3RQlS zgHoy8o5sVAys^-g=eN=KmaMASxaukznDPHg16OA^ATfy!!jKMBLA6K+>nFe6W}uX4 zam@%750MTw;c`Z&iE6xc5*^feH8G7=D+ikZHfl0JB4E1fkVkcn2x?>PK8<|^OdP=1 zC&hj77B5bV71xEL#ihmF-QAtyUVQQ5#l0-cvK05leG4tn0%a+-`1POM_uVCzyIdxD z^JbEnWahm|e)ID3e#)3pU2nOX+Eo?GtVu`}NJu%^n6+EtFyGZS6%xGtYZMzSycn0I`d(ki7 zRu}joD5aMQpwL`E*rS`{P1ftR zRcTC@`fwERcpd|-memlwK2q-J6$9-ypG#41u-aDaqt}hWk1^+H2_HTYg9|r7xYUnR z13Ct26`Urixq9gzCkAvGK)8zgBI!`3g`H;e1-0S4g9%@+d$Nb^vzt+J?x*jM73+gH zOZ4>WWx~*o^oCLyL!)4XdKB2N`B$zw`Co z$uJ!MqQ38m5S=4To93P79X=i1nb5au80&6hhCGwjKDJ&T6@d}3;7I@V8Mq@?ES4F@ zmXXjl><$^s-zTny?(tYkjEHc*kOLxyo|JVCG}{IN0EPN^szu)p!6qa_89hikFx2kJ z>(jhZvSfRYC#_*Jf#pfSX_T1)*)hewS#bQADGdo6LBfwloQg6^@={{rj%t}b1j!Hz zaemC^xvPvU|Mv(84qha*y)7+OW*$(J{)Jga5HX%xJYb95|FxgHI~@-ow+Q7Do8Gns zce;2@+q|mO5qs#1U}d+s?YBsi5wBU0IHeMp1BZ-P9jD+Jw%v@`N3VwdKwUqt=iqUp zwaN3|u=CDRNtQkP#lC?O91nlAV?_v(vT*aP;&g9J|{InT1#P=RzTUB)>xGI%V zV16t3Dq~U;mu*YSK&cetb)J$Wo>APORFl$Ot*+=$wU=gSqq5(nQz z?-R!|zlXBw9QUhBrX;Y9^qf~HGJAiqjeOqQJT{K2lfaTpoY&zuUn`$trf#I-^B#kL z{==WMPdg0t_#f$J=6nY0wa0$p0vV(2mOP&=lEUdub?6S{<htOIf;zd&YORK z2&xk}o3%T^I#%PMxXT;oT6W(#Gx~rRUiPK3l6!rg36y{HW4C&u9DSTAKSC<5sX ztwZXC1;S~vVWERQWk0)3>F$;y*Q zLknEDv9z_cw6r?5<;SB+Jm|iefKJb#q32arTv}c{Jv~v2QLnuPNs}rHtygjoVB0C3U|wE22JAHTeja){kim1M>DM(~Yi_ zKL+T#LKn7oOy4!mRMLR6W7g4d7y=IYOYZla`ewZ)ebDZRBSYEcH9T2 zK>Q^V1M+ndO8oVafoa_q5ZU~hv2}MXyzbTOeA&0aAp4E~M_aN;>V)Wl?50Qk%fD}y zY*S2B_nm7VSbqG-A@6Ku>g5|TQ=K_r&Zke>s9&E|3I7OrS+xE@yP*%0%r~12;^_F% zUTvH^=*#vq)vt3m>C#FdzzR_oGLno^Jdr3Mmz>r+s6i>EAv-bcYX=u_Jx$Q}M0a!+ zz&#xik~Ja5m&y4W+eeO%_9%1s8X2A14Bq$(zZR4h)J@vLN9Pswka9qNgzwE~;4v|& zSQ55O$uxeAvAnna+IlNAaeb=+BBx*7CG~DZiUQ~_hW0i(Gqk{+(hynEq_x30!}Qpk*P>7d*2-+t^LB**(WSQiExFho?Mn@m}v& z_27et9|?BDitalyaCp2{BDd^giGrR|vp^O)@!>>iw5dr0I!8*)b&!kxlUS|aXIXcu z;BGsR&Z^`(SL>exSpB`x_XZt0UoD}CsqsA;!W*el(FIyCVPqs&t8%Fa9`5l)ckw(%G)dRlok~Z7>NJeeDU-q?GAYH zV0f02{WQPbGzF>LVJU(DOxoU=-WClouJjHJz+FP;{`q%*Zir!ez>AU7(@9(=3Z~eu zPBTN?@zJ#PK2)hbzPFP;-u?V~ zyv(qEBB)ckOt+1rDfo---e=ux4;+X~X0!fR-J*PnC@8ylwX$Z@OTBtp?xpijphTZ= z&Lyo+Gz!r|bxfD0Vjc>nHew>0S%un@e({Toq_)b_*s9YHtfHaj9}l>`XGzj+0hF5+ zRhs)^OpPxxjL8luAK{UKQ^*{A*xG_!THto8G4X&RCR zCUjdBbL3yb;!57tQrDvUq&C7guf5= z;veh)8E?PQ0m&|g(Ccr_9P3ya|9EE>3ATbOeJnz6$rb=+w}b7Bfe>zaN!Pp?pcNIU4YQ^sa#Z?a|F*YTPNh zSeWcROwNh)F}an8i9M}kw9V)EY z!yaQFjgCk7eWgcu>1>)te;r}oXlb8QY-;h>Sj^oB`2bT-2>U^7vqt-+sa6OEC ziLRq5Ccu`v=ObQS(Sto(mKr+=eG)y}Id!SO5GzXM>U&F;8NzS`0*7y!p-Lm}mFkop+Alx&kwMLQ3`V4ltAiCiRjTcK)OjSKMsD{o@U#O~Qs4{#`8D645sk(osc#4M9<)-BjJvAtEt3cVhp!o58Qq7lnp zQ0TrE9MjmR=Zie;Tg2_cL4o7bV&<7K!{m{Gs#zxFizJ?uuS4I(r8Mm^!_s0S#QIYz zt{m@25zl2KY{o^?9@#C6#%|(&faD(26K?XwHH*2<@xn_5DxIV%zd!Fcw#PP}hDujz z+q2VI&skAH+ULDQ!e+%^3W_S)Gn}5c4rfI?qmzzEQz%eG8pek42jyz>&B(HsgyKmV zv1KdosLgv*pQ}}r{zMujS_s@_fLMlrw)(9c4f#0N8Ae0kW%%S*&H@Tw<5}J?wNxVH z*4u3&EWQ@fVu<{L#$jI~wYxoI7u1ex$K;n4?PYH%;dS=f%(eS|NBm>2hdRyI>Q_jA3*Tb_g3XyGGn56bl1Ci7L0zu0uA=fi0V>qPr|S? z8%f#OnuMR>{5A6@gzF_$?jrnatKLXSt@P&zuV<;eZK8SKBe3Y3qfLFs?ASM{_h}vu z%7=({-7EB@yG)Mf-Nd%52P8dvhCDhVB?9V#@~%VfrT2$J&znh0wyrAadHT3an&>(dK*6$Tc2@R}FB%g0si<6OV!mNNccs81>lCn}hPL3>mbbRFT+ybS34WoJ zl#GD!wIIQg0D8i>f~md(_k)r$p{1YuD%Ul?pf^_ zX6~E0z^wjK8m;exNay1r@Y&~9MxT-P5kW)#k2L73LJ*;F*|`*#`=o?|<$ncUgDTHx ztEVM#A_7}1w{2*7I_BTu9MqPn{-pBH7^QTr09LT8PMIVyMRP8bGHX`M%zFFz4YxbF z884Yx+a(=q*k||Tni3GLb3ftpj%PTy;m0ep#E0p-G0F0cuJUUB;}1;|O&h))^5M?z z)BRk}^TiADzVA0&y5yBSb`hPKm7d9`xJhd}wV8U`k*%EHugHjMa-AfbO4>?lndxUZ z`PWJMg-8CTT*Wp+f#F7l9TQwhss{{`FoF8eO*Or^_UR(RbK05N^ouxK_!HL=b5z^=U(y%ulZXC>UjDU(MekWzK+;TQJYH;bzk6`YJk#TkxDg@R(mv z@ce{daERf2%RGmbBRk;KZ2NOVU)9c%*;7Cc2)6k25TEXY@k*W4@^{o?e_hD?>ly}C zAR(sH*jp;^jCgd4a?B5Jhy+_+`&s%L=-Qy5L+of8rok0xgrsc0B&w~D?3^Ya95 zqKU#ZJOww=yJ2pglAF&0U}m18n;6%yFi#mNGyqH<`9=yo9cF_R3Y3t-D8ZYJb{O(O z^dhAKrNLNNHH*>IdOBO0jvSBgro`N0TY`8JR(J5MTlu6RUj9bXq)&n zG62?x*g`S{@__-{0LDlFEFLk0Bt>zC5=s-7Mry%o5DQ3Z6n7}GG{7Q~4@Qn;LkWap zLGUeNnukOYMMxf$NGJ}3U?=8u2!M!3vY`0yF~jj?VoHbj5P3*0l<+-vIDr=I6mgBj zL9yK9JrYJl4ZwB~r$_*btZl|iNjs{ zi@8xWc~hvODa>v&dS%xy5V##Fx~mZ=xElP@v9Tl)^7AU$MbG;iDC?g#S*p)}U zk&aH^wLuAmN=RdrCeFef_I!}ND5+3s2%1F#AME*_8nOx{1|hUaYla%^HXxT!G@(2Y zVvBSSsOWAHavDVy$^{|XNjrrG?DiqIPz<4b5Wr44BNVV3j~qgg-gAZ%%A}P-wRUTe z3n=P)?r>t6bPFioE;)+rULYK6Ajx8=c~2BsgyOju3C9^o-WfXG10du78HfK7Ga^Z5 zsC17HnTO)K7kgtMP8$D?pYr3o>C$P2X=RmrzpTZ$0Na0>eFCN!Uqf{(yCYT zMiV+E_`09TH0Fh-=Uy9YxH$gHD3F9}b_kxx^}*dcBu`{R;N~5oC-Qgj@D3UJw>WTF z-#7Gf@o+0&F?!i|a2;PEdii$UYJ9yqr6j`o1v=qFLy5Gs8uCL0iA2rnAZNIQu@Sk?h<al^~c9=iAP1gF~IQ+3rl_ZARw z*hy7LE^q=TCf6-EEOqcDN7y7_j@ljw^rrH4Pu@#0UKV3C;vgLRb=d}4Vk{Ez1BJ6A z)gv+(#8`?CmV75WVtg%Aeb;@a{^+h4(QRyI{<^o#ATr~pcG>jLRc&(P?Uu-0X%)Wn z?WF!8wRPShGd8JTf#p^ssDAC*Zt-KtcPmP8IoxZobtu#QEL>H^fQ}+7{Lo%BgubT1 z$4#(}BL6|?>3YF!lzP94x?uawUhuNmnEzDf)s*inHO~F!ANxjVN2BJeIW<|Avc|`k zoJtRh4YY(w_g`e(*S}f01`l8Q>6X z|4wbum_Xk^Qhen%W_e9}6GH%ZpP0Z_?y+8oQ9BobcWhAUR~Ibm2+LrJ1!~8%3=)wO zoOQR(=^4-Yi?0j7Y{LBmMnms()tsU3rmIIt6K*vhTNzvqqk;O9XBquYcXKEOZ$h zRi(M5O*L+)UNkar%8Ie@C#T|=?BEmV%j7HT^{x?lDhIj=5bZ67^s>+n z!-?0rQU@!QrqS5y=$f=u#vdtrbUqZO)8iX0ueL`(OEUPrmvZ; zSu4a)p>Bpco0)DQI#i%Wm#I1S_$cHa#lyF~p}e{G_x z%WkZ84xy(~FTLFPnYHMjzxSTmA;`y>`J}eOGYw$a9JRk$=-?JI)jv+1>0>^htI=Ud zbs}|uwcp$9P(jkoPU-rZVMKLW<&|6NSGEysjL`$c5tz|9>P_x*oy1Ysc!Hc|Q!Bce ziTAH6y_w%R#^+9R93D^~t8Tr@XSs4ula!EzZHLdy_VhRg}2h*bwb8A72kDc*srba5Y0t~p4vRq-Z=g~ z^)lLlyt8-UO!f5U<$R^!j3b{WpK14!1=G*T;83-(B0(JvRh}>V?j<%;OOqW7e}}ab zM7}kzHFWLwu|D$>NK97rjaZ%*ey7>qs0bvG?4_@vFjbJ)ut)qQ zVDgeDLQ&SZ-Ov4f2fXpOYbQzA?f9)x$&ZH_*E{co2|v)^%5iYx4Lq4}PxJFCD(Hfm zwCeIuwWI#0DnIXyjv~TkcE$L$33rB@s@1QF4L^AKyN52d@*Osp<9YUg0&t6lyhrA` z>^tdfKdYl+Gy0$9UARN^`EHQRM(3(l|07rEuMT?b^_`oDnjeM>*}ph(n%CSZepc&u z8fPnM@c0N5ZH&ui$p$An@p5ZO1G^wBgHwJ+-1j=uuZjmQ*vFFxS_3z)r*yhTcRJ+L zr+919y!)jVx}yC#%e5R4>W(2*s|p_)T;u888s0B(jgDWLnF zRw|*+A!%Mh!Q^#k$@?Lzsfc^IegX30eqnL&)RKQvw@_WLzp2lUO#TJGXi9*sySsCg z%gkgN@s{G2{!s3i-fsYo)kSrFj1NNSU_=4O{BV ziD*uO3ed6Jma8?E0ja5?C*`0X=6@;QKIlp5Vd+pR=#ebhh8$&Mt>lr@_A|{n?|S#E ze#ta60<*g;esj?PFMo6434S?ejK1|UEk{hh?F(7P|7ux{G|_J`t#Dx^v6-%ZHW%t| zm5TSal1uPvc>%xC>k0nT?N;-;|NaQx%q;1tBe2#a@rfoeTU2;1Jg=zXt3&=jRX0r% zB3U6!rixl&%=y}?kemc1Dy-`YoM;jqPAV)>JEzxh-Ksj3%Ky3{mi97nH*W*ha$6p@ zENy1I|0VROI4Hf|lg1{uQW*kHCru5xp{ zOVwHfVOdUD+*8#+16Uu~b`G*BHh>Mx_1z5bf14tdeGyFp&tbxqCs7Y>hT*zn4u1C0 zB9Z$_2G=tq@sq{-uBXD%i)y#I4b7?Y{stqQw#79K_RcEh3{>%zpQ zt2MO)?&U{q57wJ9ff_QGFc$>kl(=KR+g*VAf2sQ)pU?~Oo1D?mo*4+$ IH>08b4`|GD*#H0l literal 0 HcmV?d00001 diff --git a/gitbook/fonts/fontawesome/fontawesome-webfont.woff2 b/gitbook/fonts/fontawesome/fontawesome-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..7eb74fd127ee5eddf3b95fee6a20dc1684b0963b GIT binary patch literal 71896 zcmV(_K-9l?Pew8T0RR910T|c-4gdfE0#wKV0T_7z1ObTv00000000000000000000 z0000#Mn+Uk92y`7U;u^!5eN#1yHJMdO93_lBm5dc6WY?}?kwoQRxJ870r-=0+y%ha*vYuUCUJ?P7_3+uzWik9+_!7nxs;V)%a4RNH^ zc4m8B@+|{zEa^4NCck}}OyG(NDl>kjf{My9O=ulWG&(tIM-}fv z6A!D373NE?xA$4-m)kO95k0xyK*tYODl4ALJ?*1sxjWyV^(D%2EPtO@;-V@{l;!qur0sm1n1+kORV!d6824Ou#3nIYjy1X(qjdu#foYPG3KvYpHl^J$>L@W~;6gmmj7y}hY+ z*%10elngK%mf>)kmtk|3oM#F%vwyz-seUsri!-}CbFaX$3j#~BowRibi*&DU5|l^-9DojV1KmJ3&?*~yNK2{0#ZVN1ITpSs z)hb)%mHH+owyJyZ;=@2|SH_isxWXiDHvg^j1gB#B94B6P$PL*D(x<}Z8c<=-s-GKJNgzh3?2GDRN3z0T&pzuKy5 zEZSgX?$}|6u@yprg9vvZe-G1=dzY9MP9KfI`m zF9dV4DyyHdvHNuonakq%Z})dn-%>?ILFE+}GmvqYT!PvdS_xd~FC$J2OUk!l z%#~<%=S>TDVW41I*<5F4PW=Cb00Hpk(YL$<@W$Mu>H*$ccI?5)Ybyi#10WFyc^d*9 zT@NTbOSECo`VV?Eur>U~%9S8~$K91%FJ7^dkl=ePDPVU1KT4Jdkx*U?+GziVn*ZNm z5Ly&~RfHJE5TKH{G%~ix3^0v@=3$)LA+`D8|9u8QJP8m}&P_bPBfQPx@EC?6#+x9u z_1@$IZu4!I$0sO?FCpgIyQv4-cKPrfii?1^7rz$?-~k8_VYCtR5D9|~OhT-9L7|MZ z&De)b9BvT`c?5=3T5ZKWH2FWU$uXUn9o&g#QBPhznSb=-(SMJQ-jlvWk2wzDF+&Fj zixv%P5LUoIrnI-)X}9XCEb=T(;%1}UX}6kK6DwIl!(PUnZ zodpVo#2~T5(+Y{UT;*~#?fFdq>}+jWzVpj zD^#_xDk=o!(`H4DWN{OkJvuTv8G>h)GALN?mvB`^Dw6v;T-*|(!jWpiqsT=X5~if+ zT4dex{{WPu<$a27AAm8mrz`uHrR?V_Y-t%O9ovX_rx3$c&hVA6Bo#2 zibMgz3{CqOigan0Pz_xxP-+aq|pHZq*@VyYNgA0bOntBr=*fq$trp zf#s#7I(cL%p^{>X@XF{2lg&y7f}C4Q(;7v;kT#5viE9Wy&5+EwCzjj)kRrnuIJn~d z8SwB(@QWf7H*Au8PaAU+2!v2Hh)RT(Pwoc7+>>S!ny{Qf_$DcjfMiNw30-cw6_;oT zX!TY6tNIn@lSpj-W&ED<{KH5V1Bvl?jGsC z`Q`?Ajw5S8mx(Y~Ib>C?OKO{rN|o7DG{A!W zKxQzo9Pl%yi|_Dq0=LZg_SM&WL6iam@eQqQ_k1MjZ+}l6>AlS+Hyy7(u#cGxs;~Xc zJcK^~TJqb>FOVsX?3mj#XLSbATwbev44iR1j7dJ=qq>QRaJ&shK$roRrpOwmVOFnY zk<*Uh(7UD^95cl936EzFwE$se_i4K1OLLI3yD1-LN?r46eN&0ddyx{SOU(6ewwp-y z=bgwyta}0?KhM+53EWKrej{?$(j>QR0C<15+oE^SCNT(@peREXs>Rn&ef#7Ke3=oA z_V!J?3^qY9^Dt-|LjYLq@~~|4&@Kf}tBxjR+bnrrG#1y_4jcr84UAJ#f}xkqIKI6#y3LRuRw7X9+t-{VpMl=_71_HYDN^Hev z?aq{SHIAAMAK#cAZ@TV4Y&A1-Po%t8GI;;ctaZLWtj-=ynw;sG4qs?4H(YmT*6N~l zH@miZdmd1TpS5_9)aPnNHa@sq{MO$URk71S0B1)Mjjh?ASS}d$zvPlj-z?|pt%Lm2 zzKS4|W17$mRVh*>SV0&JlpMg+R2#D}vOOhYGjpZZZIkO}V!Gg&iY5%kZpc|zna*gP zgL5{;u;|*d>#OP*xi++MzI-X5GNr*Q>*NnR6PnLAGAd>V^I52JGd=sosl8eXxHT<4IFVcG1Jv9|5oy6{Yrq88XTyGE4pP*}UJPOtX zdw({brBa!E7I2Jbj;;<5E9Y0+C!V>!*^!3nZsTxfR>0XAR# zvlqsjOG9K#ST$fs`QcYK*tM-S-&eu}E0+Y{l_F)N*OU@VG@G?yO{q>vXdrgGPAQDT z1p`ir8s`vmTh}V{W#Cc2+SHBhQO&7nr5VO}L2-jdJW z!tr90Qc~v%E((!#Yy5{nWaqT?G-%Ya>CM2{ts^~}Yr#1*_;OX>9e5VMoG^7yp5 z(Xy!snhKviAS%84VECkXgF9W}aIB?NERQbwm%<*G5pGX$6?aTDuwawnI7ARFdC}ak zwed&n=_i^jF)t<$tNyi)9$PBJQTc69k&a8Dl`jIiKW#tY50ZMs|;h8LrF#Bo~_5egI$UBiPF#4>~$OIauLay&K@ zX^#xuRO#VpcrY1`4~4XZi+w@)h6iXa$suYibVB&I&r|796R_bv)76ptIS^aJ!Hre- z&kJ;ihj52R-@c$m@av0uDnBbKX=J;vziLB13U}cY>hI`p*5V2JM>k;D>m>Ud*xWKL zy!2PNqc_$vf|DAxVNpw}N}ne(+{xIG{Qio1NuhECG{Rn#YK45b9q}Yb4TWy-qNft> z=p~-^>r024RwC()MD7NG8{Xh5I9|sk5W(lqU0TH{h%Vlm`_OrJMaM>6qFnTrT<2@1 zShLW`*nRdGLad2(GqOcS-t4k0XmI0X2&7uhBgt8^#|KAJq^rMq(HA|DHj?eHH~p9< zsJ##xGHjB7*|w{k2FWBNRM2XtC@i2wpP5^&fSm7JZD$Z_S=P)yg;*Mz%c%JDnrq@Y zXhu>|xV}M`lyN#JyxD@eqseVU_b-SPSmoSmNK*OU|sZ0d(*s%Kb3MY;B+8{X~j1ICPM?FR_k_x$rs zikcbS^{mX+pp4uXN!aM+aB$&E7j;}o+bpAe=_-JfaOWYObIP;0oQb%4wZhZZ?A&8s z3(o~>k-Ph3m#=W)6jKPlVe3Mx}X#Ch5)4y95VuCAzuMi;`fhkJLI})p)z-c9*Zwk*{R! zoFhPXr1LjY60$HcnO7gNx5%q%-p$n9z%uzDO+?1BJ6cS!N}@$ zJGcJ2rsBMV1>n2YOjmmk5Sq0~MD?sdm~X=x<7Q$sHjn7=x@C4U0nRrs1bUysU|FcR zbgqNN0=2AlH*qiIweEX0wP;_5sLalehDK&)%FzEI6qSgmk4e6N8C&jGXzMeg_S%~J zRJ@?BZ_x{Zs94*~@=9QSz(Cmj8=iUFvX)AQkL7oS)k5Zkb^CUp00S&&L2%lS8t`jH zXee`KcDjwn-I}<7xc%fMfgCCiV$+F>0cy98YsQLsbm?uz<; zo<<#oY6S1*plE5h@up~87iwLuNzy1e-Kdd}|s zHuY&lM)(BZFh#4}IRPZWvmpH2daniN3yDPC4}>tT;n@|Wbm2VErvS_Kj$`P@K}ip+ zf`3{JnNf$!C}RM}moU!-pO@e&*AYAeQ{sIdA%fB#`3{>TXGxbxLj{S7J*ih~|= zOy!4Vm0Hvq#Zf^&BBunwW)*ok{~^U1))`tjSG^(i!*>nuRw=*enD(=Z?#ANzcotCv zb*U(FfANyZ>+puUc`f;XNH`dI8QNwZvNNl2lXE*l>9oR7*r5vBlWR7=!Txx6fiL+m z=kUhG9zyjtG;L`Y^U3%ijZ&J1kkDL2FqBu)GG!14sdjiW`|$Gs9j~_K(Vl%!M9S(Il?dnH%lK zv^Qmpe)<~=rHk9>Jf<=MHstZ;(2dh+{@Xu49$dJx&V#=)>1QUuAYmLL86g0cI?DaY zOh6jD6{PTGtZk5jcXGR0X8dw+GJi}7X?t*!muZ?)4?PTc9c*OegpGws;aIgwCPAcD z*6rRKUB)oD)Rg6GG7^;_<&-LG?f<`0<&Kto>79m(+r>#b@~e~<$#;mW=6xGOqvh=+ zHm81{kAIXL$su|mqnh=mFV>$sfJ=Zw93;r^s@!!ScUHR+&D(Ab8vaBRoka(M5^QAj zE`8}Vxa`@mJjrC093k|D-b=7(wJRf+)=kM0&ER869hwSAS|gJ)R|AJsLPAhc=#m2zRBr9#=dK-oESBt5vPq%@>ch>>aVi$+hP5ap)n>L^QdM6#4tB2fav#1q1# zx$$sPBk4N&Q}6Haya>19_MI)nR`AXS;DPUKV)?LdJ5IJ0ZcS`3QeSe5(YDMIkERg7 zqa@>FPgHj(cp$}6b=$gu>G0gfJ38<$7~*tWdv^KvHkkx1Y+@NtEWj8letj7%`{!uF zV$0JpF~Vqrtc^5l6AVv|ftziV%hV2dQILX$;wbSCO|5j0gPal*kg$R_Z(t!6zkx?6 zd>suEuqruqYEBHY7sB-7Mq0M#A5lqcJ3RWTAvBAaBP1;aSL{?kIdWl@q~%@sWga43=cx;YfCu z(K3u|?K(`;LG)Zibaz017;IzdLFE+;_v%M z$j@^#eua_G}wUL8&CQvDjh3$X~fN!g2m)ZXLx>x*MdpbI_$dv?b4n* z#ac8i+v39p9*XaiL;ezLHLnSx@c!uFe;tpsm7k|K=J)OP6n0i51YB67LL1YRphO_- z^oKRuXAe2ob??kazS*H?+uSXeiy&8O0&Od}c;T~DI>g%o_i9o!LWOIHf2+xl)*h_3 ztdVz*9C9_W*sg?rCJ5*CG~rCy%f132q@BYMu5(Az%KMv)-NG9a4=f`$mPg`l6F#!P zPZ<&8!tnR?%dcsrghb-8onSH^PJYQ>A)>PqIqy$W{Xc5O;(soS>ChUz@?T5*FvfvG zZuH=*Cs&V4#M^A5sQFo-t_B8 z<+h;*v9>%Y)uP)xw-0BLC4iIrWj^|=Ie_Yy`Y-FzB_{*=)kyRaZ9bq9Z2E+lG>T#D z|0T1Y%(FY@o_S;@XV+>ub(~KCjfj=C_GFn>k1%YF_21e|>xET2xUCY0|NkVY@u0kG#-Sl=VH%hbHBe^{(sl4NHLU zD8NmDr|>yRz=;t)h+SC}ViOJO!r62v1P4X74q<1TMzTn+^`J&|?L)4GvhotG)@7AZ z5Tnju%xo$c1XJ2%?O!ELvAXZ1y6l`Ia~5dZI*SvUD4fnroK(lG`J7SCrPK%L6ako{ zm?SDzng_F1t1WTm(!bn`7;DnkEuHzoNuy525+N@gj-`s}SC*riDpHf8YWdA7R_Zxw z)ILVLRN+KfRWgwqJ2O411l5=)nU;bnQtHvFjF<)V<<|_$c?Hom$GO-M9`eK%LwRnX zM=gx;$^G~70;LGI_9Z-*Jxeh7~QK{bpC^=PxP zlVC->h_tUEiQH{5IyzV(syS1yD*!gZzvex;nGzVclJig{NzCf?5$0f0%D)u748e6b z57~b>^5?bVFCA~YIH~eN8n1FoeqN4;qg>`pH;5R%rD= zF3YkjVON2%t4zzL@Xjdvum@jzOvSV65vSfVkk8Gpoz}Fy609-EVS0jO=iQ?q zZ!+E9(8&BRZd|!Cg*+r4&!zh`l{6T_R+ql&moQEoDx|AT09x@^mGhBQV34MD!Q~!9 zKiige%VjLyhG-{i$O8hNC@-Icc&~kc6pweWk*VxhaB8ilYqf=6-gL^Ui+r+KM9(wmrjp5M>BhJOJa1#DEsr{oi@^*RmVy*2hc<|b&A@g6(@VQ)cN#1`wse9} zvjNA?{a={<^fDE=AC?m@`(0UBSdq$?jI*lIDqdGnvG@C2`YX2E9BlSxA>I%U@PF3(J+M ztfsBhx8>NCgBL2iNgQe04N2QIv-#QW>WipmG0+JhP&>pGMhK-H+qBAe!+8&nE9_C| zVAgmDG59jeVipd0hR7a}?|HQV(M+;uE{xme*RwAyKh#=_(~*LD+IOpIcYlB0sPnS7 z-w*BMv$9OCf5AkUd2*+|b9Z4#&aD@E+F=P69(Ggn>$2{hO{$%eki%9IETpd7G(C}B zN)JLv3>!n#Ll&9dD_H+4;|TNqQhNw}IkO<$6@L;2(?m=NSan0+I1HJuM={%_Qn3`B z;L2s0oW2#|;-jA#mlA5ZZ3PqGI&&1l&qv;q;L)SrFM7z+247M@9 zE5ML(Ue^|t&K)hSe2#AIU{yG1^yM$a?j}6@ZFI8*jYmQp+T7c{--pv_G&dS$gv{thY@% zso^>8Xp9xyfulP5A z&Ymi^Hn37#N2sjTp*de0$89+zBd_{yiY_M}`~GUBa7Fb=MsDw!F1tpi(5&}upEV5+ zc#Xq>$$onGLc^FFcAhOHdVtGM`}h7k8a7R`(=%6FW|`Ss5@(FDb=EZWGUcaV)q&lK#75UB6X!8(A%gQm}-A0g?6;8(_EfrEfX3UsLXma2wWxrNT zD=b=W-nP({n>QirDyOAHWjQJxUoBZjL`O*kD_E?O_>s#*zv61#VX`4gkw5ubae8XXRy-$pT}F*%7So`7 zC3LAHOQxGfDmQ2ZJuunSVj<5XgWR}fTA`^|p3-BX5Q;VpLkM|`H2x{t^HWG9uEnv| z4MUAwe5YvYM3MqeI?L1db^3!WNs_!W7Y*u;y|9YP3+ii0TycpPk18yl{zX4gzfCwA zMVlxk04U0ycwDgu@w~zo9VC_lAEQ8NX!cpBG)%`3DJvzVM%emVC#sf#_@f>{@2fo1 z+E@;+GYYja*7Qm>d$50OqJ8Zn2Q@}LhaQR zIzTCNR0t)^CzB(B#fa)wDdC%%)Im|(skvm3^pRneYzv^d-wp$mlt?a$);UD0+)+xK z=KoPx8jF-oA(g@)54w(CDk24y57Umjnk)vk;VLPq9KPD&aeA7F9Z*(CUU8$~S*aZQ z%Ed{=Qg}MSX<&TEl$$)1h@Gg++oAO&rK*=!i@rS2L^V)m&O|1z^m{NjkU&sDZ7X>- z7muSSBBBaY#cR<-sFAXda`f8AV7zFbch!2eYzVdH9Mau^DJ~^pNdDdRL12Z7x6mLNG~%JO65XGv7phC=n6oE> zptAKH#9Fl!n40TS)UFwt9BRR|K1HvL4O8~M6|W79PTYWoLV*eL`EU+%#?}%F71I;R zr5;USc?dG8q?>J%BYtzsy2qHJ0viUI{?qoER4bWAY2lSHBzFrR_ zy-Oc5B?e;KgIujUDaweBs^%CV;i6Dt z%E@}kToytRZoR;{r20VH&6n=3AoQk-SU-WL+cJP2>w;Afj-n$*^x9#YrH^NEhSX_X zF{>d)s!AhNDzqTZW-p-;w;)CT*m%m;PtY1qDkr&% zk$qtlV7+&;MJ3Zb$si;3BC7T73AutHAhS#Egpy)22p?pwC!9RtHH90YE2G**2YObA zZJlg#+3{rBcg5YlBNq049((6%9{Dx2i}LOpae4d<)hvYeJ}$444j56X*w4mHa*)r3Hg#W4PGZc`M*l=Yl!gi3dFvo+kme;!U`i}0K(dp8A3-nvJ zC4~CbGpb+URm9O`@3w&8B!6Od=LN0X<ezUYv~I*si+OJ^6Ro! z&r@lX_@lQnqv;Gg7lC6C0E943?jzaAN%2QB7kg=Db(#PI{-155Hrix1Iu@Nk(lFjS z-H*j5;(3s7;N*_3hAAIaar+XD1rCx{x2WZ5V~QQZO&7%UF_-hIoe!yHFTtr?(K1R- zBj7=rdnPRSB3PJ{lC*`fE+KJiL5>V4ono)W4unO9)zviz1g#vK4}pg}!+`mV_ZRB6 z0RaUH5~LT|tlX7VhV}s+WS#Vama}_70BV<*1_}fO0uns&&w~=9__Ey&@b7Ez=Y{}I zb$fv)4N4a6L9Tzpgx|j)b6a4ugT*M~@mhZ}syCdTwQ{_5itJHj7L2!6t_r(Wsg`ZY z+^$etOV|M8?Qbn5GlFAw`_Q2u^Jf64dtqshX!mp7E@MAqgpECUKnAJsrQ^n>60OfN zUg(2JW1Q%Yty^SqqM-^6GP=G1o&moPJN*5Sh$0$ZTV&f6*gVqHF~#60aSK#+Nm4sylw~t)AG~wOWa*ZE6s?U+4A>TiB}?~)_os;Fn#93B$sHiJp~?P zZ56^)(~>Ey;V6_<+JJBj=HDoMV~3CHdi$3#f|u&ZT)_{FDSd73G@Y!W0)G zRjqE%p%JNR+KafkBNAA0gvW`6t)xl{cHXm%DA&v>x|TRdjIf4Y=pZ$~={Lsh;m)M& z16#WbP_EkG%BW+Xq5klP!KFpxN7AaioXv&Oub`j0Tf|o(2+N@g*1cjV2&U5-mE4|6 z-cTp39j|Cz*a2Fbz($2H|1JxfwaHxp_B9A!3u4PTVYW+`Lm`kW9x23{Dgp0L05M$p z3%iOk#QsVhC&RJ{LMN1~fu+zKhL_~);SVYfd-7X98niik3~^*$r^9gBUY~86mSCG0 z++cPS?Q2r#i_q({JZy2gy4<#}RB^!0gk{VKRi7?npdB&1CoAud&Dl1`?lka@!j=Y2qL=sQ2Ky<$JdPyXH^N!yOG)>$o?ZCJ$sIsf|Vk zmuku-n;a0Gk{Hl2X}*3+4c;)gmP?`Qe!6!@{zWbxbiVW(|}#%bw<%R>0=W6<&xuB`!{*Hy()Y%2&@I-@!%K|DuEL^Vm@6`Q~+2kMgz)t z%O@bmdx_P=5)4rDOrlGGm})M5DO4g+;{+C{v6R#sP%(n>Ses{Q@*}SrFB$rTUm(8p zxhE9y9$r?XrLj|+5yo6OESGZkkp3jIHC2Wfg60wM;WQ7rB{iVv=X>R6X!js~a|k|| zaxU9QiJ<77Q7)*o8kGm6E)8HdUMpB55_P?%hT*%#_nSE%y_mk+Gd3*S8c?e38(7awbfK^z~Z};x7DQWo*IL)s6gm{SgENK0Z!AHb;c(jq&zY__lQ2 zkOuV)S2$QzWN6ULH0>(C#?q?83-qfLMGGd9JY;B0;2Rea)LEoXG|Sog501{CZhy${ zZMe!as=son;=|~D(Vic6q9~n+OjOPCwUL%r?c@fYVXv@s+{{cSQZoXZs-GDgwL|b1 z;GqKtdkZJeY|b>U;eb|Xjjq`Y;u%J?M{V8p&7xV8p_Cu_pdek={4xh`hDN!Iqjuzk zY};^m$ABU$-S-S2b@KXci|42VxJ-hp)@bm?Qj1{NRHP)ddoeR50-Shfs?~v$O0{0K1PBX{ zC()8f7^%SJ2oV_|q1sD*}^;7XqG8jw^ELl%fn0r{&Av|rml;t%W^%>`ynr7qmy zMStM9X!MK51Hm6K(T}G)oAPjdIOH9hN!CkyLW@#Hu5wOgA(7B!!oJCV12YT(Z1}h3GZ@<62 zd~md_+eA{`DB;Qh_#F!nx_#H0!Z4Qqa5OdIGwFI8g2O3+4rh7xZId22a*+>?o@d8W z*AJ28mPc${1u>t2quHizdqrNibjxni_illCOZq#Bngpd*3j79hz~@aI&x{tD@YKSjx(X4d<3S_NN^!C z7UbEf0?HfuYdexfc??vOg~A}~+yJMP^5fRQ%cL-w98K{9gd}DJ0#M?_rE{R`b#8Jj zrK+Az1jnyjEj#A^W<4r70I>zeiMn{Se|bhEd+pX4Q}HV-(45BrCVuK{T6SQUuReOd zl;PSmztnQ~AxsFAhkQg{o}iY(8&&Q=Sr;QF=}MZ4u7?;?==O)W&86R;7f-9iVA4JI z4^)nWt&u6cEOTPzx1*F=_SlE#Jy6{ixuxigQ9ip&hb}~{qfB@~sM*7znAPkDsh8-& zfml<5`*bg|F@9)mw&Q>jwq5?Ays~S3&zX+3_LK+rQufgmjfMAC^GKdDC6mzVbTI?L zum9Cn5KoDp_R|0*r4nM^V3L?pK*s`m?(B5GXM&oX#AieHzPd`++QI|$ohoQphJD;?Nm2|KZ+S4XvIHC(KTuI7DzbGd-~&II_qb#CpM zt&$0*LxGk?V{K_ScU?ZKx3o_VwVWP0>1%I#xODToKTHAaH?<_0Bthm17vd40Q|-g< zT82=Yh02%6d;$H^B==J(IyKCZ|P=SSHgy2yF|YB{HH{tO53k3vfSG4W+!-q{4cp83-n0L ziV|y;XUQUi=D~TV5!>=spl1qeOBh5CTliiPh6RX=maFIS6 zl%SCGX6jb@!3#~$_puMy=D+Pu6GMWBoX?eeOtj>ToX`kd$2IuSB!ISqBhR<(ybl^y z-(cixS3ARYivJY1OtHc+&dWXezxYikk|TB_wuUAmn%#_@fwn7bcYASY&2_fhHPz!o zc#*KVbPQ40U2FViWzS@nvcw+CE74LJ*{6Y z=uwJYY7ToZw(X&xO*PjpSV@@&hPwFzVJ>*H5pFg8N3YiG2m5b60>MHsIe6Xwa0&ZU z$wVq^EQr_bm`f0M&DXx(Sj=aUh{L;V^J8cVn5S8A5+4PZIswM^f_)itMr;eNBxz#H zq<1zfNDf<~J!y`$F`q;c?SAfGkI_f^5T4S^+Jao^UJ!MO2RLq2<6?5_di6Q%ON zC=aBtFDxTb6>G-g7MA z2^@hIDzrzA^Cqp(DthnY@4g3<1|>1bc*UBd!14oc$gZ9C(Ra(hNaci?%nEY8nT>u> zF^-<4n6)`P2|K1P&pN9hm^1izx2pyXhh~ABj4DC8bV6U>_sTF#4JvOh&wNvC6$l@3 zHF5O$y^ETb37|3R#=h-3TsUJN>Z--OV2bs^wtgKdhl|161GN{sK#&ZWs>^WkFEgK# zB|GDnyE!oiw2cm3LFE)`L*pq*$zI=b_;tFo#JD=ctF!P|POWG|DD z;B=Zcxswi59dzM`=%=6Yg;aTgUX@zTP})?`3Mpq<=9Go4DdQI;jFi&~10QLg6tKFH z=HS&5vQS1delM-p5>3JCs@Ow2XVLL!Y-CcJIF}oaBm&h^Dp@Q}Wv9q0tE{lrS~)%A zT1I50i)<{KJBi)3#S0h8N=at$!NH+3SXQ)0;qJl4OUs0`1Bfb!%bdk^Rle;46)TPJ z#P71zcGXU7X%o@W?7b|{+8SM=gtBrSe*!Jf025sD7gjH4*>4=AT0P%b%a`M6WqOPi z!K=V-d1*@Czn%t%uo=Z8srYr9s>^y!?|iQ4)-S0(nt%33X~zN1wcu>}FfaI(fMT>clQ6%XDJP#pJa|gx5_zREr-awknAn2FqZg5Sx{Gsc?B@RaFJERnzT4 zyWUiFiP0liY&UC&`T5L3vRXX9E+ypC26NrxKV4*G&NAg&3xk``jQw-+P-@& znO|mfL@m+mn`6s16ma7tqsB}u)-c*ei)pW8dZeh}5-OMKSp0-5WAKMt%)MBpCrefW zRJtrp>l%Af2{F@JSF_efGsya{;e~_&lB{%Q-GmHs%?xE&h^G${W}!GYP)cf^&!};~ zdzAQ)2LkI0QXoIT(_EaQ~0}QOuG7k<=w-rqdqL7*F)-PW+NWBRU>@w z!B*fS{(Q5OVNi2gW2eZRY;V46zt){3r?G+L6gutli{+2B#B?hq(PEY5xk(agbXp^W zyZQ-M7bYsubPkm9rTrYeYt1>HCH8#tQb^^A(eI=!-gZl1h4YWj zJZ+ zFM1g15?=1r_o<{Egn;CDkWoyIG5dLey;DSjLdCj&DZtS}b*y7)XHHD*Ilp2zSc6rn zj6dA7yhu`YJ?uvH!m&{s&+aKfjN$-deftu3O1SEsV~ntR{EYV?)IO2fDp-zH62t-+@fPtu zt4)Rn0W?;-0QBOzQW-O$0az^2H|3+j*954v7dJKGs7Fz7ke!?IV0@6k^$Z@Z2NBNN z8;=e$zvfbIWr$r53S!{>Yoe9a6`x%?8@8;R=R+kj)Y2)KzYOLah!g;a`(=r*%O20j zs;F}N4=0%ejIC^_50xE236@Q!ViZQg|EF?!WZM;UxCT=qJg8cl?cGV~Ne*%(vch(2 zj7N}Kue~B`)kzA_Dw7zE>3M&|KwnphH@bUL8lxC;n>*RaA*_TsNg7yOp5GzXMJoL) zat$Qs)W@?|yEf%ky2#kUYQ+6tr5O@d4qc(@XOK4{ln`|N1gf!TF$^t-YazEfCn)Re zyhZrJZnYdm+8%F6i16!HDpdh5n_KLL&J=I;9?U{u^V|3xrca(9edcLmM(EY1q|GCD z>aIyFhx*z*0W;DQ!FDBL5O;}^p_Xe=%@P*u(lKNUdYz%$?5;WKhNqKOo{-=DLD$8| z4j$Q${=_n?c=v=E$+=pUz_2K4pdp-UTjIRMI>e4^j>5qIWamL(sRfpWCJk4E+XeA@ zIx~6^&DWwIEu%D|8lyM-7j2@c>)`FFSWcEfi8?wGnuyb}R^^}Rz>e;(7HR?hkX`(5 zpE{Hn90;k<5(Ld!u?ia0{H%A%wv%M8?tT2hX|^1fKVZ`&HCcFHw|6B>d~3GQ)ni5^U7ysEqAkQsWB6JlO#-M z@@4dL1>er8nsq7Vq5NjB3JmY50C-GjAr~H!s+j>8y3n=TGP2`IjCb{c{!3x@dWpv& z1PDE$jI_s*;u=6wLqb&R$B)6Dq;K;R2w?~xe*u_;5tlJZHiQN)=d>1&0e~=mQd>?1 z6(1sb*CX=}JA_LxQQE<9gd1&{v+@~CBV&!MP|)G1xN0^QXHNBYlcrC|q@;=>EVzDl{19@$4pp|gTs_cGf69WQKHapw;}lsUZVU6Nh(kp{t;ide6DP7t`xm~Z%D7!vMTtu zd2dwFMKhcXjqO9ZZ4kd4(L`20l|Klc$~}9rB+oBksP*&y>q&j1q-`TJ(GGfwrE5dW zp(+?mHzP~l#7K4FcyN>5gNnlo?!Pe7`|_j~Bl8bzhv2-}?2Z~jwszfQIAlqZ-E00vdu4AoJ<>u9!4%Z{jgG>C?xPMO)A0Ev5F%-=E z?0o$osyWP*`WO5~^MQmDkN-j*^FvDusKB+TfY1%kSa9-OUe?*aN#jjz2iU{iESoJK z2{HuApjrBKF7?CwxMtDWw_|_ovsH0L)enR$@34Rv_(Kmk7%4*}%2QGq)&}d!>(*tm zD<~8j%)VY|IG_S5FKVKE4ynmpqeM#g9=YtuwGqhQnNm5^I>h2W(Ur|Zi)Z7{y7q3% zU0b&x_M>{mld!lLNXGM!m^m!W5Z@T~S4e8d?)OE-RrpoI%Qx~%N9FfzhU|%;H~Y2C zd{qENK)S!Qb=3aa>k?(dh0CRH6AVUUP}&1yS2~6tiM3@z^}?mArG-v3^ zJ5*O3;qWk4!n>3|GE~3d?7Ipp9PZv~$wTIy$~MB`+DqE3uUHB<+S3&3JhFG#>cUc1 zj0N@`qwsQ(f2G|;)4(pJ8R!s?lACoDI zk7>fmz`h9De26v_D`UlsCtesrq-^X*=B{Te99RB}64$?mxwRLV>{}EQ?KTS*P^@yR zkq{dgv%ulL^gh2|%D-|_8n&)}G`8_-;Pxws*<%FIr}x-NZJ1p~JFniRdZuV`qr}*# z0^17qGNJMaQ<(iUe}q!-SB9#Ap@Z1x#!%f$ z?9h^x6(t0lJ~?UB z5&3amHwz&S>J*KN;5ZTit|hZeC=1U|vf)Kjtt*#HbRG52?ZGH}e7Jh7I+{WMp7~=w zxG~MF`51_XIt8Mg?U;4iafER+p|}!`Nh?;+;VwpyWN)3dsU%!-X8a;(U2={_hig># z8V}IQFVz*dKN@8!k2V>sd=d%&7v7fy1$Y>?h&9avlj}Y}diz0wc6w-$0N3_pF&+qW z9FO$q1(}EU6Ed%5AaL)|KF%4qZjH%)P3hFNait%3c-7;lTOQkDc!A}gNa}h6pim$@J4VqRsuAOPlZ~RL-u`%3ga7CTF)+LD_EeYFTrU$FbpTMNr&<6~hwh zzjF^?p!%_QsvVE&&kb>A+YNe%09KzT{=W4Kg;pzT59MH92|PKm(h5j#zScYl^O;TMSq7VD82%3qq9wi;V)C~7SR zBvRA~%lvF-vFgyA)|3_09oMo5X;q_^-Mh=P&YOnik_PWov43j9rq|kn>h{Yeh?8om zz$u=f((hgv7c1(M$T1)m13AXdm&-0QoI4}dVfsHsa3^$qkJm z)&|qDtOds}u1rrD8g@^OopG#!lO_`D$EXZ;zcuk_Ia^}yJMS_LJ5Na2lms)Vc6fmk zjH%#?i)ZQdVhWm4aKxUzLNHu)rKnq5AV94A@^HUp(7awCTA^-+IatAoVILNR*UUww z$4gMfLjAhy@(&h+mLZ*@A$$k%kb+;Jwc<2F!Hejj3x6LHfQN2`Yx(02p;=+rNwL;w zE9>SbRX>mXjzr3mES3I!>mX`On;;QVQRk=WB%n&MHa?LFzrn8q;{_kxWa4qZjSqzb z0@z+W8e5dapb~I!7z>6Y!2MsOj)x*Zh9ru`4Quac-&($0_V>%51 zYkXYZ_5=hXCK48OCkqn8^ySE$=tGz~E1N^mXM&gQ>~=zrO-C)%a^8iIrF&I<@xhxk z&!7D%T(tM?V@r2F#6$vwl2LOop@ii$ilbYJ>C-J`N5yc`@&0=jln+O-_KI?6x?#4g zMQVB$RD_@^ZDag~you@(oXv0K-aBI7slQ$B?pj)1{Kcyit>hC?I?$u$oL<8XZ8HWBb>Kx# zAkeX>0=NQ6&GSFA%Ox!8$)iCHnXU73r{@EZAmpzKHN zPT3T254=T!%6op^8Tefn8^y~Jdvw$CLHC1qIs<{>GlO|@g1_4=u_-?CmYhLiKi@N#}*jNF_ia??=vyl6#ttb7?)lUI`HghjN$x|4FcJ7E`~oO7bSs2Bva=?jlR|VNtFe2PdoSgtR!>6c{U^}Gk!l+45Y?BgZO7|)lnU` zfdJ`1v*ydQC2lC5j^{sw;^sF}Iki7PdFrebAtu6$SO3LBpa;g!-MuP}t?+a5V-pi2 zrezwJO`S#@43Sg7~&X-C6qNvUVJMDOG z09z169{{$n+dAkQ%p0}6bzp!vWqFGgko4(U?zJTza=Wh)zVikvOyM@H_w_QdySke_ zcE9@q)!XO}(s=7;dswUvKj4;KHVK#~e4(lt9?sx~?TW2|2|QgRZ$J?&H^ zRQVZjUIdLy_s9k0(fOEi)YH4skREppO5^aQpAU1p1(KLcFQwrpr+krq$*?36;4Zza&^ zQP9$;Fo#q70o~Qb;S1**ek@=~nrtzPq*j>!QXL#`>l0~Ihsr{l1Z?=Ap3)fA1hcsT zE@6|^FAY;L?=`PQWXkg|Pt+~#{0Zo{XdjRk?W;D^J?QSE@WUq&D>iNlg*tKIjE z7hvd=n`*52wH5Z{nW1zb8uNdLN%oaU@o-01_eQfx53guPmS9MU5++iTjoYM--LRyE zPA13Llhl+HL8SalPqZ`>0W|U3%t8&%-1wzF4t^T`QI~4smik1&8L_U!1dqrRsVJ7M z=DI!q7Sx7LM>PTN*aOKZvbKkDysJ$I6xBOy#EcEEs)iF@;H`hcHZQ3#e29VAE1j3O zu!)I2cW)i*#i$~z_TmML6$pRneC4ipxX+B7`mZo3s$UEeP`la!2!R!OENgLfL%UP? zbQVzrE&C$~T7!!@wc`b6Ot^`d^dubASog}G!ygtYr_9YEdv40j*h0tcU+~T*qojdiDoFqf1CQy^c@Io{dB# z>Y}st7pMZevtX{4b=Rn}T)9O@n1bJ+?J^a(I_wRwm%18d|H!bi;*NQ7hz+q__Xd_H zxE`?vH?e8}iIiku5LD_7F5!Z{D$+-TG+*EQd}DvoBgX^rkw7mT;3@)E+Dd#k`Px`u zaoB5jRq)#WzF@ipfDKXqH}Bu%vjzR{58^IDAzzvh(>fR%3ybMP$k+Lb-Hmtm_dmg) zwFb(YfHAX?Sxo~l-lKvV-2wRl4fkEDxI;DZADJ>v>t7Z-dfaK%E%}c=pGrLZYL_k* zf^P3oLNL7|1(PZZ)rX(Q3F2m&&bw%Opf}I?SQyV-W=C}`$3zfD8*!%!_1!;cWE9`f z6XscKzzHAVQ2B%e|NNP6hp&74&%*fiK#cV@y(lld{6I*g zOP(LYN|Cqju%|L;chaq$h5MHf#4>2dG1a-p*DXGY_t$ z3O6iFYR;-O?7~Z={CIM@8shUe8yU61E8s2NJLS}fFieO?Qovc~N}58Szi2Idg@tap z4QSRKns+t`0-KExw(=gsi2uu#R;aoKO{JdCbW)BGPC}3`J&8F|{hzbsZsOw;`?AjF zq#anuMgw`RrH<((HNRNwx7ghc7%L6h(``I+fVXA<}8e2Q!Zgxqq*p9`C`j; zKTD~T8ddn%a56U9w;+{sIH5j*c{lWfvHvG@+QPfzat4dfTpSvLWdz8CgIl?{^KKdb zB9@^P8}BUW@_;yVs;~ul)*jngj2$HH0H+SQS|C}QaV$24cio_=;2&`IbWFMTn9me> z0nO-woS3LgZHbOYo@&VrI&tSJRdwnDEX8}LAF;IXU2&SurQ4a+8r$H|mrO<~!Bm3n zTOs*SiHHPnJ?h!%gS2RzAndtoMQY%9&d*&uD0I5%y4DZE)DB|5dMxl4Ox{Uyyss!<*%ho-wF0NMW|UMTi|dw z^pI&Lgc8X4ld@n1izfJd>oV7TE4Wu{JK}Oq#i~oS#VSw!A%+meELx@95(?AOPX-3X z<8S1xWj@ss{a}GnEbx}7pRc>jaCfcm6aL_W!#&d;`1Aso9$UgQ!!Z~Vie|YlP}a~- zxx(d@9J6Qdm5t%fJml4y0$=peVmnH@HP!(qii+u!C>x_VQ|=}ME+fhIuK0YJ{75W* z?~!$9RelLogR98>6_UC!(K?2=>2|;WqZ`Lr{!G8odTXd(VaSD?dRaECk|@eU_iX;# z-`1wjQ*O;qB{(V2HtuHO3QC$&*~ZFY#jM4(KQt=&3!Gx@kzyVKSgPDXe#B#KguL8t z&Pq|dO2*SXG8KREr;qt^X@-1ThxR_;KV`{bF}e*G^ulslgu{$J52P0(_T{+v8?F+G z-74}Mnu{v-u=5DwL4?r*-~wB2gOwy%_{nrOsunzUS&k~1Z&7iX-1N^rsU=8P(SIRL z!xk#iLM`V3(1`+S>3#aZGPVrgMx$j6(tb4gK^0q48oo=RVeivW_iVWQ)_;bpVN^Px zWKG#trLCwV70g!=&0(JE*<;QM(IYw?_y5|y{q5E1N2wHhzuA~GMCKfoi`gYvQ9mA_ zHD~owPFX{<$|&-NC5d6`R2(j_`b9&H+7+&B-&w5zBRC0U|2gv+sSI0?7QjPWi{Km6 zI~T>;-@P`;b}J*x_Lj<>WnXC@)OLGn-LvAXI?cD=iWhDMn{SyEY6J{l{6190rjF%--NaDJ z{1gI2Wvi5=Kug&C$ktL*CouXEG6X2Fr5M%s!&7SZ@>q7^!h-*PD}%@j@4AG+Gfi-u7T05PGUGgCw#l|ZfcL(sB%y{pGq?m#Q># zvbRvp3Mx>-V7PH#T?h4>6_Njjs83WR>+F=+VU4-c9nCXCN=$<5nE`6G%K*hXsQ31L2A@sE+qTMlZhGSgM} ziu5B}-enR*#J~*S)Kg+aEJCxskJE3B*G+mhxfbl7{Y(*!dQwItFWnRZ!^hR0tz*3) zXZ(77wzqd1tv7VjO3irm78!yKH7EPSH0p48E*NN5kjgBVF%xNbGrXGNuoKi%D@;b1 zRe2{T#E)-D6{VaKb&+=4RM7Es3{i(Xig_v)I@-$&MDz4s42>pK>a+IAt>*(9ax0OO z`(;Aks)q+Zuk0WatT+9BfwkG0D)QEIcFJCETbmJ+X4d%H;_YWxhiUypk2QCu`2=ul zqatS`UYl={TqIc^`m4qM#zz6D;a=Qu)V0J;!%&De(#T$2yO}?)Kc@h}=8;EZp9mNF z0Z^}SHED|KUF{~FIvO<=xGMP$l81?u(Vn~-!1T3(SQ(-Qw+z1c%>+0G zE7_@JKd=-sT|Yf?sD>W24;ob&GV4__WjK>J;w$~{CZcd3mVQcs6wwH5vSi3H~>e=l5sa|QQ zsJ*heE6%7$Pn9-y6OovY^*`VY{t{1wg;pmDHRcl!Nf? zY@vnEoVQT-w8xKu9;6I!TIGPq;k4`eafa{v~3=-THmX9PR#AGI4Sg z0+dMN)aZ#3gxv^ck|1^XCj^g6e-fia_7_=QAi~MSr@$jpV5$Cr8|Ya`baBOSmxLhs zU=kmpUl%FQqWZrUx74c?GfAqj+0oEjsraI0I<0~a>O#}tQX#Iel2|KMt%+h7=fw6P z0F$MZT9_U*{(uo~_oL!K|J>Y0!C;+M zCyzwb-t&V8LPZxAWSGmWAS<8NMOA(moV138npw{QqDejjO}DLWxH*$cqRH%-OK2g% zTBy^;Y|fnHqvFR)ol;}O6w!D_XlB3)GEQZjh+#!p87ZYPj(gk{s-&V`z_@v6Gh{@$ zP1`v9G>Cy%gsENyW5Ian799^wrBa?|6kC&BIsvdtVm9DZMu?YtCu@J^?4hqmA%>KR z_cj-(T5(U?BL?#yFH*^)1{gW^Z}l7QKj+A_YjB*&cbZ9Lgfez$@Sk=i-mScblzDJR&ZleWJg{moR+o_qn#G*^Rt2bTEeP zps&4tJ4Fe@p!R%i_LLfP)gE?dn~{TP2<$CMBLy!~19Z+t5pHJ*+XuJO zKKYHY8@aC&oOplw8zbgIz6QnvL_x|Hlk+=uJVgWK%g zcqoCZj#RSB!Ls3@AN zC>9ec+L8r%MYCS*sf;OqL~s+hG2!(}haykwA{Ozexg$ur^k0<=l>1&268Gljxns8{ z@9V3uz2ws$zmR_@hcQuQ;W&@0#NFNKUU<2@I)=Aq(1t9AJ;x7Zw(K8;CKBjHbI&y0 z-Bs;Mg{nw9215R=fRfh{!|6&0HZcoum^^`U9G2jQ*ztrf7@UY%zXACD4Y@`PQUraV z`a^tT_;_hJXLPJ+z&s`Ti{rO`XMVSK{)D(j@`%a14$f_E$g_1bqw@E+FF&Sn%c%mD zK`YB=tHop0Cb4z<=oQ*Dv|JLcJ1U`5l70WP88Oon`^TFKQsF=@}@f;iDp)v z?-oEpG!W3x3<=!TCW*hEOb0~kyK8r=r1k%=VJwGy?T>iY6agz~W4qM;jvrwR$=hZx zy?S~;YiqXa(7Xq0q<&T0(4^eSjdFKn`?>Pq93f(Oas1i|fj6S@L%GC^fdvB4sE>OS zPQwq$-~4)lt9j_qp0C=GA_P^ZDA!d7G`%{}DixIG61MR9Aw0>6*p zGA^m-q03f0*m&H8U_(bU=~UcZNt8@Ld`S`>7JMO+wedlW{JrGP7ZO|SI)|MgP8Q8rZ2}Fwhj*MeYORW2Cz)XxmE-!ig=3yk#JydRkm*nb0F*U{-N))C1*eO|rGMa2(q8xGZK%>=r{rOTPE zj;S~9_|a&8ZR+r_lgur_US*y&(DGW#9&_8kMYTR^dkraETGsCzBfk&w`&yP;&xKUw z?ilacJhvkhPE4pCbmclPIF z*HHdA24Jzjm?fb~zMPK3bNUkcJnW^kFGN3)u;INjOE#}Aj%Ql~C7PWB2#Jp<>ZD!2 zG7hh$R%T2wCjVpSz9v*;G^3C5avG&Q{1NhWw(w_e8)CfOdO-TtoY#73@!IY7ef+(h z1w&m2Jz-o-LlI-1qW8hH-$qeB$uow^>zn9e8R}6uFF=P>^~xQs|G)^zt~{4(B%hSf zMdhwbWr+eF01%Th=B1Z4c$ULMMK+#E`q?OoFk=AIs=wqpBz;Lg@@KzK!dCNT6u+;X zjICxl7+Jler)yc>RDfeyA^qtt2+&Wb9S*uoUumDL&g&W(>2a4TEA90yj+@Biw_saj zQb{A;UrX%?A)+3#FdGJUQ5La1XKYH;j@sMj%4FXRZytrq6YAE+Y5wBpV_RPb>)N`7 zgWmT3HN?xcvoGA-Fm;7Wo}6T@_Xs!U&mBCJ)fFm8&JM2?n)tvqOi;N0(syng(+jfA zXLO}tTCQBlo0zW`%#g_Ha0N*!fUuZnT0E|ntkF`eh5pv4{B)C+i-`C7iIQF0k~3xE z!LTxQOxGJGPPh8bAvrlWadA@+qZ&;nWC)@t0Q@iJ0L@@G+Aqwp>;p6%_NH$Ce%<9p zuk6FG!w0kB4jSM27*GOZ?sHZR7{{dBRmg)cVWb#t=Jo1neLgCtU=% z`*|t_2&Dx{pCPR*%bYeW2um8fA~C&m8ee=P?J0hkK@@kD`VBXV_FXCN1vX7A<17q68h@p7h%hck+RyGn1<13$QbC6@!QJFB{JdHBpX;YAYt#GK>6Ab+lH zQ#{~r6r5hBmmXf0GS_HyW(|VBdC?)5kEk)^Iu8yFqW(`sYtks8GHqT3MAqyegUU-?%0cJ=G1;Ttz{rmYecR?wq0?&MZVG@x7#?YPZ59 zDJ}{%J#b$`*A$w)amOPi70}qgon~P-amG{}TirVK_j)v!b)o2$t#p`1ToeAZ`;~sy z%6`}TOHKrC-8lqdPk&z$V!;Q=u(Uq=gb0*}?G?>GB89ucLb>%=lzlWyVN8UC&YWM% z8N1M|uexVYbJ@6U>m;&PXyy4=JLh^;%TsMSz2x+O?Hu7}H?hx^AZD{1;rxY%JkY%~^yt{b*4oE-0)h_VZIY^+t z`F(TrJVbKdv8w%~Hw($gi~%idCv{(*(i907TmrrCXUw(ieh)%>xB|2nm7Ki`6Oh-Y zKtzeuF3PnaC>VlQ4kGxpnOzL8$9sDUJS)JqryyD&(h{QUM}%1`SnB|md<;CZja~)k z6x+RA&p>QAE@bHi;cZ}i zf)YkynUT{!=IBa2^_NK;CGwRtsfPt_lPb(GU2AtcGE+PWjDkr$qaI*P43XMNNIneV8o0l*r$M9whi>OfF) z;SNuSm>Q!b02o!d0cyk6i0DC@fIM;vfRLsf<@YQ&KibD>`Q2%cNnBt_?@A!xQM_Lb z;7GkPB(g8lzFbG-2M{Ajil}`J4;RCW4j(Imn>HY%$y8CX_(9!Hg@OTS!Ghm|EG{o^ zvRW>v$3r0YlU=qF5!B_NuYgr8CJ}&*1yG^^n7Z_UDUgZT&{w`VbahSSfK$#C83G|s zWzYvAUqvT};?oB7Dv*|*PP3t?h@VhJB@jKXlORju)_U@j$=SkH%7_2|wG?l#Dp89l z1j2yLV+e>}y2^j}=*5eY7(lCPsAGAV^52aylt8i_fAX!fsl=2)F=j@6EzIn(_pbfU zSvunv>ld(awE(*k73R0a^H{yXJg+c6&YHUO)n`m}hCXyrWXTJYXsaIVsVS%n#nmL^ z400ta+cCqNmg5^|CbyDG+O1YJ8<0FR&kR0OabM5MCRfrl!(MtV&2Co#`UV5zI_t!p z8PV3upf5l-luIgu+xHd=&ocBzgE2gGr#3gxM(q*6C}}Q})0w7m0n6#_V*qw~d3#rk zdm;)ZK?(wvhfWG=1R$iOSa-C^w7$!(31HUkjvjHfm65WALgi4gi=i<4Sa-BIpk4V@ zym0$QXWJn{*mCm$0*&52{XNPGAPN3AB6VjMI1vDpvoZ_^GdrtAc}UPc&l?`YfC3(m zq{AC3ZUY=RwbYH)IA6W&T;~EHq?+}6$K``Xd$d+>ep}~^WpWGd*5rtfb$1*Ny`iAI z&|})Vg1dKPOjzgqew&XO>n)h1>bbX(S$jJfw6FU%Cs-s_bZbjN6(uFre%8e-b-wg7 zV6@W9XpvV?rw0eOGhFZ({m0&UV{f7dJ7yfyy=L)3s^y)I{6imcoyYT;kFg-ycpt90 zJ8#qmyQ#iBH{S|f`^-1qaq8M$#;I>s0Y9#$ju<~$SWOd;TN-xv_bj4Xo$tt74!1C` z%La2mR~fFszFcSU<6h%t01IQw!cK`@n#1U(qJ6wux0`xr76!s*rvu>rlXjIkgK>j7 z5uXQbn>4#+>9zUt@=Dpf+Jn&1dtH(C2*tTD7xbRYIo7&@CK(iJ7S%Y1b0)7KU=Xi= zIaWLhJ*QvvoWfK-8aB_94?R~~N4mJ?>bDiYJAVG`jTbJWqHF$r@ah`i*cUf!#uiPQBbMP2 z$U($R3b{@j7${VQJ4!a{hdqWNVAeqk_83Eb1eshxZn*)7*(#BL+r7OH)-9}4Fs7Xj z@habcF4?XDcO9@8yJPBa3>eB6SuE5NdgJ3+j0FjVcqAVKRa4Ix zaz+veEB2Y!%J=+HIR<1;J`F`i6k`>x;L};w$6{i!yN`IiwkC69?NZ zTA3iUg6nGcq3&mAu6W(xT|VibU5Q@A;2`}Z zI~=rU6}nK1(UYNu1MP-L*ilGZ0ey3Jx0bJ3Lk)culWQ?)yV%8;_L8hx701XANFN?l zZ7NdcKvIwqJt~g~VHb4AVHfx7>6Kt~|0G+=0SW=8egD-*$Cp1iB%c4#`ELSgK-I5K zom+2}kHj@vr;2;5xs$j-eLO?Xc*TAdH2SXUK;e<-CO4@lqS-P{EVZ;^L;Cb)l%35LXTZVG<96qSKur(q9wqSFnYBJ#xDQl z+`xhgf3{J;UJJTqse@^uBsQGrA5!UPQbu#Q9T(F8pX5auY4$*4F~51DQhP4Jv&X#J zhmoG^ynFkI5wm*SHKWG%%>7(qh8*t}yAP|uG*W5*z}T z{*RLd+FNO?!&{9Z8Kta_ivjw0&&jY;&{L4H3|lAkiIuT@6Bv|lKyZ6QiZS(tg75rl1Nk)}9%p(WNl&|s;tRJX@~tT%qg(OLv7Bjh5Eh;ac}i?EN&#q}W~T<%)QHH& z03ud#F2ePR?=bGl>D3v`jg`3@88gmlHhT~@dA;^Pb2c$-jZfGaI@&Nqb8=U)hd zbBKA6t@`ufZuU9wZv7oTH}Cdw6Ut7AyInBD)outG%|4SL!9-#qu=R|<^QcWIW;w~F z8=?{)CIH14%uvxyE2Cq$XN2+)1F?3FW_`E3?6C_rdtf%)KHz0xd~ICyu(k(o4~G=b zh6Wa&=`xWCY=Y1#pnM9KISECkf$$*MSJO~rGAv*v0$v37?Wvpzps)?GLOdU0OrnY| z5(v1e4_`L1tU`K|r99K9KeGyIXk<+AoEg0Ev73Z-PMw|mld|{W%0Wz%dc%=Tn?6ZOjaT&ac9c4 zHVy367+KEH%iW-XqwI=uqYF5~nur0|c9wgW$!-}I!-@6p3I$gv2rUb>t&N1f6sX?v zu@V!+X_32dfl61T{HYS0| z#wU~aEjcpQZaG-iuK9btKlz*2EP#hKNu}lr119wh^7Bj1^I7z5Wbqc>u@2mZHNbLn zI8r9>E1LHC^+cAVIy`Vmyf=@6qvY)sUjle;MX`E$w+}Mz^oF)1m2FDuDZX!DbU5U;XaBUYktQYqdD8tZ1$73KH=OO5ym?{ii?*UBU@V) zaiC0&NN~$@9EqG^P^%g8^|sJY0vzqAA7k;{Giv>o;D|Weq5P`=#l}n-^hp8i!wM@RQWup+xJ7XSkZ zaj4CWLzPSrRCeThR^y+BU$teb8vheY%dgf&+YXlkRtFws%Oi|505A?DW`!;!oanor zJLWb~MRb-eYqcxAd`_rW0?bjvuQ72bjetPP0yP7C6o*vOfV)-aPRB>%#E;#xf`L1r z{(<3OoN>uMS)2I z+skBbYi!BtEn&*v^>#zcEZfDw|eDcYOKOl{8uUQ*`fO)FrR7!(TtINZC@LNcu*X zGABl7PX>{YSp`o9Whtr15m>pAxELQw zcF}Pedh4JtnTQLg)sLstS$Hq@N6?F(M7TEa=dpk?l{dc>fu*bwi>0Pzj+v2hm7Iyp zNVpQIFu=iZ_=%h&PkGHIThB^5R`#8r1zvu8@Xb5SSOCAjp9EFkzc_%u?w&zud6>>m z*Le)F-(b1HD(x>rcpHHv#jaQCo0n}LbWTFWV}rDtU){yzEvFPO&%-=07!}6|O(@R0 zSq#$(OddVvTkqtY0QX&&en?r=+6#FCOT}BWF0$)~Bb3chwnZ z@5OiPkXBfLnD6#>!=j@Gi!UXh6jv4@*mFQq0It#J8eD(th zquE6{8Ni>M9NVX`(x&8E!r4y}ssBNtlH;<=DJfmn(8ryJ|NcF;m1VgsMcrkM#2=SH zp?}f0?c8^0^$)*|ZX6p6;Gd)b`UuJ)&X%FW`|uX9Ta+>dMk-UmY;@QMe9 ztKOb>fDd9Wtf>DHTwp>KBr9rSMbYxK@ESJ5_oysGaFwJ?2@^l^#y5TQ;hCJ?hEQN+ zdXTja5c3e&3gU5s<{PWC$(6l+ee40FC5;Q;eVh%*IrQy6aX>96b>~k}lMl=TSarUE zER=-s_ekt-TiuS82Zek|e|W@ZbZ;^M0|o{8^;g%fsa{=W4Tr=$vyrxj1muspzln)M zaUz695+-ZnuRddJ)>ex+PBH~vp&=T6)bKDAvWP5+3$wrL>^?KP5_bRNju@x;ee#xK z*NsG@Tlyr4ZN^c_EY)}=FC_HWE5?Vb-zdUI*RX&vM6+q}PkZBPi>gE4Gz4Y;&~su; zu6_99w`fsulGe28xLtW@31a!Z=KK}YhVGi%b<1^ACWN)qhbZsu;=|+cgtt!cnA-UJ z$r|mdJm3!0|DHy2N4+B45Z+LU63z2PbW4ZyM{{eD2jxGO}$T z5Ch$5g0#NJEY<{T5J8o|`m;%0+TUr~OAP=W%uov!J%=;w8?;@Xp^ySAe-}&9H*3$( z$5?-VlAHJm*DM2wunFS8dg1`TRx2^7K+8>+M>v2?O+}g&6LxV_DZk!d5CjN=0{j+M ztk~XoWc8&>)8j`R!j6y2S&uYsPs>uNaK8}#G(dmbtcIgR0+}Q!If@FRx~AQ(nV?Tx zTYK+J(tMZeOOKde*Nqr$QoBdea?R0Mh1Jz|7E8*KX$|K2M>P&dQKkmerS$fSq&zFs z(Bfuev)tuz!taF#*BT96LwUR9JTr85QcYC_a@S%_J+1867UF@qy|GB;9d9h205AGKGF-35U}~WwfIMSUkd_OGwV)wpK1ryyb9Ky98e4 zU4gvx$L5ny(+ZkY7j@ySs{LeivQ1sgm~RvshO#q(>LDyhERF&&$9_A-9%^8(x>?l) z=w`eo$<@`XZq)g%WuN^<@&<}p7RlR44{9r&qehMK8)A}eqH*V%`c0?!$>p-f)Q(TB zL1>ZZEI^$g(*hvV-~^>&I~`V^3$^-Q+s>b!&&G%h;VT>yGEk1yn=YmNrhTj}^{ zZ0a)@b}zPVWKLr=4_-~JwP@RzK}c)?ncY?Cp;;5!wQB(a&I?Q4fTvaJr=?gYrre#! z;miav2&JmeS;RhCn5hLi)JznibRl{mZdKy`E!A&g^2I|8! zLu+&9LbH;padZx&1xzI5;C(XT9B8)o(qVGSzvS|Tb6u4tG0v%G$=T#;8a{rRd`Myo7P|-Z{I-3mjJqxsB7mFe5B0DSmLFw)eysvw?_vQDyFs8DSLnjhgs%VJ2ugYsU?)9RP-sRO@ zoJwfsODGju{<4{u`DDVTa{2AD49)dqVlrzY_m+vU@I`lto*4s{!q`9H#lY}0Xc#@4 z4wzsZL?HX-8Gt0Ik&&(RTm*uZ2{d!jVBs~G6??XKb=5pzhXcVOtQGK{0nwal*D6F8 zs)K2~N`s3l{ibdL^_*iff%rc)z|8}@(&XjE&|cN~O8ZxqUkNUO52__D0&zqvSIMtT zVRjwU-k%fV(_^_#1Q$UVXLT9;QgF9U+RvsZ>4+^e5gp%t#&aF>S{X3UVpf(+siDc1 zNZF|{Zd$1nVQdy%#geD6(9?}h!pJx9mWKE%R2kKQ(4r!AmUjI~!!fa~4O(It%E8ZX zt0{0pFgE#a#Ue=~d;V??`txSVpphSqE%C|n5pkPbxE3r%|5#6V&pHb})4P7+)^kPC z&Wbg^UzG_#0gx%tIO4GQjN$Uu>wC7u_|TK^07F2$zh`~3*l|EySlF}Qi7FE&67&iM z#a{Biz}^GpH|K+_IyW6zHXq|)7Ekpav^OIK>61NP+mQqFs5GOhb`of>Qa8V`|JWdK zoUnATSJ*UC9n}=4=q1zWgIS&in>)9vN&3z$U8?{7T^G?{eaZEyNtC17#EF|x!gaJ) z8u>X+T9%sMQD4^Xk%PjRF^^M0wXv`4V(j<^L}KT>%Kx&l?Sh)ef}%DC^6kqQ1r6-T_RGga@z;2varE zl06!G00@8q90Rzwbuc#3VV+%ZE~QiV7gVu`L6P|^D}Eqtf3i8z6?CTJO?Z0}J+hqo z7CB`R&n2XpVA^4wIKx4AFYm_Xlf}ap_TJOVzGwtp{ZlH-o;>XmHSI3>jP7ohAfktq z!bAkj^=5cW%AKU8Wo9s}Od12ABkyk>vMt(TGuvYx_;hIq_)*;K=XaOqWNK+3MroKED6| z4F5Too4a@L>ZM)%_4I;G{q^d38MtOG5e7OuGd()u9n_9suwQFbO@hKJ#ine3zON=G z&FMU5)4w6*LGw0c+>~HNjohzAD$@1)~7Imt6?mYjaX zMk|2qWFH_$6NlEk4CD^{ow}+eJjz;A<=D4D3{)%?GUCqIT>ds4t zWHwgco>sx0E07on9wlTMV0`%!`7=aXRFdME5SXEVNtWc9J*(rSNxV1CHLjOMs~B7_ ze0>WPOb!EJ@<>^}x;g5(AK-`x=H>l57r4?GXHS%CCmru-|3amDL1}@}+n7{2R_eblWTjV3OwJ8q#3T&I4MFeCHU?`<6*R)21X1f#c4^loE&3i!VGj;= z*j5Rwt1W?OFvmua6C=q8?una~$L$W4$N;kg$b`_sxXjV`qlij03u2T2V&g8h82_N! z-AR(59E#n}`_eV~8h+fkg4|j&>W8YxXbl+c;(hVh7&9bEotWY|bhO?d-e0p2N<6av z-Id-0lF)^rt{r+T#}ysk(~;rMrFIJkB)wPO%}b6Pva8!ab|2Rm`M9MWT~}H=b?eKW z9V<@-t3Rc8kbGa_Dz&D^#A?zFW1daCA zED~`{0y|WHw;syF%Y96JV`J&ou2RW;GI-O3NoY;{a@T8}v2x7`iRYxprJBM()gEnM zF>pgNUNzp10%=h;VBU&$#R=x5vTXtS(BYtDY3 z1jMA^G0oFG=Jng&`JaR1eMUY13^qd~2!dA8YgZ|yt^*!Pjvo18!Czw8UKPavR0^J0 z8`Z%$7BhYRJGS!S2jA~A;H%^*q2 zA}I^S)bVm74xsT`bemGl{ww_+I|~w(Ve0FVqzsfY=?l9r6a+o>byp_&i$4eVqZ}&_ zQ=7s(3(CrcMI+n005~)Dtd>mzjW-5_FTq>oyt);e{=q~3pOWweXZ~+oO_eKertX zjnZqlfgf5L10}y9LwFVpWKAx_ER>yy_n2b8_&zLd3(ZBqUO9VIx@3Esroj-G5hfEJ zz7yu`j9ervQW55{*&<%stVt5YcELlFO7?l9p*9`hL_W;?gX;15|I6vIG`hy`oM`az z*#D}$A29y49_W&pF5n;UvEH3NmB=z(*MAcKAOe53A7UP%WYl_UzYM_3AwJGzn3?FI z+2h}03H5ITvs(2eHa&}EUq}i6aJvjI?iD4i$^-H4-mBZ=Ga)iW^Ady?8W3htN?6e%VykcxCja~@4Z?LCsMWWBP;G(vb1m3VV=7~#^$ zFN?hmYykN>3XZz5;IjF^QVz}oEk@?I{9{H~E7}rf!e-OLZ2@qPY=8U8sCoQ!Gwyg> zJZrh<@DtHfMYQvR(H(+H*xO7=zw7-mL4qg;%5HzUabpLGo?F;|5@Bw`HXc_qI0`7vycDb{NZkZtB~YPxO~~_DQP7(!XkB96yaDQO~Es~s--iPly}7k zMjlHZ`;+@WC)f-|pWC`;#*=sAHO0exrBx= z5A8re!#+Sf`gxkVL4W@hohE=z8B}X>&G$%?Yn5ppKg%49%Ni>(U5;ijd)3e{kFEfu3YlQx>eU57z!T2@oBg%8B``6Y*1m%u zIo4K!h09lVSo$65>pgVzrRus10^dspJ~G@U4R{Q4I)7n(ij)owhD&Sfq={FrnDq@x zxw6lzua(KJUmej~i2$`iH#R#vAv>}K`8O}TSMKO+^GB@pofTk@+bZukHM65Mzt6y& zxdv3NNs&pa<^n@Oz06-;f#yrmmC{+adM98;7?RQ5R-UU-JNr}j4pmWG zgoK#6&^W-~uW(&rLib=(gp?q?*n!d;_PRpq-qza$#CfgsiNbupKiKoYp)E8#)h)+A zoAU&p4Hdn5?xy?ayz02`N~^JyXbUdvcCc`a^F&Dq2Y!B|Vm*=SrOVq&CsdtCy7-BB z%n2gXQcQ*>I*8MtK7DmxP}^c+zTU4JsH{V>gO z>?`i>BFLnbPLotWM+F~8oE#WZV-!-wE--R9SD@CKnvzLPQx}PmZ&$o9W&-^?Rs0V9 zN^dHth8?cov9PCBvA$~6fyM>mqEtx%l^Uf)yE1p0fH@{ZHF%nf2Lvy}>&CHQsW2&{ zB9P35NXPPIwuBIwoItgDXXJE=9^#+qR*@VP!%dg6!|CCYV1|>a)+1vj#cvlDiH*$1 zS!KE?yU-t)5?De@23Y*g=7N!oQ%z1HN6K9yb*(Ax0szQ`J|W##5UNf%*r9E2hKuGA zsi-3J)rKLMS`S;^PMOh^!-%gkrM`k5Lvu~?qtg5zB6mC)B#rI3@4LBWS)@`yPS$4{ zJ6L4LA&AHgWny$MzyEC&7E{2oLXd58A&;5d=e~lotEbocfjo?We)%0EQp|AyV8%>d z3XPdGjwQ4qIniOza@aMOn;3V4{jylUtCbie66~>ZK-Ad?trla1$vFz=^6}qM&IV-l zsK_`K+lPp9gDbeUlj)G_5P9Sk13t70O^CwiIbYPM&7(drO!%lWOf}*JxdzE#404ePmOF=v5mKy0+GKO3%d^FX zVXfO8J>oG<+Myw5PSh#_fOqnOmsdgF5cuD5LW(nu2{Yr|Y2-hzEOao_)luJ+DS7H( zC*2i^rZZeGp3hcU68kW12GGy!%6cyddL6J4(|+Pa7bX-M4jU15b`r3;!1g|LP6KNq znhjEG5T==c-m$I5J&pbK5eTnNvn!dbR{Ul>Imr%YQ(>jji~Ce*o_kChk<}11=alaf zS9hc<`_q!L>I;vX7Uds|Zca&Q4Cqj5MH>X}ziO!`DGHcP{Lqa%+lMx+ZrarTKHrlY z{jiK%Nljvflc=J2d8wRh$eKbhVR@J1|8Mwhsw5oNZFEV!8(D)^HU#eW(MHA|e8zhg z>Ak+b_8_M~dmySYCAmJJU6GeCE^t5V=Q%D@K$)>iu1(Jju3Oo#q4jN^2RHiHQf?(h z!3raS4snSkGEQ0M28V3?*go8Hfavflj6ARX0e|{?BrYPmYt=bm)6*_xXB1|yo}8JD zZ-U9S7p9Ubi%XmmQX<>4J?Z4_#n-l~sE2M0;>u5+)ZwfQ2q`t_cIDWaqw~u4G~B4G zx$~cbo?M-*CpcL}Q@RPmC%^AL;e@B$nz{+p0Lzh68y3s@y8=ZcXP{W!-1BbB{=kMN z;hF{l8UE4X?$`spY{RZ@LRFRJt0cE609CvMck&o#M?jYYpoky$uKPR(@Po^=h$;h6 zhMkjN!+}YS!Jx6?L|w#s;jZt}&#LTti z{;?vfn-x-JPk=zg6ZRr^Z>(iMYPFJwWcG8yYv2jeHL{SMC&P>&5Tme@TVx??;wkcX zMh^=6C<);jVJI^$KOr5kzp;46e=TeH=i-#uNp#Qe}|1tn2M z+ePr_LKc0(;rx1_(lMXNJX6Z-)h7olCx^pB@&1(ZAlkW_hvlu(Ae68#i*%+1xWdn9;7pgVqcEwMA_ z9pUWSG)No82r3r}1XdjlaXWtD{K_-`V$zR`kRa*0F(CofS6{z8x9JXIkh}sGpr0{J zD9+qa5&o&pX-eMd`b#eH2hs)q*#(AlkMX-h>^=qrmZn;v#1k)hJ<~k7Jrtwvhc=$d zalq4N$ zoVK;3;xlXw=Z?V5vtJsvIbvS@Oo23@6Paa??#+_suT@2=opCbKzN3CZtAJq$eF>J- z*J+2{wD7jCanDAqG3{bx>Yhx#)Ins#1=5V!*_LxmcrP3!MMnr$XW&hV7fjjce%H8i zJcl$&F!kGXtt+)0P6B0v2z6qedJ>RSx57v=u(XLrm=e4XL_trf5`yS!Fy>UvJ>kNj z9C>MkGYq{%2p=mB26X@vV;jS$;?CyNNs|QINk@9_Y&Ey5TDORZoTeHsBSvX!bpVCo zU=R?Sz5no$Z6~_XAv1kzp0K+ib3JLjL4#?&6L}d`xlK05s$6b3*Jm9Nu)K*Hu8LjB zBt#b{@Z$h14urtiS~74}!h8qfK}wXy;ss0)II4z{gcU(O077Cpx%7l}y(8LD%bsTn ziUx2}rOz49D_eBqyH_~8bMo%#v>;wN;~4T(NEV4Rj3L_%j^{5CP31(qb0Al^@h7uN z#5K-z0=;CjlG262QtcqzUNE(0F4{_rV;xy;&+n%E8a_LIW7}wvfXWe3B*Zm47SF1Z1g>H50_lZ;8M6jyGbZdrKj(dn{iLE=d zL_h5Mf7QPNXqu+F!R|&b#0fCW>$$64E3#AQ))A`9{odJetPwbI94o!;vR7YIHVe+a zco2sx`Fj8<*&Xmbu7fkw@KI+ls;A6BSSB7Wqg!XkM^|uH8`hIycV^)rnf}Oc+!kp( zs}`NO`S+c+umVTy+Jl8FMV{MmURBGogHU(UFpm6Gdp&A7=8OZTH0<| zSla&CeQQ;_-Rj?Oo^s+bVfK>K4&R_T!Vt3AFfpS1G8#OoINf0*IcePD{;-S@^)2gG zi>kkLb3zw3o+!iCae}<@C%Z~#ypky%un*y}{H{)NCULPHFQ(-jD&ADpqvxhsMZ7Ji5nlPI@4Q zlgCOt^ofPB;H{ppG0mKTp6Y?K=uHb?cFCgwv!p^dx$wbA4`P>SR1=c#GBz>JWb)?_ zhs=x*wo%0RjOg?BR5a7^AiD`C;qVS)5jb&kkqpa+G!U7dQ&`tLxu&VCsU{zXK^Vu~ zJJfSY3Y_2F&w%4iU4Tte-S9~po=3`0u4@i=1kCBfJ0w*fW_6o0O(cm+^vB3|7I#&UKVj!IqgHg1amhk?!$}`#u#H$Q#(Nz zKyj}+44_*9=`4e^(Wj0u8nDBa$ zA%7nM`pDu?{Deja9|OuHTQ-7GkrVo`wudsTx4Za1E3*6v)_>hYc-Xdx{+x9abA8u} zycG+k8HYJ18n$&@Ovkum%JX5 zC_wD&7XaYllN*meD9n?xNCQ^Svw`CGb+L~5R&!;OX-ssh%o@L!#nL~wr>AdgB2xrS z$^}Eoq<$?6liFGn^H?+`rM0#ti-3=~MX(m9ti z;aQoQSVkH(U582=L(_pX_(tO5RG*{+=ua0r$~@?i0P5rvOJzpv{)XD_nM(gLGRts_ zd4|Y=)fHczL}^Xs4F+{!!Z%0*7MtmRD&36Ub&m!ML2Ky{d6BbPKQUNuw2s&<==97_ z$AX^q*WP!oU`S#s!*dI!6AENQxJ?61EN$4du<-e!1 zZPC*C>7FD|kYcsbqTqQQa;}nU-FH9~cIW|MvH|sRB%gEJy;vn1nD%qSmZ!0y0R=U+xROUrV@f?sg&Y%y*kM zy~~7yCS<nJuH8`qd09;Y-OLkY&@sS0RUYIOh*Y}(iYyK%F7JUinlo%Qo5y|((PxQGPb^4 z5c93Kj>QPM<_SzsrNPM+rq5`ML7TcUm0Ul7_Rj%beAy=w6Jt)AND=CQ`AQPQ|CwG3sEwDtEGc~(g{?9`zz#Uwt3FDXQAZZh*M!Ufr$>tLcXbx;E*VLbuLrS@C{L}E*yY4 zPX&}$Obd*F9G`c+k(`3T6fK78&fuMGKjeU*xrhaNZ)v!U1Ff!>X||&&wTec3 z|8o>G+QI1l@m+>l1>B9qRo`w{^M2WWn9Wamt%^uU+7B_ES)lY@VWsCwJ(-Moagu~g zKv={gYTx=VaoKKanIoS&mXAmP!N4K?xpXN8yttkLj%&Janvn- z?6~Vh%d@NJUksW*VP+q?GOi_CvIe*z4;?3-0P0HMMA^AcAD+cZtd*97<)O0%3iv~w zA)V(8G8IdvfmIZ52FPH7DE!R&Un~BrsSSiR_rDzZ4PCE0#hJ%-Y#{eMB{2z{pss_v z)gKpbt3Pahk^kGeE6@OUTTq-IL`#kr+QxbKOj;6tzL%1dIwFvQ`6Zpz*-`j({}`n! z->Q)PCe-hWcXu9)7#qmdL|{=C8bg~!%Z}zMBX}<`gy;dhPo;^Zr-r<)C^$Iw2*Bsn zXB9dL&YHbpNrfVR4(BH&$Gc>{ulrggf;vuY#%m0Oo-#?aH;&$o<5-IFlO%~%Dbhe! zk?cM-_*X@!YPCa)vgH&60fm6Ce;lV9N4JQU zN#ekl%%@ODunKB4m?HK%Zi`+84`BvM+sOt)BC8K3U=b{`rx0TdIqWwmzI=_E}Y?wmKMj;`Dfq-a_WHFq5JztPs3$f3kJU>M|BeCq-PO;BVheNW`!ra@jyU$LqTP6Btg?uV* z3LqT~$p`?k)-jw~>}--g>HaQ5Ysa6DE2Z<%en%`$><6*%7hlp5*%~!EvK)?CnwVDI z*SGExfRHV^tl_23=qJ$VR9)Gp^mJOvx5g2>&cQ3qt9!jGSwt9`WwnFT(AI4Oq;K-t)8P$--!Bto+NL~haL46;o>J8I4D!11PXyr& z0JVp^&{Df3KOaZLG05uWtWob61}jeF`;T@TcDZUa>>eA|J~xn6#F1S;Xuxxlyc6} zjW2#`SBi=T;v4E?O-aCH)hS-9mpVC8#jZ2R@Hn{c(K4J~c&u+=W^VQE^}?0oR%N>_ z85Sq8c=X-NTK|I)CAclmnTjChGm~K0m#5p7NKabPtn5IGY@q_3VC{rxsqwJ%=VZ4} zJM92<+YOc8on*{fIkTNNz6yBbK7D~qwuw`>DO>t8*H=C7!-qaNz6tK}I?W8^anYeY;V{G$T ztwZTFzIU0eL%E;x8!l9N5jWl?bSP!GSv1*IUTD|ahCkn}`W-Jnb>r)pK!L`+jB|CE`{KOUYuFgU-{u`a8*XYu%`YFyl0$Zd4mK}czlh6B zdl*d(P*uqp7>gzTJlw6v^h#Aot}4z8q$@!bHy{s7z;2-S-`KU0v~`Dh?o4l~{TY0( zL&>qr?HFyCSxTBGqwFP{tqE8p-*T6-8@&W`%VSKe>R-P@Nc}jFdf(hx{Mj0l?Q3O6 z$z?hD-jd1n`U%_9q`_MoEW8v$eoD=W=`#D1go%YEQMB8@KL=}u;Y4vjc{c5j$pPwU z&AEoU0&r25S2Ef9-`AfKEB_%PXnu1ZnDv%@a@Js-t(2L;C2EwXehZ?4YPI8M+sYc)65$?Kpn z^s($4XSjSjTfgWlM`5foVf{G1o57CLXw*!TXr^gWHN|NfHl`atJ{p{&EPe6xn(22* z2?6I@1M=WNK&7*8(6SThBPtAH>Oz_+64=~ze?tepk1P{?f!#UNL&f10eF(833#|++ z-FzE>+?VXHFo@v$$oF958dHs1tom9S_ueia$AuUpQ7}Y5T)&4$hr(s38H1a)te+l@ z_J`;k#JCJF89h%9PlfK=8XfNnfExTW{o&Bi!<$MLQ)^h?A(&!Q6$iP0p!X@xpmhI2 zu8q#l)Ww%1?E~;uY4@@p9A&}b=8#l(5BQU5v!Q7y&Bi?pjNXuqjL)hBZ23(cUxwJ* zz5xc+!FCeglvlrWPA)+zA8&$AHBkPpvNCVT!xjXD^nbOO$i8pwNM z^O(Os*PCz*4+tXB9{F_}Vb^sJ26&>vx}gHF5RM%CO!6WU(RoDzA^=He0|Kz?_hhCt z&@+#fVr=~BjnuzYKw|Jjs>~%5G41zY)E6ig&7ZE((!U;+bAgs;E9? zFTM(V5;H1oqM<&a&Orq&eVO_FgM|&#$Cx1%H_O(~>FFWx(ERzx2Vqes=j-}_#Jb}> z7#}ai@{CviVtHsR9mUbel>^J&=UvvBiB$|^OyXGe#Eh+`AoG{g{s1Pr=p7px@IcS< zRfc}CD?`d}hHwK3v}JAzhJapgg&l~*w9ttyrJ8aZWi)_X*4&XbyCBA4LOA4)kk?%p z8qbz*jr6`(?rEP;S`Hv!lYte|XJAi35+H0XPq2^E-L^nE*a>)!R$VV4AJya#434m{ zIjg&U83CX#wrPL%mA4R`S{R8v*m^4gUBMVPr4a<&c8D~r+iYz>OQ+#kVEDeIil9OriC4I!41OA?- zT;+S^%D=dlM>76BXvSoE?_KXmJm>G;;vRD@Yb`%U&_X5P9Frj^3d-oK%cvL>ua|)2 z?>lUz%cwD%+puKPklrne87C>W&XHszAbE2;mIu!o8F^jJ*N#9==JQ3TC8vWc-BYu0 zdFw9vvuhe-1g9McTLNROFUYlouyg*q$@DV1a|YQ42chBV7T%IgSg(~o^q%hXH+Bd2 zwvz84x0M_DN|YffLPmV7dP!kMR7P%e4mTE4oB4{h+_f)piA2_G~tTt%HPQO%JS~ezIx|FLuY;^>y>VP(i>A7^MDzoHb9Z z&o67d2RReBaMgUo5tb)G7gmT|FvYFA1A#vhVdsg3^ZQ`;A*0u|_u9&&k_rAd=A=&v z5T1?)`DsJGTVya-PeKZ@Yp^n$IyakT@{rbQKsGPE9%76Py9SbPQxM=}9{0gsZt|O# z^tegUYc2!;`G{N8r;*AJxVcc!W2D{$=^IGiqdOEH5PPk&gVozp$E--G^s=w}`POCZq?#q-h?8G03G_$7F zFQ0E4!$^XtZ)Nj(>rTL?R!3qlkoW;%JF$`QY8Tgo1*9Ch8XLJKj2~ckDH2-^@9r{y zC{f&g39dA_`t_Lo;x~~dywxm_EIPw#r$o%GtJf& z#OAi1Z$_*u#@_R?W;CIa%raJo#+fK7z2+Aq;N=m>OF1F??4ZWG;~SqpCx)8y9nydC z$l$u@UE21zB%l#noJ$jgHP{+A?6%v!^zvwWT4)JL5eUzMf7>R!`uf3Xdh#31^>Yve zOoe~+p*`;Sh|Z-(eUKA?^%qlv0GeE)$&k|>w=}MD4bVmBuLH9nDzL&1;}sg{d;M+h z`|Ii2F)QqFn*MrOBZ}$doIvO_N!QWd*>X@OXCc>9{ijb~rOo`|D?mL5D3VRuPFSS# zF`%rV@){!=4QF%?DJ(gQ>M3T6%?P6d&_4K=7iGPr{X5lKR}B*voN1P8#;!^S36ul{ z4ooU<>^?{MRvYKSWAZ*kh4E-c&;kEKZowWus2voJ0(bv!zvL0T{YC#KM=i927&TYF zI%by+GBd!fA~cU$t7W+HE}>y%4zjsh#Sx-H346HsGoCf=hee zX%1NjU`OB?Pq-``**cIHp+8lzyeeAfJFyyz4xP*QZOib#BT>#QJh!)Cb-`}bs0OvK1~vqB)2JjQxkc+D7l3t@ucg>!rz+;B8!?MkF{4MsSp5*=oGBR-rED zsmM{2fqt|B3*&Qx}0p9+HJJ644G^sd=_Fv`iv1(447DH<_|d z$`C<%&9Pq#ObGQjNPA-w&(uslF?r6^x(l1yml8FphlV0NO9;_0Sn|S#Jm4yK;9m5K z9idM(`0)*&)T_2A0#@#H~D@9gu(u;7yzk5q1$55(4geVh%H&?*~f#)$qBp- z8GcYb`lG9sbd%iRnOY=}yQGHkf4p(32$Xn&wmAWMLc~mK`#;;4*PBOf2=DRe&evlg zT$eRBs&LI%Yv0V7gG^J3qBRY~p>-@2LJNtFd&-3?SVBXKuU72sVJ&84wz<&U0=DY7 z(F$mUqMNBecsyA`GOXM+gBsY!zLAMX+;)S_bAAV9o;CYuUf!ub1eg8Qh~bnaD6&(IDc+M6?|rYCqxQO!1qWT96&P1nJI0tjwA!kw<_Ho#H6jAHAjL@1J%cWS8`8n za1J#>GiOrgdF4iV)5XP$Zlg+Jry8ufIkV#6CF7^nH0rlK+JDX2eo&wL*jw+{{n-Y9 zcv*f<1)$mQk;8%}MdvDx;LX0lH_aYHvL6wNdB)iJF-sw_VM%@KI+E(?=>j||?`G9> z-I{LM$uF!W!nnncH_7Ks6(0mIi~NUQ*#BM#0R*?rul^O7VB5N}?6!(tr(%&7o;`g8 zecihQ^t#ZbJeNi_!@1qkeg&5(fcYq)yS=yG>8-i2YR=i;tMeX+e58ZQK!K5Yw$aaf z$5_7+ggt?DqcVrXjL?4D$kN!^V6{r`R^mk~;>LNW_>tw@}L}gqG^TwZU*9;gS}4q?6CjI z=qXvK7sXNKJ~sPAeJFHjxg>c>@o|+i16&iCDMZZ6_tu=i*0?CVJTi5Qorevkqk8H^ ztlD^grT{S7=*&-+)~YD^lzfAyRD4{Npb^L!0vVRn{6S`VY@tpkfd^y=!%k@3RV-!& zH3Gt=CyBQ0KSuh9Sob16geni2+%ZI@e8{#>9qqQyA}@%UX1o417fmbB7&I1L#UC*+ z&B4h`VP6EGl8w^=n`+s>m^4jE-;iCC?E#q@9-CwUTJL_v-T#L0p>LAzd`I}1s6Nz0 z0jC^+aA^|tCVqNkWIFy0fRJGyGKz@t-^^1)h>Nf9 zdZzFCYZSXa@a9Q3UtdIod#b+0%ep?n6T3wY9qZ8z0Wg_!lS!hN>!e%2-#6%i6XeMOL4He{71h_TbtG&fY|ouyNdK0* zXVUS8e!Suw28Xxx!TUp3BrcAj9$v8XPom4mmyRJ^;_ckRA<8AVY#mkw+8Evv{0|GLdGA;0&X?L|VfG2rm+l}*);0244e0r?0zRCDvBWssbP;) z;jC4LxEx2KEl%eH8x)ku(r7iEWBkH}nu(PN_wE$57wMT560#$fPW!hqj8O3Qzsn@$ zc!SGXypq&ykPTNGS;-4hTjq~bp#FYGAYp(%X7Z87%?=vNvtUA!v3E*IPU}2Vg2)^VDqsR;XU`j-PqLAj4piaZO< z#QQ@sglX3jaxo<)8N1Eh^;5=%0khre5!LHGW)PXr7OPa;zW&C^Y^W#0LNQ(0aHv4n z1Ji1^ZHw*TazRSafM@E|6G>Q4%+C+51yz^`@AdC$NQkEA=rUyKj`jTNwRxJ9ym)2G z`+38W?4^~*5)%}v@bA2`PA5rky|cu8zbD<3v6-kK9Q?QMvKi|g`kiQ!M%A5DHL@~Pb zSPd%+nuG~v&i^(jd8$EP1$M){QPNHjFr9fQj!j6{i$SMa%l)KHSZQg<1=0#mc~CsR zi`Yt^&`4PjB{Uf?F_Ak{xHc6CZ*S*jd?ryYxFoa=4W?Ms_*G4_7?E6YDW=3?rHHO} zEK-w2=E?9FL^z2_X)b~%81Qa=NQ{ZjFf~AwR7eo7*+UW(o5++A_+S$hO6_y#jIQRz zh-|AZbdZJiK*Gb$w5W<|Ni+drNIxclJOJRxMa4+; zIXiSkNV;R&rbPIj961}Pb61GnF$Ti0fhwbL6UyS4bW;L5YeAMhfQPvy%7>@9b&I8Y z&39AzoRoXnb)Vg%L!Kg4)Z$mhKMS5o1x+41tfU`1 zIo^F=({IVy#)d8D@dhK!E1x99{HK)rrahIq7ya&x_S$r3t=EUpFw#+P-E%IxMk7aI zwcE2V>B7!p%0`_Gv=W**YI_9;M_>kX96ds;WHQ6Xdu;L&1LbS1b&cpU_i{)kVZRvc z*C77V%jjZPy4{GX;q3_c>yGzF%jiemAhS3=&XG9}ZT8y#W2@hu- zIb^R3AwP8#Amf|AEtUL4 zi4%v!g+}m?j!U#IIe6SXm^S$8o|@JJ5KB#Av?gIK7ihu5@Bj zV-thP!DPzQLj0 zsmAr0{`r>1#ZurMo1p%*yENZp-<=6ToeIUM@teD|)69G;FFpY@N7J;`=-=O;$#`EL z+G0xbd0WRw_TbME(%o(inBB0!UNPW-W`6<|#`!Q2Vp8Qh^B18>hJVePd@|1&lO8?a zZ*{T}Z`ZnQ%MTzu zljM@@T$E>$L~!;Bzm(X{XU{r4QUHVulS&BCKL7xd^5`i^xBBjXLo3hyNSnS--+9LZ z{bcb{$;;QSfKj8{&EsAj=+ZuEHFMHsCmDOW4#Xmjh3NWw$LKIoX#kfNhCw$s2hah? zxD$L}4gkpf8_3xci!xK)MZ-COl3j-hWSDAml|LiV-(X=XDNx*jXrjU!iWe$x9?o!22Up89#Oj-F$#>%>jsdPbOeo`c?8(A)e#MmUR3wq2Hh@FYEK6a_K<`hm{P|4_n&*Q( zk>ZoTEH|#be7V**rnaE2WbN{xpU>U+slM`X%e@BeV|@TsHpC2uru#Bev69FG0AqRi z^1ny6kNzz$s+51Ks|8w)pxgdpp3>Wg?tdcLn?8^!;VJ)>gfYEy2rY33jJy~ZY`h6P zm8L%@ytG>i>J?zgImPbK61%DxGpI~2*m6dx^#*0 zP8B>Ro;iGN_<3~5AnTFWBNq0G>{1xZvD{+)g&i{BV@c2$%<;=6ADfE=Rct)(us__v z-C`I~6!^p@aKXy$%P7a8{^OR7o5sP`Iw`xCM9+_D1&H7riNnN;%1bA8B_e0kQQi)6 z?NGh6qFgGeC=)x{&63fY6w&plc1bg8$KV~;5a+Z|C)Sm3swfxlJdRHz?c}IxtA)sg zfSm3B{oK3n&!2tfYNYkS$fJQpo4nm3Qj^ zAdSh{$;G8i?3CFj9L|h09@YHf(mm7>wS9SA`KTzkeBcuE%H=B(ru}Zpv|7qxPm{8Y zp-{WY)4ozR3z-Z+J&9r9CzAqqQ|7El=Ak-%N>@eG74)7X^(Y)#n5)QWFq(f|aE(K& z->S8o_>GT8^E|3{9b}qklSBEhSo{iEaFU7#Z5L*F=T(F10JdIy?jc6(kLrkVFUkS; zamG&Gg6&9}nmZ^Xc10e@dmq5`OGJRoxzz~15Zgw^`kJv=JPVg?1@KZ!;+n)br=0rI z(ftwJr^PHp72XDU{ds;pdZ(Y~W;wnHi5t^w@-ic|5Nr@n_V8^C*6gK*_K!JuJxzN` zLkucyXZHSu>st=fQ*6N{f-XE7z=kT7+?+;CWoNc7hE>=(1*9kye8GY39d@lQogzjm>z*-K#BthXB2pr z>uOn*ppNpnM;HsLS#fyW)BopPY9v?J)Hz;1N-nf_s+c~bH=d01+3MC1R>tE=DDN%r z`Eflj+$IMm>4oanwH)3Yv_lY?sG_l@RS`|R9e}p;>crTRp@%Z*PTNGXjdyV}S6)*q z=OmRfY$#E-yJX4^{P?{*C)`3#3^30q1H6oc znL55XJ<|4&g0?_eJ}#zE91fDx&Hc-A6GEQ0$BCpzRz!8v4-Zb$sodfNaa5QyZj%j^k#DA)kdGDh>2U^x;P#4r=aBdv;2{OQQL! zS;nAKqAn7z{&Dx_R})Mi1mYwBn0sIE>Sj?d*GaGmZ!L3_YU_1tIbr6~)6QlgSY+M=M;AlXUQt5NL=&Pr`i;E14C zHvCJv{#E0gdQAsjxgUn##qC7npLTkhe&!3io012uWi8F^eC5ZJd zh!MsK>MF?Ne%}?s+Hu!K1&Jf7go4%*<~UC*s}^6%>$`>3gwy+|I-$#ZxuLb{L!6ZM zUlQ-|P;}|7bz84i_}=nV26-2F@Z8tcRtSMK*L}RMB3mPrRf~Dd@zx@NlvQcgO9Mf$ zPlM%Wley3vj!q=ZB4Z)|RakziR~Pwp_4-W!W(T4`dX(0ve}MsZ7#r`M_}RZ`=J=_2;6|4eRQgWF!|ywsNQsDt1-R9sOjm<;#3x_iO!X3 zUwm~8=oD9jr^~I z!`8;ZW)|$+w?GfCvRB(&?7;=c%?%Fk_Oj3&-_cxiWGzkiJYj45XmDr-Cd_yZUb?+92|2l7#-I^$mq_8nY8kvSh4}fPWM|T$hPnvQ!zBes1zmjqs zDhxnog^^hF8oSw#Ifo@+HM;yIwFbau)FgxMY7yh2U4>3x*_;Jr1&dBEj0?sEDkPZ< zcsW@u2-uN9l_4$6tP3MUow+m%aoH_#yFVI<=>#%(L>YVynEiq06z&8<+9$2xS~1Ec zgMH79^3z0vmZa7sXPoQp6E!bO1X#;i*jtko|2oFZMy*jhsYXBBFr`m6Wd&H14yL>l zc)jm-9vig$E~ew0Om5e(Ta0eh&9^S!01NS<)%6@9Z|=&NFz=bEdpFDCY%_QFm<>HE zmQQlsb}2q_=jeJ$$Xwts@%P9o{3F}Y5LW#M1_%S2ai44q4KBm+(9p_de=@sdfVL!< zUq^BA7v|wB&*F^?6cEEVGJB#stx@f*7`eR2PETs0S<~=Mcss>L zddd5v!(9i;A~unzw7Hf5D4FE1@I|xd@#K6uix@LenZ54t!XOrJ&{HDU4LR7Br@)E zKi_Y1=J2IGkG(GIeZMeY*g3#`D0-jI?dSbW%v*1jrxeoL+?o~FKk5%2&=m{T)ns%e(nEccX^cPS9bL6{3$UHLw=Ak!wu5=K zB9$=-AnU!O_UUvc8kch1zq7=7#A?vd@J)dBF12GG^oE+*u5%l{_WcnA2_TE)_zwQk z1BV@Mqlh@%nL0qfHo7w@FEQx;A_7z#=~Sxh^lUPcphu3cXW2uHj*|N*NGQS-Qj1bK zO+R}Unb_jXiE*^6e~nH?M#8dT<^UqVnj`UL^_r_zIF2w7VilhjUc`_)m)x#2teVGn z##`G%W?7ECT$j(99vRcVNVjx1h4Z0uLCPCjJ>XLqR2ZLiknV(nbKxnpes+bu+jdMq z06jp$zewO@Iz8=RO5tSW9{4(sUJ#Hs$r@rqpfE=gE61~7Tu=}>RVNXr>GXVuLjSyt z5&O(-J>GrCZ_eK+D8v=2j@cY%Oh+^H+t9uR=`-Dd8)@hStyIFTdHY3LR+ttDH>yHc zOP-d5CqMoWrQb9$DFcgVbEL-Y(dYTD1N`7^7|>hYCO#E55rhaI^M`ABiSZ4d6BLQx+q-RBNd(F>YQ)78<$<4ST@I!z8z)2yh**S1Qo*=* zvF-W>@z~StSa`^qzQWp}8H*Xq`aNIWQtR*V`)Z%s+`0}oU>o>RyZ<@<(#3SO)FtEi zYkOXR^p109a;TZI&Yv(-ys0%&6+m)Ea>CzmKUasP8N|USqVpP-rD2^+$)J6)CeE@n=k6z zAtrboSj%0{4S_8-dqlP~@kcy6eo%0eu&9Ijn_KRp6eZvTasFsRI8IZ(@4Dt zIii03s`=e{S-;1tkI+D2q(Bit5-3SQVoOj7N;ncRz099lv$e0PZe~?of2R7$)6`{D zia;Wg6Qa4Q=)eS)GU_{}gkIuLso%H~1g!%}qL`DI`J0kY9hVsI0MG$`vk8Z@WRrqE zUGk5&SF_i`2h>~GETo1fz&-l3eA2*H zY$+rA@`F*`+mF4tH?Yym6@eYmXm`P_kk z;kQ5AB|yY@7VSDB^GfdK!O0!6sNwbZtr2pW1rskdPF-zC-Mb~{xdRf%onv^#occbsV6q%+f1oKlav^ZqwXV*m6$QFl;qV1nj z2;5R%`rgbd5j#!Jzls|@#`Ebw!4Y9&2t{Q7l$?Lpf+mC1hBubw@CI3AGT)FptGXtK zMoqe~s}rQoo_U33xa=@z-+Q_!gKx4da(KgiON6`@gea~dR9Dc;%eIoAKP9h-2M{t$ zNq66h2de*8$lR?+Dx`pEd7dLtJYiyr&`Y}3t0~AO+9g&|QLYG&(Hw<^sz{x%5^kQY zFHMQ#7D^(OBW(}5RV-kpsD-=17t63Yn8If&5bT<#*CHhCdW|~KmK9-o78C2v- zJy$xrhsIWkAh1txDD^KU&Y=w+wrOIH?Bj`5KnLGG;J%8_M03l7Ml~XUXf}rWY5V3GbTED0!?cTCww-YKi zS}p@t|0**>C0|8Y-S66O)#%VV+BD>`TDH<#;5wvO2e0$)1ejE2s-HK z?HBQWBuJ0+V9MZjyQ0pV9<-P(Rt;n&!!4wH?ACho4$aO$$vDJ@O8=<%zE%1 z!Q#}Z`OiG6yHyiUO-^@$n=5WC?_3$==U}UaO};{+C~p?~vn7k{Y8@;lpS`^(6!>`3 z{1Xt@PX5K}rgidavZ$T(RqOhkS+;3PqqQx^IX4hx0pz!&kW@YDJC?bZ9~f-rkhV5^ zkT$eYy1VQC;otBou!3TC(qfu-#=ss_{E7L`ABg!ZOfM~T9x1fmj5|Z694YUyd3af2Xr}r}4FjE!3aeD!UVt#_LKtFA04=7z+j2Oz} zVS4FPYp|Y0T2mD#aB<)@uLsy|uR{H^_o;^)rU8iFSNge%XyN$Pu>m9lo#0dir|0zI z6Le2Z5yR8zbDu@3u*sELO{rY8HKs;cRqI#64Szx>0IKqSd!E!{IEJz^CJ3GjZI037eCdwTeHG(F*3FW%{4a8H8m!g$lU#i*mn>vNp|1YVG>)feLCEpJso@v zdqs?d{oYX+xMi(%;ZjQXDO7-whfHUP@aS=G+4}J7S2`U>!Y#+fhZeU<$z+Q779Sdq zUG|(fUHNa|Fd8!)pWKbzIx7 zhBc~`(>K|BY}v16WN05eYlA% zvAJsB+JDGoP1PyM=zL91X{uV%8;_xILXu=L^u(#H@g6Kn3YHfOTq0pmC76v0AGI`& zFM=VSXq13-ijkEXcgD~3oKfw-zgaSuf?d?IN}Prz6v{=g62KItdKw^6rO{ytLJh0Z z94yuDmty|SsvT+X&-3_)vsay-OaDz7;+#VX1;aoTJb35eP8O8W^YgzS&YS40yLaw~ zo!#_($6lZHH`Id%eXRvp03Ui+3p@jlX_Ed=_rE5w2y!KJm+XVMc|S4is@byoDbKo! zXR9Q5c+AU90tg2z>1I}k1DP(TBFwa%gh5sAw!7xSfd?DOA%bZ+-0Bmk+V_$?2vfah zODH^Z^?UUd zO@ta=c1X$BsBon3hl7AnC5bM{HkZAHnlKOHum_HNh>}UH|4uS5I$OYC!trq9!_r)P zM|D8gOQW?E7%WOt2Mus&c4%!9JO>zY$so~cI7sj==0yXwj9IzV{llU5wdK4{TPoiX z*zB3@ISwTZ4iYVgo0_Ty4GJnTj3y2a{*Og%*g2|OaZW&78&HH$yax}!E;1C96f=N+ zOtJVhF8P;2-5=s!N9@*9B-^LsYAas<|MWT@E2&avcTDi>IR|VB8DYrZWq^!t>ya`_ zP4vQJ8z-?}cto-(SL5^_rJmc#c|s^Pf83_>X={dLQFrr7b8<6?YmAuNj5zk;32vi1 z^Mef`ZyriYe0v~}_&6Y^LS-a1FhKFCix$=`#{$nW6`W@J*F3+n)qr!q1{-abpE7o0 z!TcxjNg^tSnu$Lja6H&?&e-=M?D=)s?4mbHtM{C~lY&t;jPKJ3Zp&$-g?gIPY{U$T zA3{U%rnBFDpEaD84>lZgq5i?+uokcRoY z+10QDTu`0y;$6x>BbVFezpT&kVQ0-QI0hPpK~{+)jm5YOlpVsA=Ww0j8xv}+gTY}C zGS~G1yfEICw+vPiZs&|NZ9|q>a-soT1+?fa6>DeGuD6=ciF7N3nWQrjeL*lh$+UC< z%P!E(vd-MT$@y%KQBkq?YP#F;mfOavl*kB{m1lP+?|f^RolT}ouzd?sCC1*-T;z5g zp}JRFyG_yUcaH3%1`8xCpQI?v*%D%;Ww1ktkt^TfB*Ql#)TV@L93M?X3Ax?S+nK2l ze6~xlt;Qf(V&V8qGa48bVC2ZjW4en3qzIvfds^*9!NBi7gCl$T3Y&F-GorxNrFjk$ z)@U;ebVJ1lNB;B<{Pq^slmv~6g1d7w42%{%s;f$*emgR-Oa4th>WA3=q6hLJA?~PG zDXp^A5ICo@Sdq*7iBdebk;vG_F<*Lvf2*PufJ&!{JX6@h5f zQ7XQ0=%g>`WB78he7$^_Y`SG%HhH`Uw0irUljf}rBhCCQ;c-IB7OTz=0 zD97-#OLFu3C4uNIj$$W2iJkFXD8H^h?@|-5i_-bmM9;SdinYCbn_#=!E}22p4l}m- zHjwMOlN9j?rDG#Df- z5G6~K0UI3>D@nRu$obFZF7AQrsKbc!h*P>E^rf>PI0nEHY%N|Hx$>ScxZEq$HM_?g z8*SuJ_}7pKG3a(#`P9wnQ0;-B-UBv;znN9&ozyCaN-MSR?~G0AM&Z8B2rl^5guB$e z&bicB^h=kU)LhluIC^@mvLNPm9EJQoYg@LdzF0qo5dE6A&EwV|hpN~vq-zA#)}xZc zOsCq6*l!@u&^pzlfSV)L0E+cKkY~$E18tUquu*)k%YEE^m$mU$W4jHf!2Re|coh z1#nDZu2gTBD* zA7YXqqQ>mW-ZlTSx7TQ;ZRHP3E77@j zTJIAK_T%!QrrS$I8(k0~;w4LQ;iKAf<-Q=hxxHhMw$=?R##R3d6sn3_zsqi;8RZfT4U)g!bj*ef-`t2Gwyzs466i#PPv8X7E2 zmS#%-P3~w*+)Xrn{?jz7ER7qJYp%h9RtyaiVr@mnDf@m|>(lY?x#*-rs;EiS zeMNDxqvw`;`{K!3rP>@PE(@Y8nlrJ%A)_h!r|^^}&~`AbFZv{Jr|ZB)&@+Ip02n^V zR~l6b=(`2iz{9K)mOeho{mTKr7Qhhe5Uw8rG;olG>0Z}GOJ`IHu)M|0BR?Ngv;5{3 zF!a>XImGfROkwWy6aa9Mf(MnrXLnK5bJZ$Z-5b4nH8FPVn404RUcX*jy^N$(Su!)? z7i7r3(K~LjTvf`Kp<9!y-L+hyBR@GzWj#;Wm1aV!3*o1{k(I~TBE-WzK#xODn_atUzr=Hs=|qu?-^M2;UFP#QQ5G&em1R1n}-?+6`#f9JT7d7z35MR zOYwAB&cx(a<|XdG%Bo&Ffz*VZ%y=+WeTVLGjynDK{EaXZK<{xC@wv3UOL%sKjFzeWt221N+S`T0zglp! z*0yzVtaGt6mhh^D$R$%waYcD=Nb~P=8~C+)!_$$CLmQyhEEM0N%!#P8IJ(;uH?4G5 z5S6en*m1lG?aLFwg3{^S&mT#hOn0ve(?Bw`-9Z0xsTtbZF;pEP-7p@811NQYnkdUj zG;Z5NW*{l4G$J>$A>GNDYZ_ly6X#mUP)2U3BqyQmlq%F-W!o$$Rt&_|pR?HB?66F3 z(Z(ZJf<3*{F^RG@>9CDQ{uYjwmimvlJU{~@iHPf%4I6ehuG;_d-0354x(C*8MUPz! z@nDLh<7+GMX1;V(sIvea6ZP&2;C|N<4)l}9I2a<0NRXEPlF3}cf6%e*DW?%pRFG(gN zb*T35SGC$=|57QDX!I-EEIq@w;T6?B0^t^Dnd5+DLr2;RD%O#xGLorgSx5Qx*&lc< zJt-bY(|WwRty3fB0?`hqc|$zw{@h3u1I)v>L*xS2{I!df8@E@2!U6-dfwED2C0$@f zUL;-&<(nEoX!I{VFbQlijA4XuG_ek!#iM5 zE5A8?TZE#MW$b<>Q}Y>(DLhE`?DHHJcSL3OW43DD17c(*FatyK)oiFd9I)dJ8;dBC4u~SvWadku3Ei`L7y@Xeb(@V&%BaD zheL#$_=a?Wga#ySI&`$@MM@@Mw5@sXktTG_exx}F@Y=p>qmV)szR*sY_d-w+48&yS z#nwK2Qtf4z6m#Q}I_1hWX?k}W$VzT6i-|93PGiR<7q^h2?eCnbNJrRZRrsc2vdn9a zovP&KVLU#OCmnXlR>;<&i!S;3UoIrC4QT^+1Jw&_&36B4YKpoLfBea?$UZr~*K4C1 z5d_{$GxYUvuFLriiue}aa@A$M%;e<%JA~(ES9dpd_Ozm5j5eUwdJiY%!sdLPwl5yA z@~&I3;Uz;Ok0!?CCgxk~!f!ZKO|8kCEw~5=j!)J;q&y<0lXcSMjP2}XCKpno+uUxK z>+-uUS3rSQvAV76-oD-XK%45krn5N?gZ%RG$^8OUJc`M${kzdNYiMM3J{HohfsQgZ@+& zlHjGA6;k6>;ac|XZ5-Fz*U-3k#`p3Xx!V17_(Yn0SXt^2?1REm#muh=bPp*BF%AX= z)%Kkg_BamZ73={!zV+Vq)nS&*Tpvp?_H+BviWRfV`%TMdrAuSRO;#)~Dc^WFQ@9H- znq>3Qwn7I4f3O+&@3HycX62WaI=%hMf#j1PY04RxIyJQX?zN3kV-a-;)qDN44W&})6vU&de$|s zZ|PhUos!pHpQ|$HRc?7)B5c2360AAe4G$Myk1 zE1c{G-DNqF(a|X}v{URQ`E9q{H3=NQHB!NP;{xB7^E`reIG0Yk{^MZGc#nkfNxx%MK*u+Gv*AHq#_CUMH;RwMaXpqwQ9z-6a2r@0oQdQaXlvhckE%Wr;f1 z%el|BN+(&YJL!ACcantON_50{rZ*+0KF+k%q|3HARLxEP^_EIzNjlDtioR)SrCJ>Q z&BnCQGZr4Vpl`0#Yc*vV9rcIr3FA;k!mY5`*`x*j6Szg7f9jh>mhwbP+rfZ5<8i}x zPi-bpMZxETeOLu5QStLeW0o<%ys_LQkdJAsEj|do1qXLvvK)?`2D)p^BbufKMWoYy zn7K1^%FA)ix#gebKaqhGvJaRPCrI~=vd%`@KJx{v(c=H{0u`IxlYxYcC< zSs<;=xZ?566bT@tYDyS2SVyYiuuua>UAb@jhf^?}m7ib%|59-+%oC(L3i<+Nn*VPN zdtcS6!i@F5^>aNj;A2t6(K%9s9bq9Q!Rso8H^?+yEfDdlnOq2)i6t26y)@jDhnjD` zs9(y_0Ss@)<0BDHXnQAF?+fQrqR(t^*1GbNhb877XE*4!p4=MYAB16)UtgcKZjjd+ z7e`H2G+qOreLCNU^;v|k#(mjkAXtnTwsbz99c;#KB>E3-rGUVe(@kSq#Tw>G_Jc*% zFK8OSTv0}ar{eOm`ffI&%CsERg|HFf*{K2FIn>PT>}Y#|Xl<42ver+K2YffH;^$HV zkW7lsI{#S9I{uTI)-BGZCG5D*zpew|yt>&ft${k@7g!}<9{ip$dWr%w8y^1Mj1F?Ug^9nwCDuIXZHt%b0sF1{9>AXwXg3>)-#_83 z{ra%ojK^k2>MDgj)|;@~I{e@J8$Hldw4-S30h1^6hX>WWFK(PMdpLa+>iUu;^t_6k z!AV4Uxat65xb^@Kq2U4bPxAE5-mVTt*TZ(kXjgYo!u~ZW6wc1lMc2KUo<7u4ez5s_ z(Nk=t_z!L*wqs{|JD(eNY&Egwi5AD#CZvvb+HhX?`ExiTE~s$fu4;>a0&YNbRc|lk zc@Mp$!CcCKQMZ3TZzp>(n~m=K@E)zF?CQ0&-HvVUoqgWZVmN{#=(c{r4K~woy!ris zm`i~(17V~{b;m1nPRE!r`w^Bx!Y|@pA1B(7G+T)!=ZJum#|`F4Przugz9XHyYgNto zo_fG+0q;cH!p+&|#F`a0%^Uw8S9>20+g@du4b(6?C>NHP4{c&*#rsPfIPyCk*ilxR z)r+{eVs|h{rWq8+(L>{DG5^F%lf%KtbccAky@pYV&avBdZ*uM&3VPPYQF67@z=WAh zg+37`gas5(ijrz)hX}JRhJ!LUGyG9Z42^F0%(Ut64Jc(7016)(??bC{F)q_1y_;7a z)~QEPsm=9#%{WR*Wpd~tLtOEM{!RM≠dR0E9ICQ{-tcR;@{R^I5P#1GUH!p=-{c zuc3w;7+BWfGaHj8JK6^F_ud{JF#?=p5IuL6%&BpqXGS{~wMRx;wzW@^P zzUW@Ot)-|dI*HP<%}AdxG=8KzXl^eew9JBUhfnZWKLoxK?HB-a*iv{+&FC9ByM80l^Gei zQ>vs1gSdu|%R^~clqW1HizMeJZ|Uw%65_aMdUAc=1!3QDeKP%EsZ28Zdzg@}Ra@o3o`d(7rU% zr%Mf`gx6r1G)j3PTIP7=RmrzHWJSTZ%8CM}L66{96Ho4D6?_e$&nwU~mxXqb zId&iY3{0N^R#wLfcb@8L^e#OJ0i2H zb1N~AI}Hhrr57~D4e+b*D>)wL^>o&)s8UwztF>$9RS7a?Sw$u3K`tZ*0x?8ZEV-%! zZ(Cu$a0TW-IWz_qLxkLbLdA#(MA#a)4oLRdKYo?%uPGj(X8nN-$ngfAplK!b+*+qu zd(^3srD(1I(q}@BoTVq%c)#*?F6u!kTXOc5e<{PlbM>3-_uc!l7m9~NcH(PIlU^P< zJm0cu@FYZB7yJZljwq`NdTWWwJf>Gmh{QwgZh61R`E)FxUO^-=N zUk_hCvNP$No2rYcET|!l$1|!COnmS_6xl=4AOcijV13+-y5FGgTB)%Z6#$vt0l5yn zc}XjHUE!zsSExQ#F7P{D*A3QC)vRlLf3}afFsGqV0M4(^NIsoho|d7?Ws1E;hZ4fa zOn=}epz9 kgw;ucYbA3cU1VJz%pjZC;Qk%~9{|M8~LQUOASDQR}Rkd4u{d`EM0 z#z42NZm2!myxQVgiOB_;c?k zlt~BrZfgQ()uk$+b4t(W8L1Dq{?-3n(@_7=jLW{gbK47%hqi3Si77PP5j3!pF~)_3 z@i8t~3S}m4z?MnVzPp{(T)K$|;@a7{d#x~^dVqSp>4E!z}v?-=tE(@Q0G6oT-hW6LGZ-|l?8KvgK-NS~Z8J62b zH`CdcT@78ZaY(vf+0yUTNMiVEdQojmS#YO~u19^5U7kkBLFVh#q#gwjQaVjk_E%%Q zW5)ucz5L9OK-D}21^p(t8Ib{#^el3ctEg~To0KMul*p-27#?x<-#cD1#}ww2eL_fD z$v>Fu*LL`g8B#SzuHPXUJLQ_!dJJZCtm=N^==#L_RbvS4CEo-a@9!%5c6iH|l(yhG z-qbeBqno#K{kLzkZTXgQcw5msN*i)Ay=hT5yl>U1tVUFFQ2QjVxnP_hY|JlBw~9K1 zZC4w{qbWrFnYF8`LSf8cLCq+6@ZXXcV}a$ zo@Yk1$idN<~Q@Ropjc;Z8}5`IO{Ii z;YhxD(#zHsPX5FB`-d(6^l6R7HVMMO?3)Hd&$oeHF9riqpq@4o3~N!4HI9g_?3}K? zj6VtI3U(<&t8#t*5(_I63BG)F-cow^%5)1EBDu3Ag?PtT1w=pBmHldGBdQn)KmcQx z!ez5{w7@~_a(Fn0OHJjEh@8Lrg)n8q4hZ)jZ!crLH+Kkg3P>$tNmuSyzuJIdtKj(> z$y{uaQ@nmoq>L`t#+iWJM=?1E&-Z|yHSAdJwNgVedZ?bq^x-0!K?^LO<2t7_iW!?i z7Rx{MS`%5HRM;a&Nh4FyeP>2|HgO+0c`WcSm}tqcnOBI2vW!gFqwTQK_HW*vIGs5khREImcAja+4D9gTh?Gl02cQHw!(s6RP@m*D7e8lI@plF5mU=x z>B&*D`$7Zh2)}t4;=IR(`B#n4U9rp{0im;xr`ucG4i;l{k6W(tLn(AS3kMrEpJD-j zDtbu|B=XcmdhNgUP63C^qV(wlO|bHO-6L!36*Fr>eQq_Ut;Mu)g01bORC}N6Ej@Ai z>Fq67E&kLUilT@ATW23t>Xkn@oa zus>fiWoscKG1089E#0l4{Gqok;irrqTV8br;D^|jhXD*r&bKIt+yLT^!(4mtd)^79 z4yv>VmJOjbe%QF(HxOi}ICFy|*f}*j#(4#h^!X#}@*jp7ru#8oNXmT_TU|36RwO@| zXIzv}x}4oeyS6R)=Z~z(WpDD_Hr8O*>U8Yh#DI8HUF@rFujw7h=+sClO5RzRw0;X} z8vIy}7Fz3yTT`65sM1|cvC$d|a~|hNgh%#6zg4Vtk>Mh*f#I-WOx%Xpy@DzVSyz6! z$!wSj@jl71lonL@{{de#=$fD1%-oV)l=Hc-j9%pMmtDZzk=yu*%BkllK@7(oky2Yu zcXZh z30OLYBbzmZ-#BjBGmL3P<59K&hqsm4*OFTgZL$%f@aQ(oa0eFt^!WQUFCw?z*IPTn zJMHpNua&$Cg9p@osIha9$U3J@3O1K;|59biD!tt(x$JnsvW(NZY3Pj@@gG;>*A zTH+ALGZ}irDadBtsZ*6W8vqk*Dv@*_94NT@%1b+VEL(GPrHv%f?#q^N!aL91_kBo$ z)NG+ZmBsUB82|Wx$I|BpqVVJs&*h_PiCyr>$;pAf<44g!G`;tQdg!9zQ~iX_bC}6A zQ^|ia>VYRu^lI6}&97gdqGGe39K_-x)@@>J6driJ9=LK4i=|SPF(*&FGiXVyCR)*~ zKX*F()X~#IMDkOrB%b=cjJ!Pz-#i``@_l@2EHpT)7o3|AH;^nUE1xWMN{So@0nuGz zQ8~&d&rQx-wW)k~r(djI^ z>#*7_iM8KW0p66fjO#5O)*C%oxTe*!d1vuR_ITN|+3sS1aH68x%;3=Bfs9p$59O|# zug9Nh1hu=rPS12!>HMe*_^s@b6XzuHKiCnJM zE>@rPxYY0Y@9F3MBh4%a(+qO?N57msjUyb=>3p;_1aAT5s^5mVN@eA!Jp z^KUwNathUCqD}hZdHjm)6UIJ&{*XJTCrd~LgHV2<*x@Ecco;(!7K)`gx)mD&Bne?7 zO#n#BYkUsr3_-XV^HPLOQudSO=jHJgI(d*0Lf==E8R{JUb;RLziB0yqyX)e7?mj*1 z%~%By0l;pDB3Q^~=6__-3-5Z3RMPPo5F{5Vn+8L`&f#XMCuI7-wacztV@JjVv350TvMt!zq2O{m*X6fy}e@@IxkM+m`uf1Sou)%DNAY zSSzDjV|tN-;$UpAvK14YVKbFYkw3y6Q` z=K6mofv8g8e9)%wXLKV$=FM0eke6sq+gb{pv=qN9Er%pFUdwOenVUz#N}d^t8(DeD zp>^29oeB&}z!x!A2+~Cy9`$5L6NERF*f!*zu|eEu?&mRQHDNlUF38;+kfL`%vGrWE zMRqubh27W_*HvN~XfXnFgDi+#UU~oaEHw+HFLK#jczPLWFteGLmh=y-+o}OsURw3o z4K6!zf5h6t@S2UTH@4}y_dk8#q1@Z@pi}A)Y(2nNGU)n~!;zg$n)vFDD%n`%`P64m z&t(orRfl)h6o4xl*T{e}8RJr_9s1?eNczsSFxmRZjnBS@HE%eyA^dsyx(|9fn+a6H zhV$8^KlUYjwe>>ICp)<<{j1yuYMc_CLNgVWyzMy+JAKW|@-q{Q2AQ=Xmo}(M!dIkk zZjV-{DRgV3b?ifrY&%k~{N&z;ueyC?anG$IpiHp&)Ysb8`Y;ZgdRx+Isd@u7Yu}ys6^?pi-Cr%Lafb=bmeY9*=7+{Qa%_v z*3fG4hor+^CBaf6n5s3`YHUp|0U#2GUj8ZvV;Gxel4=Yhq|&Uz=cMn3j@r-JzQ zF1Q3ARfhnZqK*f0Il~+`S7BNK=Z>54m5NT^ zeng|4COob$Au+NyCasZEOKLoQWl&*r5V9t3l4R62O|qZNHzC`$J=Sjaa;LxLguL;b zNs~x)XKnO9Rb5i^KPCW#OWQ-bK-shQLFEHMy#W(FLh(44Q4EIXlW{I;;0P*l<5NOvPm^Eb~1XvDpY0%Ge9&Qv(Udp zHo!uS1CDLtXL~AQ)ijtfQlCW43AfK9S77%~dFw}?&82p_#bnTqi^iw*N|(+Rjq;T@ zZns+yr*@N;SIXok9t;W0%Jpru*GocCY@5J%Wptxb*{D#&3;i_rtWEDN8I6+ZD&XHdg?~ z9*9kSZp0`vz>(_;XAc?(UD9%Ff^_LHHE zPMhH~w%0OUnVGM#&rbDcNZUViBO4o>k@^3G^E`V27Ed^#hsWQ-F`tvX!#G%yz_|nR zNxhF{9GDP4uYrE({hvNRrN`!(8l?ZW)x~pz3%bN66ByYK4Mh(3JpzNQ_z-Ov4PU6FH5U+BD^z3%j6M$!M8UPsHF zulFyfveXTAH>T?9Ry^%>tj%{81u4JC*P%bpkI~KMi2h3-lOhU`#S~=9Hq0ep{<}!$HnjI>V?b7k6O;8S~>&` zUZxkWK7F!qrPH;Z-unz7J;5Z`Hy>zjPEKhi?0*@(Ia+2tvaOP5(;M_#;XeO*MW&o2 z<4AT|lNK3+C&JAO!f+=xRa$e34i>s*mgrXJN--{%qmshXY&d4eUX(knipwka>q<`W z>yK~k(42Rvuf8BQgeB*DYsDe1oK0y*kWeIv5gm4S4@u$lDTWBj7+G=tLJP;$QS{Iz zH-!nG*65Pv$dUeO=51l7CITl@t}k@g86e4yVO+aL+bY*S=r6+SvgyZrA-2+M9lAF# zNoc@sJT|#xg~HFgz&Y>gI8lM#UandIFuC4=xTxG4zKC?ayh)&E^6j1SM(OQl;AG!8 zUK{NmnJcYpv%=>za%be&zQGWc9o>e+z7BU@iv;RGGo3yaeP)48H}TC zg%8Ai0hGCa5J(^Yik!)&vBm3*TejTuX)Ip`JCv<)T*8lc*$JKh7ZyFm86u4~DX;Cc zgwu%x5CUTF)BgT}fo=f(^u=RWuZF2G`Pu*ePfMeK4gx#&TIniERLQxGb&K|Y0tg8; zqT&Uz)}6C%DAMpO>-2Pt^96x#VZN?XV8TAw1%@*q<_e#V8G-b`-+0C;E>cAd$H=D? z2%RN%QVen8#*TWc0gN|!g|+>3QdGM9l955UHb9>K2|SPqr_--Mq%vFvt;- z3`Q`@RNqV%XL5F2BDG1&_UwVQg1?hhJV3QX^p|=VXt_OKx1>`8iwkL+Gs$B&Kp*a} zy_(~yWDD5gxtvowfATEXCguKtzcBStJ$m&8fHDBIRrg)@-#`6#J;h^L7iCBcIpeyq zf7(fXxGwR&{(?TcW^QVe!(`Y)raMsRSeZP(dP(QtgLq;dlkR)TqvDkSQP6AIC!Hmo z7q9Aw_$2;BVadV?lx@UxYnd)mOBm9v+g{N!G>_*#DmQ`>l)DAdmmPLB1dz)br0ZkW zy8dc=&fmeOld$M3DSb83u|Dhtb36PArWzgLYK&+;T1OX2r-KHw88W~+5(OwG%J*Ly zgnQDUcJRWkErZ8xi%^i|j7Rh&V^;HMN_QL9=2tnX2VY~=fFJepzk{$%9Vw&j#w>ag z;}K*-fyHs#)#^>{A52;1R=pL8^xT~vmH#;mqeEtWWnGom`eZkV0z0-we zjoZ0MRvzkgYKdwkA{!AqA1TQgI;x~s~kF(%dn(FZ0mF>qHoJm$ZTch)G4r(R-+ zC-AhDS6)_-{I(5bYx)|kczCX&AUU?Dv$y>C$e)vpXW&@*u#M!dEF8RY35bM*ju(`p z;K*~2MXsXrTO+@mDa5gH-;Pw7^H$?NUE=I=4^X%fqY6$6d+`<(`I0r!`86k>H{9F# zUXeRpfO&S_kdQ(J_0JnaN(xBreJI+eu>ZMePvOrFIL(&29w0ORNpYGBVhMtb1Mtl6{OvioEC4|H$ zo-w5*_}~jH9$*_#fpguu_>^)_EcOeB9{FE%tl8INvegmyzoU=^cpNwcqC`sDsL^P(C{c=TO7~Pdw|fPVBfR{q|BuIPOsNma7Z}|($RTYO zE?f7ajj)Vr#v5(c_&#*~Y+Gw_~6vptkceJ;6#AA4{U*G>m zv(t<}@AbfZth$BsgN{kJUQ4`I*>8>?8Nk=3zX?V%kwLG$-9i|(vVKJ6M`!jwoy^SN z=7FOwD=f^3=ZfV@actpRZtw@(j^+)HNl-gZ~_DmlAr+wcNi?V+b}qU;6q?= zcMb0Du7gVm85jueE`RRbt=+fXx38+Zy8G+XRehdL%byGMWw=ETI*Tc$XIVkYXsCVZ zb4N#6EZ-Qo#uYC<)!0ZG)(v6fHg4C8`jx{nW|IC1!LNG4AeKN2JV#qDHPM>^p6uL0 z>sDt9GR-_j@TKZ>xk9%<^4)$Z0~^cEDs)_gzV9)D&!BehM206+ zh}L?Gb?OHTpUvN2!?8v|DZ5qSjW+&#SXC&6!p~)oR}{k%ir*7xyU`bBw$B6F_y&R* zJGXM)P!sN_x?Fwvcl}Vi*TwZFCLhL}Sy(AkQ-O#tK(cQ5gCw6b$%tTc447{$X@Gt4qYl@?zZo zscT?q>xo+eXXdS%1=jkXdHT!tFWA297sM4v?KP52N58N5zWb-#2Z3ReM_Sjzg<}dnBy|GvI zhgapzrd3&*de)CZ!Oh~tL+K5NMR_+D@kp?5);fS&CFcwMo0!7w7ZNMm>>QDX7GHBZh)p-i`3Cbr6`q-0WzGf< z#>Iu=PybFT)E8et6+C+0Um{ezd0GY1nTz!3uAe@VzZLiSWS*nz{Y{by=d6LAtzeYw zwGFvS3S3>F;Z>G1mx2%JKH*NCZ@aP`q&iJcG&4~6o1Nb+L3zU|_0UwVk)0xSgkcXu^f(UaE9@~0>ztQR=w#`0O zTrZx+vX?#Jxh(CfeYELi=fpfM+DiYH6g-ONCiU95Jhw);kgSl7%Hx3zn2MfYJ5|Yw z%F^3xg*>0(y?JanEA{+m;rFeV-Nv!=!HyviDdGTZA?t?eh+u7t43pT(@|jp?PPQyB z&UIB|@1rjRjZ_2nFuxapx`I^gG<*>)xeBqb*N7X@Gbp)y4Fn=V4BpsuXeVYPhQCe2v)Dpw}5=9o9&dT&sh$KQK(W^O?86exnUfRayql~=x_>%Qb z_eEOB9rl9IlYA9e5VbCk{M;Go+sVSuW;xu(hOTUEsb+QU@N?brZ< zPP!)Lp=FXvUB#uOmpVE?c@_=>uMsh0184t<{R&1E~4kxh&46o=yQvQyO!kDegF!4ilCORdzqdzD7sf@iwmJhn9yIaIg!5Xa@)TbSDB;6 zqE4I*l$1vwtNMi@am@s{^KJg*?NEo|?a-1oX+gLm(0jsb6vuWWVf|KwQuQI$83+&M zr0QwGrj1}v{n+h(d6i)C3w^R{RyeTYaxAo!47T#IG%PLGJ2fl;b zGC<;obp}ZfmWeOoP$`xE&CT5}Qz!C8^h~*uA94@*(M7j1*OQ4Edm3;c0IhdttG>Vv zfS@Q6sPL%p)H0|Z8B9ptnr$JWFEeRvm2dr+S2mc;-%J}1f{kAD_c~cSO@ZQR3rFW0 zy*U$ALMUmoIy82fhQQO#)$NImKA)Ep_w|y*{cbw7@fP2|zL6+!3Wy6se|P65FgAE^ zi)tS>wpE^gak zJ*1)MQQ6l1LI4^O|40P$&tnN7Ha1^W?w>DbTVlPOr5;9=y^@E>BZIZDBHhZS2Imah> z@~IG#=!yi*5(}P>-#a~*gd=+QMTmGtaK!n;*q$)UtdZ|Jnao%mtQ-3+Tj&1 z8ak3WU%N*pRJYo((O|@+o1l{l0Iu$3?Q~?zVmhXT%b9{L{^~DkvORw9qukbtK*wfM z>yg{&mbJUR#+E@x8wro`mJT@$r)Xa_c$?7tM4s8v`ko*+VdZ(k9c{+7gNcsO!=GP@ zhn40Qh@a<&w+xHPXZJ(^;XQ{hJK<51R0fWe5#&qhBM#QKO#%D|-sEQCwMbue(x0H{ zJ()+CxWBQ6urBJv@ZRi+MD04)LHRvF)%p>97xuW7XqAF?R@96;@=*pjV+2Y(%{Z64 zg{$0_pl*FYX#$&WR@}z)XEL*Jm3XjJW9Z zGWc+Z{@B3W4SNt#*;VS~;9FyRv2x`1APF4JgUxSuKoWsIah$SQd-`AZso!9T{eyQ9 z?CSZ*2;W%#i>7EUTpe#<^%-Bc%$u+Iut&k#n+(D^O{HSik~y!P-#(`O02?pL2&Ix$ zlMBH_z{Jc|tO8Wu?qjW3C@tFCYvH#J-Ai_=^+W?&zWWnylWZ6P(~aX_U03R-zXasA zK9-(50i8nv9Yo&Z7Uz?^Hb(|q3Y|lfNk<^7cmjVS9yk(~I6ohN?TEe)JfVqC6(Di; zNwCmU!}ruh-@nnbWH7eDJIj(dIU}zTGSBKpg7>%&o#)yNOwq)xfT8RB2c@-zL(~Q9 zApv8k9vfO;X~M1EENU`MxFq!M(U??^>i^Kq(l5dC)bj7Rg6UAL|H|tI=rH0M*_geq z3eUu}uc74YQU*Q8d&Do0-GoFGJ6g1s95ljIR7<(O0jlI)G z4|m{~-IY+6t%u4ZR6;=AGa&=*A~{}{d51QZ6f3-)bEtgaSN~`w&v2#}ZkUdnT(OA^ z+?0)mVG6qRBslfi4`Tmep;vfbx&HG8=UN?vfTc>*mRSkAOBxTumVF^^<=J!26+%3I zmB7HYDc#=ksWY3(c5p4(%^<9*1PbB>yoL&~-a$gLQsOG6*z|eHV|EE`W!Q99)2jvW z8-ZE##B8-cno^e3DB=#5TeNgS&z0@CsvS}&3xq;+zQSZOws`$(4PIp84J(^dpn8;F zsXIlV?#VSF^qPt9=xBSCjmE0p?Xp`XzQV^CPj2e`Xzg2W}5DI?_2U@Ao;@*`?wD;V`zJxUnhZ;=LweQ`=>{G z_X8*r58bqMt=h)4u=k$woYL7nhhg<*w4$o7-x2ulhcE)6tRIqGTQ)8BLY|M{+i#%M z>p-A6s|kcjf5|f`<7mb}-1yd)lJqV`DqE)^Rlp_P5meqJ(-}-n=VXdwMT@%_R({k; zd0g^{uvjy5`&5EwTc!6|v0N-LHN0MM8_>0Xp*&%iCB`+R<)_>TUAIl-U+<#0OZ`<- zX+$S^{bWM(tnZoE9*qrY9!HKrlKk=~af{He5xc2?P!u&2Nm+B|CMh-a2fq%D)_mPr zuC=L?*w<3{RcLY-*mVX@o=0$hN#RXBq0ZGr!)+aioWlVxrGpWs%~bIGh@b(-fE|1!7HhIq~c1z+TVD*Wm=kWdW-NAF=dNcHHkFjp)qmKg7w$5P< zzHxp;+9uaPBU}a-vwu3fyGgs-A>tpO^Q_PdD=Ms;f#|R7eNzxo-g?Sw%H(m&xFYb_U1pZ(S0zwO*kP2 z3i+>%Zu?wZDqz=#!zK7+49R!XH9;=~o_tM*5qurY6}b+%Jz-Wvq|CVDA?o#$lEazq zlTT#3od;swz9mIeL|>4k!?3K36zcNr+RP1_;Gh7)Pp&_#eKmAEVO~$XUoPsL9$ZCD ze>OkB??8cF-QBeCQ#8g%mAg;pQe>i`qd@l-@h)k0V&y{qR+%z@eS>HxLvXx7%cw)` z>LGr~_|e(@BNApWX4Dp%;wsE zeK)2bp8l^hW-c>lc`;S7mDtZ+40BR8+hhtWZDGeH0=OX0K@;7sr_{*}%tz1BD+0E2 zeRg~AyF(B}7?Zo)w}lp|k~g=9%Njkob$*MIr|>ReY#X~sscLrr@>RkADh`Pd?VGf@ z3mS3wkeRCwN`hRmx~<2n#6g6MFF4qxwFnrg#j4A$Z5OLkB21}j9lc=fEn@5xzqE_N zO#VK;GTT1qq3e&O{DMb+gTwIEBYn&t=E?K?%KhS_d-F_$)y6fv<9PQe0Bz7Er10yv z9iNYA>OaV|VR*1Qnx%_S-Y5zS9W7O1m2oel>D}Qle(u7#c{}U8RE>(Rf z{QublBzjET;J)9O%-FHLfBp;2|L@=b8x%$rcDM|O<9{)y2Z5oOxXYC{Y{)hGC&>R9 zh#~<}{egpMNhc4{$Q0UFjr%n3L9$2>1t&Y8d6rGnMrUMxTCj%wC$Hb#R}SPl@0`#B zyMp^s%7_Q=Uu*h-g^%VqI2MiGjl7kV(l+VUW`@r{5p+%vmQmQu)eipI@WykhY6}Ir zt*4XkdmwEoul;g#;Z`$)>Y>ce*Ni3ea1XIC6@x7GS>=d4T39do3lv1TX{YXDKW5=} z0UpLJIc4?md|r$;kVi>N&xG5mh$fFm576b}+pE}G%u)<0@-o;_9k9nx?z?1DaEi?l zr%9Ys+$q4-oO`P|CrFJhg9`F;SRsU`qJvun*mQ_xwQW~OhL60)Eky4ur=RNnc5Q76 zbsQHUO{=KF$=lU(a`{M6Cr5A@^ErOPOa2Rr;P<2&3!J-kxde-jr7fgTSz1F+od<22 z0+(ZMFx0L3>DZ)^J8i8|XDJHxhaXxy_7d2K>@BVI+PuDklz9`vt92BZ{sq@n>bM^? zUog;cSw+uA-;C8A&=5OXxa$Tk$y->^MlBTRp-dODXWrNci*}5%*RJ8DRGzysy;i)p zv5-(*&}vkHK5u2u^U1BWo7T+?s<*F%nS|_(WF`fD1=I|1fe5Kf3UeJg*omEh@x)b? zy}#6R>^fo%pCbmRO#-^tbD=gpLXuJ-J(F2*+$f!BQTBqgA_U{?dqzZ5ft_M>%hl<6 z)Sp`6s$@f66p;imJdLrw?+o%{+O_OsIG>#i+Mx7VLXZ!+OF4BpYvej{Y-7ExN5kqY zcWIg`rJ6c2omTNCCBlLDKNTUhV~%k*ckL3isopY6&yz4Znk(zRlhQtR=7s06z)_tJ zA0(2XUTz)5BPH#Gcm1yd-TbKSt;p?C3r3y}ZOb_r?ECQrGXe4MQ6tJYQGcYq=y!H2 zvM|?b_2MX*Zj33QtrlU&C5Mi;HqNfzR7uev`BZGCl9=p+l|X-=9q~qvu}L_`5-O(A z{XQivf^2z$CPb-rnix2EBjgo;CMb8)3UY0*Ysq~5{En}mQ(SqO$85$y&~`DOQLcoB+UQ_v63sC) zewy&oo|z1(`{t0pBM8i>T(?aS+M4XIg0+$hJ&?{jQNW-@XC}DEu$lCJgUPdFu}Q9w zXT|nCH`h|I{rkb{@4KwF*na%h8tFYA@Pk}lMDO!}Glq)pPxRNaIlnns>5Fhhwh^hQ z`C=7`rD|h)AJAEiQvlOen5Hg=TkoH}|(s z88guDw8K@AA8CX(o?8;zjuV&wEv~Nt5Pzu?=K;HqIIMjh5YN$XTI7_2a@2h~e{ z*-9wY+~5pqBfwpq0?h{6kLNwNGfbCFFv&tiPo>y326>)+ZAg`4p;Uu8CTSMXQlSW^ zasQx)p^x`uT09s&B*e<%n_d_}rUqp(5`M-3U}lkI+zTFfkcbhjalk$0iww z#Ynxxs`ug>!ata-ochEaD3i)%wPxffFn#0YFt-R$V7t+hQhhj06iYHI9WALT*{wrN z_hCO58X;=1!6ah+R%Wv~>olr>R8|6V4*Lr4GA!$XMq)LwN6_&`su%J?M^8y3F_M4z z9rCH+KPk3+kBV#dV0YYA!A3ROtClEeXWbJyb??yC%c~exnn-?bBk5A1p3YE~8kWkNu@$+A4T>Q6@qkHOQ zN|dE!4Z6F{J_RTrHfn0m7u0E~0V*u8bKZ|O{@J~0 zzSO0NZ2vfh_P2c8amEX_9T6V_+7dDU?ZEe!+(BX4$rpB8T=?#I9n+Kmr4`usX3Q0* zsVYbU6rfZF=(Uout@8YFGdYIJ{Wvisr*Yj|$!FeE!w>^3>rqM>y63 zvD?d{k0g}AWC#N&y)8-t3{hId@C}LVX6h!g?PlUIgb~VoCpJ`|pVgeg`e$dkndD^G z;DD(Ab8c8Pu&+{nkv?~d2~h66>u)3{%oj#@!8-=klmW6Qn9ND83=1=2$i)BBaJXkA hYQ7@;&$HadiZ^|NpN=W$zx?7q%qNRS@!^Hye*i}iX8r&G literal 0 HcmV?d00001 diff --git a/gitbook/gitbook-plugin-edit-link/plugin.js b/gitbook/gitbook-plugin-edit-link/plugin.js new file mode 100644 index 00000000..32f34948 --- /dev/null +++ b/gitbook/gitbook-plugin-edit-link/plugin.js @@ -0,0 +1,30 @@ +require(["gitbook", "jQuery"], function(gitbook, $) { + gitbook.events.bind('start', function (e, config) { + var conf = config['edit-link']; + var label = conf.label; + var base = conf.base; + var lang = gitbook.state.innerLanguage; + if (lang) { + // label can be a unique string for multi-languages site + if (typeof label === 'object') label = label[lang]; + + lang = lang + '/'; + } + + // Add slash at the end if not present + if (base.slice(-1) != "/") { + base = base + "/"; + } + + gitbook.toolbar.createButton({ + icon: 'fa fa-edit', + text: label, + onClick: function() { + var filepath = gitbook.state.filepath; + + window.open(base + lang + filepath); + } + }); + }); + +}); \ No newline at end of file diff --git a/gitbook/gitbook-plugin-github/plugin.js b/gitbook/gitbook-plugin-github/plugin.js new file mode 100644 index 00000000..14810ce0 --- /dev/null +++ b/gitbook/gitbook-plugin-github/plugin.js @@ -0,0 +1,14 @@ +require([ 'gitbook' ], function (gitbook) { + gitbook.events.bind('start', function (e, config) { + var githubURL = config.github.url; + + gitbook.toolbar.createButton({ + icon: 'fa fa-github', + label: 'GitHub', + position: 'right', + onClick: function() { + window.open(githubURL) + } + }); + }); +}); diff --git a/gitbook/gitbook-plugin-highlight/ebook.css b/gitbook/gitbook-plugin-highlight/ebook.css new file mode 100644 index 00000000..cecaaab5 --- /dev/null +++ b/gitbook/gitbook-plugin-highlight/ebook.css @@ -0,0 +1,135 @@ +pre, +code { + /* http://jmblog.github.io/color-themes-for-highlightjs */ + /* Tomorrow Comment */ + /* Tomorrow Red */ + /* Tomorrow Orange */ + /* Tomorrow Yellow */ + /* Tomorrow Green */ + /* Tomorrow Aqua */ + /* Tomorrow Blue */ + /* Tomorrow Purple */ +} +pre .hljs-comment, +code .hljs-comment, +pre .hljs-title, +code .hljs-title { + color: #8e908c; +} +pre .hljs-variable, +code .hljs-variable, +pre .hljs-attribute, +code .hljs-attribute, +pre .hljs-tag, +code .hljs-tag, +pre .hljs-regexp, +code .hljs-regexp, +pre .hljs-deletion, +code .hljs-deletion, +pre .ruby .hljs-constant, +code .ruby .hljs-constant, +pre .xml .hljs-tag .hljs-title, +code .xml .hljs-tag .hljs-title, +pre .xml .hljs-pi, +code .xml .hljs-pi, +pre .xml .hljs-doctype, +code .xml .hljs-doctype, +pre .html .hljs-doctype, +code .html .hljs-doctype, +pre .css .hljs-id, +code .css .hljs-id, +pre .css .hljs-class, +code .css .hljs-class, +pre .css .hljs-pseudo, +code .css .hljs-pseudo { + color: #c82829; +} +pre .hljs-number, +code .hljs-number, +pre .hljs-preprocessor, +code .hljs-preprocessor, +pre .hljs-pragma, +code .hljs-pragma, +pre .hljs-built_in, +code .hljs-built_in, +pre .hljs-literal, +code .hljs-literal, +pre .hljs-params, +code .hljs-params, +pre .hljs-constant, +code .hljs-constant { + color: #f5871f; +} +pre .ruby .hljs-class .hljs-title, +code .ruby .hljs-class .hljs-title, +pre .css .hljs-rules .hljs-attribute, +code .css .hljs-rules .hljs-attribute { + color: #eab700; +} +pre .hljs-string, +code .hljs-string, +pre .hljs-value, +code .hljs-value, +pre .hljs-inheritance, +code .hljs-inheritance, +pre .hljs-header, +code .hljs-header, +pre .hljs-addition, +code .hljs-addition, +pre .ruby .hljs-symbol, +code .ruby .hljs-symbol, +pre .xml .hljs-cdata, +code .xml .hljs-cdata { + color: #718c00; +} +pre .css .hljs-hexcolor, +code .css .hljs-hexcolor { + color: #3e999f; +} +pre .hljs-function, +code .hljs-function, +pre .python .hljs-decorator, +code .python .hljs-decorator, +pre .python .hljs-title, +code .python .hljs-title, +pre .ruby .hljs-function .hljs-title, +code .ruby .hljs-function .hljs-title, +pre .ruby .hljs-title .hljs-keyword, +code .ruby .hljs-title .hljs-keyword, +pre .perl .hljs-sub, +code .perl .hljs-sub, +pre .javascript .hljs-title, +code .javascript .hljs-title, +pre .coffeescript .hljs-title, +code .coffeescript .hljs-title { + color: #4271ae; +} +pre .hljs-keyword, +code .hljs-keyword, +pre .javascript .hljs-function, +code .javascript .hljs-function { + color: #8959a8; +} +pre .hljs, +code .hljs { + display: block; + background: white; + color: #4d4d4c; + padding: 0.5em; +} +pre .coffeescript .javascript, +code .coffeescript .javascript, +pre .javascript .xml, +code .javascript .xml, +pre .tex .hljs-formula, +code .tex .hljs-formula, +pre .xml .javascript, +code .xml .javascript, +pre .xml .vbscript, +code .xml .vbscript, +pre .xml .css, +code .xml .css, +pre .xml .hljs-cdata, +code .xml .hljs-cdata { + opacity: 0.5; +} diff --git a/gitbook/gitbook-plugin-highlight/website.css b/gitbook/gitbook-plugin-highlight/website.css new file mode 100644 index 00000000..6674448f --- /dev/null +++ b/gitbook/gitbook-plugin-highlight/website.css @@ -0,0 +1,434 @@ +.book .book-body .page-wrapper .page-inner section.normal pre, +.book .book-body .page-wrapper .page-inner section.normal code { + /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + /* Tomorrow Comment */ + /* Tomorrow Red */ + /* Tomorrow Orange */ + /* Tomorrow Yellow */ + /* Tomorrow Green */ + /* Tomorrow Aqua */ + /* Tomorrow Blue */ + /* Tomorrow Purple */ +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-comment, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-comment, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-title { + color: #8e908c; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-variable, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-variable, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-attribute, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-attribute, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-tag, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-tag, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-regexp, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-regexp, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-deletion, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-deletion, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-constant, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-constant, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-tag .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-tag .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-pi, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-pi, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal pre .html .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal code .html .hljs-doctype, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-id, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-id, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-class, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-class, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-pseudo, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-pseudo { + color: #c82829; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-number, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-number, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-pragma, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-pragma, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-built_in, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-built_in, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-literal, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-literal, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-params, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-params, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-constant, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-constant { + color: #f5871f; +} +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-class .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-class .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-rules .hljs-attribute, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-rules .hljs-attribute { + color: #eab700; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-string, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-string, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-value, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-value, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-inheritance, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-inheritance, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-header, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-header, +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-addition, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-addition, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-symbol, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-symbol, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + color: #718c00; +} +.book .book-body .page-wrapper .page-inner section.normal pre .css .hljs-hexcolor, +.book .book-body .page-wrapper .page-inner section.normal code .css .hljs-hexcolor { + color: #3e999f; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-function, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-function, +.book .book-body .page-wrapper .page-inner section.normal pre .python .hljs-decorator, +.book .book-body .page-wrapper .page-inner section.normal code .python .hljs-decorator, +.book .book-body .page-wrapper .page-inner section.normal pre .python .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .python .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-function .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-function .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-title .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-title .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal pre .perl .hljs-sub, +.book .book-body .page-wrapper .page-inner section.normal code .perl .hljs-sub, +.book .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal pre .coffeescript .hljs-title, +.book .book-body .page-wrapper .page-inner section.normal code .coffeescript .hljs-title { + color: #4271ae; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal code .hljs-keyword, +.book .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-function, +.book .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-function { + color: #8959a8; +} +.book .book-body .page-wrapper .page-inner section.normal pre .hljs, +.book .book-body .page-wrapper .page-inner section.normal code .hljs { + display: block; + background: white; + color: #4d4d4c; + padding: 0.5em; +} +.book .book-body .page-wrapper .page-inner section.normal pre .coffeescript .javascript, +.book .book-body .page-wrapper .page-inner section.normal code .coffeescript .javascript, +.book .book-body .page-wrapper .page-inner section.normal pre .javascript .xml, +.book .book-body .page-wrapper .page-inner section.normal code .javascript .xml, +.book .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .javascript, +.book .book-body .page-wrapper .page-inner section.normal code .xml .javascript, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .vbscript, +.book .book-body .page-wrapper .page-inner section.normal code .xml .vbscript, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .css, +.book .book-body .page-wrapper .page-inner section.normal code .xml .css, +.book .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + opacity: 0.5; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code { + /* + +Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull + +*/ + /* Solarized Green */ + /* Solarized Cyan */ + /* Solarized Blue */ + /* Solarized Yellow */ + /* Solarized Orange */ + /* Solarized Red */ + /* Solarized Violet */ +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs { + display: block; + padding: 0.5em; + background: #fdf6e3; + color: #657b83; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-template_comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-template_comment, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .diff .hljs-header, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .diff .hljs-header, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-doctype, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-doctype, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-pi, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-pi, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .lisp .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .lisp .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-javadoc, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-javadoc { + color: #93a1a1; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-winutils, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-winutils, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .method, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .method, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-addition, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-addition, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-tag, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .css .hljs-tag, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-request, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-request, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-status, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-status, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .nginx .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .nginx .hljs-title { + color: #859900; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-command, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-command, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-tag .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-tag .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-rules .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-rules .hljs-value, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-phpdoc, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-phpdoc, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-regexp, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-regexp, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-hexcolor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-hexcolor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-link_url, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-link_url { + color: #2aa198; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-localvars, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-localvars, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-chunk, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-chunk, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-decorator, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-decorator, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-built_in, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-built_in, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-identifier, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-identifier, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .vhdl .hljs-literal, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .vhdl .hljs-literal, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-id, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-id, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-function, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .css .hljs-function { + color: #268bd2; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-attribute, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-attribute, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-variable, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-variable, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .lisp .hljs-body, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .lisp .hljs-body, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .smalltalk .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .smalltalk .hljs-number, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-constant, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-constant, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-class .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-class .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-parent, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-parent, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .haskell .hljs-type, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .haskell .hljs-type, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-link_reference, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-link_reference { + color: #b58900; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor .hljs-keyword, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-pragma, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-pragma, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-shebang, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-shebang, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-symbol, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-symbol, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-symbol .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-symbol .hljs-string, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .diff .hljs-change, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .diff .hljs-change, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-special, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-special, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-attr_selector, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-attr_selector, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-subst, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-subst, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-cdata, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-cdata, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .clojure .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .clojure .hljs-title, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-pseudo, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .css .hljs-pseudo, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-header, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-header { + color: #cb4b16; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-deletion, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-deletion, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-important, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-important { + color: #dc322f; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .hljs-link_label, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .hljs-link_label { + color: #6c71c4; +} +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula { + background: #eee8d5; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code { + /* Tomorrow Night Bright Theme */ + /* Original theme - https://github.com/chriskempson/tomorrow-theme */ + /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ + /* Tomorrow Comment */ + /* Tomorrow Red */ + /* Tomorrow Orange */ + /* Tomorrow Yellow */ + /* Tomorrow Green */ + /* Tomorrow Aqua */ + /* Tomorrow Blue */ + /* Tomorrow Purple */ +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-comment, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-comment, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-title { + color: #969896; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-variable, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-variable, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-attribute, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-attribute, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-tag, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-tag, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-regexp, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-regexp, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-deletion, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-deletion, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-constant, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-constant, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-tag .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-tag .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-pi, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-pi, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .html .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .html .hljs-doctype, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-id, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-id, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-class, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-class, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-pseudo, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-pseudo { + color: #d54e53; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-number, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-number, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-preprocessor, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-preprocessor, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-pragma, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-pragma, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-built_in, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-built_in, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-literal, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-literal, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-params, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-params, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-constant, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-constant { + color: #e78c45; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-class .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-class .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-rules .hljs-attribute, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-rules .hljs-attribute { + color: #e7c547; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-string, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-string, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-value, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-value, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-inheritance, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-inheritance, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-header, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-header, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-addition, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-addition, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-symbol, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-symbol, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + color: #b9ca4a; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .css .hljs-hexcolor, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .css .hljs-hexcolor { + color: #70c0b1; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-function, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-function, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .python .hljs-decorator, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .python .hljs-decorator, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .python .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .python .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-function .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-function .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .ruby .hljs-title .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .ruby .hljs-title .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .perl .hljs-sub, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .perl .hljs-sub, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .coffeescript .hljs-title, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .coffeescript .hljs-title { + color: #7aa6da; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs-keyword, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .javascript .hljs-function, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .javascript .hljs-function { + color: #c397d8; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .hljs, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .hljs { + display: block; + background: black; + color: #eaeaea; + padding: 0.5em; +} +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .coffeescript .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .coffeescript .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .javascript .xml, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .javascript .xml, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .tex .hljs-formula, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .tex .hljs-formula, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .javascript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .vbscript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .vbscript, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .css, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .css, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal pre .xml .hljs-cdata, +.book.color-theme-2 .book-body .page-wrapper .page-inner section.normal code .xml .hljs-cdata { + opacity: 0.5; +} diff --git a/gitbook/gitbook-plugin-lunr/lunr.min.js b/gitbook/gitbook-plugin-lunr/lunr.min.js new file mode 100644 index 00000000..6aa6bc7d --- /dev/null +++ b/gitbook/gitbook-plugin-lunr/lunr.min.js @@ -0,0 +1,7 @@ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 0.5.12 + * Copyright (C) 2015 Oliver Nightingale + * MIT Licensed + * @license + */ +!function(){var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.5.12",t.utils={},t.utils.warn=function(t){return function(e){t.console&&console.warn&&console.warn(e)}}(this),t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var t=Array.prototype.slice.call(arguments),e=t.pop(),n=t;if("function"!=typeof e)throw new TypeError("last argument must be a function");n.forEach(function(t){this.hasHandler(t)||(this.events[t]=[]),this.events[t].push(e)},this)},t.EventEmitter.prototype.removeListener=function(t,e){if(this.hasHandler(t)){var n=this.events[t].indexOf(e);this.events[t].splice(n,1),this.events[t].length||delete this.events[t]}},t.EventEmitter.prototype.emit=function(t){if(this.hasHandler(t)){var e=Array.prototype.slice.call(arguments,1);this.events[t].forEach(function(t){t.apply(void 0,e)})}},t.EventEmitter.prototype.hasHandler=function(t){return t in this.events},t.tokenizer=function(t){return arguments.length&&null!=t&&void 0!=t?Array.isArray(t)?t.map(function(t){return t.toLowerCase()}):t.toString().trim().toLowerCase().split(/[\s\-]+/):[]},t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.registeredFunctions[e];if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");i+=1,this._stack.splice(i,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");this._stack.splice(i,0,n)},t.Pipeline.prototype.remove=function(t){var e=this._stack.indexOf(t);-1!=e&&this._stack.splice(e,1)},t.Pipeline.prototype.run=function(t){for(var e=[],n=t.length,i=this._stack.length,o=0;n>o;o++){for(var r=t[o],s=0;i>s&&(r=this._stack[s](r,o,t),void 0!==r);s++);void 0!==r&&e.push(r)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var i=this.list;if(!i)return this.list=new t.Vector.Node(e,n,i),this.length++;if(en.idx?n=n.next:(i+=e.val*n.val,e=e.next,n=n.next);return i},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t1;){if(r===t)return o;t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o]}return r===t?o:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,i=n-e,o=e+Math.floor(i/2),r=this.elements[o];i>1;)t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o];return r>t?o:t>r?o+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,i=0,o=0,r=this.length,s=e.length,a=this.elements,h=e.elements;;){if(i>r-1||o>s-1)break;a[i]!==h[o]?a[i]h[o]&&o++:(n.add(a[i]),i++,o++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,i;return this.length>=t.length?(e=this,n=t):(e=t,n=this),i=e.clone(),i.add.apply(i,n.toArray()),i},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.add=function(e,n){var i={},o=new t.SortedSet,r=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(n){var r=this.pipeline.run(t.tokenizer(e[n.name]));i[n.name]=r,t.SortedSet.prototype.add.apply(o,r)},this),this.documentStore.set(r,o),t.SortedSet.prototype.add.apply(this.corpusTokens,o.toArray());for(var s=0;s0&&(i=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=i},t.Index.prototype.search=function(e){var n=this.pipeline.run(t.tokenizer(e)),i=new t.Vector,o=[],r=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*r,h=this,l=this.tokenStore.expand(e).reduce(function(n,o){var r=h.corpusTokens.indexOf(o),s=h.idf(o),l=1,u=new t.SortedSet;if(o!==e){var c=Math.max(3,o.length-e.length);l=1/Math.log(c)}return r>-1&&i.insert(r,a*s*l),Object.keys(h.tokenStore.get(o)).forEach(function(t){u.add(t)}),n.union(u)},new t.SortedSet);o.push(l)},this);var a=o.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:i.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),i=n.length,o=new t.Vector,r=0;i>r;r++){var s=n.elements[r],a=this.tokenStore.get(s)[e].tf,h=this.idf(s);o.insert(this.corpusTokens.indexOf(s),a*h)}return o},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,i){return n[i]=t.SortedSet.load(e.store[i]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",o=n+"[^aeiouy]*",r=i+"[aeiou]*",s="^("+o+")?"+r+o,a="^("+o+")?"+r+o+"("+r+")?$",h="^("+o+")?"+r+o+r+o,l="^("+o+")?"+i,u=new RegExp(s),c=new RegExp(h),f=new RegExp(a),d=new RegExp(l),p=/^(.+?)(ss|i)es$/,m=/^(.+?)([^s])s$/,v=/^(.+?)eed$/,y=/^(.+?)(ed|ing)$/,g=/.$/,S=/(at|bl|iz)$/,w=new RegExp("([^aeiouylsz])\\1$"),x=new RegExp("^"+o+i+"[^aeiouwxy]$"),k=/^(.+?[^aeiou])y$/,b=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,E=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,_=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,F=/^(.+?)(s|t)(ion)$/,O=/^(.+?)e$/,P=/ll$/,N=new RegExp("^"+o+i+"[^aeiouwxy]$"),T=function(n){var i,o,r,s,a,h,l;if(n.length<3)return n;if(r=n.substr(0,1),"y"==r&&(n=r.toUpperCase()+n.substr(1)),s=p,a=m,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=v,a=y,s.test(n)){var T=s.exec(n);s=u,s.test(T[1])&&(s=g,n=n.replace(s,""))}else if(a.test(n)){var T=a.exec(n);i=T[1],a=d,a.test(i)&&(n=i,a=S,h=w,l=x,a.test(n)?n+="e":h.test(n)?(s=g,n=n.replace(s,"")):l.test(n)&&(n+="e"))}if(s=k,s.test(n)){var T=s.exec(n);i=T[1],n=i+"i"}if(s=b,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+t[o])}if(s=E,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+e[o])}if(s=_,a=F,s.test(n)){var T=s.exec(n);i=T[1],s=c,s.test(i)&&(n=i)}else if(a.test(n)){var T=a.exec(n);i=T[1]+T[2],a=c,a.test(i)&&(n=i)}if(s=O,s.test(n)){var T=s.exec(n);i=T[1],s=c,a=f,h=N,(s.test(i)||a.test(i)&&!h.test(i))&&(n=i)}return s=P,a=c,s.test(n)&&a.test(n)&&(s=g,n=n.replace(s,"")),"y"==r&&(n=r.toLowerCase()+n.substr(1)),n};return T}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.stopWordFilter=function(e){return e&&t.stopWordFilter.stopWords[e]!==e?e:void 0},t.stopWordFilter.stopWords={a:"a",able:"able",about:"about",across:"across",after:"after",all:"all",almost:"almost",also:"also",am:"am",among:"among",an:"an",and:"and",any:"any",are:"are",as:"as",at:"at",be:"be",because:"because",been:"been",but:"but",by:"by",can:"can",cannot:"cannot",could:"could",dear:"dear",did:"did","do":"do",does:"does",either:"either","else":"else",ever:"ever",every:"every","for":"for",from:"from",get:"get",got:"got",had:"had",has:"has",have:"have",he:"he",her:"her",hers:"hers",him:"him",his:"his",how:"how",however:"however",i:"i","if":"if","in":"in",into:"into",is:"is",it:"it",its:"its",just:"just",least:"least",let:"let",like:"like",likely:"likely",may:"may",me:"me",might:"might",most:"most",must:"must",my:"my",neither:"neither",no:"no",nor:"nor",not:"not",of:"of",off:"off",often:"often",on:"on",only:"only",or:"or",other:"other",our:"our",own:"own",rather:"rather",said:"said",say:"say",says:"says",she:"she",should:"should",since:"since",so:"so",some:"some",than:"than",that:"that",the:"the",their:"their",them:"them",then:"then",there:"there",these:"these",they:"they","this":"this",tis:"tis",to:"to",too:"too",twas:"twas",us:"us",wants:"wants",was:"was",we:"we",were:"were",what:"what",when:"when",where:"where",which:"which","while":"while",who:"who",whom:"whom",why:"why",will:"will","with":"with",would:"would",yet:"yet",you:"you",your:"your"},t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){var e=t.replace(/^\W+/,"").replace(/\W+$/,"");return""===e?void 0:e},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,i=t[0],o=t.slice(1);return i in n||(n[i]={docs:{}}),0===o.length?(n[i].docs[e.ref]=e,void(this.length+=1)):this.add(o,e,n[i])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;no;o++){for(var r=t[o],s=0;i>s&&(r=this._stack[s](r,o,t),void 0!==r);s++);void 0!==r&&e.push(r)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var i=this.list;if(!i)return this.list=new t.Vector.Node(e,n,i),this.length++;if(en.idx?n=n.next:(i+=e.val*n.val,e=e.next,n=n.next);return i},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t1;){if(r===t)return o;t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o]}return r===t?o:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,i=n-e,o=e+Math.floor(i/2),r=this.elements[o];i>1;)t>r&&(e=o),r>t&&(n=o),i=n-e,o=e+Math.floor(i/2),r=this.elements[o];return r>t?o:t>r?o+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,i=0,o=0,r=this.length,s=e.length,a=this.elements,h=e.elements;;){if(i>r-1||o>s-1)break;a[i]!==h[o]?a[i]h[o]&&o++:(n.add(a[i]),i++,o++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,i;return this.length>=t.length?(e=this,n=t):(e=t,n=this),i=e.clone(),i.add.apply(i,n.toArray()),i},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.add=function(e,n){var i={},o=new t.SortedSet,r=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(n){var r=this.pipeline.run(t.tokenizer(e[n.name]));i[n.name]=r,t.SortedSet.prototype.add.apply(o,r)},this),this.documentStore.set(r,o),t.SortedSet.prototype.add.apply(this.corpusTokens,o.toArray());for(var s=0;s0&&(i=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=i},t.Index.prototype.search=function(e){var n=this.pipeline.run(t.tokenizer(e)),i=new t.Vector,o=[],r=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*r,h=this,l=this.tokenStore.expand(e).reduce(function(n,o){var r=h.corpusTokens.indexOf(o),s=h.idf(o),l=1,u=new t.SortedSet;if(o!==e){var c=Math.max(3,o.length-e.length);l=1/Math.log(c)}return r>-1&&i.insert(r,a*s*l),Object.keys(h.tokenStore.get(o)).forEach(function(t){u.add(t)}),n.union(u)},new t.SortedSet);o.push(l)},this);var a=o.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:i.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),i=n.length,o=new t.Vector,r=0;i>r;r++){var s=n.elements[r],a=this.tokenStore.get(s)[e].tf,h=this.idf(s);o.insert(this.corpusTokens.indexOf(s),a*h)}return o},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,i){return n[i]=t.SortedSet.load(e.store[i]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",o=n+"[^aeiouy]*",r=i+"[aeiou]*",s="^("+o+")?"+r+o,a="^("+o+")?"+r+o+"("+r+")?$",h="^("+o+")?"+r+o+r+o,l="^("+o+")?"+i,u=new RegExp(s),c=new RegExp(h),f=new RegExp(a),d=new RegExp(l),p=/^(.+?)(ss|i)es$/,m=/^(.+?)([^s])s$/,v=/^(.+?)eed$/,y=/^(.+?)(ed|ing)$/,g=/.$/,S=/(at|bl|iz)$/,w=new RegExp("([^aeiouylsz])\\1$"),x=new RegExp("^"+o+i+"[^aeiouwxy]$"),k=/^(.+?[^aeiou])y$/,b=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,E=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,_=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,F=/^(.+?)(s|t)(ion)$/,O=/^(.+?)e$/,P=/ll$/,N=new RegExp("^"+o+i+"[^aeiouwxy]$"),T=function(n){var i,o,r,s,a,h,l;if(n.length<3)return n;if(r=n.substr(0,1),"y"==r&&(n=r.toUpperCase()+n.substr(1)),s=p,a=m,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=v,a=y,s.test(n)){var T=s.exec(n);s=u,s.test(T[1])&&(s=g,n=n.replace(s,""))}else if(a.test(n)){var T=a.exec(n);i=T[1],a=d,a.test(i)&&(n=i,a=S,h=w,l=x,a.test(n)?n+="e":h.test(n)?(s=g,n=n.replace(s,"")):l.test(n)&&(n+="e"))}if(s=k,s.test(n)){var T=s.exec(n);i=T[1],n=i+"i"}if(s=b,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+t[o])}if(s=E,s.test(n)){var T=s.exec(n);i=T[1],o=T[2],s=u,s.test(i)&&(n=i+e[o])}if(s=_,a=F,s.test(n)){var T=s.exec(n);i=T[1],s=c,s.test(i)&&(n=i)}else if(a.test(n)){var T=a.exec(n);i=T[1]+T[2],a=c,a.test(i)&&(n=i)}if(s=O,s.test(n)){var T=s.exec(n);i=T[1],s=c,a=f,h=N,(s.test(i)||a.test(i)&&!h.test(i))&&(n=i)}return s=P,a=c,s.test(n)&&a.test(n)&&(s=g,n=n.replace(s,"")),"y"==r&&(n=r.toLowerCase()+n.substr(1)),n};return T}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.stopWordFilter=function(e){return e&&t.stopWordFilter.stopWords[e]!==e?e:void 0},t.stopWordFilter.stopWords={a:"a",able:"able",about:"about",across:"across",after:"after",all:"all",almost:"almost",also:"also",am:"am",among:"among",an:"an",and:"and",any:"any",are:"are",as:"as",at:"at",be:"be",because:"because",been:"been",but:"but",by:"by",can:"can",cannot:"cannot",could:"could",dear:"dear",did:"did","do":"do",does:"does",either:"either","else":"else",ever:"ever",every:"every","for":"for",from:"from",get:"get",got:"got",had:"had",has:"has",have:"have",he:"he",her:"her",hers:"hers",him:"him",his:"his",how:"how",however:"however",i:"i","if":"if","in":"in",into:"into",is:"is",it:"it",its:"its",just:"just",least:"least",let:"let",like:"like",likely:"likely",may:"may",me:"me",might:"might",most:"most",must:"must",my:"my",neither:"neither",no:"no",nor:"nor",not:"not",of:"of",off:"off",often:"often",on:"on",only:"only",or:"or",other:"other",our:"our",own:"own",rather:"rather",said:"said",say:"say",says:"says",she:"she",should:"should",since:"since",so:"so",some:"some",than:"than",that:"that",the:"the",their:"their",them:"them",then:"then",there:"there",these:"these",they:"they","this":"this",tis:"tis",to:"to",too:"too",twas:"twas",us:"us",wants:"wants",was:"was",we:"we",were:"were",what:"what",when:"when",where:"where",which:"which","while":"while",who:"who",whom:"whom",why:"why",will:"will","with":"with",would:"would",yet:"yet",you:"you",your:"your"},t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){var e=t.replace(/^\W+/,"").replace(/\W+$/,"");return""===e?void 0:e},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,i=t[0],o=t.slice(1);return i in n||(n[i]={docs:{}}),0===o.length?(n[i].docs[e.ref]=e,void(this.length+=1)):this.add(o,e,n[i])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;n element for each result + res.results.forEach(function(res) { + var $li = $('

                                                            • ', { + 'class': 'search-results-item' + }); + + var $title = $('

                                                              '); + + var $link = $('', { + 'href': gitbook.state.basePath + '/' + res.url, + 'text': res.title + }); + + var content = res.body.trim(); + if (content.length > MAX_DESCRIPTION_SIZE) { + content = content.slice(0, MAX_DESCRIPTION_SIZE).trim()+'...'; + } + var $content = $('

                                                              ').html(content); + + $link.appendTo($title); + $title.appendTo($li); + $content.appendTo($li); + $li.appendTo($searchList); + }); + } + + function launchSearch(q) { + // Add class for loading + $body.addClass('with-search'); + $body.addClass('search-loading'); + + // Launch search query + throttle(gitbook.search.query(q, 0, MAX_RESULTS) + .then(function(results) { + displayResults(results); + }) + .always(function() { + $body.removeClass('search-loading'); + }), 1000); + } + + function closeSearch() { + $body.removeClass('with-search'); + $bookSearchResults.removeClass('open'); + } + + function launchSearchFromQueryString() { + var q = getParameterByName('q'); + if (q && q.length > 0) { + // Update search input + $searchInput.val(q); + + // Launch search + launchSearch(q); + } + } + + function bindSearch() { + // Bind DOM + $searchInput = $('#book-search-input input'); + $bookSearchResults = $('#book-search-results'); + $searchList = $bookSearchResults.find('.search-results-list'); + $searchTitle = $bookSearchResults.find('.search-results-title'); + $searchResultsCount = $searchTitle.find('.search-results-count'); + $searchQuery = $searchTitle.find('.search-query'); + + // Launch query based on input content + function handleUpdate() { + var q = $searchInput.val(); + + if (q.length == 0) { + closeSearch(); + } + else { + launchSearch(q); + } + } + + // Detect true content change in search input + // Workaround for IE < 9 + var propertyChangeUnbound = false; + $searchInput.on('propertychange', function(e) { + if (e.originalEvent.propertyName == 'value') { + handleUpdate(); + } + }); + + // HTML5 (IE9 & others) + $searchInput.on('input', function(e) { + // Unbind propertychange event for IE9+ + if (!propertyChangeUnbound) { + $(this).unbind('propertychange'); + propertyChangeUnbound = true; + } + + handleUpdate(); + }); + + // Push to history on blur + $searchInput.on('blur', function(e) { + // Update history state + if (usePushState) { + var uri = updateQueryString('q', $(this).val()); + history.pushState({ path: uri }, null, uri); + } + }); + } + + gitbook.events.on('page.change', function() { + bindSearch(); + closeSearch(); + + // Launch search based on query parameter + if (gitbook.search.isInitialized()) { + launchSearchFromQueryString(); + } + }); + + gitbook.events.on('search.ready', function() { + bindSearch(); + + // Launch search from query param at start + launchSearchFromQueryString(); + }); + + function getParameterByName(name) { + var url = window.location.href; + name = name.replace(/[\[\]]/g, '\\$&'); + var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)', 'i'), + results = regex.exec(url); + if (!results) return null; + if (!results[2]) return ''; + return decodeURIComponent(results[2].replace(/\+/g, ' ')); + } + + function updateQueryString(key, value) { + value = encodeURIComponent(value); + + var url = window.location.href; + var re = new RegExp('([?&])' + key + '=.*?(&|#|$)(.*)', 'gi'), + hash; + + if (re.test(url)) { + if (typeof value !== 'undefined' && value !== null) + return url.replace(re, '$1' + key + '=' + value + '$2$3'); + else { + hash = url.split('#'); + url = hash[0].replace(re, '$1$3').replace(/(&|\?)$/, ''); + if (typeof hash[1] !== 'undefined' && hash[1] !== null) + url += '#' + hash[1]; + return url; + } + } + else { + if (typeof value !== 'undefined' && value !== null) { + var separator = url.indexOf('?') !== -1 ? '&' : '?'; + hash = url.split('#'); + url = hash[0] + separator + key + '=' + value; + if (typeof hash[1] !== 'undefined' && hash[1] !== null) + url += '#' + hash[1]; + return url; + } + else + return url; + } + } +}); diff --git a/gitbook/gitbook-plugin-sharing/buttons.js b/gitbook/gitbook-plugin-sharing/buttons.js new file mode 100644 index 00000000..709a4e4c --- /dev/null +++ b/gitbook/gitbook-plugin-sharing/buttons.js @@ -0,0 +1,90 @@ +require(['gitbook', 'jquery'], function(gitbook, $) { + var SITES = { + 'facebook': { + 'label': 'Facebook', + 'icon': 'fa fa-facebook', + 'onClick': function(e) { + e.preventDefault(); + window.open('http://www.facebook.com/sharer/sharer.php?s=100&p[url]='+encodeURIComponent(location.href)); + } + }, + 'twitter': { + 'label': 'Twitter', + 'icon': 'fa fa-twitter', + 'onClick': function(e) { + e.preventDefault(); + window.open('http://twitter.com/home?status='+encodeURIComponent(document.title+' '+location.href)); + } + }, + 'google': { + 'label': 'Google+', + 'icon': 'fa fa-google-plus', + 'onClick': function(e) { + e.preventDefault(); + window.open('https://plus.google.com/share?url='+encodeURIComponent(location.href)); + } + }, + 'weibo': { + 'label': 'Weibo', + 'icon': 'fa fa-weibo', + 'onClick': function(e) { + e.preventDefault(); + window.open('http://service.weibo.com/share/share.php?content=utf-8&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)); + } + }, + 'instapaper': { + 'label': 'Instapaper', + 'icon': 'fa fa-instapaper', + 'onClick': function(e) { + e.preventDefault(); + window.open('http://www.instapaper.com/text?u='+encodeURIComponent(location.href)); + } + }, + 'vk': { + 'label': 'VK', + 'icon': 'fa fa-vk', + 'onClick': function(e) { + e.preventDefault(); + window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(location.href)); + } + } + }; + + + + gitbook.events.bind('start', function(e, config) { + var opts = config.sharing; + + // Create dropdown menu + var menu = $.map(opts.all, function(id) { + var site = SITES[id]; + + return { + text: site.label, + onClick: site.onClick + }; + }); + + // Create main button with dropdown + if (menu.length > 0) { + gitbook.toolbar.createButton({ + icon: 'fa fa-share-alt', + label: 'Share', + position: 'right', + dropdown: [menu] + }); + } + + // Direct actions to share + $.each(SITES, function(sideId, site) { + if (!opts[sideId]) return; + + gitbook.toolbar.createButton({ + icon: site.icon, + label: site.text, + position: 'right', + onClick: site.onClick + }); + }); + }); +}); diff --git a/gitbook/gitbook-plugin-theme-vuejs/vue.css b/gitbook/gitbook-plugin-theme-vuejs/vue.css new file mode 100644 index 00000000..cfcdd40c --- /dev/null +++ b/gitbook/gitbook-plugin-theme-vuejs/vue.css @@ -0,0 +1,291 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600'); + +body { + letter-spacing: 0; + color: #34495e; + font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; + font-size: 15px; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + color: #34495e; + background-color: #fff; + margin: 0; +} + +/* LANGS.md index page */ +.book-langs-index { + font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; +} +.book-langs-index .inner .languages { + padding: 20px 0px; +} +.book-langs-index .inner .languages li { + float: none; +} +li a { + color: #42b983; + font-weight: 600; +} + +/* set correct fonts on sidebar and main page */ +.book .book-body .page-wrapper .page-inner section.normal, .book-summary { font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; } + +/* sidebar */ +.book-summary ul.summary li a, +.book-summary ul.summary li span { + color: #7f8c8d; + font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif; +} +.book .book-summary ul.summary li span { + opacity: 0.6; + cursor: not-allowed; +} +.book-summary ul.summary li.active>a { + color: #42b983; + font-weight: 600; +} +#book-search-input { background-color: #fafafa; } +.book-summary { background-color: #fff; } + +/* markdown content found on pages */ +.markdown-section h1, +.markdown-section h2, +.markdown-section h3, +.markdown-section h4, +.markdown-section strong { + font-weight: 600; + color: #2c3e50; +} +.markdown-section a { + color: #42b983; + font-weight: 600; +} +.markdown-section p, +.markdown-section ul, +.markdown-section ol { + word-spacing: 0.05em; +} +.markdown-section em { + color: #7f8c8d; +} + +.markdown-section pre { + padding: 1.2em 1.4em; + line-height: 1.5em; + margin: 0; +} + +.markdown-section code, .markdown-section pre { + font-family: 'Roboto Mono', Monaco, courier, monospace; + -webkit-font-smoothing: initial; + -moz-osx-font-smoothing: initial; + background-color: #f8f8f8; +} +code span.css, +code span.javascript, +code span.html, +span[class^="hljs-"] { + -webkit-font-smoothing: initial; + -moz-osx-font-smoothing: initial; +} +.markdown-section pre>code { + font-size: 0.8em; + display: block; +} +.markdown-section code:after, .markdown-section code:before { + content: none; + letter-spacing: 0.05em; +} + +code, pre { + font-family: 'Roboto Mono', Monaco, courier, monospace; + font-size: 0.8em; + background-color: #f8f8f8; + -webkit-font-smoothing: initial; + -moz-osx-font-smoothing: initial; +} +code { + color: #e96900; + padding: 3px 5px; + margin: 0 2px; + border-radius: 2px; + white-space: nowrap; +} + +code .token { + min-height: 1.5em; + -webkit-font-smoothing: initial; + -moz-osx-font-smoothing: initial; +} +pre code { position: relative; } +pre code.lang-html:after, +pre code.lang-js:after, +pre code.lang-bash:after, +pre code.lang-css:after { + position: absolute; + top: 0; + right: 0; + color: #ccc; + text-align: right; + font-size: 0.75em; + padding: 5px 10px 0; + line-height: 15px; + height: 15px; + font-weight: 600; +} +pre code.lang-html:after { + content: 'HTML'; +} +pre code.lang-js:after { + content: 'JS'; +} +pre code.lang-bash:after { + content: 'Shell'; +} +pre code.lang-css:after { + content: 'CSS'; +} +.content img { + max-width: 100%; +} +.content span.light { + color: #7f8c8d; +} +.content span.info { + font-size: 0.85em; + display: inline-block; + vertical-align: middle; + width: 280px; + margin-left: 20px; +} +.markdown-section h1 { + margin: 0 0 1em; +} +.markdown-section h2 { + margin: 45px 0 0.8em; + padding-bottom: 0.7em; + border-bottom: 1px solid #ddd; +} +.markdown-section h3 { + margin: 52px 0 1.2em; +} +.markdown-section figure, +.markdown-section p, +.markdown-section ul, +.markdown-section ol { + margin: 1.2em 0; +} +.markdown-section p, +.markdown-section ul, +.markdown-section ol { + line-height: 1.6em; +} +.markdown-section ul, +.markdown-section ol { + padding-left: 1.5em; +} +.markdown-section a { + color: #42b983; + font-weight: 600; +} +.markdown-section blockquote { + margin: 2em 0; + padding-left: 20px; + border-left: 4px solid #42b983; +} +.markdown-section blockquote p { + font-weight: 600; + margin-left: 0; +} +.markdown-section iframe { + margin: 1em 0; +} + +/* these aren't in gitbook at the moment, but leaving them in for future reference */ +img { + border: none; +} +.highlight { + overflow-x: auto; + position: relative; + padding: 0; + background-color: #f8f8f8; + padding: 0.8em 0.8em 0.4em; + line-height: 1.1em; + border-radius: 2px; +} +.highlight table, +.highlight tr, +.highlight td { + width: 100%; + border-collapse: collapse; + padding: 0; + margin: 0; +} +.highlight .gutter { + width: 1.5em; +} + +/* ads */ +#carbonads { + height: 100px; + margin: 15px; + font-size: 13px; +} +#carbonads .carbon-img { + float: left; + margin-right: 10px; +} +#carbonads .carbon-text { + color: #444; +} +#carbonads .carbon-poweredby { + color: #999; + display: block; + margin-top: 5px; +} + +.bsa-cpc { + font-size: .9em; + background-color: #f8f8f8; + max-width: 770px; + margin: 0px auto; +} +.bsa-cpc a._default_ { + text-align: left; + display: block; + padding: 10px 15px 12px; + margin-bottom: 20px; + color: #666; + font-weight: 400; + line-height: 18px; +} +.bsa-cpc a._default_ .default-image, +.bsa-cpc a._default_ .default-title, +.bsa-cpc a._default_ .default-description { + display: inline; + vertical-align: middle; + margin-right: 6px; +} +.bsa-cpc a._default_ .default-image img { + height: 20px; + border-radius: 3px; + vertical-align: middle; + position: relative; + top: -1px; +} +.bsa-cpc a._default_ .default-title { + font-weight: 600; +} +.bsa-cpc a._default_ .default-description:after { + font-size: 0.85em; + content: "Sponsored"; + color: #1C90F3; + border: 1px solid #1C90F3; + border-radius: 3px; + padding: 0 4px 1px; + margin-left: 6px; +} +.bsa-cpc .default-ad { + display: none; +} diff --git a/gitbook/gitbook.js b/gitbook/gitbook.js new file mode 100644 index 00000000..10000c79 --- /dev/null +++ b/gitbook/gitbook.js @@ -0,0 +1,4 @@ +!function e(t,n,r){function o(s,a){if(!n[s]){if(!t[s]){var u="function"==typeof require&&require;if(!a&&u)return u(s,!0);if(i)return i(s,!0);var c=new Error("Cannot find module '"+s+"'");throw c.code="MODULE_NOT_FOUND",c}var l=n[s]={exports:{}};t[s][0].call(l.exports,function(e){var n=t[s][1][e];return o(n?n:e)},l,l.exports,e,t,n,r)}return n[s].exports}for(var i="function"==typeof require&&require,s=0;s0&&t-1 in e)}function o(e,t,n){return de.isFunction(t)?de.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?de.grep(e,function(e){return e===t!==n}):"string"!=typeof t?de.grep(e,function(e){return se.call(t,e)>-1!==n}):je.test(t)?de.filter(t,e,n):(t=de.filter(t,e),de.grep(e,function(e){return se.call(t,e)>-1!==n&&1===e.nodeType}))}function i(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function s(e){var t={};return de.each(e.match(qe)||[],function(e,n){t[n]=!0}),t}function a(e){return e}function u(e){throw e}function c(e,t,n){var r;try{e&&de.isFunction(r=e.promise)?r.call(e).done(t).fail(n):e&&de.isFunction(r=e.then)?r.call(e,t,n):t.call(void 0,e)}catch(e){n.call(void 0,e)}}function l(){te.removeEventListener("DOMContentLoaded",l),e.removeEventListener("load",l),de.ready()}function f(){this.expando=de.expando+f.uid++}function p(e){return"true"===e||"false"!==e&&("null"===e?null:e===+e+""?+e:Ie.test(e)?JSON.parse(e):e)}function h(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Pe,"-$&").toLowerCase(),n=e.getAttribute(r),"string"==typeof n){try{n=p(n)}catch(e){}Re.set(e,t,n)}else n=void 0;return n}function d(e,t,n,r){var o,i=1,s=20,a=r?function(){return r.cur()}:function(){return de.css(e,t,"")},u=a(),c=n&&n[3]||(de.cssNumber[t]?"":"px"),l=(de.cssNumber[t]||"px"!==c&&+u)&&$e.exec(de.css(e,t));if(l&&l[3]!==c){c=c||l[3],n=n||[],l=+u||1;do i=i||".5",l/=i,de.style(e,t,l+c);while(i!==(i=a()/u)&&1!==i&&--s)}return n&&(l=+l||+u||0,o=n[1]?l+(n[1]+1)*n[2]:+n[2],r&&(r.unit=c,r.start=l,r.end=o)),o}function g(e){var t,n=e.ownerDocument,r=e.nodeName,o=Ue[r];return o?o:(t=n.body.appendChild(n.createElement(r)),o=de.css(t,"display"),t.parentNode.removeChild(t),"none"===o&&(o="block"),Ue[r]=o,o)}function m(e,t){for(var n,r,o=[],i=0,s=e.length;i-1)o&&o.push(i);else if(c=de.contains(i.ownerDocument,i),s=v(f.appendChild(i),"script"),c&&y(s),n)for(l=0;i=s[l++];)Ve.test(i.type||"")&&n.push(i);return f}function b(){return!0}function w(){return!1}function T(){try{return te.activeElement}catch(e){}}function C(e,t,n,r,o,i){var s,a;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(a in t)C(e,a,n,r,t[a],i);return e}if(null==r&&null==o?(o=n,r=n=void 0):null==o&&("string"==typeof n?(o=r,r=void 0):(o=r,r=n,n=void 0)),o===!1)o=w;else if(!o)return e;return 1===i&&(s=o,o=function(e){return de().off(e),s.apply(this,arguments)},o.guid=s.guid||(s.guid=de.guid++)),e.each(function(){de.event.add(this,t,o,r,n)})}function j(e,t){return de.nodeName(e,"table")&&de.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e:e}function k(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function E(e){var t=rt.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function S(e,t){var n,r,o,i,s,a,u,c;if(1===t.nodeType){if(Fe.hasData(e)&&(i=Fe.access(e),s=Fe.set(t,i),c=i.events)){delete s.handle,s.events={};for(o in c)for(n=0,r=c[o].length;n1&&"string"==typeof d&&!pe.checkClone&&nt.test(d))return e.each(function(n){var i=e.eq(n);g&&(t[0]=d.call(this,n,i.html())),A(i,t,r,o)});if(p&&(i=x(t,e[0].ownerDocument,!1,e,o),s=i.firstChild,1===i.childNodes.length&&(i=s),s||o)){for(a=de.map(v(i,"script"),k),u=a.length;f=0&&nC.cacheLength&&delete e[t.shift()],e[n+" "]=r}var t=[];return e}function r(e){return e[$]=!0,e}function o(e){var t=L.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function i(e,t){for(var n=e.split("|"),r=n.length;r--;)C.attrHandle[n[r]]=t}function s(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function a(e){return function(t){var n=t.nodeName.toLowerCase();return"input"===n&&t.type===e}}function u(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function c(e){return function(t){return"form"in t?t.parentNode&&t.disabled===!1?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&je(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function l(e){return r(function(t){return t=+t,r(function(n,r){for(var o,i=e([],n.length,t),s=i.length;s--;)n[o=i[s]]&&(n[o]=!(r[o]=n[o]))})})}function f(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function p(){}function h(e){for(var t=0,n=e.length,r="";t1?function(t,n,r){for(var o=e.length;o--;)if(!e[o](t,n,r))return!1;return!0}:e[0]}function m(e,n,r){for(var o=0,i=n.length;o-1&&(r[c]=!(s[c]=f))}}else x=v(x===s?x.splice(d,x.length):x),i?i(null,s,x,u):K.apply(s,x)})}function x(e){for(var t,n,r,o=e.length,i=C.relative[e[0].type],s=i||C.relative[" "],a=i?1:0,u=d(function(e){return e===t},s,!0),c=d(function(e){return ee(t,e)>-1},s,!0),l=[function(e,n,r){var o=!i&&(r||n!==A)||((t=n).nodeType?u(e,n,r):c(e,n,r));return t=null,o}];a1&&g(l),a>1&&h(e.slice(0,a-1).concat({value:" "===e[a-2].type?"*":""})).replace(ae,"$1"),n,a0,i=e.length>0,s=function(r,s,a,u,c){var l,f,p,h=0,d="0",g=r&&[],m=[],y=A,x=r||i&&C.find.TAG("*",c),b=B+=null==y?1:Math.random()||.1,w=x.length;for(c&&(A=s===L||s||c);d!==w&&null!=(l=x[d]);d++){if(i&&l){for(f=0,s||l.ownerDocument===L||(O(l),a=!F);p=e[f++];)if(p(l,s||L,a)){u.push(l);break}c&&(B=b)}o&&((l=!p&&l)&&h--,r&&g.push(l))}if(h+=d,o&&d!==h){for(f=0;p=n[f++];)p(g,m,s,a);if(r){if(h>0)for(;d--;)g[d]||m[d]||(m[d]=Q.call(u));m=v(m)}K.apply(u,m),c&&!r&&m.length>0&&h+n.length>1&&t.uniqueSort(u)}return c&&(B=b,A=y),g};return o?r(s):s}var w,T,C,j,k,E,S,N,A,q,D,O,L,H,F,R,I,P,M,$="sizzle"+1*new Date,W=e.document,B=0,_=0,U=n(),z=n(),X=n(),V=function(e,t){return e===t&&(D=!0),0},G={}.hasOwnProperty,Y=[],Q=Y.pop,J=Y.push,K=Y.push,Z=Y.slice,ee=function(e,t){for(var n=0,r=e.length;n+~]|"+ne+")"+ne+"*"),le=new RegExp("="+ne+"*([^\\]'\"]*?)"+ne+"*\\]","g"),fe=new RegExp(ie),pe=new RegExp("^"+re+"$"),he={ID:new RegExp("^#("+re+")"),CLASS:new RegExp("^\\.("+re+")"),TAG:new RegExp("^("+re+"|[*])"),ATTR:new RegExp("^"+oe),PSEUDO:new RegExp("^"+ie),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ne+"*(even|odd|(([+-]|)(\\d*)n|)"+ne+"*(?:([+-]|)"+ne+"*(\\d+)|))"+ne+"*\\)|)","i"),bool:new RegExp("^(?:"+te+")$","i"),needsContext:new RegExp("^"+ne+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ne+"*((?:-\\d)?\\d*)"+ne+"*\\)|)(?=[^-]|$)","i")},de=/^(?:input|select|textarea|button)$/i,ge=/^h\d$/i,me=/^[^{]+\{\s*\[native \w/,ve=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ye=/[+~]/,xe=new RegExp("\\\\([\\da-f]{1,6}"+ne+"?|("+ne+")|.)","ig"),be=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},we=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,Te=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},Ce=function(){O()},je=d(function(e){return e.disabled===!0&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{K.apply(Y=Z.call(W.childNodes),W.childNodes),Y[W.childNodes.length].nodeType}catch(e){K={apply:Y.length?function(e,t){J.apply(e,Z.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}T=t.support={},k=t.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},O=t.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:W;return r!==L&&9===r.nodeType&&r.documentElement?(L=r,H=L.documentElement,F=!k(L),W!==L&&(n=L.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",Ce,!1):n.attachEvent&&n.attachEvent("onunload",Ce)),T.attributes=o(function(e){return e.className="i",!e.getAttribute("className")}),T.getElementsByTagName=o(function(e){return e.appendChild(L.createComment("")),!e.getElementsByTagName("*").length}),T.getElementsByClassName=me.test(L.getElementsByClassName),T.getById=o(function(e){return H.appendChild(e).id=$,!L.getElementsByName||!L.getElementsByName($).length}),T.getById?(C.filter.ID=function(e){var t=e.replace(xe,be);return function(e){return e.getAttribute("id")===t}},C.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&F){var n=t.getElementById(e);return n?[n]:[]}}):(C.filter.ID=function(e){var t=e.replace(xe,be);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},C.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&F){var n,r,o,i=t.getElementById(e);if(i){if(n=i.getAttributeNode("id"),n&&n.value===e)return[i];for(o=t.getElementsByName(e),r=0;i=o[r++];)if(n=i.getAttributeNode("id"),n&&n.value===e)return[i]}return[]}}),C.find.TAG=T.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):T.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],o=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[o++];)1===n.nodeType&&r.push(n);return r}return i},C.find.CLASS=T.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&F)return t.getElementsByClassName(e)},I=[],R=[],(T.qsa=me.test(L.querySelectorAll))&&(o(function(e){H.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&R.push("[*^$]="+ne+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||R.push("\\["+ne+"*(?:value|"+te+")"),e.querySelectorAll("[id~="+$+"-]").length||R.push("~="),e.querySelectorAll(":checked").length||R.push(":checked"),e.querySelectorAll("a#"+$+"+*").length||R.push(".#.+[+~]")}),o(function(e){e.innerHTML="";var t=L.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&R.push("name"+ne+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&R.push(":enabled",":disabled"),H.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&R.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),R.push(",.*:")})),(T.matchesSelector=me.test(P=H.matches||H.webkitMatchesSelector||H.mozMatchesSelector||H.oMatchesSelector||H.msMatchesSelector))&&o(function(e){T.disconnectedMatch=P.call(e,"*"),P.call(e,"[s!='']:x"),I.push("!=",ie)}),R=R.length&&new RegExp(R.join("|")),I=I.length&&new RegExp(I.join("|")),t=me.test(H.compareDocumentPosition),M=t||me.test(H.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},V=t?function(e,t){if(e===t)return D=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n?n:(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1,1&n||!T.sortDetached&&t.compareDocumentPosition(e)===n?e===L||e.ownerDocument===W&&M(W,e)?-1:t===L||t.ownerDocument===W&&M(W,t)?1:q?ee(q,e)-ee(q,t):0:4&n?-1:1)}:function(e,t){if(e===t)return D=!0,0;var n,r=0,o=e.parentNode,i=t.parentNode,a=[e],u=[t];if(!o||!i)return e===L?-1:t===L?1:o?-1:i?1:q?ee(q,e)-ee(q,t):0;if(o===i)return s(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;a[r]===u[r];)r++;return r?s(a[r],u[r]):a[r]===W?-1:u[r]===W?1:0},L):L},t.matches=function(e,n){return t(e,null,null,n)},t.matchesSelector=function(e,n){if((e.ownerDocument||e)!==L&&O(e),n=n.replace(le,"='$1']"),T.matchesSelector&&F&&!X[n+" "]&&(!I||!I.test(n))&&(!R||!R.test(n)))try{var r=P.call(e,n);if(r||T.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return t(n,L,null,[e]).length>0},t.contains=function(e,t){return(e.ownerDocument||e)!==L&&O(e),M(e,t)},t.attr=function(e,t){(e.ownerDocument||e)!==L&&O(e);var n=C.attrHandle[t.toLowerCase()],r=n&&G.call(C.attrHandle,t.toLowerCase())?n(e,t,!F):void 0;return void 0!==r?r:T.attributes||!F?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},t.escape=function(e){return(e+"").replace(we,Te)},t.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},t.uniqueSort=function(e){var t,n=[],r=0,o=0;if(D=!T.detectDuplicates,q=!T.sortStable&&e.slice(0),e.sort(V),D){for(;t=e[o++];)t===e[o]&&(r=n.push(o));for(;r--;)e.splice(n[r],1)}return q=null,e},j=t.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=j(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=j(t);return n},C=t.selectors={cacheLength:50,createPseudo:r,match:he,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(xe,be),e[3]=(e[3]||e[4]||e[5]||"").replace(xe,be),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||t.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&t.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return he.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&fe.test(n)&&(t=E(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(xe,be).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=U[e+" "];return t||(t=new RegExp("(^|"+ne+")"+e+"("+ne+"|$)"))&&U(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,n,r){return function(o){var i=t.attr(o,e);return null==i?"!="===n:!n||(i+="","="===n?i===r:"!="===n?i!==r:"^="===n?r&&0===i.indexOf(r):"*="===n?r&&i.indexOf(r)>-1:"$="===n?r&&i.slice(-r.length)===r:"~="===n?(" "+i.replace(se," ")+" ").indexOf(r)>-1:"|="===n&&(i===r||i.slice(0,r.length+1)===r+"-"))}},CHILD:function(e,t,n,r,o){var i="nth"!==e.slice(0,3),s="last"!==e.slice(-4),a="of-type"===t;return 1===r&&0===o?function(e){return!!e.parentNode}:function(t,n,u){var c,l,f,p,h,d,g=i!==s?"nextSibling":"previousSibling",m=t.parentNode,v=a&&t.nodeName.toLowerCase(),y=!u&&!a,x=!1;if(m){if(i){for(;g;){for(p=t;p=p[g];)if(a?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;d=g="only"===e&&!d&&"nextSibling"}return!0}if(d=[s?m.firstChild:m.lastChild],s&&y){for(p=m,f=p[$]||(p[$]={}),l=f[p.uniqueID]||(f[p.uniqueID]={}),c=l[e]||[],h=c[0]===B&&c[1],x=h&&c[2],p=h&&m.childNodes[h];p=++h&&p&&p[g]||(x=h=0)||d.pop();)if(1===p.nodeType&&++x&&p===t){l[e]=[B,h,x];break}}else if(y&&(p=t,f=p[$]||(p[$]={}),l=f[p.uniqueID]||(f[p.uniqueID]={}),c=l[e]||[],h=c[0]===B&&c[1],x=h),x===!1)for(;(p=++h&&p&&p[g]||(x=h=0)||d.pop())&&((a?p.nodeName.toLowerCase()!==v:1!==p.nodeType)||!++x||(y&&(f=p[$]||(p[$]={}),l=f[p.uniqueID]||(f[p.uniqueID]={}),l[e]=[B,x]),p!==t)););return x-=o,x===r||x%r===0&&x/r>=0}}},PSEUDO:function(e,n){var o,i=C.pseudos[e]||C.setFilters[e.toLowerCase()]||t.error("unsupported pseudo: "+e);return i[$]?i(n):i.length>1?(o=[e,e,"",n],C.setFilters.hasOwnProperty(e.toLowerCase())?r(function(e,t){for(var r,o=i(e,n),s=o.length;s--;)r=ee(e,o[s]),e[r]=!(t[r]=o[s])}):function(e){return i(e,0,o)}):i}},pseudos:{not:r(function(e){var t=[],n=[],o=S(e.replace(ae,"$1"));return o[$]?r(function(e,t,n,r){for(var i,s=o(e,null,r,[]),a=e.length;a--;)(i=s[a])&&(e[a]=!(t[a]=i))}):function(e,r,i){return t[0]=e,o(t,null,i,n),t[0]=null,!n.pop()}}),has:r(function(e){return function(n){ +return t(e,n).length>0}}),contains:r(function(e){return e=e.replace(xe,be),function(t){return(t.textContent||t.innerText||j(t)).indexOf(e)>-1}}),lang:r(function(e){return pe.test(e||"")||t.error("unsupported lang: "+e),e=e.replace(xe,be).toLowerCase(),function(t){var n;do if(n=F?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return n=n.toLowerCase(),n===e||0===n.indexOf(e+"-");while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===H},focus:function(e){return e===L.activeElement&&(!L.hasFocus||L.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:c(!1),disabled:c(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,e.selected===!0},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!C.pseudos.empty(e)},header:function(e){return ge.test(e.nodeName)},input:function(e){return de.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:l(function(){return[0]}),last:l(function(e,t){return[t-1]}),eq:l(function(e,t,n){return[n<0?n+t:n]}),even:l(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:l(function(e,t,n){for(var r=n<0?n+t:n;++r2&&"ID"===(s=i[0]).type&&9===t.nodeType&&F&&C.relative[i[1].type]){if(t=(C.find.ID(s.matches[0].replace(xe,be),t)||[])[0],!t)return n;c&&(t=t.parentNode),e=e.slice(i.shift().value.length)}for(o=he.needsContext.test(e)?0:i.length;o--&&(s=i[o],!C.relative[a=s.type]);)if((u=C.find[a])&&(r=u(s.matches[0].replace(xe,be),ye.test(i[0].type)&&f(t.parentNode)||t))){if(i.splice(o,1),e=r.length&&h(i),!e)return K.apply(n,r),n;break}}return(c||S(e,l))(r,t,!F,n,!t||ye.test(e)&&f(t.parentNode)||t),n},T.sortStable=$.split("").sort(V).join("")===$,T.detectDuplicates=!!D,O(),T.sortDetached=o(function(e){return 1&e.compareDocumentPosition(L.createElement("fieldset"))}),o(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||i("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),T.attributes&&o(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||i("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),o(function(e){return null==e.getAttribute("disabled")})||i(te,function(e,t,n){var r;if(!n)return e[t]===!0?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),t}(e);de.find=xe,de.expr=xe.selectors,de.expr[":"]=de.expr.pseudos,de.uniqueSort=de.unique=xe.uniqueSort,de.text=xe.getText,de.isXMLDoc=xe.isXML,de.contains=xe.contains,de.escapeSelector=xe.escape;var be=function(e,t,n){for(var r=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&de(e).is(n))break;r.push(e)}return r},we=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},Te=de.expr.match.needsContext,Ce=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,je=/^.[^:#\[\.,]*$/;de.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?de.find.matchesSelector(r,e)?[r]:[]:de.find.matches(e,de.grep(t,function(e){return 1===e.nodeType}))},de.fn.extend({find:function(e){var t,n,r=this.length,o=this;if("string"!=typeof e)return this.pushStack(de(e).filter(function(){for(t=0;t1?de.uniqueSort(n):n},filter:function(e){return this.pushStack(o(this,e||[],!1))},not:function(e){return this.pushStack(o(this,e||[],!0))},is:function(e){return!!o(this,"string"==typeof e&&Te.test(e)?de(e):e||[],!1).length}});var ke,Ee=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,Se=de.fn.init=function(e,t,n){var r,o;if(!e)return this;if(n=n||ke,"string"==typeof e){if(r="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:Ee.exec(e),!r||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof de?t[0]:t,de.merge(this,de.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:te,!0)),Ce.test(r[1])&&de.isPlainObject(t))for(r in t)de.isFunction(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return o=te.getElementById(r[2]),o&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):de.isFunction(e)?void 0!==n.ready?n.ready(e):e(de):de.makeArray(e,this)};Se.prototype=de.fn,ke=de(te);var Ne=/^(?:parents|prev(?:Until|All))/,Ae={children:!0,contents:!0,next:!0,prev:!0};de.fn.extend({has:function(e){var t=de(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&de.find.matchesSelector(n,e))){i.push(n);break}return this.pushStack(i.length>1?de.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?se.call(de(e),this[0]):se.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(de.uniqueSort(de.merge(this.get(),de(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),de.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return be(e,"parentNode")},parentsUntil:function(e,t,n){return be(e,"parentNode",n)},next:function(e){return i(e,"nextSibling")},prev:function(e){return i(e,"previousSibling")},nextAll:function(e){return be(e,"nextSibling")},prevAll:function(e){return be(e,"previousSibling")},nextUntil:function(e,t,n){return be(e,"nextSibling",n)},prevUntil:function(e,t,n){return be(e,"previousSibling",n)},siblings:function(e){return we((e.parentNode||{}).firstChild,e)},children:function(e){return we(e.firstChild)},contents:function(e){return e.contentDocument||de.merge([],e.childNodes)}},function(e,t){de.fn[e]=function(n,r){var o=de.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(o=de.filter(r,o)),this.length>1&&(Ae[e]||de.uniqueSort(o),Ne.test(e)&&o.reverse()),this.pushStack(o)}});var qe=/[^\x20\t\r\n\f]+/g;de.Callbacks=function(e){e="string"==typeof e?s(e):de.extend({},e);var t,n,r,o,i=[],a=[],u=-1,c=function(){for(o=e.once,r=t=!0;a.length;u=-1)for(n=a.shift();++u-1;)i.splice(n,1),n<=u&&u--}),this},has:function(e){return e?de.inArray(e,i)>-1:i.length>0},empty:function(){return i&&(i=[]),this},disable:function(){return o=a=[],i=n="",this},disabled:function(){return!i},lock:function(){return o=a=[],n||t||(i=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=n||[],n=[e,n.slice?n.slice():n],a.push(n),t||c()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},de.extend({Deferred:function(t){var n=[["notify","progress",de.Callbacks("memory"),de.Callbacks("memory"),2],["resolve","done",de.Callbacks("once memory"),de.Callbacks("once memory"),0,"resolved"],["reject","fail",de.Callbacks("once memory"),de.Callbacks("once memory"),1,"rejected"]],r="pending",o={state:function(){return r},always:function(){return i.done(arguments).fail(arguments),this},catch:function(e){return o.then(null,e)},pipe:function(){var e=arguments;return de.Deferred(function(t){de.each(n,function(n,r){var o=de.isFunction(e[r[4]])&&e[r[4]];i[r[1]](function(){var e=o&&o.apply(this,arguments);e&&de.isFunction(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,o?[e]:arguments)})}),e=null}).promise()},then:function(t,r,o){function i(t,n,r,o){return function(){var c=this,l=arguments,f=function(){var e,f;if(!(t=s&&(r!==u&&(c=void 0,l=[e]),n.rejectWith(c,l))}};t?p():(de.Deferred.getStackHook&&(p.stackTrace=de.Deferred.getStackHook()),e.setTimeout(p))}}var s=0;return de.Deferred(function(e){n[0][3].add(i(0,e,de.isFunction(o)?o:a,e.notifyWith)),n[1][3].add(i(0,e,de.isFunction(t)?t:a)),n[2][3].add(i(0,e,de.isFunction(r)?r:u))}).promise()},promise:function(e){return null!=e?de.extend(e,o):o}},i={};return de.each(n,function(e,t){var s=t[2],a=t[5];o[t[1]]=s.add,a&&s.add(function(){r=a},n[3-e][2].disable,n[0][2].lock),s.add(t[3].fire),i[t[0]]=function(){return i[t[0]+"With"](this===i?void 0:this,arguments),this},i[t[0]+"With"]=s.fireWith}),o.promise(i),t&&t.call(i,i),i},when:function(e){var t=arguments.length,n=t,r=Array(n),o=re.call(arguments),i=de.Deferred(),s=function(e){return function(n){r[e]=this,o[e]=arguments.length>1?re.call(arguments):n,--t||i.resolveWith(r,o)}};if(t<=1&&(c(e,i.done(s(n)).resolve,i.reject),"pending"===i.state()||de.isFunction(o[n]&&o[n].then)))return i.then();for(;n--;)c(o[n],s(n),i.reject);return i.promise()}});var De=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;de.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&De.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},de.readyException=function(t){e.setTimeout(function(){throw t})};var Oe=de.Deferred();de.fn.ready=function(e){return Oe.then(e).catch(function(e){de.readyException(e)}),this},de.extend({isReady:!1,readyWait:1,holdReady:function(e){e?de.readyWait++:de.ready(!0)},ready:function(e){(e===!0?--de.readyWait:de.isReady)||(de.isReady=!0,e!==!0&&--de.readyWait>0||Oe.resolveWith(te,[de]))}}),de.ready.then=Oe.then,"complete"===te.readyState||"loading"!==te.readyState&&!te.documentElement.doScroll?e.setTimeout(de.ready):(te.addEventListener("DOMContentLoaded",l),e.addEventListener("load",l));var Le=function(e,t,n,r,o,i,s){var a=0,u=e.length,c=null==n;if("object"===de.type(n)){o=!0;for(a in n)Le(e,t,a,n[a],!0,i,s)}else if(void 0!==r&&(o=!0,de.isFunction(r)||(s=!0),c&&(s?(t.call(e,r),t=null):(c=t,t=function(e,t,n){return c.call(de(e),n)})),t))for(;a1,null,!0)},removeData:function(e){return this.each(function(){Re.remove(this,e)})}}),de.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Fe.get(e,t),n&&(!r||de.isArray(n)?r=Fe.access(e,t,de.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=de.queue(e,t),r=n.length,o=n.shift(),i=de._queueHooks(e,t),s=function(){de.dequeue(e,t)};"inprogress"===o&&(o=n.shift(),r--),o&&("fx"===t&&n.unshift("inprogress"),delete i.stop,o.call(e,s,i)),!r&&i&&i.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Fe.get(e,n)||Fe.access(e,n,{empty:de.Callbacks("once memory").add(function(){Fe.remove(e,[t+"queue",n])})})}}),de.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,Ve=/^$|\/(?:java|ecma)script/i,Ge={option:[1,""],thead:[1,"","
                                                              "],col:[2,"","
                                                              "],tr:[2,"","
                                                              "],td:[3,"","
                                                              "],_default:[0,"",""]};Ge.optgroup=Ge.option,Ge.tbody=Ge.tfoot=Ge.colgroup=Ge.caption=Ge.thead,Ge.th=Ge.td;var Ye=/<|&#?\w+;/;!function(){var e=te.createDocumentFragment(),t=e.appendChild(te.createElement("div")),n=te.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),t.appendChild(n),pe.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="",pe.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue}();var Qe=te.documentElement,Je=/^key/,Ke=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ze=/^([^.]*)(?:\.(.+)|)/;de.event={global:{},add:function(e,t,n,r,o){var i,s,a,u,c,l,f,p,h,d,g,m=Fe.get(e);if(m)for(n.handler&&(i=n,n=i.handler,o=i.selector),o&&de.find.matchesSelector(Qe,o),n.guid||(n.guid=de.guid++),(u=m.events)||(u=m.events={}),(s=m.handle)||(s=m.handle=function(t){return"undefined"!=typeof de&&de.event.triggered!==t.type?de.event.dispatch.apply(e,arguments):void 0}),t=(t||"").match(qe)||[""],c=t.length;c--;)a=Ze.exec(t[c])||[],h=g=a[1],d=(a[2]||"").split(".").sort(),h&&(f=de.event.special[h]||{},h=(o?f.delegateType:f.bindType)||h,f=de.event.special[h]||{},l=de.extend({type:h,origType:g,data:r,handler:n,guid:n.guid,selector:o,needsContext:o&&de.expr.match.needsContext.test(o),namespace:d.join(".")},i),(p=u[h])||(p=u[h]=[],p.delegateCount=0,f.setup&&f.setup.call(e,r,d,s)!==!1||e.addEventListener&&e.addEventListener(h,s)),f.add&&(f.add.call(e,l),l.handler.guid||(l.handler.guid=n.guid)),o?p.splice(p.delegateCount++,0,l):p.push(l),de.event.global[h]=!0)},remove:function(e,t,n,r,o){var i,s,a,u,c,l,f,p,h,d,g,m=Fe.hasData(e)&&Fe.get(e);if(m&&(u=m.events)){for(t=(t||"").match(qe)||[""],c=t.length;c--;)if(a=Ze.exec(t[c])||[],h=g=a[1],d=(a[2]||"").split(".").sort(),h){for(f=de.event.special[h]||{},h=(r?f.delegateType:f.bindType)||h,p=u[h]||[],a=a[2]&&new RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=i=p.length;i--;)l=p[i],!o&&g!==l.origType||n&&n.guid!==l.guid||a&&!a.test(l.namespace)||r&&r!==l.selector&&("**"!==r||!l.selector)||(p.splice(i,1),l.selector&&p.delegateCount--,f.remove&&f.remove.call(e,l));s&&!p.length&&(f.teardown&&f.teardown.call(e,d,m.handle)!==!1||de.removeEvent(e,h,m.handle),delete u[h])}else for(h in u)de.event.remove(e,h+t[c],n,r,!0);de.isEmptyObject(u)&&Fe.remove(e,"handle events")}},dispatch:function(e){var t,n,r,o,i,s,a=de.event.fix(e),u=new Array(arguments.length),c=(Fe.get(this,"events")||{})[a.type]||[],l=de.event.special[a.type]||{};for(u[0]=a,t=1;t=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||c.disabled!==!0)){for(i=[],s={},n=0;n-1:de.find(o,this,null,[c]).length),s[o]&&i.push(r);i.length&&a.push({elem:c,handlers:i})}return c=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,tt=/\s*$/g;de.extend({htmlPrefilter:function(e){return e.replace(et,"<$1>")},clone:function(e,t,n){var r,o,i,s,a=e.cloneNode(!0),u=de.contains(e.ownerDocument,e);if(!(pe.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||de.isXMLDoc(e)))for(s=v(a),i=v(e),r=0,o=i.length;r0&&y(s,!u&&v(e,"script")),a},cleanData:function(e){for(var t,n,r,o=de.event.special,i=0;void 0!==(n=e[i]);i++)if(He(n)){if(t=n[Fe.expando]){if(t.events)for(r in t.events)o[r]?de.event.remove(n,r):de.removeEvent(n,r,t.handle);n[Fe.expando]=void 0}n[Re.expando]&&(n[Re.expando]=void 0)}}}),de.fn.extend({detach:function(e){return q(this,e,!0)},remove:function(e){return q(this,e)},text:function(e){return Le(this,function(e){return void 0===e?de.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return A(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=j(this,e);t.appendChild(e)}})},prepend:function(){return A(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=j(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return A(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return A(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(de.cleanData(v(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return de.clone(this,e,t)})},html:function(e){return Le(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!tt.test(e)&&!Ge[(Xe.exec(e)||["",""])[1].toLowerCase()]){e=de.htmlPrefilter(e);try{for(;n1)}}),de.Tween=I,I.prototype={constructor:I,init:function(e,t,n,r,o,i){this.elem=e,this.prop=n,this.easing=o||de.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=i||(de.cssNumber[n]?"":"px")},cur:function(){var e=I.propHooks[this.prop];return e&&e.get?e.get(this):I.propHooks._default.get(this)},run:function(e){var t,n=I.propHooks[this.prop];return this.options.duration?this.pos=t=de.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):I.propHooks._default.set(this),this}},I.prototype.init.prototype=I.prototype,I.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=de.css(e.elem,e.prop,""),t&&"auto"!==t?t:0)},set:function(e){de.fx.step[e.prop]?de.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[de.cssProps[e.prop]]&&!de.cssHooks[e.prop]?e.elem[e.prop]=e.now:de.style(e.elem,e.prop,e.now+e.unit)}}},I.propHooks.scrollTop=I.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},de.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},de.fx=I.prototype.init,de.fx.step={};var ht,dt,gt=/^(?:toggle|show|hide)$/,mt=/queueHooks$/;de.Animation=de.extend(U,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return d(n.elem,e,$e.exec(t),n),n}]},tweener:function(e,t){de.isFunction(e)?(t=e,e=["*"]):e=e.match(qe);for(var n,r=0,o=e.length;r1)},removeAttr:function(e){return this.each(function(){de.removeAttr(this,e)})}}),de.extend({attr:function(e,t,n){var r,o,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return"undefined"==typeof e.getAttribute?de.prop(e,t,n):(1===i&&de.isXMLDoc(e)||(o=de.attrHooks[t.toLowerCase()]||(de.expr.match.bool.test(t)?vt:void 0)),void 0!==n?null===n?void de.removeAttr(e,t):o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(r=o.get(e,t))?r:(r=de.find.attr(e,t),null==r?void 0:r))},attrHooks:{type:{set:function(e,t){if(!pe.radioValue&&"radio"===t&&de.nodeName(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,o=t&&t.match(qe);if(o&&1===e.nodeType)for(;n=o[r++];)e.removeAttribute(n)}}),vt={set:function(e,t,n){return t===!1?de.removeAttr(e,n):e.setAttribute(n,n),n}},de.each(de.expr.match.bool.source.match(/\w+/g),function(e,t){var n=yt[t]||de.find.attr;yt[t]=function(e,t,r){var o,i,s=t.toLowerCase();return r||(i=yt[s],yt[s]=o,o=null!=n(e,t,r)?s:null,yt[s]=i),o}});var xt=/^(?:input|select|textarea|button)$/i,bt=/^(?:a|area)$/i;de.fn.extend({prop:function(e,t){return Le(this,de.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[de.propFix[e]||e]})}}),de.extend({prop:function(e,t,n){var r,o,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&de.isXMLDoc(e)||(t=de.propFix[t]||t,o=de.propHooks[t]),void 0!==n?o&&"set"in o&&void 0!==(r=o.set(e,n,t))?r:e[t]=n:o&&"get"in o&&null!==(r=o.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=de.find.attr(e,"tabindex");return t?parseInt(t,10):xt.test(e.nodeName)||bt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),pe.optSelected||(de.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),de.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){de.propFix[this.toLowerCase()]=this}),de.fn.extend({addClass:function(e){var t,n,r,o,i,s,a,u=0;if(de.isFunction(e))return this.each(function(t){de(this).addClass(e.call(this,t,X(this)))});if("string"==typeof e&&e)for(t=e.match(qe)||[];n=this[u++];)if(o=X(n),r=1===n.nodeType&&" "+z(o)+" "){for(s=0;i=t[s++];)r.indexOf(" "+i+" ")<0&&(r+=i+" ");a=z(r),o!==a&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,r,o,i,s,a,u=0;if(de.isFunction(e))return this.each(function(t){de(this).removeClass(e.call(this,t,X(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof e&&e)for(t=e.match(qe)||[];n=this[u++];)if(o=X(n),r=1===n.nodeType&&" "+z(o)+" "){for(s=0;i=t[s++];)for(;r.indexOf(" "+i+" ")>-1;)r=r.replace(" "+i+" "," ");a=z(r),o!==a&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=typeof e;return"boolean"==typeof t&&"string"===n?t?this.addClass(e):this.removeClass(e):de.isFunction(e)?this.each(function(n){de(this).toggleClass(e.call(this,n,X(this),t),t)}):this.each(function(){var t,r,o,i;if("string"===n)for(r=0,o=de(this),i=e.match(qe)||[];t=i[r++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&"boolean"!==n||(t=X(this),t&&Fe.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||e===!1?"":Fe.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;for(t=" "+e+" ";n=this[r++];)if(1===n.nodeType&&(" "+z(X(n))+" ").indexOf(t)>-1)return!0;return!1}});var wt=/\r/g;de.fn.extend({val:function(e){var t,n,r,o=this[0];{if(arguments.length)return r=de.isFunction(e),this.each(function(n){var o;1===this.nodeType&&(o=r?e.call(this,n,de(this).val()):e,null==o?o="":"number"==typeof o?o+="":de.isArray(o)&&(o=de.map(o,function(e){return null==e?"":e+""})),t=de.valHooks[this.type]||de.valHooks[this.nodeName.toLowerCase()],t&&"set"in t&&void 0!==t.set(this,o,"value")||(this.value=o))});if(o)return t=de.valHooks[o.type]||de.valHooks[o.nodeName.toLowerCase()],t&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:(n=o.value,"string"==typeof n?n.replace(wt,""):null==n?"":n)}}}),de.extend({valHooks:{option:{get:function(e){var t=de.find.attr(e,"value");return null!=t?t:z(de.text(e))}},select:{get:function(e){var t,n,r,o=e.options,i=e.selectedIndex,s="select-one"===e.type,a=s?null:[],u=s?i+1:o.length;for(r=i<0?u:s?i:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),i}}}}),de.each(["radio","checkbox"],function(){de.valHooks[this]={set:function(e,t){if(de.isArray(t))return e.checked=de.inArray(de(e).val(),t)>-1}},pe.checkOn||(de.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})});var Tt=/^(?:focusinfocus|focusoutblur)$/;de.extend(de.event,{trigger:function(t,n,r,o){var i,s,a,u,c,l,f,p=[r||te],h=ce.call(t,"type")?t.type:t,d=ce.call(t,"namespace")?t.namespace.split("."):[];if(s=a=r=r||te,3!==r.nodeType&&8!==r.nodeType&&!Tt.test(h+de.event.triggered)&&(h.indexOf(".")>-1&&(d=h.split("."),h=d.shift(),d.sort()),c=h.indexOf(":")<0&&"on"+h,t=t[de.expando]?t:new de.Event(h,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=d.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+d.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:de.makeArray(n,[t]),f=de.event.special[h]||{},o||!f.trigger||f.trigger.apply(r,n)!==!1)){if(!o&&!f.noBubble&&!de.isWindow(r)){for(u=f.delegateType||h,Tt.test(u+h)||(s=s.parentNode);s;s=s.parentNode)p.push(s),a=s;a===(r.ownerDocument||te)&&p.push(a.defaultView||a.parentWindow||e)}for(i=0;(s=p[i++])&&!t.isPropagationStopped();)t.type=i>1?u:f.bindType||h,l=(Fe.get(s,"events")||{})[t.type]&&Fe.get(s,"handle"),l&&l.apply(s,n),l=c&&s[c],l&&l.apply&&He(s)&&(t.result=l.apply(s,n),t.result===!1&&t.preventDefault());return t.type=h,o||t.isDefaultPrevented()||f._default&&f._default.apply(p.pop(),n)!==!1||!He(r)||c&&de.isFunction(r[h])&&!de.isWindow(r)&&(a=r[c],a&&(r[c]=null),de.event.triggered=h,r[h](),de.event.triggered=void 0,a&&(r[c]=a)),t.result}},simulate:function(e,t,n){var r=de.extend(new de.Event,n,{type:e,isSimulated:!0});de.event.trigger(r,null,t)}}),de.fn.extend({trigger:function(e,t){return this.each(function(){de.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return de.event.trigger(e,t,n,!0)}}),de.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,t){de.fn[t]=function(e,n){return arguments.length>0?this.on(t,null,e,n):this.trigger(t)}}),de.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),pe.focusin="onfocusin"in e,pe.focusin||de.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){de.event.simulate(t,e.target,de.event.fix(e))};de.event.special[t]={setup:function(){var r=this.ownerDocument||this,o=Fe.access(r,t);o||r.addEventListener(e,n,!0),Fe.access(r,t,(o||0)+1)},teardown:function(){var r=this.ownerDocument||this,o=Fe.access(r,t)-1;o?Fe.access(r,t,o):(r.removeEventListener(e,n,!0),Fe.remove(r,t))}}});var Ct=e.location,jt=de.now(),kt=/\?/;de.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||de.error("Invalid XML: "+t),n};var Et=/\[\]$/,St=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;de.param=function(e,t){var n,r=[],o=function(e,t){var n=de.isFunction(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(de.isArray(e)||e.jquery&&!de.isPlainObject(e))de.each(e,function(){o(this.name,this.value)});else for(n in e)V(n,e[n],t,o);return r.join("&")},de.fn.extend({serialize:function(){return de.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=de.prop(this,"elements");return e?de.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!de(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!ze.test(e))}).map(function(e,t){var n=de(this).val();return null==n?null:de.isArray(n)?de.map(n,function(e){return{name:t.name,value:e.replace(St,"\r\n")}}):{name:t.name,value:n.replace(St,"\r\n")}}).get()}});var qt=/%20/g,Dt=/#.*$/,Ot=/([?&])_=[^&]*/,Lt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ht=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ft=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Pt={},Mt="*/".concat("*"),$t=te.createElement("a");$t.href=Ct.href,de.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Ht.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Mt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":de.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Q(Q(e,de.ajaxSettings),t):Q(de.ajaxSettings,e)},ajaxPrefilter:G(It),ajaxTransport:G(Pt),ajax:function(t,n){function r(t,n,r,a){var c,p,h,b,w,T=n;l||(l=!0,u&&e.clearTimeout(u),o=void 0,s=a||"",C.readyState=t>0?4:0,c=t>=200&&t<300||304===t,r&&(b=J(d,C,r)),b=K(d,b,C,c),c?(d.ifModified&&(w=C.getResponseHeader("Last-Modified"),w&&(de.lastModified[i]=w),w=C.getResponseHeader("etag"),w&&(de.etag[i]=w)),204===t||"HEAD"===d.type?T="nocontent":304===t?T="notmodified":(T=b.state,p=b.data,h=b.error,c=!h)):(h=T,!t&&T||(T="error",t<0&&(t=0))),C.status=t,C.statusText=(n||T)+"",c?v.resolveWith(g,[p,T,C]):v.rejectWith(g,[C,T,h]),C.statusCode(x),x=void 0,f&&m.trigger(c?"ajaxSuccess":"ajaxError",[C,d,c?p:h]),y.fireWith(g,[C,T]),f&&(m.trigger("ajaxComplete",[C,d]),--de.active||de.event.trigger("ajaxStop")))}"object"==typeof t&&(n=t,t=void 0),n=n||{};var o,i,s,a,u,c,l,f,p,h,d=de.ajaxSetup({},n),g=d.context||d,m=d.context&&(g.nodeType||g.jquery)?de(g):de.event,v=de.Deferred(),y=de.Callbacks("once memory"),x=d.statusCode||{},b={},w={},T="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(l){if(!a)for(a={};t=Lt.exec(s);)a[t[1].toLowerCase()]=t[2];t=a[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return l?s:null},setRequestHeader:function(e,t){return null==l&&(e=w[e.toLowerCase()]=w[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==l&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(l)C.always(e[C.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||T;return o&&o.abort(t),r(0,t),this}};if(v.promise(C),d.url=((t||d.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),d.type=n.method||n.type||d.method||d.type,d.dataTypes=(d.dataType||"*").toLowerCase().match(qe)||[""],null==d.crossDomain){c=te.createElement("a");try{c.href=d.url,c.href=c.href,d.crossDomain=$t.protocol+"//"+$t.host!=c.protocol+"//"+c.host}catch(e){d.crossDomain=!0}}if(d.data&&d.processData&&"string"!=typeof d.data&&(d.data=de.param(d.data,d.traditional)),Y(It,d,n,C),l)return C;f=de.event&&d.global,f&&0===de.active++&&de.event.trigger("ajaxStart"),d.type=d.type.toUpperCase(),d.hasContent=!Ft.test(d.type),i=d.url.replace(Dt,""),d.hasContent?d.data&&d.processData&&0===(d.contentType||"").indexOf("application/x-www-form-urlencoded")&&(d.data=d.data.replace(qt,"+")):(h=d.url.slice(i.length),d.data&&(i+=(kt.test(i)?"&":"?")+d.data,delete d.data),d.cache===!1&&(i=i.replace(Ot,"$1"),h=(kt.test(i)?"&":"?")+"_="+jt++ +h),d.url=i+h),d.ifModified&&(de.lastModified[i]&&C.setRequestHeader("If-Modified-Since",de.lastModified[i]),de.etag[i]&&C.setRequestHeader("If-None-Match",de.etag[i])),(d.data&&d.hasContent&&d.contentType!==!1||n.contentType)&&C.setRequestHeader("Content-Type",d.contentType),C.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+("*"!==d.dataTypes[0]?", "+Mt+"; q=0.01":""):d.accepts["*"]);for(p in d.headers)C.setRequestHeader(p,d.headers[p]);if(d.beforeSend&&(d.beforeSend.call(g,C,d)===!1||l))return C.abort();if(T="abort",y.add(d.complete),C.done(d.success),C.fail(d.error),o=Y(Pt,d,n,C)){if(C.readyState=1,f&&m.trigger("ajaxSend",[C,d]),l)return C;d.async&&d.timeout>0&&(u=e.setTimeout(function(){C.abort("timeout")},d.timeout));try{l=!1,o.send(b,r)}catch(e){if(l)throw e;r(-1,e)}}else r(-1,"No Transport");return C},getJSON:function(e,t,n){return de.get(e,t,n,"json")},getScript:function(e,t){return de.get(e,void 0,t,"script")}}),de.each(["get","post"],function(e,t){de[t]=function(e,n,r,o){return de.isFunction(n)&&(o=o||r,r=n,n=void 0),de.ajax(de.extend({url:e,type:t,dataType:o,data:n,success:r},de.isPlainObject(e)&&e))}}),de._evalUrl=function(e){return de.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,throws:!0})},de.fn.extend({wrapAll:function(e){var t;return this[0]&&(de.isFunction(e)&&(e=e.call(this[0])),t=de(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return de.isFunction(e)?this.each(function(t){de(this).wrapInner(e.call(this,t))}):this.each(function(){var t=de(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=de.isFunction(e);return this.each(function(n){de(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){de(this).replaceWith(this.childNodes)}),this}}),de.expr.pseudos.hidden=function(e){return!de.expr.pseudos.visible(e)},de.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},de.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Wt={0:200,1223:204},Bt=de.ajaxSettings.xhr();pe.cors=!!Bt&&"withCredentials"in Bt,pe.ajax=Bt=!!Bt,de.ajaxTransport(function(t){var n,r;if(pe.cors||Bt&&!t.crossDomain)return{send:function(o,i){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest");for(s in o)a.setRequestHeader(s,o[s]);n=function(e){return function(){n&&(n=r=a.onload=a.onerror=a.onabort=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?i(0,"error"):i(a.status,a.statusText):i(Wt[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),r=a.onerror=n("error"),void 0!==a.onabort?a.onabort=r:a.onreadystatechange=function(){4===a.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),de.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),de.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return de.globalEval(e),e}}}),de.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),de.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(r,o){t=de(" + + + + +

                                                              + + + + + + + + +
                                                              + +
                                                              + + + + + + + + + +
                                                              +
                                                              + +
                                                              +
                                                              + +
                                                              + +

                                                              API リファレンス

                                                              +

                                                              createRenderer([options])

                                                              +

                                                              任意の引数 options を用いて Renderer インスタンスを生成します。

                                                              +
                                                              const { createRenderer } = require('vue-server-renderer')
                                                              +const renderer = createRenderer({ ... })
                                                              +
                                                              +

                                                              createBundleRenderer(bundle[, options])

                                                              +

                                                              サーババンドルと任意の引数 options を用いて BundleRenderer インスタンスを生成します。

                                                              +
                                                              const { createBundleRenderer } = require('vue-server-renderer')
                                                              +const renderer = createBundleRenderer(serverBundle, { ... })
                                                              +
                                                              +

                                                              引数 serverBundle には次のいずれか1つを指定できます:

                                                              +
                                                                +
                                                              • 生成されたバンドルファイル (.js または .json)への絶対パス。ファイルパスとして扱われるために / で開始されなければなりません。

                                                                +
                                                              • +
                                                              • webpack と vue-server-renderer/server-plugin によって生成されたバンドルオブジェクト。

                                                                +
                                                              • +
                                                              • JavaScript コードの文字列 (非推奨)。

                                                                +
                                                              • +
                                                              +

                                                              より詳しい情報は、 サーババンドルの紹介ビルド設定 の項目を参照してください。

                                                              +

                                                              クラス: Renderer

                                                              +
                                                                +
                                                              • renderer.renderToString(vm[, context, callback]): ?Promise<string>

                                                                +

                                                                Vue インスタンスを文字列として描画します。context オブジェクトの指定は、任意です。callback は、第1引数にエラー内容、 第2引数に描画された文字列を受け取る、典型的な Node.js のコーディングスタイルである関数を指定します。

                                                                +

                                                                2.5.0 以降においては、コールバックはオプションです。コールバックなしで渡されるとき、HTML に描画されるのを解決するプロミスを返します。

                                                                +
                                                              • +
                                                              • renderer.renderToStream(vm[, context]): stream.Readable

                                                                +

                                                                Vue インスタンスを Node.js の読み取り可能なストリーム に描画します。より詳細については、ストリーミング を参照してください。

                                                                +
                                                              • +
                                                              +

                                                              クラス: BundleRenderer

                                                              +
                                                                +
                                                              • bundleRenderer.renderToString([context, callback]): ?Promise<string>

                                                                +

                                                                サーババンドルを文字列として描画します。context オブジェクトの指定は、任意です。callback は、第1引数にエラー内容、 第2引数に描画された文字列を受け取る、典型的な Node.js のコーディングスタイルである関数を指定します。

                                                                +

                                                                2.5.0 以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された HTML に解決するプロミスを返します。

                                                                +
                                                              • +
                                                              • bundleRenderer.renderToStream([context]): stream.Readable

                                                                +

                                                                バンドルを Node.js の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は ストリーミングを参照してください。

                                                                +
                                                              • +
                                                              +

                                                              レンダラオプション

                                                              +
                                                                +
                                                              • template

                                                                +

                                                                ページ全体の HTML を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文 <!--vue-ssr-outlet--> をテンプレートには含むべきです。

                                                                +

                                                                テンプレートは、次の構文を使用した簡単な補間もサポートします。

                                                                +
                                                                  +
                                                                • エスケープされたHTMLを補間する Mustache 構文(二重中括弧)の使用
                                                                • +
                                                                • エスケープしない生のHTMLを補間する Mustache 構文(三重中括弧)の使用

                                                                  +

                                                                  次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。

                                                                  +
                                                                • +
                                                                • context.head: (string) ページ内の head に挿入されるべき任意のマークアップを文字列で指定します。

                                                                  +
                                                                • +
                                                                • context.styles: (string) ページ内の head に挿入されるべき任意のインライン CSS を文字列で指定します。もし CSS コンポーネントのために vue-loader + vue-style-loader を使用する場合、このプロパティは自動で追加されることに注意してください。

                                                                  +
                                                                • +
                                                                • context.state: (Object) window.__INITIAL_STATE__ としてページ内にインライン展開されるべき Vuex のストアの初期状態を指定します。このインライン JSON は自動でクロスサイトスプリクティングを防ぐ シリアライズされた javascript へサニタイズされます。

                                                                  +

                                                                  2.5.0 以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。

                                                                  +

                                                                  加えて、clientManifest も渡された場合、テンプレートは自動で以下を挿入します。

                                                                  +
                                                                • +
                                                                • (自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの JavaScript と CSS アセット

                                                                  +
                                                                • +
                                                                • 描画済みのページに対する最適な <link rel="preload/prefetch"> リソースヒント

                                                                  +

                                                                  レンダラに inject: false も渡すことで、すべての自動挿入を無効にすることができます。

                                                                  +

                                                                  参照:

                                                                  +
                                                                • +
                                                                • ページテンプレートの使用

                                                                  +
                                                                • +
                                                                • 手動によるアセットインジェクション
                                                                • +
                                                                +
                                                              • +
                                                              • clientManifest

                                                                +
                                                                  +
                                                                • 2.3.0 以降

                                                                  +

                                                                  vue-server-renderer/server-plugin によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、HTML テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は クライアントマニフェストの生成 の項目を参照してください。

                                                                  +
                                                                • +
                                                                +
                                                              • +
                                                              • inject

                                                                + +
                                                              • +
                                                              • shouldPreload

                                                                +
                                                                  +
                                                                • 2.3.0以上

                                                                  +

                                                                  どのファイルが <link rel="preload"> 生成済みのリソースヒント持つべきか制御するための関数を指定します。

                                                                  +

                                                                  デフォルトでは、JavaScript と CSS ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。

                                                                  +

                                                                  画像やフォントのようなその他のアセット種別を指定した際、 多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、 プリロードすべきものはアプリケーションの実装依存になるでしょう。 次のように shouldPreload オプションを使用することで、プリロードすべきものを正確に制御できます。

                                                                  +
                                                                  const renderer = createBundleRenderer(bundle, {
                                                                  +  template,
                                                                  +  clientManifest,
                                                                  +  shouldPreload: (file, type) => {
                                                                  +    // type はファイル拡張子に基づいて推論されます
                                                                  +    // https://fetch.spec.whatwg.org/#concept-request-destination
                                                                  +    if (type === 'script' || type === 'style') {
                                                                  +      return true
                                                                  +    }
                                                                  +    if (type === 'font') {
                                                                  +      // woff2 フォントのプリロードのみ
                                                                  +      return /\.woff2$/.test(file)
                                                                  +    }
                                                                  +    if (type === 'image') {
                                                                  +      // 重要な画像のプリロードのみ
                                                                  +      return file === 'hero.jpg'
                                                                  +    }
                                                                  +  }
                                                                  +})
                                                                  +
                                                                  +
                                                                • +
                                                                +
                                                              • +
                                                              • shouldPrefetch

                                                                +
                                                                  +
                                                                • 2.5.0 以降

                                                                  +

                                                                  どのファイルに <link rel="prefetch"> リソースヒントが生成されるべきかを制御する関数。

                                                                  +

                                                                  標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは shouldPreload と同様の関数シグネチャを必要とします。

                                                                  +
                                                                • +
                                                                +
                                                              • +
                                                              • runInNewContext

                                                                +
                                                                  +
                                                                • 2.3.0 以降
                                                                • +
                                                                • createBundleRenderer メソッド内でのみ使用可能
                                                                • +
                                                                • 要求事項: boolean | 'once' ('once' 2.3.1 以降でのみサポートされる)

                                                                  +

                                                                  デフォルトでは、BundleRenderer の描画ごとに未使用の V8 コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。 なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。

                                                                  +

                                                                  このオプションは、下位互換のためデフォルトは true です。しかし、可能ならば常に runInNewContext: false または、runInNewContext: 'once'を使用することが推奨されます。

                                                                  +
                                                                  +

                                                                  2.3.0 では、このオプションは runInNewContext: false が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。

                                                                  +
                                                                  +

                                                                  runInNewContext: false の場合は、バンドルコードはサーバープロセスと同じ global コンテキストで実行されるので、アプリケーションコード内で global を変更するコードには注意してください。

                                                                  +

                                                                  runInNewContext: 'once' (2.3.1 以降)の場合は、バンドルは別々の global コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの global オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:

                                                                  +
                                                                • +
                                                                • このモードでは、 global (例: ポリフィル) を変更する依存関係を外部化することはできません;

                                                                  +
                                                                • +
                                                                • バンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの Error のインスタンスにはなりません。

                                                                  +

                                                                  参考: ソースコードの構造

                                                                  +
                                                                • +
                                                                +
                                                              • +
                                                              • basedir

                                                                +
                                                                  +
                                                                • 2.2.0 以降
                                                                • +
                                                                • createBundleRenderer メソッド内でのみ使用可能

                                                                  +

                                                                  node_modules の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。 ここでは、インストール済み外部 npm 依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ npm link された vue-server-renderer のみが必要です。

                                                                  +
                                                                • +
                                                                +
                                                              • +
                                                              • cache

                                                                +

                                                                コンポーネントキャッシュ の実装を提供します。 キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):

                                                                +
                                                                    type RenderCache = {
                                                                +      get: (key: string, cb?: Function) => string | void;
                                                                +      set: (key: string, val: string) => void;
                                                                +      has?: (key: string, cb?: Function) => boolean | void;
                                                                +    };
                                                                +
                                                                +

                                                                代表的な使用方法は、次の lru-cache のような流れになります:

                                                                +
                                                                    const LRU = require('lru-cache')
                                                                +    const renderer = createRenderer({
                                                                +      cache: LRU({
                                                                +        max: 10000
                                                                +      })
                                                                +    })
                                                                +
                                                                +

                                                                キャッシュオブジェクトは、少なくても getset を実装すべき点に注意してください。加えて、gethas は、もし第 2 引数に callback が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期 API を使用したキャッシュの利用を可能にします。 例)以下のような redis クライアント使用する場合:

                                                                +
                                                                    const renderer = createRenderer({
                                                                +      cache: {
                                                                +        get: (key, cb) => {
                                                                +          redisClient.get(key, (err, res) => {
                                                                +            // 任意のエラーがあれば処理
                                                                +            cb(res)
                                                                +          })
                                                                +        },
                                                                +        set: (key, val) => {
                                                                +          redisClient.set(key, val)
                                                                +        }
                                                                +      }
                                                                +    })
                                                                +
                                                                +
                                                              • +
                                                              • directives

                                                                +

                                                                以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:

                                                                +
                                                                    const renderer = createRenderer({
                                                                +      directives: {
                                                                +        example (vnode, directiveMeta) {
                                                                +          // ディレクティブのバインディングメタデータに基づいて vnode を変換する
                                                                +        }
                                                                +      }
                                                                +    })
                                                                +
                                                                +

                                                                例として、v-show のサーバサイド実装はこちら です。

                                                                +
                                                              • +
                                                              +

                                                              webpack プラグイン

                                                              +

                                                              webpack プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:

                                                              +
                                                              const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                              +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                              +
                                                              +

                                                              デフォルトで生成されるファイルは以下のものです:

                                                              +
                                                                +
                                                              • サーバサイドプラグインのための vue-ssr-server-bundle.json
                                                              • +
                                                              • クライアントサイドプラグインのための vue-ssr-client-manifest.json
                                                              • +
                                                              +

                                                              プラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:

                                                              +
                                                              const plugin = new VueSSRServerPlugin({
                                                              +  filename: 'my-server-bundle.json'
                                                              +})
                                                              +
                                                              +

                                                              より詳しい情報は、 ビルド設定 の項目を参照してください。

                                                              + + +
                                                              + +
                                                              +
                                                              +
                                                              + +

                                                              results matching ""

                                                              +
                                                                + +
                                                                +
                                                                + +

                                                                No results matching ""

                                                                + +
                                                                +
                                                                +
                                                                + +
                                                                +
                                                                + + +
                                                                + + +
                                                                + + + + + + + + + + + + + + +
                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/basic.html b/ja/basic.html new file mode 100644 index 00000000..68df5ba0 --- /dev/null +++ b/ja/basic.html @@ -0,0 +1,738 @@ + + + + + + + 基本的な使い方 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                +
                                                                + + + + + + + + +
                                                                + +
                                                                + +
                                                                + + + + + + + + + +
                                                                +
                                                                + +
                                                                +
                                                                + +
                                                                + +

                                                                基本的な使い方

                                                                +

                                                                インストール

                                                                +
                                                                npm install vue vue-server-renderer --save
                                                                +
                                                                +

                                                                このガイドでは NPM を使って説明していきますが Yarn でも大丈夫です。

                                                                +

                                                                注意

                                                                +
                                                                  +
                                                                • Node.js のバージョンは6以上を使用することを推奨します
                                                                • +
                                                                • vue-server-renderervue のバージョンは一致している必要があります
                                                                • +
                                                                • vue-server-renderer は Node.js のネイティブモジュールに依存しているため、Node.js でのみ使用できます。 私たちは将来的に他のJavaScript ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。
                                                                • +
                                                                +

                                                                Vue インスタンスを描画

                                                                +
                                                                // ステップ 1: Vue インスタンスを作成
                                                                +const Vue = require('vue')
                                                                +const app = new Vue({
                                                                +  template: `<div>Hello World</div>`
                                                                +})
                                                                +// ステップ 2: レンダラを作成
                                                                +const renderer = require('vue-server-renderer').createRenderer()
                                                                +// ステップ 3: Vue インスタンスを HTML に描画
                                                                +renderer.renderToString(app, (err, html) => {
                                                                +  if (err) throw err
                                                                +  console.log(html)
                                                                +  // => <div data-server-rendered="true">hello world</div>
                                                                +})
                                                                +
                                                                +

                                                                サーバと連携する

                                                                +

                                                                Node.js で作られたサーバで使う場合はとても簡単です。例えば Express:

                                                                +
                                                                npm install express --save
                                                                +
                                                                +
                                                                +
                                                                const Vue = require('vue')
                                                                +const server = require('express')()
                                                                +const renderer = require('vue-server-renderer').createRenderer()
                                                                +server.get('*', (req, res) => {
                                                                +  const app = new Vue({
                                                                +    data: {
                                                                +      url: req.url
                                                                +    },
                                                                +    template: `<div>The visited URL is: {{ url }}</div>`
                                                                +  })
                                                                +  renderer.renderToString(app, (err, html) => {
                                                                +    if (err) {
                                                                +      res.status(500).end('Internal Server Error')
                                                                +      return
                                                                +    }
                                                                +    res.end(`
                                                                +      <!DOCTYPE html>
                                                                +      <html lang="en">
                                                                +        <head><title>Hello</title></head>
                                                                +        <body>${html}</body>
                                                                +      </html>
                                                                +    `)
                                                                +  })
                                                                +})
                                                                +server.listen(8080)
                                                                +
                                                                +

                                                                ページテンプレートを使用する

                                                                +

                                                                Vue アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な HTML ページシェルでラップする必要がありました。

                                                                +

                                                                これをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。 例 index.template.html:

                                                                +
                                                                <!DOCTYPE html>
                                                                +<html lang="en">
                                                                +  <head><title>Hello</title></head>
                                                                +  <body>
                                                                +    <!--vue-ssr-outlet-->
                                                                +  </body>
                                                                +</html>
                                                                +
                                                                +

                                                                <!--vue-ssr-outlet--> コメントに注目してみてください。 これはあなたのアプリケーションのマークアップが注入される場所です。

                                                                +

                                                                ファイルを読み込み Vue レンダラに渡すことができます:

                                                                +
                                                                const renderer = createRenderer({
                                                                +  template: require('fs').readFileSync('./index.template.html', 'utf-8')
                                                                +})
                                                                +renderer.renderToString(app, (err, html) => {
                                                                +  console.log(html) // アプリのコンテンツを含む完全なページになります
                                                                +})
                                                                +
                                                                +

                                                                テンプレートの展開

                                                                +

                                                                テンプレートはシンプルな展開 (interpolation) にも対応しています。 次のようなテンプレートであれば:

                                                                +
                                                                <html>
                                                                +  <head>
                                                                +    <title>{{ title }}</title>
                                                                +    {{{ meta }}}
                                                                +  </head>
                                                                +  <body>
                                                                +    <!--vue-ssr-outlet-->
                                                                +  </body>
                                                                +</html>
                                                                +
                                                                +

                                                                renderToString の第2引数として "描画コンテキストオブジェクト"(render context object) を渡すことで展開データを提供することができます:

                                                                +
                                                                const context = {
                                                                +  title: 'hello',
                                                                +  meta: `
                                                                +    <meta ...>
                                                                +    <meta ...>
                                                                +  `
                                                                +}
                                                                +renderer.renderToString(app, context, (err, html) => {
                                                                +  // ページタイトルは "hello" になり、
                                                                +  // メタタグが注入されます
                                                                +})
                                                                +
                                                                +

                                                                context オブジェクトも Vue アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。

                                                                +

                                                                さらに、テンプレートは次のような高度な機能をサポートしています:

                                                                +
                                                                  +
                                                                • *.vue コンポーネントを使用する際の、重要な CSS の自動注入
                                                                • +
                                                                • clientManifest を使用する際の、アセットリンクとリソースヒントの自動注入
                                                                • +
                                                                • クライアントサイドハイドレーションのために Vuex の状態を埋め込む際に XSS 防止の自動注入
                                                                • +
                                                                +

                                                                関連する概念については、後でこのガイドで紹介します。

                                                                + + +
                                                                + +
                                                                +
                                                                +
                                                                + +

                                                                results matching ""

                                                                +
                                                                  + +
                                                                  +
                                                                  + +

                                                                  No results matching ""

                                                                  + +
                                                                  +
                                                                  +
                                                                  + +
                                                                  +
                                                                  + + +
                                                                  + + +
                                                                  + + + + + + + + + + + + + + +
                                                                  + + +
                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/build-config.html b/ja/build-config.html new file mode 100644 index 00000000..551308b2 --- /dev/null +++ b/ja/build-config.html @@ -0,0 +1,801 @@ + + + + + + + ビルド設定 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                  +
                                                                  + + + + + + + + +
                                                                  + +
                                                                  + +
                                                                  + + + + + + + + + +
                                                                  +
                                                                  + +
                                                                  +
                                                                  + +
                                                                  + +

                                                                  ビルド設定

                                                                  +

                                                                  クライアントサイドで完結するプロジェクトの webpack 設定は既に知っての通りでしょう。SSR プロジェクトにおいても大枠は似たようなものですが、設定ファイルを 3 つのファイル(baseclientserver)に分けることを提案しています。base 設定は出力パス、エイリアス、ローダーのような、client と server 両方の環境に共有される設定を含み、server 設定と client 設定は単純に、webpack-merge を使って、base 設定を拡張することができるものです。

                                                                  +

                                                                  server 設定

                                                                  +

                                                                  server 設定は createBundleRenderer に渡されるサーババンドルを生成するために作られるもので、次のようになります:

                                                                  +
                                                                  const merge = require('webpack-merge')
                                                                  +const nodeExternals = require('webpack-node-externals')
                                                                  +const baseConfig = require('./webpack.base.config.js')
                                                                  +const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                  +module.exports = merge(baseConfig, {
                                                                  +  // アプリケーションサーバのエントリファイルへのエントリポイント
                                                                  +  entry: '/path/to/entry-server.js',
                                                                  +  // これにより、webpack は Node に適した方法で動的なインポートを処理でき、
                                                                  +  // Vue コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう
                                                                  +  // `vue-loader`に指示する
                                                                  +  target: 'node',
                                                                  +  // バンドルレンダラーのソースマップのサポート
                                                                  +  devtool: 'source-map',
                                                                  +  // Node スタイルのエクスポートを使用するようにサーバーバンドルに指示する
                                                                  +  output: {
                                                                  +    libraryTarget: 'commonjs2'
                                                                  +  },
                                                                  +  // https://webpack.js.org/configuration/externals/#function
                                                                  +  // https://github.com/liady/webpack-node-externals
                                                                  +  // アプリケーションの依存関係を外部化する
                                                                  +  // これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される
                                                                  +  externals: nodeExternals({
                                                                  +    // webpack で処理する必要がある依存関係を外部化しない
                                                                  +    // ここに例として、生の * .vue ファイルのようなファイルタイプを追加できる
                                                                  +    // `グローバル` (例 ポリフィル) を変更する deps もホワイトリストに登録する必要がある
                                                                  +    whitelist: /\.css$/
                                                                  +  }),
                                                                  +  // これはサーバービルドの出力全体を
                                                                  +  // 1つの JSON ファイルに変換するプラグイン。
                                                                  +  // デフォルトのファイル名は `vue-ssr-server-bundle.json`
                                                                  +  plugins: [
                                                                  +    new VueSSRServerPlugin()
                                                                  +  ]
                                                                  +})
                                                                  +
                                                                  +

                                                                  vue-ssr-server-bundle.json が生成された後、ファイルパスを単純に createBundleRenderer に渡します:

                                                                  +
                                                                  const { createBundleRenderer } = require('vue-server-renderer')
                                                                  +const renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {
                                                                  +  // 他の描画オプション...
                                                                  +})
                                                                  +
                                                                  +

                                                                  別の方法として、バンドルをオブジェクトとして createBundleRenderer に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして HackerNews の設定を見てみてください。

                                                                  +

                                                                  externals の注意

                                                                  +

                                                                  CSS ファイルを externals オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる CSS は webpack によって処理されないといけないからです。 もし同じように webpack に依存する他のタイプのファイルをインポートしているなら、 (例: *.vue, *.sass)、 それらも同じようにホワイトリストに加えなければいけません。

                                                                  +

                                                                  runInNewContext: 'once' または runInNewContext: true を使用する場合、例えば babel-polyfill のような global のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の global オブジェクトを持っているからです。Node 7.6 以降を使っていればサーバに babel-polyfill はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。

                                                                  +

                                                                  client 設定

                                                                  +

                                                                  client 設定は base 設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに entry を示す必要があります。またそれとは別に、CommonsChunkPlugin 使っていたら、それが client 設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。

                                                                  +

                                                                  clientManifest を生成する

                                                                  +
                                                                  +

                                                                  version 2.3.0 以降必須

                                                                  +
                                                                  +

                                                                  サーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側クライアント側の両方のビルド情報を持つことになり、 描画された HTML に preload / prefetch directives や CSS の link や script タグを自動的に挿入することができます。

                                                                  +

                                                                  これには2重の恩恵があります:

                                                                  +
                                                                    +
                                                                  1. 生成されたファイル名にハッシュがある時に、正しい URL を注入する html-webpack-plugin の代替になります。
                                                                  2. +
                                                                  3. webpack のオンデマンドコード分割機能(code spliting)を利用するバンドルを描画する時に、最適なチャンクが preloaded / prefetched されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに <script></script> タグを挿入することができます。そのようにして TTI (time-to-interactive) が改善します。
                                                                  4. +
                                                                  +

                                                                  クライアントマニフェストを利用するためには、client 設定はこのようになります:

                                                                  +
                                                                  const webpack = require('webpack')
                                                                  +const merge = require('webpack-merge')
                                                                  +const baseConfig = require('./webpack.base.config.js')
                                                                  +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                  +module.exports = merge(baseConfig, {
                                                                  +  entry: '/path/to/entry-client.js',
                                                                  +  plugins: [
                                                                  +    // 重要: webpack ランタイムを先頭のチャンクに分割して、
                                                                  +    // 直後に非同期チャンクを挿入できるようにする
                                                                  +    // これにより、アプリ/ベンダーコードのキャッシングも改善される
                                                                  +    new webpack.optimize.CommonsChunkPlugin({
                                                                  +      name: "manifest",
                                                                  +      minChunks: Infinity
                                                                  +    }),
                                                                  +    // このプラグインは、出力ディレクトリに 
                                                                  +    // `vue-ssr-client-manifest.json` を生成する
                                                                  +    new VueSSRClientPlugin()
                                                                  +  ]
                                                                  +})
                                                                  +
                                                                  +

                                                                  これで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。

                                                                  +
                                                                  const { createBundleRenderer } = require('vue-server-renderer')
                                                                  +const template = require('fs').readFileSync('/path/to/template.html', 'utf-8')
                                                                  +const serverBundle = require('/path/to/vue-ssr-server-bundle.json')
                                                                  +const clientManifest = require('/path/to/vue-ssr-client-manifest.json')
                                                                  +const renderer = createBundleRenderer(serverBundle, {
                                                                  +  template,
                                                                  +  clientManifest
                                                                  +})
                                                                  +
                                                                  +

                                                                  この設定で、コード分割されたビルドのためにサーバ側で描画される HTML はこのようになります(すべて自動でインジェクトされます):

                                                                  +
                                                                  <html>
                                                                  +  <head>
                                                                  +    <!-- この描画に対して使用されるチェックは、プリロードです -->
                                                                  +    <link rel="preload" href="/manifest.js" as="script">
                                                                  +    <link rel="preload" href="/main.js" as="script">
                                                                  +    <link rel="preload" href="/0.js" as="script">
                                                                  +    <!-- 使用されない非同期チャンクはプリフェッチされます (低優先度) -->
                                                                  +    <link rel="prefetch" href="/1.js" as="script">
                                                                  +  </head>
                                                                  +  <body>
                                                                  +    <!-- アプリケーションコンテンツ -->
                                                                  +    <div data-server-rendered="true"><div>async</div></div>
                                                                  +    <!-- マニフェストチャンクは最初にすべき -->
                                                                  +    <script src="/manifest.js"></script>
                                                                  +    <!-- 非同期チャンクはメインチャンク前に注入される -->
                                                                  +    <script src="/0.js"></script>
                                                                  +    <script src="/main.js"></script>
                                                                  +  </body>
                                                                  +</html>
                                                                  +
                                                                  +

                                                                  手動でのアセットインジェクション

                                                                  +

                                                                  デフォルト設定で、アセットインジェクションはあなたが作成した template 描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に inject: false を渡せば、手動でアセットインジェクションを行うことができます。

                                                                  +

                                                                  渡した context オブジェクトは renderToString コールバックで、次のメソッドを持ちます:

                                                                  +
                                                                    +
                                                                  • context.renderStyles()
                                                                  • +
                                                                  +

                                                                  これは、描画中に使われた *.vue コンポーネントから集めた全てのクリティカル CSS を含んだ <style></style> タグを返します。詳細は CSS の管理の章を見てください。

                                                                  +

                                                                  clientManifest が提供されたら、返ってきた文字列は webpack が放出した CSS ファイルの <link rel="stylesheet"> タグも含みます。(例: extract-text-webpack-plugin から抽出された CSS や、file-loader でインポートされた CSS)

                                                                  +
                                                                    +
                                                                  • context.renderState(options?: Object)
                                                                  • +
                                                                  +

                                                                  このメソッドは context.state をシリアライズし、window.__INITIAL_STATE__ ステートとして埋め込まれたインラインスクリプトを返します。

                                                                  +

                                                                  context のステートキーと window のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。

                                                                  +
                                                                    context.renderState({
                                                                  +    contextKey: 'myCustomState',
                                                                  +    windowKey: '__MY_STATE__'
                                                                  +  })
                                                                  +  // -> <script>window.__MY_STATE__={...}</script>
                                                                  +
                                                                  +
                                                                    +
                                                                  • context.renderScripts()
                                                                      +
                                                                    • 必須 clientManifest
                                                                    • +
                                                                    +
                                                                  • +
                                                                  +

                                                                  このメソッドはクライアントアプリケーションを起動するのに必要な <script></script> タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。

                                                                  +
                                                                    +
                                                                  • context.renderResourceHints()
                                                                      +
                                                                    • 必須 clientManifest
                                                                    • +
                                                                    +
                                                                  • +
                                                                  +

                                                                  このメソッドは、現在描画されているページに必要な <link rel="preload/prefetch"> リソースヒントを返します。 デフォルト設定ではこのようになります:

                                                                  +
                                                                    +
                                                                  • ページに必要な JavaScript や CSS ファイルをプリロードする
                                                                  • +
                                                                  • あとで必要な非同期 JavaScript チャンクをプリフェッチする

                                                                    +

                                                                    ファイルのプリロードは shouldPreload オプションによってさらにカスタマイズが可能です。

                                                                    +
                                                                  • +
                                                                  • context.getPreloadFiles()

                                                                    +
                                                                      +
                                                                    • 必須 clientManifest
                                                                    • +
                                                                    +
                                                                  • +
                                                                  +

                                                                  このメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは HTTP/2 サーバプッシュをプログラムで行うときに使えるでしょう。

                                                                  +

                                                                  createBundleRenderer に渡された templatecontext を使って挿入されるので、これらのメソッドをテンプレート内で(inject: falseで)使用することができます:

                                                                  +
                                                                  <html>
                                                                  +  <head>
                                                                  +    <!-- HTML でエスケープされない展開 (interpolation) のための mustache を使う -->
                                                                  +    {{{ renderResourceHints() }}}
                                                                  +    {{{ renderStyles() }}}
                                                                  +  </head>
                                                                  +  <body>
                                                                  +    <!--vue-ssr-outlet-->
                                                                  +    {{{ renderState() }}}
                                                                  +    {{{ renderScripts() }}}
                                                                  +  </body>
                                                                  +</html>
                                                                  +
                                                                  +

                                                                  もし template を全く使っていないのなら、自分自身で文字列を結合することができます。

                                                                  + + +
                                                                  + +
                                                                  +
                                                                  +
                                                                  + +

                                                                  results matching ""

                                                                  +
                                                                    + +
                                                                    +
                                                                    + +

                                                                    No results matching ""

                                                                    + +
                                                                    +
                                                                    +
                                                                    + +
                                                                    +
                                                                    + + +
                                                                    + + +
                                                                    + + + + + + + + + + + + + + +
                                                                    + + +
                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/bundle-renderer.html b/ja/bundle-renderer.html new file mode 100644 index 00000000..420e6eb6 --- /dev/null +++ b/ja/bundle-renderer.html @@ -0,0 +1,663 @@ + + + + + + + バンドルレンダラの紹介 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                    +
                                                                    + + + + + + + + +
                                                                    + +
                                                                    + +
                                                                    + + + + + + + + + +
                                                                    +
                                                                    + +
                                                                    +
                                                                    + +
                                                                    + +

                                                                    バンドルレンダラの紹介

                                                                    +

                                                                    根本的なサーバサイドレンダリングの問題

                                                                    +

                                                                    今までは、バンドルされたサーバサイドのコードが require によって直接使用されることを想定していました:

                                                                    +
                                                                    const createApp = require('/path/to/built-server-bundle.js')
                                                                    +
                                                                    +

                                                                    これはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、Node.js はソースマップをネイティブサポートしていません。

                                                                    +

                                                                    バンドルレンダラの追加

                                                                    +

                                                                    vue-server-renderer はこの問題を解決するために、createBundleRenderer という API を提供しています。また、webpack の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な JSON ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。

                                                                    +
                                                                      +
                                                                    • ビルトインソースマップのサポート ( webpack の設定オプションに devtool: 'source-map' を指定)
                                                                    • +
                                                                    • 開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)
                                                                    • +
                                                                    • クリティカル CSS の評価 (*.vue ファイルを利用しているとき): インライン CSS は、描画中に利用されるコンポーネントによって必要とされます。詳細は CSS を参照してください。
                                                                    • +
                                                                    • clientManifest によるアセットの注入: 自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。
                                                                    • +
                                                                    +
                                                                    +

                                                                    次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack 設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:

                                                                    +
                                                                    const { createBundleRenderer } = require('vue-server-renderer')
                                                                    +const renderer = createBundleRenderer(serverBundle, {
                                                                    +  runInNewContext: false, // 推奨
                                                                    +  template, // (任意) ページテンプレート
                                                                    +  clientManifest // (任意) クライアントビルドマニフェスト
                                                                    +})
                                                                    +// 内部のサーバ処理 ...
                                                                    +server.get('*', (req, res) => {
                                                                    +  const context = { url: req.url }
                                                                    +  // バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません
                                                                    +  // 今、私たちのサーバーはVueアプリから切り離されています!
                                                                    +  renderer.renderToString(context, (err, html) => {
                                                                    +    // ハンドリングエラー ...
                                                                    +    res.end(html)
                                                                    +  })
                                                                    +})
                                                                    +
                                                                    +

                                                                    バンドルレンダラによってrendertoString が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。

                                                                    +

                                                                    runInNewContext オプションを false または 'once' に設定することをお勧めします。詳細は API リファレンスを参照してください。

                                                                    + + +
                                                                    + +
                                                                    +
                                                                    +
                                                                    + +

                                                                    results matching ""

                                                                    +
                                                                      + +
                                                                      +
                                                                      + +

                                                                      No results matching ""

                                                                      + +
                                                                      +
                                                                      +
                                                                      + +
                                                                      +
                                                                      + + +
                                                                      + + +
                                                                      + + + + + + + + + + + + + + +
                                                                      + + +
                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/caching.html b/ja/caching.html new file mode 100644 index 00000000..e2b15dea --- /dev/null +++ b/ja/caching.html @@ -0,0 +1,690 @@ + + + + + + + キャッシュ · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                      +
                                                                      + + + + + + + + +
                                                                      + +
                                                                      + +
                                                                      + + + + + + + + + +
                                                                      +
                                                                      + +
                                                                      +
                                                                      + +
                                                                      + +

                                                                      キャッシュ

                                                                      +

                                                                      Vue の SSR は非常に高速ですが、コンポーネントインスタンスや仮想 DOM ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。 SSR のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。

                                                                      +

                                                                      ページレベルでのキャッシュ

                                                                      +

                                                                      ほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一URLが常にすべてのユーザに対して同じコンテンツを描画する場合)、 マイクロキャッシング という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。

                                                                      +

                                                                      これは通常 Nginx レイヤーで行われますが、 Node.js で実装することも可能です:

                                                                      +
                                                                      const microCache = LRU({
                                                                      +  max: 100,
                                                                      +  maxAge: 1000 // 重要: コンテンツの登録内容は1秒後に期限切れになります
                                                                      +})
                                                                      +const isCacheable = req => {
                                                                      +  // リクエストがユーザー固有のものかどうかチェックするロジックを実装します
                                                                      +  // ユーザー固有でないページのみがキャッシュ可能です
                                                                      +}
                                                                      +server.get('*', (req, res) => {
                                                                      +  const cacheable = isCacheable(req)
                                                                      +  if (cacheable) {
                                                                      +    const hit = microCache.get(req.url)
                                                                      +    if (hit) {
                                                                      +      return res.end(hit)
                                                                      +    }
                                                                      +  }
                                                                      +  renderer.renderToString((err, html) => {
                                                                      +    res.end(html)
                                                                      +    if (cacheable) {
                                                                      +      microCache.set(req.url, html)
                                                                      +    }
                                                                      +  })
                                                                      +})
                                                                      +
                                                                      +

                                                                      コンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。

                                                                      +

                                                                      コンポーネントレベルでのキャッシュ

                                                                      +

                                                                      vue-server-renderer には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は lru-cache を渡すことです:

                                                                      +
                                                                      const LRU = require('lru-cache')
                                                                      +const renderer = createRenderer({
                                                                      +  cache: LRU({
                                                                      +    max: 10000,
                                                                      +    maxAge: ...
                                                                      +  })
                                                                      +})
                                                                      +
                                                                      +

                                                                      次に serverCacheKey 関数を実装してコンポーネントをキャッシュすることが出来ます:

                                                                      +
                                                                      export default {
                                                                      +  name: 'item', // required
                                                                      +  props: ['item'],
                                                                      +  serverCacheKey: props => props.item.id,
                                                                      +  render (h) {
                                                                      +    return h('div', this.item.id)
                                                                      +  }
                                                                      +}
                                                                      +
                                                                      +

                                                                      キャッシュ可能なコンポーネントは 一意の "name" オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。

                                                                      +

                                                                      serverCacheKey から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に props.item.id によって決定される場合、上記は良い実装でしょう。しかしながら、同じIDを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、 他の変数を考慮して getCacheKey の実装を修正する必要があります。

                                                                      +

                                                                      定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。

                                                                      +

                                                                      いつコンポーネントキャッシュを使うか

                                                                      +

                                                                      描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。 つまり、次の場合にコンポーネントをキャッシュしないでください。

                                                                      +
                                                                        +
                                                                      • グローバルな状態に依存する子コンポーネントがあります。
                                                                      • +
                                                                      • 描画 context に副作用をもたらす子コンポーネントがあります。
                                                                      • +
                                                                      +

                                                                      したがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。 ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな v-for リストで繰り返されるコンポーネントです。 これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のIDと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:

                                                                      +
                                                                      serverCacheKey: props => props.item.id + '::' + props.item.last_updated
                                                                      +
                                                                      + + +
                                                                      + +
                                                                      +
                                                                      +
                                                                      + +

                                                                      results matching ""

                                                                      +
                                                                        + +
                                                                        +
                                                                        + +

                                                                        No results matching ""

                                                                        + +
                                                                        +
                                                                        +
                                                                        + +
                                                                        +
                                                                        + + +
                                                                        + + +
                                                                        + + + + + + + + + + + + + + +
                                                                        + + +
                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/css.html b/ja/css.html new file mode 100644 index 00000000..a3ec6528 --- /dev/null +++ b/ja/css.html @@ -0,0 +1,725 @@ + + + + + + + CSS の管理 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                        +
                                                                        + + + + + + + + +
                                                                        + +
                                                                        + +
                                                                        + + + + + + + + + +
                                                                        +
                                                                        + +
                                                                        +
                                                                        + +
                                                                        + +

                                                                        CSS の管理

                                                                        +

                                                                        CSS を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである *.vue の中で <style>を使うことです。これは以下を提供します:

                                                                        +
                                                                          +
                                                                        • 関連するコンポーネントのスコープ付き CSS
                                                                        • +
                                                                        • プリプロセッサや PostCSS を活用する機能
                                                                        • +
                                                                        • 開発時のホットリロード
                                                                        • +
                                                                        +

                                                                        さらに重要なことは、vue-loader によって内部的に使われている vue-style-loader はサーバーによる描画のためのいくつかの特別な機能を持っています:

                                                                        +
                                                                          +
                                                                        • クライアントとサーバーのためのユニバーサル変換処理の体験
                                                                        • +
                                                                        • bundleRenderer を使用した時の自動的なCSS評価
                                                                        • +
                                                                        +

                                                                        サーバーによる描画を使用するなら、コンポーネントの CSS はHTMLに集められてインライン化されます ( template オプションを使用していれば自動で扱われます ) 。クライアント上で、コンポーネントが初めて使用されたとき、vue-style-loader は既にそのコンポーネントにサーバーインラインCSSがあるかチェックします。もし存在しない場合、そのCSSは動的に <style> タグ経由で注入されます。

                                                                        +
                                                                          +
                                                                        • 共通する CSS の抽出
                                                                        • +
                                                                        +

                                                                        この設定は extract-text-webpack-plugin を使ってメインチャンクのCSSを個別のCSSに抽出することをサポートします ( template で自動注入されます ) 。これは、ファイルが個々にキャッシュされることをゆるしています。共通するCSSがたくさんある場合にこの方法をおすすめします。

                                                                        +

                                                                        非同期コンポーネントの CSS は JavaScript の文字列としてインライン化されたままになり、vue-style-loader によって扱われます。

                                                                        +

                                                                        CSS 抽出の有効化

                                                                        +

                                                                        *.vue から CSS を抽出するために、vue-loaderextractCSS オプションを使います ( vue-loader>=12.0.0 が必要 ) :

                                                                        +
                                                                        // webpack.config.js
                                                                        +const ExtractTextPlugin = require('extract-text-webpack-plugin')
                                                                        +// CSS 抽出は、開発中ではホットリロードされるように、
                                                                        +// 本番環境でのみ有効にする必要があります
                                                                        +const isProduction = process.env.NODE_ENV === 'production'
                                                                        +module.exports = {
                                                                        +  // ...
                                                                        +  module: {
                                                                        +    rules: [
                                                                        +      {
                                                                        +        test: /\.vue$/,
                                                                        +        loader: 'vue-loader',
                                                                        +        options: {
                                                                        +          // CSS 抽出を有効にする
                                                                        +          extractCSS: isProduction
                                                                        +        }
                                                                        +      },
                                                                        +      // ...
                                                                        +    ]
                                                                        +  },
                                                                        +  plugins: isProduction
                                                                        +    // プラグインを追加してください!
                                                                        +    ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]
                                                                        +    : []
                                                                        +}
                                                                        +
                                                                        +

                                                                        上記の設定は *.vue ファイルのスタイルのみに適用されますが、外部 CSS を Vue コンポーネントにインポートするために <style src="./foo.css"></style> を使うことができます。

                                                                        +

                                                                        もし import 'foo.css' のように JavaScriptからCSSをインポートしたいならば、適切な loader の設定が必要です:

                                                                        +
                                                                        module.exports = {
                                                                        +  // ...
                                                                        +  module: {
                                                                        +    rules: [
                                                                        +      {
                                                                        +        test: /\.css$/,
                                                                        +        // 重要: style-loader の代わりに vue-style-loader を使用します
                                                                        +        use: isProduction
                                                                        +          ? ExtractTextPlugin.extract({
                                                                        +              use: 'css-loader',
                                                                        +              fallback: 'vue-style-loader'
                                                                        +            })
                                                                        +          : ['vue-style-loader', 'css-loader']
                                                                        +      }
                                                                        +    ]
                                                                        +  },
                                                                        +  // ...
                                                                        +}
                                                                        +
                                                                        +

                                                                        依存関係からのスタイルのインポート

                                                                        +

                                                                        NPM 依存で CSS をインポートするときに気を付けることがいくつかあります:

                                                                        +
                                                                          +
                                                                        1. サーバービルドで外部化しないでください。
                                                                        2. +
                                                                        3. もし CSS抽出 + CommonsChunkPlugin でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された CSS があれば、extract-text-webpack-plugin に問題が発生します。この問題を解決するためには、ベンダーのチャンクに CSS ファイルを含めないでください。クライアント側の webpack の設定例です:
                                                                        4. +
                                                                        +
                                                                          module.exports = {
                                                                        +    // ...
                                                                        +    plugins: [
                                                                        +      // deps をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です
                                                                        +      new webpack.optimize.CommonsChunkPlugin({
                                                                        +        name: 'vendor',
                                                                        +        minChunks: function (module) {
                                                                        +          // モジュールはベンダーチャンクに抽出されます...
                                                                        +          return (
                                                                        +            // node_modules 内部な場合
                                                                        +            /node_modules/.test(module.context) &&
                                                                        +            // リクエストが CSS ファイルの場合、抽出しない
                                                                        +            !/\.css$/.test(module.request)
                                                                        +          )
                                                                        +        }
                                                                        +      }),
                                                                        +      // webpack ランタイム & マニフェストを抽出する
                                                                        +      new webpack.optimize.CommonsChunkPlugin({
                                                                        +        name: 'manifest'
                                                                        +      }),
                                                                        +      // ...
                                                                        +    ]
                                                                        +  }
                                                                        +
                                                                        + + +
                                                                        + +
                                                                        +
                                                                        +
                                                                        + +

                                                                        results matching ""

                                                                        +
                                                                          + +
                                                                          +
                                                                          + +

                                                                          No results matching ""

                                                                          + +
                                                                          +
                                                                          +
                                                                          + +
                                                                          +
                                                                          + + +
                                                                          + + +
                                                                          + + + + + + + + + + + + + + +
                                                                          + + +
                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/data.html b/ja/data.html new file mode 100644 index 00000000..a0acbe6b --- /dev/null +++ b/ja/data.html @@ -0,0 +1,868 @@ + + + + + + + データのプリフェッチと状態 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                          +
                                                                          + + + + + + + + +
                                                                          + +
                                                                          + +
                                                                          + + + + + + + + + +
                                                                          +
                                                                          + +
                                                                          +
                                                                          + +
                                                                          + +

                                                                          データのプリフェッチと状態

                                                                          +

                                                                          データストア

                                                                          +

                                                                          SSR をしているとき、基本的にはアプリケーションの"スナップショット"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります

                                                                          +

                                                                          もうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態 (state) を用いて描画してしまい、ハイドレーションが失敗してしまいます。

                                                                          +

                                                                          この問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア (data store) もしくは "状態コンテナ (state container)" に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして HTML に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。

                                                                          +

                                                                          このような用途として、公式の状態管理ライブラリである Vuex を使っています。では store.js ファイルをつくって、そこに id に基づく item を取得するコードを書いてみましょう:

                                                                          +
                                                                          // store.js
                                                                          +import Vue from 'vue'
                                                                          +import Vuex from 'vuex'
                                                                          +Vue.use(Vuex)
                                                                          +// Promise を返すユニバーサルなアプリケーションを想定しています
                                                                          +// また、実装の詳細は割愛します
                                                                          +import { fetchItem } from './api'
                                                                          +export function createStore () {
                                                                          +  return new Vuex.Store({
                                                                          +    state: {
                                                                          +      items: {}
                                                                          +    },
                                                                          +    actions: {
                                                                          +      fetchItem ({ commit }, id) {
                                                                          +        // store.dispatch() 経由でデータがフェッチされたときにそれを知るために、Promise を返します
                                                                          +        return fetchItem(id).then(item => {
                                                                          +          commit('setItem', { id, item })
                                                                          +        })
                                                                          +      }
                                                                          +    },
                                                                          +    mutations: {
                                                                          +      setItem (state, { id, item }) {
                                                                          +        Vue.set(state.items, id, item)
                                                                          +      }
                                                                          +    }
                                                                          +  })
                                                                          +}
                                                                          +
                                                                          +

                                                                          そして app.js を更新します:

                                                                          +
                                                                          // app.js
                                                                          +import Vue from 'vue'
                                                                          +import App from './App.vue'
                                                                          +import { createRouter } from './router'
                                                                          +import { createStore } from './store'
                                                                          +import { sync } from 'vuex-router-sync'
                                                                          +export function createApp () {
                                                                          +  // ルーターとストアのインスタンスを作成します
                                                                          +  const router = createRouter()
                                                                          +  const store = createStore()
                                                                          +  // ルートの状態をストアの一部として利用できるよう同期します
                                                                          +  sync(store, router)
                                                                          +  // アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します
                                                                          +  const app = new Vue({
                                                                          +    router,
                                                                          +    store,
                                                                          +    render: h => h(App)
                                                                          +  })
                                                                          +  // アプリケーション、ルーター、ストアを公開します
                                                                          +  return { app, router, store }
                                                                          +}
                                                                          +
                                                                          +

                                                                          ロジックとコンポーネントとの結び付き

                                                                          +

                                                                          ではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?

                                                                          +

                                                                          フェッチする必要があるデータはアクセスしたルート (route) によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。

                                                                          +

                                                                          ルートコンポーネントではカスタム静的関数 asyncData が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため this にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:

                                                                          +
                                                                          <!-- Item.vue -->
                                                                          +<template>
                                                                          +  <div data-segment-id="282437">{{ item.title }}</div>
                                                                          +</template>
                                                                          +<script>
                                                                          +export default {
                                                                          +  asyncData ({ store, route }) {
                                                                          +    // アクションから Promise が返されます
                                                                          +    return store.dispatch('fetchItem', route.params.id)
                                                                          +  },
                                                                          +  computed: {
                                                                          +    // ストアの状態から item を表示します
                                                                          +    items () {
                                                                          +      return this.$store.state.items[this.$route.params.id]
                                                                          +    }
                                                                          +  }
                                                                          +}
                                                                          +</script>
                                                                          +
                                                                          +

                                                                          サーバーサイドのデータ取得

                                                                          +

                                                                          entry-server.js において router.getMatchedComponents() を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが asyncData を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。

                                                                          +
                                                                          // entry-server.js
                                                                          +import { createApp } from './app'
                                                                          +export default context => {
                                                                          +  return new Promise((resolve, reject) => {
                                                                          +    const { app, router, store } = createApp()
                                                                          +    router.push(context.url)
                                                                          +    router.onReady(() => {
                                                                          +      const matchedComponents = router.getMatchedComponents()
                                                                          +      if (!matchedComponents.length) {
                                                                          +        reject({ code: 404 })
                                                                          +      }
                                                                          +      // 一致したルートコンポーネントすべての asyncData() を呼び出します 
                                                                          +      Promise.all(matchedComponents.map(Component => {
                                                                          +        if (Component.asyncData) {
                                                                          +          return Component.asyncData({
                                                                          +            store,
                                                                          +            route: router.currentRoute
                                                                          +          })
                                                                          +        }
                                                                          +      })).then(() => {
                                                                          +        // すべてのプリフェッチのフックが解決されると、ストアには、
                                                                          +        // アプリケーションを描画するために必要とされる状態が入っています。
                                                                          +        // 状態を context に付随させ、`template` オプションがレンダラに利用されると、
                                                                          +        // 状態は自動的にシリアライズされ、HTML 内に `window.__INITIAL_STATE__` として埋め込まれます
                                                                          +        context.state = store.state
                                                                          +        resolve(app)
                                                                          +      }).catch(reject)
                                                                          +    }, reject)
                                                                          +  })
                                                                          +}
                                                                          +
                                                                          +

                                                                          template を使うと context.state は自動的に最終的な HTML に window.__INITIAL__ という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:

                                                                          +
                                                                          // entry-client.js
                                                                          +const { app, router, store } = createApp()
                                                                          +if (window.__INITIAL_STATE__) {
                                                                          +  store.replaceState(window.__INITIAL_STATE__)
                                                                          +}
                                                                          +
                                                                          +

                                                                          クライアントサイドのデータ取得

                                                                          +

                                                                          クライアントサイドではデータ取得について 2つの異なるアプローチがあります:

                                                                          +
                                                                            +
                                                                          1. ルートのナビゲーションの前にデータを解決する:
                                                                          2. +
                                                                          +

                                                                          この方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。

                                                                          +

                                                                          この方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で asyncData 関数を実行することにより実装できます。重要なことは、このフックは初期ルートが ready になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。

                                                                          +
                                                                            // entry-client.js
                                                                          +  // ...関係のないコードは除外します
                                                                          +  router.onReady(() => {
                                                                          +    // asyncData を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します
                                                                          +    // そうすれば(訳注: サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます
                                                                          +    // すべての非同期なコンポーネントが解決されるように router.beforeResolve() を使います
                                                                          +    router.beforeResolve((to, from, next) => {
                                                                          +      const matched = router.getMatchedComponents(to)
                                                                          +      const prevMatched = router.getMatchedComponents(from)
                                                                          +      // まだ描画されていないコンポーネントにのみ関心を払うため、
                                                                          +      // 2つの一致したリストに差分が表れるまで、コンポーネントを比較します
                                                                          +      let diffed = false
                                                                          +      const activated = matched.filter((c, i) => {
                                                                          +        return diffed || (diffed = (prevMatched[i] !== c))
                                                                          +      })
                                                                          +      if (!activated.length) {
                                                                          +        return next()
                                                                          +      }
                                                                          +      // もしローディングインジケーターがあるならば、
                                                                          +      // この箇所がローディングインジケーターを発火させるべき箇所です
                                                                          +      Promise.all(activated.map(c => {
                                                                          +        if (c.asyncData) {
                                                                          +          return c.asyncData({ store, route: to })
                                                                          +        }
                                                                          +      })).then(() => {
                                                                          +        // ローディングインジケーターを停止させます
                                                                          +        next()
                                                                          +      }).catch(next)
                                                                          +    })
                                                                          +    app.$mount('#app')
                                                                          +  })
                                                                          +
                                                                          +
                                                                            +
                                                                          1. 一致するビューが描画された後にデータを取得する:
                                                                          2. +
                                                                          +

                                                                          この方法ではビューコンポーネントの beforeMount 関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。

                                                                          +

                                                                          この方法はクライアントサイド限定のグローバルな mixin で実装できます:

                                                                          +
                                                                            Vue.mixin({
                                                                          +    beforeMount () {
                                                                          +      const { asyncData } = this.$options
                                                                          +      if (asyncData) {
                                                                          +        // データが準備できた後に、コンポーネント内で `this.dataPromise.then(...)` して
                                                                          +        // 他のタスクを実行できるようにするため、Promise にフェッチ処理を割り当てます
                                                                          +        this.dataPromise = asyncData({
                                                                          +          store: this.$store,
                                                                          +          route: this.$route
                                                                          +        })
                                                                          +      }
                                                                          +    }
                                                                          +  })
                                                                          +
                                                                          +

                                                                          これら 2つの方法のどちらを選ぶかは、究極的には異なる UX のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば user/1 から user/2) へ変わったとき)には asyncData 関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな mixin で処理できます:

                                                                          +
                                                                          Vue.mixin({
                                                                          +  beforeRouteUpdate (to, from, next) {
                                                                          +    const { asyncData } = this.$options
                                                                          +    if (asyncData) {
                                                                          +      asyncData({
                                                                          +        store: this.$store,
                                                                          +        route: to
                                                                          +      }).then(next).catch(next)
                                                                          +    } else {
                                                                          +      next()
                                                                          +    }
                                                                          +  }
                                                                          +})
                                                                          +
                                                                          +

                                                                          ストアコードの分割

                                                                          +

                                                                          大規模なアプリケーションでは、Vuex ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:

                                                                          +
                                                                          // store/modules/foo.js
                                                                          +export default {
                                                                          +  namespaced: true,
                                                                          +  // 重要: 状態は関数でなければならないため、
                                                                          +  // モジュールを複数回インスタン化できます
                                                                          +  state: () => ({
                                                                          +    count: 0
                                                                          +  }),
                                                                          +  actions: {
                                                                          +    inc: ({ commit }) => commit('inc')
                                                                          +  },
                                                                          +  mutations: {
                                                                          +    inc: state => state.count++
                                                                          +  }
                                                                          +}
                                                                          +
                                                                          +

                                                                          store.registerModule を使用して、ルートコンポーネントの asyncData フックにこのモジュールを遅延登録することができます:

                                                                          +
                                                                          // ルートコンポーネントの内部
                                                                          +<template>
                                                                          +  <div>{{ fooCount }}</div>
                                                                          +</template>
                                                                          +<script>
                                                                          +// `store/index.js` の代わりにここでモジュールをインポートします
                                                                          +import fooStoreModule from '../store/modules/foo'
                                                                          +export default {
                                                                          +  asyncData ({ store }) {
                                                                          +    store.registerModule('foo', fooStoreModule)
                                                                          +    return store.dispatch('foo/inc')
                                                                          +  },
                                                                          +  // 重要: ルートが複数回訪問されたときに、
                                                                          +  // クライアントで重複してモジュールが登録されるのを避けて下さい
                                                                          +  destroyed () {
                                                                          +    this.$store.unregisterModule('foo')
                                                                          +  },
                                                                          +  computed: {
                                                                          +    fooCount () {
                                                                          +      return this.$store.state.foo.count
                                                                          +    }
                                                                          +  }
                                                                          +}
                                                                          +</script>
                                                                          +
                                                                          +

                                                                          モジュールはルートコンポーネントの依存関係になっているので、webpack によってルートコンポーネントの非同期チャンクに移動されます。

                                                                          +
                                                                          +

                                                                          ふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。

                                                                          + + +
                                                                          + +
                                                                          +
                                                                          +
                                                                          + +

                                                                          results matching ""

                                                                          +
                                                                            + +
                                                                            +
                                                                            + +

                                                                            No results matching ""

                                                                            + +
                                                                            +
                                                                            +
                                                                            + +
                                                                            +
                                                                            + + +
                                                                            + + +
                                                                            + + + + + + + + + + + + + + +
                                                                            + + +
                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/head.html b/ja/head.html new file mode 100644 index 00000000..d758ccb7 --- /dev/null +++ b/ja/head.html @@ -0,0 +1,700 @@ + + + + + + + ヘッドの管理 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                            +
                                                                            + + + + + + + + +
                                                                            + +
                                                                            + +
                                                                            + + + + + + + + + +
                                                                            +
                                                                            + +
                                                                            +
                                                                            + +
                                                                            + +

                                                                            ヘッドの管理

                                                                            +

                                                                            アセットの挿入と同様に、ヘッド (Head) の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画 context に動的にデータを付随させ、そして template 内にデータを展開 (interpolate) できるという考えです。

                                                                            +
                                                                            +

                                                                            バージョン >=2.3.2 では、this.$ssrContext としてコンポーネントにおいて SSR コンテキストに直接アクセスできます。古いバージョンでは、createApp() によって手動で SSR コンテキストを渡して注入し、ルート (root) インスタンスの $options に公開する必要があります。子は、this.$root.$options.ssrContext を介してそれにアクセスすることができます。

                                                                            +
                                                                            +

                                                                            タイトルを管理する単純な mixin を書くことができます:

                                                                            +
                                                                            // title-mixin.js
                                                                            +function getTitle (vm) {
                                                                            +  // コンポーネントはシンプルに `title` オプションを提供し、
                                                                            +  // これには文字列または関数を入れることができます
                                                                            +  const { title } = vm.$options
                                                                            +  if (title) {
                                                                            +    return typeof title === 'function'
                                                                            +      ? title.call(vm)
                                                                            +      : title
                                                                            +  }
                                                                            +}
                                                                            +const serverTitleMixin = {
                                                                            +  created () {
                                                                            +    const title = getTitle(this)
                                                                            +    if (title) {
                                                                            +      this.$root.$options.ssrContext.title = title
                                                                            +    }
                                                                            +  }
                                                                            +}
                                                                            +const clientTitleMixin = {
                                                                            +  mounted () {
                                                                            +    const title = getTitle(this)
                                                                            +    if (title) {
                                                                            +      document.title = title
                                                                            +    }
                                                                            +  }
                                                                            +}
                                                                            +// VUE_ENV は webpack.DefinePlugin を使って注入できます
                                                                            +export default process.env.VUE_ENV === 'server'
                                                                            +  ? serverTitleMixin
                                                                            +  : clientTitleMixin
                                                                            +
                                                                            +

                                                                            このようにすれば、ルート (route) コンポーネントはドキュメントのタイトルを制御するために context を利用することができます。

                                                                            +
                                                                            // Item.vue
                                                                            +export default {
                                                                            +  mixins: [titleMixin],
                                                                            +  title () {
                                                                            +    return this.item.title
                                                                            +  }
                                                                            +  asyncData ({ store, route }) {
                                                                            +    return store.dispatch('fetchItem', route.params.id)
                                                                            +  },
                                                                            +  computed: {
                                                                            +    item () {
                                                                            +      return this.$store.state.items[this.$route.params.id]
                                                                            +    }
                                                                            +  }
                                                                            +}
                                                                            +
                                                                            +

                                                                            そしてタイトルは template 内でバンドルレンダラに渡されます:

                                                                            +
                                                                            <html>
                                                                            +  <head>
                                                                            +    <title>{{ title }}</title>
                                                                            +  </head>
                                                                            +  <body>
                                                                            +    ...
                                                                            +  </body>
                                                                            +</html>
                                                                            +
                                                                            +

                                                                            メモ:

                                                                            +
                                                                              +
                                                                            • XSS 攻撃を防ぐために double-mustache(HTML エスケープした展開)を使うこと。
                                                                            • +
                                                                            • 描画中にタイトルをセットするコンポーネントがない場合に備えて、context オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。
                                                                            • +
                                                                            +
                                                                            +

                                                                            同様のやり方で、この mixin を包括的にヘッドを管理するユーティリティに容易に拡張できます。

                                                                            + + +
                                                                            + +
                                                                            +
                                                                            +
                                                                            + +

                                                                            results matching ""

                                                                            +
                                                                              + +
                                                                              +
                                                                              + +

                                                                              No results matching ""

                                                                              + +
                                                                              +
                                                                              +
                                                                              + +
                                                                              +
                                                                              + + +
                                                                              + + +
                                                                              + + + + + + + + + + + + + + +
                                                                              + + +
                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/hydration.html b/ja/hydration.html new file mode 100644 index 00000000..72a73f09 --- /dev/null +++ b/ja/hydration.html @@ -0,0 +1,646 @@ + + + + + + + クライアントサイドでのハイドレーション · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                              +
                                                                              + + + + + + + + +
                                                                              + +
                                                                              + +
                                                                              + + + + + + + + + +
                                                                              +
                                                                              + +
                                                                              +
                                                                              + +
                                                                              + +

                                                                              クライアントサイドでのハイドレーション

                                                                              +

                                                                              entry-client.js において、以下の記述で私たちは簡単にアプリケーションをマウントします:

                                                                              +
                                                                              // これは、ルート要素に id="app" をもつ App.vue テンプレートを想定します
                                                                              +app.$mount('#app')
                                                                              +
                                                                              +

                                                                              サーバがマークアップを描画後に、この処理を実行し、すべての DOM を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの"ハイドレート (hydrate)"とそれをインタラクティブに生成したいです。

                                                                              +

                                                                              サーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:

                                                                              +
                                                                              <div id="app" data-server-rendered="true">
                                                                              +
                                                                              +

                                                                              この data-server-rendered という特別な属性は、クライアントサイドの Vue に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id="app" に、単に data-server-rendered が追加されていないことに注意してください。ID または 他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。

                                                                              +

                                                                              開発モードでは、Vue はクラインアントサイドで生成された仮想 DOM が、サーバで描画された DOM の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の DOM を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。

                                                                              +

                                                                              ハイドレーション時の注意

                                                                              +

                                                                              サーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の HTML の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが Vue のテンプレート内に、以下のような記述をした場合です:

                                                                              +
                                                                              <table>
                                                                              +  <tr><td>hi</td></tr>
                                                                              +</table>
                                                                              +
                                                                              +

                                                                              ブラウザは、自動で <tbody><table> に挿入します。しかし、Vue によって生成された仮想 DOM は、<tbody> を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な HTML を記述してください。

                                                                              + + +
                                                                              + +
                                                                              +
                                                                              +
                                                                              + +

                                                                              results matching ""

                                                                              +
                                                                                + +
                                                                                +
                                                                                + +

                                                                                No results matching ""

                                                                                + +
                                                                                +
                                                                                +
                                                                                + +
                                                                                +
                                                                                + + +
                                                                                + + +
                                                                                + + + + + + + + + + + + + + +
                                                                                + + +
                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/index.html b/ja/index.html new file mode 100644 index 00000000..dd708b42 --- /dev/null +++ b/ja/index.html @@ -0,0 +1,662 @@ + + + + + + + Introduction · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                +
                                                                                + + + + + + + + +
                                                                                + +
                                                                                + +
                                                                                + + + + + + + + + +
                                                                                +
                                                                                + +
                                                                                +
                                                                                + +
                                                                                + +

                                                                                Vue.js サーバサイドレンダリングガイド

                                                                                +
                                                                                +

                                                                                注意: このガイドは Vue.js またはサポートしているライブラリの以下の最小バージョンを必須としています:

                                                                                +
                                                                                  +
                                                                                • vue & vue-server-renderer 2.3.0 以上
                                                                                • +
                                                                                • vue-router 2.5.0 以上
                                                                                • +
                                                                                • vue-loader 12.0.0 以上 & vue-style-loader 3.0.0 以上
                                                                                • +
                                                                                +

                                                                                もし以前に、 SSR で Vue 2.2 を使用していた場合、 推奨されるコードの構造が少しだけ違うことに気がつくでしょう (新しいオプションの runInNewContextfalse にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。

                                                                                +
                                                                                +

                                                                                サーバサイドレンダリング (SSR) とは何か?

                                                                                +

                                                                                Vue.js はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、Vue コンポーネントはブラウザで DOM を生成し操作がされます。しかし、同じ Vue コンポーネントをサーバ上の HTML 文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに "ハイドレート (hydrate)" することもできます。

                                                                                +

                                                                                サーバで描画された Vue.js のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、"アイソモルフィック (isomorphic)" や "ユニバーサル (universal)" と見なすことができます。

                                                                                +

                                                                                どうして SSR なのか?

                                                                                +

                                                                                従来の SPA (シングルページアプリケーション) と比べて、SSR の利点は主に次の点にあります:

                                                                                +
                                                                                  +
                                                                                • 検索エンジンのクローラが完全に描画されたページを直接解析するため、SEO が向上します。

                                                                                  +

                                                                                  現在のところ、Google と Bing は同期的 JavaScript アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、Ajax 経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、SEO が重要なページで非同期にコンテンツを取得する場合は、SSR が必要な場合があります。

                                                                                  +
                                                                                • +
                                                                                • 特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての JavaScript がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。

                                                                                  +
                                                                                • +
                                                                                +

                                                                                SSR を使用する際に考慮すべきトレードオフも何点かあります:

                                                                                +
                                                                                  +
                                                                                • 開発上の制約。 ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。

                                                                                  +
                                                                                • +
                                                                                • より複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的 SPA とは異なり、サーバで描画されたアプリケーションでは Node.js サーバを実行できる環境が必要になります。

                                                                                  +
                                                                                • +
                                                                                • サーバ側の負荷が増えます。 Node.js の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、CPU を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。

                                                                                  +
                                                                                • +
                                                                                +

                                                                                あなたのアプリケーションに SSR を使用する前に、まず初めに、実際に SSR が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。 例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、SSR は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、SSR を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。

                                                                                +

                                                                                SSR vs プリレンダリング (事前描画)

                                                                                +

                                                                                もしあなたが、幾つかのマーケティングのページの SEO を向上させるためだけに SSR を調べているとしたら (たとえば /, /about, /contact など)、代わりにプリレンダリング (事前描画)を使用することをオススメします。 HTML を急いでコンパイルするために Web サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な HTML ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。

                                                                                +

                                                                                もしあなたが webpack を使用している場合、prerender-spa-plugin を使用することで簡単にプリレンダリングを実装することができます。 これは Vue アプリケーションで広くテストが行われています。実際には、作成者は Vue のコアチームメンバです。

                                                                                +

                                                                                このガイドについて

                                                                                +

                                                                                このガイドはサーバとして Node.js を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と Vue の SSR と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。

                                                                                +

                                                                                このガイドは、Vue.js 自体に精通しており、且つ Node.js と webpack に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、Nuxt.js を試してみてください。これは同じ Vue スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。

                                                                                +

                                                                                また、あなたが読まれているように、このガイドで説明されている技術のほとんどが HackerNews Demo にて使用されており、そちらを参照するととても役立つことでしょう。

                                                                                +

                                                                                最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!

                                                                                + + +
                                                                                + +
                                                                                +
                                                                                +
                                                                                + +

                                                                                results matching ""

                                                                                +
                                                                                  + +
                                                                                  +
                                                                                  + +

                                                                                  No results matching ""

                                                                                  + +
                                                                                  +
                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  + + +
                                                                                  + + +
                                                                                  + + + + + + + + + + +
                                                                                  + + +
                                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/non-node.html b/ja/non-node.html new file mode 100644 index 00000000..37f369fb --- /dev/null +++ b/ja/non-node.html @@ -0,0 +1,660 @@ + + + + + + + 非 Node.js 環境における使用 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                  +
                                                                                  + + + + + + + + +
                                                                                  + +
                                                                                  + +
                                                                                  + + + + + + + + + +
                                                                                  +
                                                                                  + +
                                                                                  +
                                                                                  + +
                                                                                  + +

                                                                                  非 Node.js 環境における使用

                                                                                  +

                                                                                  vue-server-renderer の標準ビルドは Node.js 環境を想定していますが、これは、PHP V8JsOracle Nashorn のような別のJavaScript 環境では使用できなくなります。2.5 のにおいて、環境にはほとんど影響されない、 vue-server-renderer/basic.js のビルドを出荷しました。これにより、上記の環境で使用できるようになります。

                                                                                  +

                                                                                  どちらの環境に対して、それは globalprocess オブジェクトをモックすることによって最初に環境を準備する必要があり、 process.env.VUE_ENV"server" を設定し、そして process.env.NODE_ENV"development" または {code6}"production"{/code6} を設定します。

                                                                                  +

                                                                                  Nashornでは、Java のネイティブタイマーを使用して、 Promise{/ code0} または <code data-md-type="codespan">setTimeout のポリフィルを提供する必要があります。

                                                                                  +

                                                                                  php-v8js での使用例:

                                                                                  +
                                                                                  <?php
                                                                                  +$vue_source = file_get_contents('/path/to/vue.js');
                                                                                  +$renderer_source = file_get_contents('/path/to/vue-server-renderer/basic.js');
                                                                                  +$app_source = file_get_contents('/path/to/app.js');
                                                                                  +
                                                                                  +$v8 = new V8Js();
                                                                                  +
                                                                                  +$v8->executeString('var process = { env: { VUE_ENV: "server", NODE_ENV: "production" }}; this.global = { process: process };');
                                                                                  +$v8->executeString($vue_source);
                                                                                  +$v8->executeString($renderer_source);
                                                                                  +$v8->executeString($app_source);
                                                                                  +?>
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                  // app.js
                                                                                  +var vm = new Vue({
                                                                                  +  template: `<div>{{ msg }}</div>`,
                                                                                  +  data: {
                                                                                  +    msg: 'hello'
                                                                                  +  }
                                                                                  +})
                                                                                  +
                                                                                  +// `vue-server-renderer/basic.js` によってエクスポーズ
                                                                                  +renderVueComponentToString(vm, (err, res) => {
                                                                                  +  print(res)
                                                                                  +})
                                                                                  +
                                                                                  + + +
                                                                                  + +
                                                                                  +
                                                                                  +
                                                                                  + +

                                                                                  results matching ""

                                                                                  +
                                                                                    + +
                                                                                    +
                                                                                    + +

                                                                                    No results matching ""

                                                                                    + +
                                                                                    +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    + + +
                                                                                    + + +
                                                                                    + + + + + + + + + + + + + + +
                                                                                    + + +
                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/routing.html b/ja/routing.html new file mode 100644 index 00000000..4b62f9e9 --- /dev/null +++ b/ja/routing.html @@ -0,0 +1,738 @@ + + + + + + + ルーティングとコード分割 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                    +
                                                                                    + + + + + + + + +
                                                                                    + +
                                                                                    + +
                                                                                    + + + + + + + + + +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    + +
                                                                                    + +

                                                                                    ルーティングとコード分割

                                                                                    +

                                                                                    vue-router によるルーティング

                                                                                    +

                                                                                    サーバーコードが任意の URL を受け入れる * ハンドラを使用していることに気付いたかもしれません。これにより訪れた URL を Vue アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!

                                                                                    +

                                                                                    この目的のために公式の vue-router を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。 createApp に似ていますが、 リクエストごとに新たなルーターインスタンスも必要となるため、 createRouter 関数をエクスポートします:

                                                                                    +
                                                                                    // router.js
                                                                                    +import Vue from 'vue'
                                                                                    +import Router from 'vue-router'
                                                                                    +Vue.use(Router)
                                                                                    +export function createRouter () {
                                                                                    +  return new Router({
                                                                                    +    mode: 'history',
                                                                                    +    routes: [
                                                                                    +      // ...
                                                                                    +    ]
                                                                                    +  })
                                                                                    +}
                                                                                    +
                                                                                    +

                                                                                    そして app.js を更新します:

                                                                                    +
                                                                                    // app.js
                                                                                    +import Vue from 'vue'
                                                                                    +import App from './App.vue'
                                                                                    +import { createRouter } from './router'
                                                                                    +export function createApp () {
                                                                                    +  // ルーターインスタンスを作成します
                                                                                    +  const router = createRouter()
                                                                                    +  const app new Vue({
                                                                                    +    // ルーターをルートVueインスタンスに注入します
                                                                                    +    router,
                                                                                    +    render: h => h(App)
                                                                                    +  })
                                                                                    +  // アプリケーションとルーターの両方を返します
                                                                                    +  return { app, router }
                                                                                    +}
                                                                                    +
                                                                                    +

                                                                                    entry-server.js にサーバー側のルーティングロジックを実装する必要があります:

                                                                                    +
                                                                                    // entry-server.js
                                                                                    +import { createApp } from './app'
                                                                                    +export default context => {
                                                                                    +  // 非同期のルートフックまたはコンポーネントが存在する可能性があるため、
                                                                                    +  // 描画する前にすべての準備が整うまでサーバーが待機できるように
                                                                                    +  // プロミスを返します
                                                                                    +  return new Promise((resolve, reject) => {
                                                                                    +    const { app, router } = createApp()
                                                                                    +    // サーバーサイドのルーターの場所を設定します
                                                                                    +    router.push(context.url)
                                                                                    +    // ルーターが非同期コンポーネントとフックを解決するまで待機します
                                                                                    +    router.onReady(() => {
                                                                                    +      const matchedComponents = router.getMatchedComponents()
                                                                                    +      // 一致するルートがない場合、404で拒否します
                                                                                    +      if (!matchedComponents.length) {
                                                                                    +        reject({ code: 404 })
                                                                                    +      }
                                                                                    +      // プロミスは描画できるようにアプリケーションインスタンスを解決するべきです
                                                                                    +      resolve(app)
                                                                                    +    }, reject)
                                                                                    +  })
                                                                                    +}
                                                                                    +
                                                                                    +

                                                                                    サーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:

                                                                                    +
                                                                                    // server.js
                                                                                    +const createApp = require('/path/to/built-server-bundle.js')
                                                                                    +server.get('*', (req, res) => {
                                                                                    +  const context = { url: req.url }
                                                                                    +  createApp(context).then(app => {
                                                                                    +    renderer.renderToString(app, (err, html) => {
                                                                                    +      if (err) {
                                                                                    +        if (err.code === 404) {
                                                                                    +          res.status(404).end('Page not found')
                                                                                    +        } else {
                                                                                    +          res.status(500).end('Internal Server Error')
                                                                                    +        }
                                                                                    +      } else {
                                                                                    +        res.end(html)
                                                                                    +      }
                                                                                    +    })
                                                                                    +  })
                                                                                    +})
                                                                                    +
                                                                                    +

                                                                                    コード分割

                                                                                    +

                                                                                    コード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの TTI (操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では"必要なものだけを読み込む"ということです。

                                                                                    +

                                                                                    Vue は非同期コンポーネントを最重要コンセプトとして提供しており、 webpack 2の動的インポートをコード分割点として使用することへのサポート と組み合わせることも可能です。そのためにすべきことは以下です:

                                                                                    +
                                                                                    // これを...
                                                                                    +import Foo from './Foo.vue'
                                                                                    +// このように変えます
                                                                                    +const Foo = () => import('./Foo.vue')
                                                                                    +
                                                                                    +

                                                                                    純粋なクライアントサイドの Vue アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。

                                                                                    +

                                                                                    アプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。 ただし、ルート (route) レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、 vue-router は一致した非同期コンポーネントを自動的に解決するためです。 必要なことは、サーバーとクライアントの両方で router.onReady を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。

                                                                                    +
                                                                                    // entry-client.js
                                                                                    +import { createApp } from './app'
                                                                                    +const { app, router } = createApp()
                                                                                    +router.onReady(() => {
                                                                                    +  app.$mount('#app')
                                                                                    +})
                                                                                    +
                                                                                    +

                                                                                    非同期ルートコンポーネントを使用したルート設定の例:

                                                                                    +
                                                                                    // router.js
                                                                                    +import Vue from 'vue'
                                                                                    +import Router from 'vue-router'
                                                                                    +Vue.use(Router)
                                                                                    +export function createRouter () {
                                                                                    +  return new Router({
                                                                                    +    mode: 'history',
                                                                                    +    routes: [
                                                                                    +      { path: '/', component: () => import('./components/Home.vue') },
                                                                                    +      { path: '/item/:id', component: () => import('./components/Item.vue') }
                                                                                    +    ]
                                                                                    +  })
                                                                                    +}
                                                                                    +
                                                                                    + + +
                                                                                    + +
                                                                                    +
                                                                                    +
                                                                                    + +

                                                                                    results matching ""

                                                                                    +
                                                                                      + +
                                                                                      +
                                                                                      + +

                                                                                      No results matching ""

                                                                                      + +
                                                                                      +
                                                                                      +
                                                                                      + +
                                                                                      +
                                                                                      + + +
                                                                                      + + +
                                                                                      + + + + + + + + + + + + + + +
                                                                                      + + +
                                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/search_index.json b/ja/search_index.json new file mode 100644 index 00000000..5ff56f4c --- /dev/null +++ b/ja/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["\"ハイドレート","\"ユニバーサル","&","(hydrate)\"","(isomorphic)\"","(ssr)","(universal)\"","(たとえば","(シングルページアプリケーション)","(事前描画)","(事前描画)を使用することをオススメします。","(新しいオプションの","/,","/about,","/contact","12.0.0","2.2","2.3.0","2.5.0","3.0.0","bing","demo","dom","fals","hackernew","html","introduct","javascript","loader","node.j","plugin","render","router","runinnewcontext","seo","server","spa","ssr","style","vs","vue","vue.j","web","webpack","あなたのアプリケーションに","がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。","が向上します。","が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。","が必要な場合があります。","が重要なページで非同期にコンテンツを取得する場合は、ssr","このガイドについて","このガイドは","このガイドは、vue.j","このガイドはサーバとして","これは","することもできます。","で","と","とは何か?","とは異なり、サーバで描画されたアプリケーションでは","と比べて、ssr","と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。","と見なすことができます。","どうして","など)、代わりにプリレンダリング","なのか?","にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。","にて使用されており、そちらを参照するととても役立つことでしょう。","に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、nuxt.j","の","のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、\"アイソモルフィック","のコアチームメンバです。","の利点は主に次の点にあります:","の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、cpu","はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、vue","は同期的","は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、ssr","また、あなたが読まれているように、このガイドで説明されている技術のほとんどが","またはサポートしているライブラリの以下の最小バージョンを必須としています:","もしあなたが","もしあなたが、幾つかのマーケティングのページの","もし以前に、","や","より複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的","を","を使用していた場合、","を使用している場合、prerend","を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。","を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と","を使用することで簡単にプリレンダリングを実装することができます。","を使用する前に、まず初めに、実際に","を使用する際に考慮すべきトレードオフも何点かあります:","を向上させるためだけに","を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。","を急いでコンパイルするために","を生成し操作がされます。しかし、同じ","を試してみてください。これは同じ","を調べているとしたら","アプリケーションで広くテストが行われています。実際には、作成者は","アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、ajax","コンポーネントはブラウザで","コンポーネントをサーバ上の","サーバで描画された","サーバを実行できる環境が必要になります。","サーバサイドレンダリング","サーバサイドレンダリングガイド","サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な","サーバ側の負荷が増えます。","スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。","ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。","ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。","プリレンダリング","以上","例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、ssr","従来の","推奨されるコードの構造が少しだけ違うことに気がつくでしょう","文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに","最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!","検索エンジンのクローラが完全に描画されたページを直接解析するため、seo","注意:","特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての","現在のところ、googl","経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、seo","自体に精通しており、且つ","開発上の制約。"],"basic.html":["\"hello\"","\"描画コンテキストオブジェクト\"(render","${html}","'hello',","'utf","(err)","(err,","(interpolation)","(req,","*.vue","//","1:","2:","3:","8')","=","=>","`","`)","`hello","`the","app","clientmanifest","console.log(html)","const","context","context,","createrenderer({","css","data:","err","error')","express","express:","hello","html","html)","index.template.html:","instal","is:","meta","meta:","new","node.j","npm","object)","render","renderer').createrenderer()","renderer.rendertostring(app,","rendertostr","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('intern","return","save","server","server.get('*',","server.listen(8080)","template:","throw","titl","title:","url","url:","visit","vue","vue({","vuex","world","world`","xss","yarn","{","{{","{{{","}","})","},","}}","}}`","}}}","このガイドでは","これはあなたのアプリケーションのマークアップが注入される場所です。","これをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。","さらに、テンプレートは次のような高度な機能をサポートしています:","でのみ使用できます。","でも大丈夫です。","で作られたサーバで使う場合はとても簡単です。例えば","と","になり、","にも対応しています。","に描画","のネイティブモジュールに依存しているため、node.j","のバージョンは6以上を使用することを推奨します","のバージョンは一致している必要があります","の状態を埋め込む際に","の第2引数として","の自動注入","は","を使って説明していきますが","を使用する際の、アセットリンクとリソースヒントの自動注入","を渡すことで展開データを提供することができます:","アプリのコンテンツを含む完全なページになります","アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な","アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。","インスタンスを","インスタンスを作成","インスタンスを描画","インストール","オブジェクトも","クライアントサイドハイドレーションのために","コメントに注目してみてください。","コンポーネントを使用する際の、重要な","サーバと連携する","ステップ","テンプレートの展開","テンプレートはシンプルな展開","ファイルを読み込み","ページシェルでラップする必要がありました。","ページタイトルは","ページテンプレートを使用する","メタタグが注入されます","ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。","レンダラに渡すことができます:","レンダラを作成","例","基本的な使い方","次のようなテンプレートであれば:","注意","私たちは将来的に他のjavascript","関連する概念については、後でこのガイドで紹介します。","防止の自動注入"],"universal.html":["\"サーバーサイドのバージョン\"","api","beforedestroy","beforemount","creat","destroy","direct","document","dom","http","mount","setinterv","ssr","かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。","がプラットフォームによって異なる場合は、プラットフォーム固有の実装を","これを回避するために、代わりに副作用コードを","したりすることができます。しかしながら、ssr","すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。","ではエラーが発生します。","でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから","と","といったブラウザ環境のグローバル変数を直接使用すると、node.j","な","などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。","において、例えば","にアクセスする","に移動してください。","のみが","の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axio","の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。","は、サーバーとクライアントの両方に同じ","は直接","へのアクセスは想定されていないので、window","ほとんどの","または","や","を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。","を提供する","を操作するため、ssr","を用意することで回避できます。","オプションを使用して、そのオプションの","カスタムディレクティブ","クライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます:","クライアントです。","コンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の","コンポーネントのライフサイクルフック","サードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる","サーバサイドの描画について、さらに見ていく前に、\"ユニバーサル\"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの","サーバーとクライアントでコードを共有するものの、タスクが使用する","サーバー上でのデータリアクティビテイ","ブラウザ","プラットフォーム固有の","ユニバーサル","ユニバーサルなコードを書く","ユニバーサルコードでは、プラットフォーム固有の","レベル(例えば、render","中にエラーが発生します。これを回避するには、2つの方法があります:","中に呼び出されます。つまり、","中に破棄フックは呼び出されないため、タイマーは永遠に残ります。","動的な更新がないので、ライフサイクルフックのうち、beforecr","実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを\"プリフェッチ\"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。","抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想","注意すべきもう一つは、beforecr","関数を使用すること)で実装することをお勧めします。"],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(err,","(req,","(root)","...","//","=","=>","`the","app","app.$mount('#app')","app.j","app.vu","bar.vu","baz.vu","client.j","client.js:","compon","const","context","context.url","createapp","createapp()","createapp(context)","data:","default","entri","export","file","foo.vu","function","h","h(app)","html)","id=\"app\"","import","is:","loader","module.export","new","node.j","node.jsで直接動作しません。","node.jsの最新バージョンはes2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。","render:","renderer.rendertostring(app,","req.url","require('./app')","require('vue')","res)","res.end(html)","return","runinnewcontext:","server.get('*',","server.j","server.js:","src","ssr","template:","true","url","url:","visit","vm","vue","vue({","webpack","webpackによるコード構造","{","{{","}","})","},","}}`","│","└──","├──","これは","これまでは、同じ","そして私たちのサーバーコードはこうなります:","そのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:","だからです。","でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい","で新しいインスタンスを作成し、ルート","と","によってビルドされ、","に直接マウントします。しかし、ssrの場合は責務はクライアント専用のエントリファイルに映されます。app.j","のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。","の機能にアクセスできます。","はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート","はシンプルに","を使用して","を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって","を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての","を有効にして","アプリケーションは","アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack","アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。","アプリケーションをバンドルする必要があります。実際、webpack","アプリケーションコードを書くことが可能になっています。","インスタンス","インスタンスから注入する必要があります。","インスタンスを作成し、dom","インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。","エラーを処理","クライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、","クライアントエントリは単にアプリケーションを作成しそれをdomにマウントします:","クライアント固有の初期化ロジック","コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。","コンポーネントを描画します","サーバでのみ実行されます","サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。","サーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。","シンプルなプロジェクトは以下のようになります:","ステートフルなシングルトンの回避","セットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack","ソースコードの構造","テンプレートのルート要素が","ビルドステップの紹介","ブラウザでのみ実行されます","リクエストごとに新しいルート","ルートインスタンスは単に","共通のエントリ","典型的な","同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、","同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。","固有の機能は","基本的な例としては、私たちは","従って基本的な考え方は","新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします","経由でcssをインポートなどの多くの","経由でのファイルのインポートやcss","関数をエクスポートします:"],"routing.html":["'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(err)","(err,","(err.cod","(req,","(route)","*","...","//","2の動的インポートをコード分割点として使用することへのサポート","404","404)","=","===","=>","[","]","app","app,","app.$mount('#app')","app.j","bundle.js')","client.j","code:","component:","const","context","createapp","createapp()","createapp(context).then(app","createrout","createrouter()","default","entri","error')","export","foo","found')","function","h","h(app)","html)","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","matchedcompon","mode:","new","path:","promise((resolve,","reject({","reject)","render:","renderer.rendertostring(app,","req.url","require('/path/to/built","res)","res.end(html)","res.status(404).end('pag","res.status(500).end('intern","resolve(app)","return","router","router'","router({","router,","router.getmatchedcomponents()","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes:","server","server.get('*',","server.j","tti","url","url:","vue","vue({","vue.use(router)","webpack","{","}","})","},","このように変えます","この目的のために公式の","これを...","そして","ただし、ルート","と組み合わせることも可能です。そのためにすべきことは以下です:","によるルーティング","にサーバー側のルーティングロジックを実装する必要があります:","に似ていますが、","は一致した非同期コンポーネントを自動的に解決するためです。","は非同期コンポーネントを最重要コンセプトとして提供しており、","を","を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。","を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。","を受け入れる","を更新します:","アプリケーションとルーターの両方を返します","アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!","アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。","アプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。","コード分割","コード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの","サーバーコードが任意の","サーバーサイドのルーターの場所を設定します","サーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:","ハンドラを使用していることに気付いたかもしれません。これにより訪れた","プロミスは描画できるようにアプリケーションインスタンスを解決するべきです","プロミスを返します","リクエストごとに新たなルーターインスタンスも必要となるため、","ルーターが非同期コンポーネントとフックを解決するまで待機します","ルーターをルートvueインスタンスに注入します","ルーターインスタンスを作成します","ルーティングとコード分割","レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、","一致するルートがない場合、404で拒否します","必要なことは、サーバーとクライアントの両方で","描画する前にすべての準備が整うまでサーバーが待機できるように","純粋なクライアントサイドの","関数をエクスポートします:","非同期のルートフックまたはコンポーネントが存在する可能性があるため、","非同期ルートコンポーネントを使用したルート設定の例:","(操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では\"必要なものだけを読み込む\"ということです。"],"data.html":["!==","\"状態コンテナ","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(data","(dif","(prevmatched[i]","(route)","(state","(state)","(state,","(to,","(window.__initial_state__)","({","...関係のないコードは除外します","//","0","2つの一致したリストに差分が表れるまで、コンポーネントを比較します","2つの方法のどちらを選ぶかは、究極的には異なる","2つの異なるアプローチがあります:","404","=","=>","`store/index.js`","`this.datapromise.then(...)`","`window.__initial_state__`","actions:","activ","app","app,","app.$mount('#app')","app.j","asyncdata","asyncdata()","asyncdata({","beforemount","beforerouteupd","c))","c.asyncdata({","client.j","code:","commit","commit('inc')","commit('setitem',","component.asyncdata({","computed:","const","container)\"","context","context.st","count:","createapp","createapp()","createrout","createrouter()","createstor","createstore()","default","destroy","dif","entri","export","fals","fetchitem","fetchitem(id).then(item","foocount","foostoremodul","foostoremodule)","from,","function","h","h(app)","html","i)","id","id)","id,","import","inc:","item","item)","item.titl","items:","match","matched.filter((c,","matchedcompon","mixin","mutations:","namespaced:","new","next()","next)","prevmatch","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","readi","reject({","reject)","render:","resolve(app)","return","rout","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.beforeresolve()","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","server.j","setitem","ssr","state","state.count++","state:","store","store)","store,","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.dispatch()","store.j","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","sync","sync'","sync(store,","templat","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","true,","user/1","user/2)","ux","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.store({","window.__initial__","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}","から","が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため","が返されます","このような用途として、公式の状態管理ライブラリである","この問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア","この方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。","この方法ではビューコンポーネントの","この方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で","この方法はクライアントサイド限定のグローバルな","この箇所がローディングインジケーターを発火させるべき箇所です","これら","して","すべてのプリフェッチのフックが解決されると、ストアには、","すべての非同期なコンポーネントが解決されるように","そうすれば(訳注:","そして","ではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?","で処理できます:","で実装できます:","という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:","として埋め込まれます","に","において","になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。","によってルートコンポーネントの非同期チャンクに移動されます。","によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。","にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:","にフェッチ処理を割り当てます","に付随させ、`template`","に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして","に基づく","に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。","のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば","の代わりにここでモジュールをインポートします","は自動的に最終的な","ふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。","へ変わったとき)には","また、実装の詳細は割愛します","まだ描画されていないコンポーネントにのみ関心を払うため、","もうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態","もしくは","もしローディングインジケーターがあるならば、","をしているとき、基本的にはアプリケーションの\"スナップショット\"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります。","を使います","を使うと","を使っています。では","を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが","を使用して、ルートコンポーネントの","を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。","を取得するコードを書いてみましょう:","を呼び出します","を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します","を更新します:","を用いて描画してしまい、ハイドレーションが失敗してしまいます。","を表示します","を返します","を返すユニバーサルなアプリケーションを想定しています","アクションから","アプリケーション、ルーター、ストアを公開します","アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します","アプリケーションを描画するために必要とされる状態が入っています。","オプションがレンダラに利用されると、","クライアントで重複してモジュールが登録されるのを避けて下さい","クライアントサイドではデータ取得について","クライアントサイドのデータ取得","サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます","サーバーサイドのデータ取得","ストアの状態から","ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:","ストアコードの分割","データが準備できた後に、コンポーネント内で","データのプリフェッチと状態","データストア","ファイルをつくって、そこに","フェッチする必要があるデータはアクセスしたルート","フックにこのモジュールを遅延登録することができます:","モジュールはルートコンポーネントの依存関係になっているので、webpack","モジュールを複数回インスタン化できます","ルーターとストアのインスタンスを作成します","ルートが複数回訪問されたときに、","ルートのナビゲーションの前にデータを解決する:","ルートの状態をストアの一部として利用できるよう同期します","ルートコンポーネントではカスタム静的関数","ルートコンポーネントの内部","ロジックとコンポーネントとの結び付き","ローディングインジケーターを停止させます","一致したルートコンポーネントすべての","一致するビューが描画された後にデータを取得する:","他のタスクを実行できるようにするため、promis","内に","大規模なアプリケーションでは、vuex","状態は自動的にシリアライズされ、html","状態は関数でなければならないため、","状態を","経由でデータがフェッチされたときにそれを知るために、promis","重要:","関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな","関数を実行することにより実装できます。重要なことは、このフックは初期ルートが","関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。"],"hydration.html":["(hydrate)\"とそれをインタラクティブに生成したいです。","//","app.$mount('#app')","app.vu","client.j","data","dom","entri","hi","html","id=\"app\"","render","server","vue","が、サーバで描画された","が追加されていないことに注意してください。id","この","これは、ルート要素に","という特別な属性は、クライアントサイドの","に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id=\"app\"","に、単に","において、以下の記述で私たちは簡単にアプリケーションをマウントします:","によって生成された仮想","に挿入します。しかし、vue","のテンプレート内に、以下のような記述をした場合です:","の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の","の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが","は、","はクラインアントサイドで生成された仮想","または","を","をもつ","を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの\"ハイドレート","を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な","を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。","を記述してください。","クライアントサイドでのハイドレーション","サーバがマークアップを描画後に、この処理を実行し、すべての","サーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:","サーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の","テンプレートを想定します","ハイドレーション時の注意","ブラウザは、自動で","他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。","開発モードでは、vue"],"bundle-renderer.html":["'once'","'sourc","(","(*.vue","(err,","(req,","(任意)","...","//","=","=>","api","bundle.js')","clientmanifest","const","context","createapp","createbundlerender","createbundlerenderer(serverbundle,","css","devtool:","fals","false,","html)","json","map'","render","renderer')","renderer.rendertostring(context,","req.url","requir","require('/path/to/built","require('vu","res)","res.end(html)","runinnewcontext","runinnewcontext:","server","server.get('*',","template,","url:","vue","webpack","{","}","})","が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。","これはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、node.j","という","によって直接使用されることを想定していました:","によるアセットの注入:","に設定することをお勧めします。詳細は","の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な","の設定オプションに","の評価","は、描画中に利用されるコンポーネントによって必要とされます。詳細は","はこの問題を解決するために、createbundlerender","はソースマップをネイティブサポートしていません。","または","を参照してください。","を指定)","を提供しています。また、webpack","インライン","オプションを","クライアントビルドマニフェスト","クリティカル","ハンドリングエラー","バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません","バンドルレンダラによってrendertostr","バンドルレンダラの紹介","バンドルレンダラの追加","ビルトインソースマップのサポート","ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。","ファイルを利用しているとき):","ページテンプレート","リファレンスを参照してください。","今、私たちのサーバーはvueアプリから切り離されています!","今までは、バンドルされたサーバサイドのコードが","内部のサーバ処理","推奨","根本的なサーバサイドレンダリングの問題","次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack","自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。","設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:","開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","(time","(例","(例:","*","*.sass)、","*.vue","*.vue,",".vue","/","//","/\\.css$/","1つの","2.3.0","3","7.6","8')","=",">","[","]","`vue","`グローバル`","async","babel","base","baseconfig","bundle.json","bundle.json')","bundle.json',","bundle.json`","client","client.js',","clientmanifest","const","context","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","contextkey:","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","css","css)","dep","devtool:","direct","entri","entry:","extern","externals')","externals:","extract","fals","falseで)使用することができます:","global","hackernew","html","http/2","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","infin","inject:","interactive)","javascript","json","librarytarget:","link","loader","loader`に指示する","manifest.json')","manifest.json`","map',","merg","merge')","merge(baseconfig,","minchunks:","module.export","name:","new","node","nodeextern","nodeexternals({","object)","output:","plugin","plugin')","plugins:","polyfil","prefetch","preload","render","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","runinnewcontext:","script","server","server.js',","serverbundl","shouldpreload","spliting)を利用するバンドルを描画する時に、最適なチャンクが","ssr","target:","templat","template,","text","true","tti","url","version","vue","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","webpack","webpack.optimize.commonschunkplugin({","whitelist:","window","window.__my_state__={...}","windowkey:","{","{{{","}","})","}),","},","}}}","あとで必要な非同期","から抽出された","が提供されたら、返ってきた文字列は","が改善します。","が放出した","が生成された後、ファイルパスを単純に","ここに例として、生の","このプラグインは、出力ディレクトリに","このメソッドは","このメソッドは、現在描画されているページに必要な","このメソッドはクライアントアプリケーションを起動するのに必要な","このメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは","この設定で、コード分割されたビルドのためにサーバ側で描画される","これで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。","これには2重の恩恵があります:","これにより、webpack","これにより、アプリ/ベンダーコードのキャッシングも改善される","これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される","これは、描画中に使われた","これはサーバービルドの出力全体を","されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに","それらも同じようにホワイトリストに加えなければいけません。","つのファイル(base、client、server)に分けることを提案しています。bas","でインポートされた","で処理する必要がある依存関係を外部化しない","と","に","によって処理されないといけないからです。","に依存する他のタイプのファイルをインポートしているなら、","に渡された","に渡されるサーババンドルを生成するために作られるもので、次のようになります:","に渡します:","に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして","に適した方法で動的なインポートを処理でき、","の","のような","のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の","のオンデマンドコード分割機能(code","のステートキーと","のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。","の代替になります。","の注意","の管理の章を見てください。","の設定を見てみてください。","は","はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。","はこのようになります(すべて自動でインジェクトされます):","または","もし","もし同じように","もホワイトリストに登録する必要がある","や","や、file","をシリアライズし、window.__initial_state__","を使って、base","を使って挿入されるので、これらのメソッドをテンプレート内で(inject:","を使用する場合、例えば","を全く使っていないのなら、自分自身で文字列を結合することができます。","を含んだ","を変更する","を注入する","を渡せば、手動でアセットインジェクションを行うことができます。","を生成する","を示す必要があります。またそれとは別に、commonschunkplugin","アプリケーションの依存関係を外部化する","アプリケーションサーバのエントリファイルへのエントリポイント","オブジェクトは","オブジェクトを持っているからです。node","オプションによってさらにカスタマイズが可能です。","オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる","クライアントサイドで完結するプロジェクトの","クライアントマニフェストを利用するためには、client","コンポーネントから集めた全てのクリティカル","コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう","コールバックで、次のメソッドを持ちます:","サーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側とクライアント側の両方のビルド情報を持つことになり、","サーバプッシュをプログラムで行うときに使えるでしょう。","スタイルのエクスポートを使用するようにサーバーバンドルに指示する","ステートとして埋め込まれたインラインスクリプトを返します。","タグも含みます。(例:","タグを挿入することができます。そのようにして","タグを自動的に挿入することができます。","タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。","タグを返します。詳細は","チャンクをプリフェッチする","デフォルトのファイル名は","デフォルト設定で、アセットインジェクションはあなたが作成した","デフォルト設定ではこのようになります:","バンドルレンダラーのソースマップのサポート","ビルド設定","ファイルに変換するプラグイン。","ファイルの","ファイルのようなファイルタイプを追加できる","ファイルのプリロードは","ファイルを","ファイルをプリロードする","プロジェクトにおいても大枠は似たようなものですが、設定ファイルを","ページに必要な","ポリフィル)","ランタイムを先頭のチャンクに分割して、","リソースヒントを返します。","両方の環境に共有される設定を含み、server","他の描画オプション...","以降を使っていればサーバに","以降必須","使っていたら、それが","別の方法として、バンドルをオブジェクトとして","必須","手動でのアセットインジェクション","描画された","描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に","渡した","生成されたファイル名にハッシュがある時に、正しい","直後に非同期チャンクを挿入できるようにする","設定","設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。","設定と","設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに","設定は","設定はこのようになります:","設定は出力パス、エイリアス、ローダーのような、client","設定は単純に、webpack","設定は既に知っての通りでしょう。ssr","設定を拡張することができるものです。","重要:"],"css.html":["!/\\.css$/.test(module.request)","&","&&","'common.[chunkhash].css'","'css","'foo.css'","'manifest'","'production'","'vendor',","'vue","(","(module)",")","*.vue","+","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)",":","=","===","?","[","['vue","[]","[new","]","bundlerender","commonschunkplugin","const","css","css抽出","dep","extract","extractcss","extractcss:","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fallback:","filename:","function","import","isproduct","javascript","javascriptからcssをインポートしたいならば、適切な","loader","loader'","loader',","loader']","loader:","loader>=12.0.0","minchunks:","module.export","module:","name:","new","node_modul","npm","options:","plugin","plugin')","plugins:","postcss","process.env.node_env","require('extract","return","rules:","style","templat","test:","text","use:","vue","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","{","}","})","}),","})]","},","。これは、ファイルが個々にキャッシュされることをゆるしています。共通するcssがたくさんある場合にこの方法をおすすめします。","。クライアント上で、コンポーネントが初めて使用されたとき、vue","から","があれば、extract","が必要","この設定は","さらに重要なことは、vue","でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された","で自動注入されます","によって内部的に使われている","によって扱われます。","に問題が発生します。この問題を解決するためには、ベンダーのチャンクに","の","のように","の中で","の代わりに","の抽出","の文字列としてインライン化されたままになり、vue","の管理","の設定が必要です:","の設定例です:","は","はhtmlに集められてインライン化されます","はサーバーによる描画のためのいくつかの特別な機能を持っています:","は既にそのコンポーネントにサーバーインラインcssがあるかチェックします。もし存在しない場合、そのcssは動的に","もし","を","をインポートするときに気を付けることがいくつかあります:","をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です","を使うことができます。","を使うことです。これは以下を提供します:","を使ってメインチャンクのcssを個別のcssに抽出することをサポートします","を使用した時の自動的なcss評価","を使用します","を抽出するために、vue","を活用する機能","を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである","オプションを使います","オプションを使用していれば自動で扱われます","クライアントとサーバーのためのユニバーサル変換処理の体験","コンポーネントにインポートするために","サーバーによる描画を使用するなら、コンポーネントの","サーバービルドで外部化しないでください。","タグ経由で注入されます。","ファイルのスタイルのみに適用されますが、外部","ファイルの場合、抽出しない","ファイルを含めないでください。クライアント側の","プラグインを追加してください!","プリプロセッサや","マニフェストを抽出する","モジュールはベンダーチャンクに抽出されます...","ランタイム","リクエストが","上記の設定は","依存で","依存関係からのスタイルのインポート","共通する","内部な場合","抽出の有効化","抽出は、開発中ではホットリロードされるように、","抽出を有効にする","本番環境でのみ有効にする必要があります","重要:","開発時のホットリロード","関連するコンポーネントのスコープ付き","非同期コンポーネントの"],"head.html":["$option","'function'","'server'","()","(head)","(interpolate)","(root)","(route)","(title)","(vm)","({","...","//",":","=","===",">=2.3.2","?","[titlemixin],","`title`","asyncdata","clienttitlemixin","computed:","const","context","creat","default","document.titl","doubl","export","function","gettitl","gettitle(this)","item","item.vu","mixin","mixin.j","mixins:","mount","mustache(html","process.env.vue_env","return","rout","route.params.id)","servertitlemixin","ssr","store,","store.dispatch('fetchitem',","templat","this.$root.$options.ssrcontext.titl","this.$store.state.items[this.$route.params.id]","this.item.titl","titl","title.call(vm)","typeof","vm.$option","vue_env","webpack.defineplugin","xss","{","{{","}","})","},","}}","このようにすれば、ルート","これには文字列または関数を入れることができます","そしてタイトルは","できるという考えです。","では、this.$ssrcontext","としてコンポーネントにおいて","によって手動で","に公開する必要があります。子は、this.$root.$options.ssrcontext","に動的にデータを付随させ、そして","の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画","は","を介してそれにアクセスすることができます。","を使って注入できます","を利用することができます。","を包括的にヘッドを管理するユーティリティに容易に拡張できます。","を書くことができます:","アセットの挿入と同様に、ヘッド","インスタンスの","エスケープした展開)を使うこと。","オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。","オプションを提供し、","コンテキストに直接アクセスできます。古いバージョンでは、createapp()","コンテキストを渡して注入し、ルート","コンポーネントはシンプルに","コンポーネントはドキュメントのタイトルを制御するために","タイトルを管理する単純な","バージョン","ヘッドの管理","メモ:","内でバンドルレンダラに渡されます:","内にデータを展開","同様のやり方で、この","描画中にタイトルをセットするコンポーネントがない場合に備えて、context","攻撃を防ぐために"],"caching.html":["\"name\"","'::'","'item',","(cacheable)","(h)","(hit)","(req,","+","...","//","100,","1000","10000,","=","=>","['item'],","cach","cache')","cache:","cacheabl","const","context","createrenderer({","default","dom","export","getcachekey","h('div',","hit","html)","iscach","iscacheable(req)","lru","lru({","max:","maxage:","microcach","microcache.get(req.url)","microcache.set(req.url,","name:","nginx","node.j","prop","props.item.id","props.item.id,","props.item.last_upd","props:","render","renderer.rendertostring((err,","req","requir","require('lru","res)","res.end(hit)","res.end(html)","return","server","server.get('*',","servercachekey","servercachekey:","ssr","this.item.id)","v","vue","{","}","})","いつコンポーネントキャッシュを使うか","から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に","これは通常","これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のidと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:","したがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。","つまり、次の場合にコンポーネントをキャッシュしないでください。","で実装することも可能です:","という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。","には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は","によって決定される場合、上記は良い実装でしょう。しかしながら、同じidを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、","に副作用をもたらす子コンポーネントがあります。","の","のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。","の実装を修正する必要があります。","は非常に高速ですが、コンポーネントインスタンスや仮想","ほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一urlが常にすべてのユーザに対して同じコンテンツを描画する場合)、","ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな","を渡すことです:","オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。","キャッシュ","キャッシュ可能なコンポーネントは","グローバルな状態に依存する子コンポーネントがあります。","コンテンツの登録内容は1秒後に期限切れになります","コンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。","コンポーネントレベルでのキャッシュ","ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。","ページレベルでのキャッシュ","マイクロキャッシング","ユーザー固有でないページのみがキャッシュ可能です","リクエストがユーザー固有のものかどうかチェックするロジックを実装します","リストで繰り返されるコンポーネントです。","レイヤーで行われますが、","一意の","他の変数を考慮して","定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。","描画","描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。","次に","重要:","関数を実装してコンポーネントをキャッシュすることが出来ます:"],"streaming.html":["''","()","+=","...","//","=","=>","console.log(html)","const","css","data","data.tostring()","dom","err","html","node.j","render","renderer.rendertostream(context)","server","stream","stream.on('data',","stream.on('end',","stream.on('error',","vue","{","})","しかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の","したがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません。","です:","など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。","の代わりにrendertostreamを使用するだけです:","の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル","は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。rendertostr","エラーを処理","ストリーミング","ストリーミングに関する注意事項","ストリームによる描画モードでは、レンダラが仮想","ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。","完全に描画","返り値は"],"non-node.html":["\"development\"","\"production\"","\"server\"","\"server\",","$v8","'hello'","(err,","//","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","app.j","code0}","data:","env:","executestring('var","global","msg","msg:","nashorn","nashornでは、java","new","node.j","node_env:","oracl","php","print(res)","process","process.env.node_env","process.env.vue_env","process:","promise{/","render","renderer/basic.j","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","server","settimeout","template:","this.glob","v8j","var","vm","vue","vue({","vue_env:","{","{code6}\"production\"{/code6}","}","})","};');","}};","}}`,","での使用例:","と","どちらの環境に対して、それは","に","によってエクスポーズ","のにおいて、環境にはほとんど影響されない、","のような別のjavascript","のネイティブタイマーを使用して、","のビルドを出荷しました。これにより、上記の環境で使用できるようになります。","のポリフィルを提供する必要があります。","の標準ビルドは","または","や","を設定し、そして","を設定します。","オブジェクトをモックすることによって最初に環境を準備する必要があり、","環境では使用できなくなります。2.5","環境における使用","環境を想定していますが、これは、php","非"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'","'once'を使用することが推奨されます。","'script'","'style')","('once'","(.j","(2.3.1","(err,","(file,","(key,","(key:","(object)","(string)","(type","(vnode,","(例:","(自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの","(非推奨)。","+","...",".json)への絶対パス。ファイルパスとして扱われるために","/","//","/\\.woff2$/.test(file)","10000","2","2.2.0","2.3.0","2.3.0以上","2.3.1","2.5.0","=","===","=>","?promis","api","basedir","boolean","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","cach","cache')","cache:","callback","callback]):","cb(res)","cb)","cb?:","client","clientmanifest","clientmanifest,","const","context,","context.head:","context.state:","context.styles:","context]):","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","css","destin","direct","directivemeta)","directives:","error","exampl","fals","file","filename:","function)","get:","global","has?:","head","html","https://fetch.spec.whatwg.org/#concept","inject","inject:","javascript","json","link","loader","lru","lru({","manifest.json","max:","mustach","new","node.j","node_modul","npm","option","options])","plugin","plugin')","redi","redisclient.get(key,","redisclient.set(key,","render","rendercach","renderer')","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","request","require('lru","require('vu","res)","return","runinnewcontext","runinnewcontext:","server","serverbundl","set","set:","shouldprefetch","shouldpreload","shouldpreload:","show","ssr","stream.read","string","string)","string,","style","templat","template,","true","type","type)","v8","val)","val:","vnode","void;","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex","webpack","window.__initial_state__","woff2","{","|","||","}","})","},","};","が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。","が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期","ここでは、インストール済み外部","このオプションは、下位互換のためデフォルトは","このモードでは、","された","です。","です。しかし、可能ならば常に","では、このオプションは","で開始されなければなりません。","と","としてページ内にインライン展開されるべき","と同様の関数シグネチャを必要とします。","どのファイルが","どのファイルに","なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。","には次のいずれか1つを指定できます:","によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、html","によって生成されたバンドルオブジェクト。","に挿入されるべき任意のインライン","に挿入されるべき任意のマークアップを文字列で指定します。","に描画されるのを解決するプロミスを返します。","に描画します。より詳細については、ストリーミング","に解決するプロミスを返します。","のみが必要です。","のような流れになります:","のインスタンスにはなりません。","のコーディングスタイルである関数を指定します。","のサーバサイド実装はこちら","のストアの初期状態を指定します。このインライン","の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。","の場合は、バンドルコードはサーバープロセスと同じ","の実装を提供します。","の描画ごとに未使用の","の読み取り可能なストリーム","の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は","の項目を参照してください。","は、もし第","は、第1引数にエラー内容、","はファイル拡張子に基づいて推論されます","は自動でクロスサイトスプリクティングを防ぐ","へサニタイズされます。","または","または、runinnewcontext:","も渡された場合、テンプレートは自動で以下を挿入します。","も渡すことで、すべての自動挿入を無効にすることができます。","より詳しい情報は、","をテンプレートには含むべきです。","を使用したキャッシュの利用を可能にします。","を使用する場合、このプロパティは自動で追加されることに注意してください。","を参照してください。","を変換する","を変更するコードには注意してください。","を変更する依存関係を外部化することはできません;","を実装すべき点に注意してください。加えて、get","を文字列で指定します。もし","を用いて","を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文","アセット","インスタンスを","インスタンスを文字列として描画します。context","インスタンスを生成します。","エスケープされたhtmlを補間する","エスケープしない生のhtmlを補間する","オブジェクトの指定は、任意です。callback","オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:","オプションを使用することで、プリロードすべきものを正確に制御できます。","キャッシュオブジェクトは、少なくても","キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):","クライアントサイドプラグインのための","クライアントマニフェストの生成","クライアント使用する場合:","クラス:","コンテキストで実行されるので、アプリケーションコード内で","コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの","コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。","コンポーネントのために","コンポーネントキャッシュ","コードの文字列","サーバサイドプラグインのための","サーババンドルと任意の引数","サーババンドルの紹介","サーババンドルを文字列として描画します。context","シリアライズされた","ストリーミングを参照してください。","ソースコードの構造","テンプレートは、次の構文を使用した簡単な補間もサポートします。","テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は","ディレクティブのバインディングメタデータに基づいて","デフォルトでは、bundlerender","デフォルトでは、javascript","デフォルトで生成されるファイルは以下のものです:","バンドルを","バンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの","ビルド設定","ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。","フォントのプリロードのみ","プラグイン","プラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:","プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:","プリロードすべきものはアプリケーションの実装依存になるでしょう。","ページテンプレートの使用","ページ全体の","ページ内の","ポリフィル)","メソッド内でのみ使用可能","リソースヒント","リソースヒントが生成されるべきかを制御する関数。","リファレンス","レンダラに","レンダラオプション","代表的な使用方法は、次の","以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:","以降","以降)の場合は、バンドルは別々の","以降でのみサポートされる)","以降においては、コールバックはオプションです。コールバックなしで渡されるとき、html","以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された","以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。","任意のエラーがあれば処理","任意の引数","使用時に、自動挿入を行うかどうかを制御します。デフォルトは","例)以下のような","例として、v","依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ","加えて、clientmanifest","参照:","参考:","参考:手動によるアセットインジェクション","多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、","引数","引数に","手動によるアセットインジェクション","描画済みのページに対する最適な","構文(三重中括弧)の使用","構文(二重中括弧)の使用","標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは","次のように","次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。","生成されたバンドルファイル","生成済みのリソースヒント持つべきか制御するための関数を指定します。","画像やフォントのようなその他のアセット種別を指定した際、","第2引数に描画された文字列を受け取る、典型的な","要求事項:","重要な画像のプリロードのみ"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"초":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"つ":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"2":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"2":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"docs":{}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.007874015748031496},"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"버":{"docs":{},"전":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"以":{"docs":{},"上":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"1":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"버":{"docs":{},"전":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"2":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"+":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"docs":{}}},"5":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"0":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.007874015748031496}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0024916943521594683},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"没":{"docs":{},"有":{"docs":{},"传":{"docs":{},"入":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"の":{"docs":{},"動":{"docs":{},"的":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"へ":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"つ":{"docs":{},"の":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"た":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"差":{"docs":{},"分":{"docs":{},"が":{"docs":{},"表":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"比":{"docs":{},"較":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"の":{"docs":{},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"を":{"docs":{},"選":{"docs":{},"ぶ":{"docs":{},"か":{"docs":{},"は":{"docs":{},"、":{"docs":{},"究":{"docs":{},"極":{"docs":{},"的":{"docs":{},"に":{"docs":{},"は":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"3":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"0":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}},"docs":{}},"docs":{}},"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"7":{"docs":{},".":{"6":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"+":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"같":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"범":{"docs":{},"용":{"docs":{},"적":{"docs":{},"\"":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"미":{"docs":{},"리":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"서":{"docs":{},"버":{"docs":{},"용":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"유":{"docs":{},"니":{"docs":{},"버":{"docs":{},"설":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"필":{"docs":{},"요":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"수":{"docs":{},"화":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}},"첫":{"docs":{},"번":{"docs":{},"째":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"描":{"docs":{},"画":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"\"":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}},"状":{"docs":{},"態":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ナ":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.015151515151515152},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.016877637130801686},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"d":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0196078431372549},"data.html":{"ref":"data.html","tf":0.011986301369863013},"head.html":{"ref":"head.html","tf":0.023952095808383235},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"d":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"./":{"ref":"./","tf":0.001282051282051282}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.017964071856287425}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.008561643835616438},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"하":{"docs":{},"여":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"と":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"ラ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"に":{"docs":{},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},")":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"«":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"н":{"docs":{},"а":{"docs":{},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}},"о":{"docs":{},"п":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"р":{"docs":{},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"т":{"docs":{},"ё":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"а":{"docs":{},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"예":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"빌":{"docs":{},"드":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"속":{"docs":{},"성":{"docs":{},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"업":{"docs":{},"데":{"docs":{},"이":{"docs":{},"트":{"docs":{},"된":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"`":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{},"`":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"권":{"docs":{},"장":{"docs":{},"하":{"docs":{},"지":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"비":{"docs":{},"동":{"docs":{},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"た":{"docs":{},"と":{"docs":{},"え":{"docs":{},"ば":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}},"事":{"docs":{},"前":{"docs":{},"描":{"docs":{},"画":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"オ":{"docs":{},"ス":{"docs":{},"ス":{"docs":{},"メ":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"任":{"docs":{},"意":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806}}}}},"例":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"受":{"docs":{},"信":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"含":{"docs":{},"ん":{"docs":{},"だ":{"docs":{},")":{"docs":{},"描":{"docs":{},"画":{"docs":{},"対":{"docs":{},"象":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"非":{"docs":{},"推":{"docs":{},"奨":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.029535864978902954},"structure.html":{"ref":"structure.html","tf":0.032520325203252036},"routing.html":{"ref":"routing.html","tf":0.06209150326797386},"data.html":{"ref":"data.html","tf":0.06335616438356165},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.06140350877192982},"build-config.html":{"ref":"build-config.html","tf":0.050997782705099776},"css.html":{"ref":"css.html","tf":0.06439393939393939},"head.html":{"ref":"head.html","tf":0.029940119760479042},"caching.html":{"ref":"caching.html","tf":0.02564102564102564},"streaming.html":{"ref":"streaming.html","tf":0.0392156862745098},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.011811023622047244}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"d":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"」":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"f":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004}},")":{"docs":{},"它":{"docs":{},"们":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"è":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.032520325203252036},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.005136986301369863}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"파":{"docs":{},"일":{"docs":{},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},")":{"docs":{},"中":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"会":{"docs":{},"在":{"docs":{},"他":{"docs":{},"们":{"docs":{},"各":{"docs":{},"自":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"希":{"docs":{},"望":{"docs":{},"如":{"docs":{},"此":{"docs":{},":":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"应":{"docs":{},"该":{"docs":{},"都":{"docs":{},"是":{"docs":{},"全":{"docs":{},"新":{"docs":{},"的":{"docs":{},"、":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"造":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.08974358974358974},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"api.html":{"ref":"api.html","tf":5.003937007874016}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},")":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"像":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"方":{"docs":{},"式":{"docs":{},"是":{"docs":{},",":{"docs":{},"在":{"docs":{},"「":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"(":{"docs":{},"请":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"此":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"r":{"docs":{},"è":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"会":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"无":{"docs":{},"法":{"docs":{},"访":{"docs":{},"问":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"调":{"docs":{},"用":{"docs":{},"这":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"然":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"u":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},")":{"docs":{},",":{"docs":{},"但":{"docs":{},"现":{"docs":{},"在":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"有":{"docs":{},"了":{"docs":{},"这":{"docs":{},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},",":{"docs":{},"以":{"docs":{},"下":{"docs":{},"就":{"docs":{},"是":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"ê":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.012716763005780347},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.006912442396313},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.005280528052805281}}}}}}}},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004276114844227245},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"c":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}}},"z":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"s":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"q":{"docs":{},"u":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"q":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.00228310502283105},"basic.html":{"ref":"basic.html","tf":3.3351032448377578},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},")":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"相":{"docs":{},"当":{"docs":{},"。":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}},"n":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"data.html":{"ref":"data.html","tf":0.003424657534246575}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"g":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.005988023952095809},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003937007874015748},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"」":{"docs":{},"会":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"混":{"docs":{},"合":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"用":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"而":{"docs":{},"「":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}},"不":{"docs":{},"能":{"docs":{},"被":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},")":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"。":{"docs":{},"它":{"docs":{},"应":{"docs":{},"该":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"信":{"docs":{},"息":{"docs":{},"假":{"docs":{},"定":{"docs":{},"版":{"docs":{},"本":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"这":{"docs":{},"具":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"好":{"docs":{},"处":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"l":{"docs":{},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.003937007874015748},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.003937007874015748}},"일":{"docs":{},"반":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},"。":{"docs":{},"要":{"docs":{},"启":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}},"이":{"docs":{},"라":{"docs":{},"고":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.001968503937007874}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"u":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":3.3456790123456788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.013303769401330377},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"build-config.html":{"ref":"build-config.html","tf":0.015521064301552107},"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"中":{"docs":{},",":{"docs":{},"也":{"docs":{},"将":{"docs":{},"包":{"docs":{},"含":{"docs":{},"着":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"0":{"docs":{},"}":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":2.516366612111293},"structure.html":{"ref":"structure.html","tf":3.348362235067437},"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.010384850335980453},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.023778071334214},"streaming.html":{"ref":"streaming.html","tf":0.008}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"è":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"c":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"仅":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"é":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0379746835443038},"structure.html":{"ref":"structure.html","tf":0.028455284552845527},"routing.html":{"ref":"routing.html","tf":0.026143790849673203},"data.html":{"ref":"data.html","tf":0.018835616438356163},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.03508771929824561},"build-config.html":{"ref":"build-config.html","tf":0.03325942350332594},"css.html":{"ref":"css.html","tf":0.007575757575757576},"head.html":{"ref":"head.html","tf":0.029940119760479042},"caching.html":{"ref":"caching.html","tf":0.038461538461538464},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"api.html":{"ref":"api.html","tf":0.023622047244094488}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"与":{"docs":{},"转":{"docs":{},"化":{"docs":{},"率":{"docs":{},"直":{"docs":{},"接":{"docs":{},"相":{"docs":{},"关":{"docs":{},"」":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"重":{"docs":{},"要":{"docs":{},"程":{"docs":{},"度":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"正":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"部":{"docs":{},"仪":{"docs":{},"表":{"docs":{},"盘":{"docs":{},",":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"时":{"docs":{},"的":{"docs":{},"额":{"docs":{},"外":{"docs":{},"几":{"docs":{},"百":{"docs":{},"毫":{"docs":{},"秒":{"docs":{},"并":{"docs":{},"不":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"去":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"将":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"小":{"docs":{},"题":{"docs":{},"大":{"docs":{},"作":{"docs":{},"之":{"docs":{},"举":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"要":{"docs":{},"求":{"docs":{},"是":{"docs":{},"绝":{"docs":{},"对":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{},"指":{"docs":{},"标":{"docs":{},",":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"可":{"docs":{},"以":{"docs":{},"帮":{"docs":{},"助":{"docs":{},"你":{"docs":{},"实":{"docs":{},"现":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"性":{"docs":{},"能":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"对":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"网":{"docs":{},"络":{"docs":{},"情":{"docs":{},"况":{"docs":{},"或":{"docs":{},"运":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"设":{"docs":{},"备":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"head.html":{"ref":"head.html","tf":0.011976047904191617},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.006600660066006601},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},":":{"docs":{},"(":{"docs":{},"对":{"docs":{},"象":{"docs":{},")":{"docs":{},"初":{"docs":{},"始":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"内":{"docs":{},"联":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"将":{"docs":{},"会":{"docs":{},"被":{"docs":{},"作":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"中":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"。":{"docs":{},"在":{"docs":{},"旧":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"必":{"docs":{},"须":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{},"其":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},",":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"将":{"docs":{},"不":{"docs":{},"可":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"大":{"docs":{},"量":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"存":{"docs":{},"在":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"定":{"docs":{},"属":{"docs":{},"性":{"docs":{},"时":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"值":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"只":{"docs":{},"在":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},"取":{"docs":{},"值":{"docs":{},"一":{"docs":{},"次":{"docs":{},"。":{"docs":{},"这":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"定":{"docs":{},"程":{"docs":{},"度":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"能":{"docs":{},"够":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"进":{"docs":{},"行":{"docs":{},"基":{"docs":{},"本":{"docs":{},"插":{"docs":{},"值":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"객":{"docs":{},"체":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"ô":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"中":{"docs":{},"。":{"docs":{},"首":{"docs":{},"先":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"之":{"docs":{},"前":{"docs":{},"预":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"并":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"填":{"docs":{},"充":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"é":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"包":{"docs":{},"需":{"docs":{},"要":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{},"入":{"docs":{},"口":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"两":{"docs":{},"个":{"docs":{},"环":{"docs":{},"境":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"输":{"docs":{},"出":{"docs":{},"路":{"docs":{},"径":{"docs":{},"(":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"和":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"显":{"docs":{},"然":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"把":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"将":{"docs":{},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":3.345436207766011},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.004392386530014641}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},")":{"docs":{},"中":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"驱":{"docs":{},"动":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},":":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"唯":{"docs":{},"一":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.007874015748031496}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.028455284552845527},"routing.html":{"ref":"routing.html","tf":0.016339869281045753},"data.html":{"ref":"data.html","tf":0.003424657534246575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"需":{"docs":{},"要":{"docs":{},"给":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.013303769401330377},"api.html":{"ref":"api.html","tf":0.005905511811023622}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"。":{"docs":{},"这":{"docs":{},"对":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"的":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"是":{"docs":{},"很":{"docs":{},"有":{"docs":{},"用":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02631578947368421},"build-config.html":{"ref":"build-config.html","tf":0.017738359201773836},"css.html":{"ref":"css.html","tf":5.056818181818182},"api.html":{"ref":"api.html","tf":0.007874015748031496},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.001141552511415525},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},")":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"标":{"docs":{},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},"出":{"docs":{},"现":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"必":{"docs":{},"须":{"docs":{},"等":{"docs":{},"待":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"开":{"docs":{},"始":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"가":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"或":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"此":{"docs":{},"属":{"docs":{},"性":{"docs":{},"会":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"自":{"docs":{},"动":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"次":{"docs":{},"使":{"docs":{},"用":{"docs":{},"该":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"섹":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"파":{"docs":{},"일":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"抽":{"docs":{},"出":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"r":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"u":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.013513513513513514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},",":{"docs":{},"并":{"docs":{},"开":{"docs":{},"始":{"docs":{},"更":{"docs":{},"快":{"docs":{},"地":{"docs":{},"将":{"docs":{},"其":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375}}},",":{"docs":{},"之":{"docs":{},"后":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"用":{"docs":{},"于":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"universal.html":{"ref":"universal.html","tf":0.019639934533551555},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.00855222968845449},"hydration.html":{"ref":"hydration.html","tf":3.354938271604938},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.012}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.014729950900163666},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":1.4628571428571426},"api.html":{"ref":"api.html","tf":0.011221122112211221}}}},"e":{"docs":{"./":{"ref":"./","tf":0.06293706293706294},"basic.html":{"ref":"basic.html","tf":3.4147492625368727},"universal.html":{"ref":"universal.html","tf":0.06546644844517185},"structure.html":{"ref":"structure.html","tf":3.381888246628131},"routing.html":{"ref":"routing.html","tf":0.04685212298682284},"data.html":{"ref":"data.html","tf":2.048869883934026},"hydration.html":{"ref":"hydration.html","tf":0.030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.064516129032258},"build-config.html":{"ref":"build-config.html","tf":3.379475542107917},"css.html":{"ref":"css.html","tf":3.3825136612021853},"head.html":{"ref":"head.html","tf":3.3790650406504064},"caching.html":{"ref":"caching.html","tf":0.06472919418758256},"streaming.html":{"ref":"streaming.html","tf":0.08},"non-node.html":{"ref":"non-node.html","tf":1.4571428571428569},"api.html":{"ref":"api.html","tf":3.4105610561056103}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.00684931506849315},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"./":{"ref":"./","tf":0.006289308176100629}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.01282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"옵":{"docs":{},"션":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"hydration.html":{"ref":"hydration.html","tf":0.09259259259259259},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"责":{"docs":{},"任":{"docs":{},"转":{"docs":{},"移":{"docs":{},"到":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"导":{"docs":{},"致":{"docs":{},"错":{"docs":{},"误":{"docs":{},"。":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"法":{"docs":{},"可":{"docs":{},"以":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"구":{"docs":{},"조":{"docs":{},"와":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"n":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":2.018937080024435},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.016},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.008849557522123894},"universal.html":{"ref":"universal.html","tf":2.5147299509001635},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"p":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"r":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"«":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"è":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"ê":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"é":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"d":{"docs":{},"i":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"j":{"docs":{},"à":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"y":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0161290322580645},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"û":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"ê":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.018032786885245903},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":3.369000440334654},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015841584158415842}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"non-node.html":{"ref":"non-node.html","tf":1.4514285714285713}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.337333333333333}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.00684931506849315},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"(":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"中":{"docs":{},"实":{"docs":{},"现":{"docs":{},"过":{"docs":{},"了":{"docs":{},",":{"docs":{},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"新":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"」":{"docs":{},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}},"파":{"docs":{},"일":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"è":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"ê":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":3.3394308943089426}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016983016983016984},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00916310323762981},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.01639344262295082},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015181518151815182}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.01098901098901099},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.016366612111292964},"structure.html":{"ref":"structure.html","tf":0.017341040462427744},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":2.0122174709835066},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.006557377049180328},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.008580858085808581}},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"와":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.010273972602739725},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"옵":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"i":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},")":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.007874015748031496},"./":{"ref":"./","tf":0.006289308176100629}},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},"。":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"继":{"docs":{},"续":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"迁":{"docs":{},"移":{"docs":{},"到":{"docs":{},"新":{"docs":{},"的":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"で":{"docs":{},")":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},")":{"docs":{},"处":{"docs":{},"理":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"(":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"\"":{"docs":{},"옵":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"已":{"docs":{},"有":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01588502269288956},"css.html":{"ref":"css.html","tf":0.011475409836065573},"api.html":{"ref":"api.html","tf":0.008580858085808581}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"o":{"docs":{},"u":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"u":{"docs":{},"x":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.357333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.006097560975609756},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.00819672131147541},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.003424657534246575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"구":{"docs":{},"현":{"docs":{},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":3.336612021857923},"head.html":{"ref":"head.html","tf":3.3455284552845526}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"e":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006993006993006993}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.00984251968503937}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"必":{"docs":{},"须":{"docs":{},"被":{"docs":{},"打":{"docs":{},"包":{"docs":{},"进":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"예":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{},"控":{"docs":{},"制":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"你":{"docs":{},"根":{"docs":{},"本":{"docs":{},"不":{"docs":{},"使":{"docs":{},"用":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"â":{"docs":{},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"é":{"docs":{},"n":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.01255230125523},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.003937007874015748}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},")":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"会":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"streaming.html":{"ref":"streaming.html","tf":0.012},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},";":{"docs":{},"一":{"docs":{},"些":{"docs":{},"外":{"docs":{},"部":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"库":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.018867924528301886},"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"api.html":{"ref":"api.html","tf":0.003937007874015748},"head.html":{"ref":"head.html","tf":0.005988023952095809}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.016877637130801686},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"其":{"docs":{},"变":{"docs":{},"为":{"docs":{},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"我":{"docs":{},"们":{"docs":{},"显":{"docs":{},"然":{"docs":{},"无":{"docs":{},"需":{"docs":{},"将":{"docs":{},"其":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"再":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"使":{"docs":{},"他":{"docs":{},"们":{"docs":{},"成":{"docs":{},"为":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"(":{"docs":{},"能":{"docs":{},"够":{"docs":{},"响":{"docs":{},"应":{"docs":{},"后":{"docs":{},"续":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"变":{"docs":{},"化":{"docs":{},")":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.342592592592592},"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"时":{"docs":{},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"及":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.032679738562091505},"data.html":{"ref":"data.html","tf":0.017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.001141552511415525},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},")":{"docs":{},"。":{"docs":{},"典":{"docs":{},"型":{"docs":{},"做":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"i":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{},"就":{"docs":{},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}},"é":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"n":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"é":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"里":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"对":{"docs":{},"初":{"docs":{},"始":{"docs":{},"首":{"docs":{},"屏":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"\"":{"docs":{},"只":{"docs":{},"加":{"docs":{},"载":{"docs":{},"所":{"docs":{},"需":{"docs":{},"\"":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.001639344262295082},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"r":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"t":{"docs":{"./":{"ref":"./","tf":10},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0023041474654377}}}},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},"l":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"或":{"docs":{},"内":{"docs":{},"联":{"docs":{},"关":{"docs":{},"键":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"(":{"docs":{},"如":{"docs":{},"头":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.008561643835616438},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.015151515151515152}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"f":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.005136986301369863}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"é":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},",":{"docs":{},"再":{"docs":{},"加":{"docs":{},"上":{"docs":{},"最":{"docs":{},"后":{"docs":{},"更":{"docs":{},"新":{"docs":{},"的":{"docs":{},"时":{"docs":{},"间":{"docs":{},"戳":{"docs":{},",":{"docs":{},"来":{"docs":{},"生":{"docs":{},"成":{"docs":{},"其":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"와":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.003787878787878788},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005905511811023622}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"か":{"docs":{},"ら":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"適":{"docs":{},"切":{"docs":{},"な":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"파":{"docs":{},"일":{"docs":{},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"u":{"docs":{},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{},"'":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"e":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"à":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"递":{"docs":{},"选":{"docs":{},"项":{"docs":{},"对":{"docs":{},"象":{"docs":{},"进":{"docs":{},"行":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{},"你":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"两":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"返":{"docs":{},"回":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.03596403596403597},"basic.html":{"ref":"basic.html","tf":0.03893805309734513},"universal.html":{"ref":"universal.html","tf":0.04746317512274959},"structure.html":{"ref":"structure.html","tf":0.026589595375722544},"routing.html":{"ref":"routing.html","tf":0.0424597364568082},"data.html":{"ref":"data.html","tf":0.03420891875381796},"hydration.html":{"ref":"hydration.html","tf":0.05555555555555555},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.052995391705069124},"build-config.html":{"ref":"build-config.html","tf":0.049924357034795766},"css.html":{"ref":"css.html","tf":0.029508196721311476},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.048},"non-node.html":{"ref":"non-node.html","tf":0.045714285714285714},"api.html":{"ref":"api.html","tf":0.0462046204620462}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.016666666666666666}},")":{"docs":{},"」":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},")":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"s":{"docs":{},")":{"docs":{},"和":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}},"g":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"structure.html":{"ref":"structure.html","tf":0.012195121951219513},"css.html":{"ref":"css.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.003937007874015748},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"に":{"docs":{},"指":{"docs":{},"示":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.011363636363636364}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},")":{"docs":{},",":{"docs":{},"具":{"docs":{},"备":{"docs":{},"一":{"docs":{},"些":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"功":{"docs":{},"能":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},">":{"docs":{},"=":{"1":{"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},")":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.01588271227855834},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0226928895612708},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.018494055482166448},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.02178217821782178}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.003937007874015748}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":3.3339933993399335}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}}}}},"u":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"b":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.00819672131147541}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"d":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"a":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.005497861942577886},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"p":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"c":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"é":{"docs":{},"g":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"’":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"à":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"./":{"ref":"./","tf":0.000999000999000999}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},")":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{},"和":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"n":{"docs":{},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003424657534246575}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},",":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"文":{"docs":{},"档":{"docs":{},"标":{"docs":{},"题":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":3.354469396741523},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.004276114844227245},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.011363636363636364}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.007575757575757576}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"下":{"docs":{},"自":{"docs":{},"行":{"docs":{},"移":{"docs":{},"除":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"è":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},")":{"docs":{},",":{"docs":{},"只":{"docs":{},"会":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"执":{"docs":{},"行":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"é":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.02073732718894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.003937007874015748}},"e":{"docs":{},")":{"docs":{},"进":{"docs":{},"行":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"é":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"n":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.005136986301369863},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.007575757575757576},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.005136986301369863}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.025157232704402517},"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":3.353741496598639},"api.html":{"ref":"api.html","tf":0.007874015748031496},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"도":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"で":{"docs":{},"直":{"docs":{},"接":{"docs":{},"動":{"docs":{},"作":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}},"の":{"docs":{},"最":{"docs":{},"新":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"e":{"docs":{},"s":{"2":{"0":{"1":{"5":{"docs":{},"の":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"古":{"docs":{},"い":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"パ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"ス":{"docs":{},"テ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"に":{"docs":{},"も":{"docs":{},"再":{"docs":{},"び":{"docs":{},"関":{"docs":{},"係":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559},"head.html":{"ref":"head.html","tf":0.003048780487804878}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.019653179190751446},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.015271838729383017},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"a":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"。":{"docs":{},"它":{"docs":{},"建":{"docs":{},"立":{"docs":{},"在":{"docs":{},"同":{"docs":{},"等":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.003937007874015748}},",":{"docs":{},"但":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"'":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"v":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"e":{"docs":{},"z":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"é":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}}}}}}}},"œ":{"docs":{},"u":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"。":{"docs":{},"此":{"docs":{},"对":{"docs":{},"象":{"docs":{},"包":{"docs":{},"含":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"可":{"docs":{},"选":{"docs":{},"。":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"是":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003937007874015748},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"」":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"访":{"docs":{},"问":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"设":{"docs":{},"置":{"docs":{},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"全":{"docs":{},"局":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"习":{"docs":{},"惯":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"在":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"中":{"docs":{},"对":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"行":{"docs":{},"取":{"docs":{},"值":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0019801980198019802},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":3.349333333333333},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"g":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"o":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},",":{"docs":{},"别":{"docs":{},"名":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}}},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"t":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0046204620462046205}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.005905511811023622},"./":{"ref":"./","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.003937007874015748}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.007575757575757576}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"è":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"当":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"模":{"docs":{},"式":{"docs":{},"时":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.017982017982017984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.023121387283236993},"routing.html":{"ref":"routing.html","tf":0.01903367496339678},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.01639344262295082},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.019815059445178335},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.022857142857142857},"api.html":{"ref":"api.html","tf":0.0165016501650165}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"i":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"è":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"i":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"e":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.003424657534246575},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"{":{"docs":{},"/":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{},"或":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},",":{"docs":{},"则":{"docs":{},"需":{"docs":{},"要":{"docs":{},"修":{"docs":{},"改":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.004995004995004995}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":3.3340897629853754},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"n":{"docs":{},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"ê":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"é":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.016184971098265895},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.014050091631032376},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.016},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"à":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"o":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005280528052805281}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"这":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"basic.html":{"ref":"basic.html","tf":0.02531645569620253},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.019230769230769232},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.017716535433070866}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.003937007874015748}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.016877637130801686},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}},",":{"docs":{},"用":{"docs":{},"法":{"docs":{},"和":{"docs":{},"普":{"docs":{},"通":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"来":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"所":{"docs":{},"有":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"에":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"은":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"streaming.html":{"ref":"streaming.html","tf":0.004}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"의":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"콜":{"docs":{},"백":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"대":{"docs":{},"신":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},")":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.012389380530973451},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001968503937007874},"./":{"ref":"./","tf":0.006666666666666667}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"改":{"docs":{},"善":{"docs":{},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001141552511415525},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918},"api.html":{"ref":"api.html","tf":0.007874015748031496}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ê":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"в":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.003115264797507788},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.012195121951219513},"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.02054794520547945},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.023952095808383235},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"i":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}},"t":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.029411764705882353},"data.html":{"ref":"data.html","tf":0.003424657534246575}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.00684931506849315}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.003424657534246575}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"路":{"docs":{},"由":{"docs":{},"器":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"提":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"正":{"docs":{},"确":{"docs":{},"地":{"docs":{},"调":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"可":{"docs":{},"能":{"docs":{},"存":{"docs":{},"在":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"。":{"docs":{},"这":{"docs":{},"一":{"docs":{},"步":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"、":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"首":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},"와":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.00684931506849315}}},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":2.0029282576866763}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"api.html":{"ref":"api.html","tf":0.001968503937007874}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"é":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}}},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"n":{"docs":{},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":3.3339933993399335}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":2.005497861942578},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}}}},"d":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"引":{"docs":{},"擎":{"docs":{},"爬":{"docs":{},"虫":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"查":{"docs":{},"看":{"docs":{},"完":{"docs":{},"全":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"basic.html":{"ref":"basic.html","tf":0.029535864978902954},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02631578947368421},"build-config.html":{"ref":"build-config.html","tf":0.024390243902439025},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183},"api.html":{"ref":"api.html","tf":0.017716535433070866}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.003424657534246575}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"로":{"docs":{},"부":{"docs":{},"터":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"함":{"docs":{},"수":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"。":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.014985014985014986},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.006557377049180328},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"./":{"ref":"./","tf":0.001998001998001998}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"u":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.006600660066006601}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.018867924528301886}},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"(":{"docs":{},"싱":{"docs":{},"글":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"页":{"docs":{},"面":{"docs":{},"才":{"docs":{},"会":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"(":{"docs":{},"即":{"docs":{},"对":{"docs":{},"于":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"时":{"docs":{},",":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"将":{"docs":{},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"推":{"docs":{},"断":{"docs":{},"需":{"docs":{},"要":{"docs":{},"引":{"docs":{},"入":{"docs":{},"的":{"docs":{},"那":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"最":{"docs":{},"適":{"docs":{},"な":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"が":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.050314465408805034},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.013303769401330377},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.003937007874015748},"universal.html":{"ref":"universal.html","tf":0.01282051282051282},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"./":{"ref":"./","tf":0.009933774834437087},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"중":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"성":{"docs":{},"능":{"docs":{},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"(":{"docs":{},"상":{"docs":{},"태":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.001968503937007874}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":3.335645472061657},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},")":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"退":{"docs":{},"出":{"docs":{},"混":{"docs":{},"合":{"docs":{},"模":{"docs":{},"式":{"docs":{},",":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0392156862745098},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.026515151515151516},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.008561643835616438},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.00684931506849315},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"或":{"docs":{},"\"":{"docs":{},"状":{"docs":{},"态":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"(":{"docs":{},"저":{"docs":{},"장":{"docs":{},"소":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.005905511811023622}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"옵":{"docs":{},"션":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"状":{"docs":{},"态":{"docs":{},"被":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}}}}}}}},"é":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"û":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918},"css.html":{"ref":"css.html","tf":0.007575757575757576},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.003937007874015748},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"己":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"은":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.011363636363636364}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"。":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},")":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"生":{"docs":{},"成":{"docs":{},"针":{"docs":{},"对":{"docs":{},"特":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"head.html":{"ref":"head.html","tf":0.059880239520958084}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},")":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.012552301255230125}}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.012195121951219513}}}},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"请":{"docs":{},"准":{"docs":{},"备":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},",":{"docs":{},"并":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"采":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"与":{"docs":{},"从":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"发":{"docs":{},"送":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"获":{"docs":{},"得":{"docs":{},"\"":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"api.html":{"ref":"api.html","tf":0.005905511811023622},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"尽":{"docs":{},"可":{"docs":{},"能":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.002443494196701283},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005905511811023622},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"(":{"docs":{},"첫":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"ô":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.030969030969030968},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.025433526011560695},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.018937080024434942},"hydration.html":{"ref":"hydration.html","tf":0.027777777777777776},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.022950819672131147},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.021122112211221122}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":2.5049099836333877},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"2":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},")":{"docs":{},"时":{"docs":{},",":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},",":{"docs":{},"总":{"docs":{},"是":{"docs":{},"为":{"docs":{},"所":{"docs":{},"有":{"docs":{},"用":{"docs":{},"户":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},")":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"名":{"docs":{},"为":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":3.343952802359882},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4457142857142855},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"docs":{}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}}}}},"v":{"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"8":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},")":{"docs":{},"\"":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.016891891891891893}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004}},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.06918238993710692},"basic.html":{"ref":"basic.html","tf":0.05485232067510549},"structure.html":{"ref":"structure.html","tf":0.044715447154471545},"routing.html":{"ref":"routing.html","tf":0.029411764705882353},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.015151515151515152},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.017716535433070866}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"./":{"ref":"./","tf":0.001282051282051282}},"j":{"docs":{"./":{"ref":"./","tf":0.025157232704402517}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"data.html":{"ref":"data.html","tf":0.003424657534246575},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"以":{"docs":{},"下":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"앱":{"docs":{},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}}},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"u":{"docs":{"./":{"ref":"./","tf":0.024975024975024976},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01664145234493192},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.02032520325203252},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.022172949002217297},"css.html":{"ref":"css.html","tf":0.01893939393939394},"api.html":{"ref":"api.html","tf":0.005905511811023622},"./":{"ref":"./","tf":0.012578616352201259},"data.html":{"ref":"data.html","tf":0.001557632398753894}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.007575757575757576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"项":{"docs":{},"目":{"docs":{},"类":{"docs":{},"似":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"配":{"docs":{},"置":{"docs":{},"分":{"docs":{},"为":{"docs":{},"三":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},":":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.010507880910683012},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"과":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"構":{"docs":{},"造":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"s":{"docs":{},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"css.html":{"ref":"css.html","tf":0.007575757575757576}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.003424657534246575}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.003937007874015748},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"(":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"docs":{}}},"docs":{}}},"docs":{}},"`":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"合":{"docs":{},"适":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.011363636363636364}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"파":{"docs":{},"일":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},")":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"添":{"docs":{},"加":{"docs":{},"到":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"中":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0379746835443038},"structure.html":{"ref":"structure.html","tf":0.032520325203252036},"routing.html":{"ref":"routing.html","tf":0.02287581699346405},"data.html":{"ref":"data.html","tf":0.025684931506849314},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.03508771929824561},"build-config.html":{"ref":"build-config.html","tf":0.037694013303769404},"css.html":{"ref":"css.html","tf":0.01893939393939394},"head.html":{"ref":"head.html","tf":0.041916167664670656},"caching.html":{"ref":"caching.html","tf":0.038461538461538464},"streaming.html":{"ref":"streaming.html","tf":0.0392156862745098},"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183},"api.html":{"ref":"api.html","tf":0.025590551181102362}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02531645569620253},"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.03594771241830065},"data.html":{"ref":"data.html","tf":0.025684931506849314},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"caching.html":{"ref":"caching.html","tf":0.03205128205128205},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.013779527559055118}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.011976047904191617},"api.html":{"ref":"api.html","tf":0.00984251968503937}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"确":{"docs":{},"保":{"docs":{},"所":{"docs":{},"有":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"都":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"并":{"docs":{},"注":{"docs":{},"入":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"l":{"docs":{},"'":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"в":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"방":{"docs":{},"문":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{},"에":{"docs":{},"서":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}}}}}}}}}}}}}}}}}}},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.03375527426160337},"structure.html":{"ref":"structure.html","tf":0.052845528455284556},"routing.html":{"ref":"routing.html","tf":0.0784313725490196},"data.html":{"ref":"data.html","tf":0.08904109589041095},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.043859649122807015},"build-config.html":{"ref":"build-config.html","tf":0.015521064301552107},"css.html":{"ref":"css.html","tf":0.03409090909090909},"head.html":{"ref":"head.html","tf":0.08383233532934131},"caching.html":{"ref":"caching.html","tf":0.05128205128205128},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.05102040816326531},"api.html":{"ref":"api.html","tf":0.02952755905511811}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"6":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"{":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"6":{"docs":{},"}":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"docs":{}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.04065040650406504},"routing.html":{"ref":"routing.html","tf":0.05555555555555555},"data.html":{"ref":"data.html","tf":0.05821917808219178},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.022727272727272728},"head.html":{"ref":"head.html","tf":0.07784431137724551},"caching.html":{"ref":"caching.html","tf":0.038461538461538464},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.01968503937007874}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.03375527426160337},"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.029411764705882353},"data.html":{"ref":"data.html","tf":0.030821917808219176},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02631578947368421},"build-config.html":{"ref":"build-config.html","tf":0.011086474501108648},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.03205128205128205},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.017716535433070866}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.007575757575757576}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.0136986301369863},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.005988023952095809},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.012195121951219513}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.012195121951219513}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.024390243902439025}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"css.html":{"ref":"css.html","tf":0.022727272727272728},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.003937007874015748},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"忽":{"docs":{},"略":{"docs":{},"无":{"docs":{},"关":{"docs":{},"代":{"docs":{},"码":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"о":{"docs":{},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"関":{"docs":{},"係":{"docs":{},"の":{"docs":{},"な":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"除":{"docs":{},"外":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"へ":{"docs":{},"の":{"docs":{},"絶":{"docs":{},"対":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"。":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"扱":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"。":{"docs":{},"必":{"docs":{},"须":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.011363636363636364}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.011363636363636364}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}},"!":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"css.html":{"ref":"css.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"2":{"docs":{},".":{"3":{"docs":{},".":{"2":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"docs":{}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.006622516556291391}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.015151515151515152}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.011976047904191617},"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.011221122112211221}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576},"head.html":{"ref":"head.html","tf":0.011976047904191617},"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"«":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},"г":{"docs":{},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ф":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"с":{"docs":{},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{},"»":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"»":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"à":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.013872832369942197},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.020737327188940093},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"é":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":2.0024434941967013}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":2.5016366612111294},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"m":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"api.html":{"ref":"api.html","tf":0.007260726072607261}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"ç":{"docs":{},"a":{"docs":{"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"—":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"与":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"传":{"docs":{},"统":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"集":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"专":{"docs":{},"门":{"docs":{},"章":{"docs":{},"节":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"中":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"显":{"docs":{},"然":{"docs":{},"会":{"docs":{},"比":{"docs":{},"仅":{"docs":{},"仅":{"docs":{},"提":{"docs":{},"供":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"简":{"docs":{},"要":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"将":{"docs":{},"来":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{},"「":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"执":{"docs":{},"行":{"docs":{},"时":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"反":{"docs":{},"之":{"docs":{},"也":{"docs":{},"是":{"docs":{},"如":{"docs":{},"此":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"或":{"docs":{},"者":{"docs":{},"使":{"docs":{},"用":{"docs":{},"为":{"docs":{},"你":{"docs":{},"执":{"docs":{},"行":{"docs":{},"此":{"docs":{},"操":{"docs":{},"作":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"路":{"docs":{},"由":{"docs":{},"获":{"docs":{},"得":{"docs":{},"与":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"用":{"docs":{},"下":{"docs":{},"面":{"docs":{},"这":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"上":{"docs":{},"述":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"并":{"docs":{},"从":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"它":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"以":{"docs":{},"下":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"而":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"这":{"docs":{},"样":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"具":{"docs":{},"有":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"意":{"docs":{},"外":{"docs":{},"污":{"docs":{},"染":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"只":{"docs":{},"有":{"docs":{},"在":{"docs":{},"所":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"资":{"docs":{},"源":{"docs":{},"都":{"docs":{},"将":{"docs":{},"被":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"是":{"docs":{},"低":{"docs":{},"优":{"docs":{},"先":{"docs":{},"级":{"docs":{},"指":{"docs":{},"令":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"收":{"docs":{},"集":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"无":{"docs":{},"法":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"在":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}},"に":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"発":{"docs":{},"生":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"回":{"docs":{},"避":{"docs":{},"す":{"docs":{},"る":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"2":{"docs":{},"つ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}},"破":{"docs":{},"棄":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"永":{"docs":{},"遠":{"docs":{},"に":{"docs":{},"残":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"什":{"docs":{},"么":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"了":{"docs":{},"简":{"docs":{},"化":{"docs":{},"这":{"docs":{},"些":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"获":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"需":{"docs":{},"要":{"docs":{},"位":{"docs":{},"于":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"即":{"docs":{},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"专":{"docs":{},"门":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"状":{"docs":{},"态":{"docs":{},"管":{"docs":{},"理":{"docs":{},"库":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"整":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"页":{"docs":{},"面":{"docs":{},"提":{"docs":{},"供":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"作":{"docs":{},"者":{"docs":{},"是":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"什":{"docs":{},"么":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}},"作":{"docs":{},"出":{"docs":{},"贡":{"docs":{},"献":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"为":{"docs":{},"对":{"docs":{},"象":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"时":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"权":{"docs":{},"衡":{"docs":{},"之":{"docs":{},"处":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"视":{"docs":{},"图":{"docs":{},"所":{"docs":{},"需":{"docs":{},"数":{"docs":{},"据":{"docs":{},"全":{"docs":{},"部":{"docs":{},"解":{"docs":{},"析":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"传":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"并":{"docs":{},"处":{"docs":{},"理":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"。":{"docs":{},"好":{"docs":{},"处":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"如":{"docs":{},"果":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"需":{"docs":{},"要":{"docs":{},"很":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"会":{"docs":{},"感":{"docs":{},"受":{"docs":{},"到":{"docs":{},"\"":{"docs":{},"明":{"docs":{},"显":{"docs":{},"卡":{"docs":{},"顿":{"docs":{},"\"":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"「":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"基":{"docs":{},"本":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"双":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"将":{"docs":{},"此":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"三":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"自":{"docs":{},"動":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"か":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"か":{"docs":{},"を":{"docs":{},"制":{"docs":{},"御":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"が":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"关":{"docs":{},"于":{"docs":{},"此":{"docs":{},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"键":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"单":{"docs":{},"页":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},")":{"docs":{},"相":{"docs":{},"比":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"的":{"docs":{},"优":{"docs":{},"势":{"docs":{},"主":{"docs":{},"要":{"docs":{},"在":{"docs":{},"于":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"很":{"docs":{},"好":{"docs":{},"对":{"docs":{},"同":{"docs":{},"步":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"能":{"docs":{},"会":{"docs":{},"分":{"docs":{},"为":{"docs":{},"多":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"这":{"docs":{},"些":{"docs":{},"模":{"docs":{},"块":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"分":{"docs":{},"割":{"docs":{},"到":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"随":{"docs":{},"时":{"docs":{},"间":{"docs":{},"而":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"其":{"docs":{},"他":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"读":{"docs":{},"流":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}},"和":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.004672897196261682},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.01054481546572935}},"操":{"docs":{},"作":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"路":{"docs":{},"由":{"docs":{},"信":{"docs":{},"息":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},"传":{"docs":{},"递":{"docs":{},"进":{"docs":{},"去":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"对":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"问":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"真":{"docs":{},"的":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},"。":{"docs":{},"这":{"docs":{},"主":{"docs":{},"要":{"docs":{},"取":{"docs":{},"决":{"docs":{},"于":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"之":{"docs":{},"后":{"docs":{},"的":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"相":{"docs":{},"关":{"docs":{},"概":{"docs":{},"念":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"详":{"docs":{},"细":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"这":{"docs":{},"些":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"带":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"嵌":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"花":{"docs":{},"点":{"docs":{},"时":{"docs":{},"间":{"docs":{},"来":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"编":{"docs":{},"写":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},"的":{"docs":{},"约":{"docs":{},"束":{"docs":{},"条":{"docs":{},"件":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"大":{"docs":{},"型":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"是":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},",":{"docs":{},"不":{"docs":{},"能":{"docs":{},"持":{"docs":{},"续":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"内":{"docs":{},"容":{"docs":{},"不":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"处":{"docs":{},"理":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"不":{"docs":{},"同":{"docs":{},"方":{"docs":{},"式":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"预":{"docs":{},"取":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"期":{"docs":{},"间":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"是":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"\"":{"docs":{},"快":{"docs":{},"照":{"docs":{},"\"":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"如":{"docs":{},"果":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"一":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"在":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"先":{"docs":{},"预":{"docs":{},"取":{"docs":{},"和":{"docs":{},"解":{"docs":{},"析":{"docs":{},"好":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},",":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"该":{"docs":{},"以":{"docs":{},"激":{"docs":{},"活":{"docs":{},"模":{"docs":{},"式":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"并":{"docs":{},"没":{"docs":{},"有":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"之":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"这":{"docs":{},"里":{"docs":{},"导":{"docs":{},"入":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"部":{"docs":{},"署":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"读":{"docs":{},"取":{"docs":{},"更":{"docs":{},"新":{"docs":{},"后":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"端":{"docs":{},"接":{"docs":{},"管":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"发":{"docs":{},"送":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}},"下":{"docs":{},"一":{"docs":{},"章":{"docs":{},"节":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},"配":{"docs":{},"置":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}},"调":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"生":{"docs":{},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"中":{"docs":{},"有":{"docs":{},"哈":{"docs":{},"希":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"取":{"docs":{},"代":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"进":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"命":{"docs":{},"中":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"它":{"docs":{},"将":{"docs":{},"直":{"docs":{},"接":{"docs":{},"重":{"docs":{},"新":{"docs":{},"使":{"docs":{},"用":{"docs":{},"整":{"docs":{},"个":{"docs":{},"子":{"docs":{},"树":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"结":{"docs":{},"果":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"以":{"docs":{},"下":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.3429487179487176}}},"默":{"docs":{},"认":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"预":{"docs":{},"先":{"docs":{},"假":{"docs":{},"定":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}},"此":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"如":{"docs":{},"果":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"调":{"docs":{},"研":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"只":{"docs":{},"是":{"docs":{},"用":{"docs":{},"来":{"docs":{},"改":{"docs":{},"善":{"docs":{},"少":{"docs":{},"数":{"docs":{},"营":{"docs":{},"销":{"docs":{},"页":{"docs":{},"面":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"不":{"docs":{},"是":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"则":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"输":{"docs":{},"出":{"docs":{},"结":{"docs":{},"果":{"docs":{},",":{"docs":{},"你":{"docs":{},"会":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"上":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"本":{"docs":{},"没":{"docs":{},"有":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"想":{"docs":{},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"先":{"docs":{},"前":{"docs":{},"已":{"docs":{},"经":{"docs":{},"使":{"docs":{},"用":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"期":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"它":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"没":{"docs":{},"有":{"docs":{},",":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"示":{"docs":{},"例":{"docs":{},"所":{"docs":{},"示":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},",":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"直":{"docs":{},"接":{"docs":{},"发":{"docs":{},"送":{"docs":{},"到":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"最":{"docs":{},"后":{"docs":{},"将":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"\"":{"docs":{},"混":{"docs":{},"合":{"docs":{},"\"":{"docs":{},"为":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"完":{"docs":{},"全":{"docs":{},"交":{"docs":{},"互":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"由":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"体":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"密":{"docs":{},"集":{"docs":{},")":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"预":{"docs":{},"料":{"docs":{},"在":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"环":{"docs":{},"境":{"docs":{},"(":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"你":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"而":{"docs":{},"你":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"又":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"获":{"docs":{},"取":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"则":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"解":{"docs":{},"决":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"象":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{},"中":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"注":{"docs":{},"册":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"在":{"docs":{},"其":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"中":{"docs":{},"的":{"docs":{},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"项":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"会":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"以":{"docs":{},"下":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"插":{"docs":{},"值":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"默":{"docs":{},"认":{"docs":{},"标":{"docs":{},"题":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"组":{"docs":{},"件":{"docs":{},"没":{"docs":{},"有":{"docs":{},"设":{"docs":{},"置":{"docs":{},"标":{"docs":{},"题":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"于":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"共":{"docs":{},"享":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"但":{"docs":{},"用":{"docs":{},"于":{"docs":{},"不":{"docs":{},"同":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"预":{"docs":{},"先":{"docs":{},"在":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"模":{"docs":{},"拟":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"如":{"docs":{},"图":{"docs":{},"像":{"docs":{},"或":{"docs":{},"字":{"docs":{},"体":{"docs":{},")":{"docs":{},",":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"过":{"docs":{},"多":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"浪":{"docs":{},"费":{"docs":{},"带":{"docs":{},"宽":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"损":{"docs":{},"害":{"docs":{},"性":{"docs":{},"能":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"什":{"docs":{},"么":{"docs":{},"资":{"docs":{},"源":{"docs":{},"具":{"docs":{},"体":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"提":{"docs":{},"供":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"会":{"docs":{},"有":{"docs":{},"所":{"docs":{},"帮":{"docs":{},"助":{"docs":{},",":{"docs":{},"此":{"docs":{},"示":{"docs":{},"例":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"技":{"docs":{},"术":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"注":{"docs":{},"入":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"完":{"docs":{},"整":{"docs":{},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"永":{"docs":{},"远":{"docs":{},"保":{"docs":{},"留":{"docs":{},"下":{"docs":{},"来":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"避":{"docs":{},"免":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"请":{"docs":{},"将":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"和":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"作":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"操":{"docs":{},"作":{"docs":{},"分":{"docs":{},"配":{"docs":{},"给":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"推":{"docs":{},"断":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"为":{"docs":{},"可":{"docs":{},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"主":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"内":{"docs":{},"联":{"docs":{},"为":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"通":{"docs":{},"过":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"在":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"并":{"docs":{},"不":{"docs":{},"适":{"docs":{},"合":{"docs":{},"这":{"docs":{},"种":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"无":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},",":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"将":{"docs":{},"更":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"切":{"docs":{},"如":{"docs":{},"何":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"且":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"现":{"docs":{},"在":{"docs":{},"变":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"还":{"docs":{},"会":{"docs":{},"在":{"docs":{},"编":{"docs":{},"译":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"从":{"docs":{},"头":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"此":{"docs":{},"检":{"docs":{},"测":{"docs":{},"会":{"docs":{},"被":{"docs":{},"跳":{"docs":{},"过":{"docs":{},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"性":{"docs":{},"能":{"docs":{},"损":{"docs":{},"耗":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"较":{"docs":{},"小":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"列":{"docs":{},"同":{"docs":{},"级":{"docs":{},",":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"用":{"docs":{},"域":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"于":{"docs":{},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"被":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"\"":{"docs":{},"同":{"docs":{},"构":{"docs":{},"\"":{"docs":{},"或":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"代":{"docs":{},"码":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"广":{"docs":{},"泛":{"docs":{},"测":{"docs":{},"试":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"进":{"docs":{},"行":{"docs":{},"索":{"docs":{},"引":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},",":{"docs":{},"同":{"docs":{},"步":{"docs":{},"是":{"docs":{},"关":{"docs":{},"键":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"初":{"docs":{},"始":{"docs":{},"展":{"docs":{},"示":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"例":{"docs":{},"共":{"docs":{},"享":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"渲":{"docs":{},"染":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"提":{"docs":{},"供":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"做":{"docs":{},"到":{"docs":{},"这":{"docs":{},"一":{"docs":{},"点":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"由":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"中":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"对":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"复":{"docs":{},"用":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"或":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"减":{"docs":{},"少":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"下":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"体":{"docs":{},"积":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"地":{"docs":{},"改":{"docs":{},"善":{"docs":{},"大":{"docs":{},"体":{"docs":{},"积":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"该":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"包":{"docs":{},"含":{"docs":{},"足":{"docs":{},"够":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"来":{"docs":{},"表":{"docs":{},"示":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"的":{"docs":{},"具":{"docs":{},"体":{"docs":{},"情":{"docs":{},"况":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"仅":{"docs":{},"由":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"条":{"docs":{},"件":{"docs":{},"所":{"docs":{},"限":{"docs":{},"。":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"特":{"docs":{},"定":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{},"某":{"docs":{},"些":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"头":{"docs":{},"才":{"docs":{},"会":{"docs":{},"被":{"docs":{},"识":{"docs":{},"别":{"docs":{},"为":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"当":{"docs":{},"你":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"时":{"docs":{},",":{"docs":{},"参":{"docs":{},"考":{"docs":{},"官":{"docs":{},"方":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"编":{"docs":{},"写":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"状":{"docs":{},"态":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"发":{"docs":{},"现":{"docs":{},"它":{"docs":{},"们":{"docs":{},"对":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"说":{"docs":{},"很":{"docs":{},"好":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"并":{"docs":{},"不":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"无":{"docs":{},"法":{"docs":{},"继":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},"。":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"在":{"docs":{},"未":{"docs":{},"来":{"docs":{},"持":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},",":{"docs":{},"欢":{"docs":{},"迎":{"docs":{},"通":{"docs":{},"过":{"docs":{},"随":{"docs":{},"意":{"docs":{},"提":{"docs":{},"交":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"\"":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"\"":{"docs":{},",":{"docs":{},"作":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"全":{"docs":{},"局":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"执":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"编":{"docs":{},"写":{"docs":{},"一":{"docs":{},"个":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"将":{"docs":{},"在":{"docs":{},"整":{"docs":{},"个":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"后":{"docs":{},"面":{"docs":{},"的":{"docs":{},"章":{"docs":{},"节":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"规":{"docs":{},"划":{"docs":{},"结":{"docs":{},"构":{"docs":{},"的":{"docs":{},"细":{"docs":{},"节":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"静":{"docs":{},"态":{"docs":{},"函":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"只":{"docs":{},"关":{"docs":{},"心":{"docs":{},"非":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"需":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"来":{"docs":{},"决":{"docs":{},"定":{"docs":{},"获":{"docs":{},"取":{"docs":{},"哪":{"docs":{},"部":{"docs":{},"分":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"知":{"docs":{},"道":{"docs":{},",":{"docs":{},"如":{"docs":{},"何":{"docs":{},"为":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"技":{"docs":{},"术":{"docs":{},"栈":{"docs":{},"之":{"docs":{},"上":{"docs":{},",":{"docs":{},"但":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"出":{"docs":{},"很":{"docs":{},"多":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"静":{"docs":{},"态":{"docs":{},"站":{"docs":{},"点":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"直":{"docs":{},"接":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"结":{"docs":{},"构":{"docs":{},",":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"在":{"docs":{},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"事":{"docs":{},"项":{"docs":{},"要":{"docs":{},"牢":{"docs":{},"记":{"docs":{},"在":{"docs":{},"心":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"在":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"文":{"docs":{},"件":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"优":{"docs":{},"点":{"docs":{},"是":{"docs":{},"设":{"docs":{},"置":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},",":{"docs":{},"并":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"你":{"docs":{},"的":{"docs":{},"前":{"docs":{},"端":{"docs":{},"作":{"docs":{},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"所":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},",":{"docs":{},"里":{"docs":{},"面":{"docs":{},"会":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"一":{"docs":{},"些":{"docs":{},"根":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"则":{"docs":{},"无":{"docs":{},"需":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"时":{"docs":{},")":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"内":{"docs":{},"联":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"从":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"中":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"的":{"docs":{},"样":{"docs":{},"式":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"与":{"docs":{},"外":{"docs":{},"部":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"会":{"docs":{},"被":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"们":{"docs":{},"是":{"docs":{},"启":{"docs":{},"动":{"docs":{},"应":{"docs":{},"用":{"docs":{},"时":{"docs":{},"所":{"docs":{},"必":{"docs":{},"需":{"docs":{},"的":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"列":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"直":{"docs":{},"接":{"docs":{},"送":{"docs":{},"信":{"docs":{},"し":{"docs":{},"、":{"docs":{},"最":{"docs":{},"終":{"docs":{},"的":{"docs":{},"に":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"上":{"docs":{},"の":{"docs":{},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"ラ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"构":{"docs":{},"建":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"框":{"docs":{},"架":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"输":{"docs":{},"出":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"「":{"docs":{},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"在":{"docs":{},"要":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"通":{"docs":{},"过":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"更":{"docs":{},"加":{"docs":{},"大":{"docs":{},"量":{"docs":{},"占":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"多":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}},"信":{"docs":{},"息":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"构":{"docs":{},"建":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"好":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"快":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"最":{"docs":{},"后":{"docs":{},",":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"不":{"docs":{},"是":{"docs":{},"限":{"docs":{},"定":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"版":{"docs":{},"本":{"docs":{},"能":{"docs":{},"够":{"docs":{},"完":{"docs":{},"全":{"docs":{},"支":{"docs":{},"持":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}},"後":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"解":{"docs":{},"決":{"docs":{},"策":{"docs":{},"は":{"docs":{},"決":{"docs":{},"定":{"docs":{},"的":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"覚":{"docs":{},"え":{"docs":{},"て":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"が":{"docs":{},"う":{"docs":{},"ま":{"docs":{},"く":{"docs":{},"働":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"見":{"docs":{},"つ":{"docs":{},"け":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"以":{"docs":{},"上":{"docs":{},"改":{"docs":{},"善":{"docs":{},"が":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"将":{"docs":{},"来":{"docs":{},"改":{"docs":{},"訂":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"送":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"貢":{"docs":{},"献":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"、":{"docs":{},"も":{"docs":{},"ち":{"docs":{},"ろ":{"docs":{},"ん":{"docs":{},"自":{"docs":{},"由":{"docs":{},"で":{"docs":{},"す":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"实":{"docs":{},"时":{"docs":{},"动":{"docs":{},"态":{"docs":{},"编":{"docs":{},"译":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"与":{"docs":{},"其":{"docs":{},"他":{"docs":{},"后":{"docs":{},"端":{"docs":{},"设":{"docs":{},"置":{"docs":{},"进":{"docs":{},"行":{"docs":{},"混":{"docs":{},"合":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"是":{"docs":{},"后":{"docs":{},"端":{"docs":{},"自":{"docs":{},"身":{"docs":{},"集":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"时":{"docs":{},"相":{"docs":{},"当":{"docs":{},"简":{"docs":{},"单":{"docs":{},"直":{"docs":{},"接":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"上":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"响":{"docs":{},"应":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"长":{"docs":{},"期":{"docs":{},"运":{"docs":{},"行":{"docs":{},"的":{"docs":{},"进":{"docs":{},"程":{"docs":{},"。":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"入":{"docs":{},"该":{"docs":{},"进":{"docs":{},"程":{"docs":{},"时":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"进":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"取":{"docs":{},"值":{"docs":{},"并":{"docs":{},"留":{"docs":{},"存":{"docs":{},"在":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"如":{"docs":{},"果":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"单":{"docs":{},"例":{"docs":{},"对":{"docs":{},"象":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"在":{"docs":{},"每":{"docs":{},"个":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"共":{"docs":{},"享":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"「":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"推":{"docs":{},"送":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"docs":{}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},",":{"docs":{},"是":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"成":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"专":{"docs":{},"注":{"docs":{},"于":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"将":{"docs":{},"会":{"docs":{},"非":{"docs":{},"常":{"docs":{},"深":{"docs":{},"入":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"熟":{"docs":{},"悉":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"最":{"docs":{},"低":{"docs":{},"为":{"docs":{},"如":{"docs":{},"下":{"docs":{},"版":{"docs":{},"本":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}},"身":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"具":{"docs":{},"有":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"番":{"docs":{},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"核":{"docs":{},"心":{"docs":{},"团":{"docs":{},"队":{"docs":{},"的":{"docs":{},"成":{"docs":{},"员":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"将":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"う":{"docs":{},"一":{"docs":{},"つ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}},"释":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"入":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"里":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"涉":{"docs":{},"及":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},"和":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"更":{"docs":{},"多":{"docs":{},"要":{"docs":{},"求":{"docs":{},"。":{"docs":{},"与":{"docs":{},"可":{"docs":{},"以":{"docs":{},"部":{"docs":{},"署":{"docs":{},"在":{"docs":{},"任":{"docs":{},"何":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"的":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{},"不":{"docs":{},"同":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"处":{"docs":{},"于":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"将":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{},"现":{"docs":{},"在":{"docs":{},"略":{"docs":{},"有":{"docs":{},"不":{"docs":{},"同":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"快":{"docs":{},"速":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"和":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"不":{"docs":{},"错":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"经":{"docs":{},"验":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"倾":{"docs":{},"向":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"平":{"docs":{},"滑":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"体":{"docs":{},"验":{"docs":{},"的":{"docs":{},"更":{"docs":{},"高":{"docs":{},"层":{"docs":{},"次":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"去":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"话":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"任":{"docs":{},"务":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},")":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"平":{"docs":{},"台":{"docs":{},"特":{"docs":{},"定":{"docs":{},"实":{"docs":{},"现":{"docs":{},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"通":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"做":{"docs":{},"法":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"干":{"docs":{},"扰":{"docs":{},"到":{"docs":{},"其":{"docs":{},"他":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"差":{"docs":{},"异":{"docs":{},",":{"docs":{},"当":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"将":{"docs":{},"不":{"docs":{},"会":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"会":{"docs":{},"阐":{"docs":{},"述":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"理":{"docs":{},"解":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"事":{"docs":{},"项":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"检":{"docs":{},"测":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"编":{"docs":{},"写":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"位":{"docs":{},"置":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"得":{"docs":{},"益":{"docs":{},"于":{"docs":{},"核":{"docs":{},"心":{"docs":{},"算":{"docs":{},"法":{"docs":{},"的":{"docs":{},"升":{"docs":{},"级":{"docs":{},",":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"现":{"docs":{},"在":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"中":{"docs":{},"的":{"docs":{},"任":{"docs":{},"何":{"docs":{},"地":{"docs":{},"方":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"路":{"docs":{},"由":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"逻":{"docs":{},"辑":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"过":{"docs":{},"程":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"特":{"docs":{},"殊":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"插":{"docs":{},"件":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"其":{"docs":{},"他":{"docs":{},"选":{"docs":{},"项":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"参":{"docs":{},"考":{"docs":{},"设":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"按":{"docs":{},"需":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"推":{"docs":{},"荐":{"docs":{},"方":{"docs":{},"法":{"docs":{},"是":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},",":{"docs":{},"以":{"docs":{},"考":{"docs":{},"虑":{"docs":{},"其":{"docs":{},"他":{"docs":{},"变":{"docs":{},"量":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"来":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"度":{"docs":{},"提":{"docs":{},"高":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"处":{"docs":{},"理":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"的":{"docs":{},"能":{"docs":{},"力":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"示":{"docs":{},"例":{"docs":{},"用":{"docs":{},"法":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"形":{"docs":{},"式":{"docs":{},"内":{"docs":{},"联":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{},"运":{"docs":{},"行":{"docs":{},"时":{"docs":{},"将":{"docs":{},"会":{"docs":{},"以":{"docs":{},"此":{"docs":{},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"基":{"docs":{},"准":{"docs":{},"来":{"docs":{},"解":{"docs":{},"析":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"等":{"docs":{},")":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"到":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"进":{"docs":{},"行":{"docs":{},"生":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"时":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"收":{"docs":{},"集":{"docs":{},"的":{"docs":{},"。":{"docs":{},"有":{"docs":{},"关":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"可":{"docs":{},"以":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"异":{"docs":{},"步":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},"再":{"docs":{},"行":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"菊":{"docs":{},"花":{"docs":{},"图":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"通":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"截":{"docs":{},"至":{"docs":{},"目":{"docs":{},"前":{"docs":{},",":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"如":{"docs":{},"果":{"docs":{},"第":{"docs":{},"三":{"docs":{},"方":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"上":{"docs":{},"述":{"docs":{},"配":{"docs":{},"置":{"docs":{},"仅":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"还":{"docs":{},"必":{"docs":{},"须":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"应":{"docs":{},"至":{"docs":{},"少":{"docs":{},"要":{"docs":{},"实":{"docs":{},"现":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"(":{"docs":{},"支":{"docs":{},"持":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"导":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"添":{"docs":{},"加":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"它":{"docs":{},"已":{"docs":{},"经":{"docs":{},"被":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"环":{"docs":{},"境":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"时":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},"」":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"分":{"docs":{},"离":{"docs":{},"到":{"docs":{},"一":{"docs":{},"个":{"docs":{},"引":{"docs":{},"导":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"选":{"docs":{},"项":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"并":{"docs":{},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"所":{"docs":{},"提":{"docs":{},"供":{"docs":{},"\"":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"版":{"docs":{},"本":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"可":{"docs":{},"以":{"docs":{},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"时":{"docs":{},"自":{"docs":{},"动":{"docs":{},"处":{"docs":{},"理":{"docs":{},")":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"(":{"docs":{},"需":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"。":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},"精":{"docs":{},"确":{"docs":{},"控":{"docs":{},"制":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"资":{"docs":{},"源":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"都":{"docs":{},"完":{"docs":{},"成":{"docs":{},"下":{"docs":{},"载":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"才":{"docs":{},"显":{"docs":{},"示":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"标":{"docs":{},"记":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"你":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"会":{"docs":{},"更":{"docs":{},"快":{"docs":{},"速":{"docs":{},"地":{"docs":{},"看":{"docs":{},"到":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"可":{"docs":{},"以":{"docs":{},"产":{"docs":{},"生":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"对":{"docs":{},"于":{"docs":{},"那":{"docs":{},"些":{"docs":{},"「":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"的":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"所":{"docs":{},"有":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},",":{"docs":{},"用":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"加":{"docs":{},"载":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"取":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"与":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"一":{"docs":{},"些":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"位":{"docs":{},"置":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"存":{"docs":{},"で":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"関":{"docs":{},"係":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"と":{"docs":{},"は":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"場":{"docs":{},"所":{"docs":{},"に":{"docs":{},"置":{"docs":{},"か":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"生":{"docs":{},"成":{"docs":{},"済":{"docs":{},"み":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"は":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"へ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},"的":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"来":{"docs":{},"提":{"docs":{},"供":{"docs":{},"插":{"docs":{},"值":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},",":{"docs":{},"并":{"docs":{},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"来":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"册":{"docs":{},"此":{"docs":{},"钩":{"docs":{},"子":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"不":{"docs":{},"必":{"docs":{},"再":{"docs":{},"次":{"docs":{},"获":{"docs":{},"取":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"。":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"被":{"docs":{},"触":{"docs":{},"发":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"立":{"docs":{},"即":{"docs":{},"切":{"docs":{},"换":{"docs":{},"视":{"docs":{},"图":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"具":{"docs":{},"有":{"docs":{},"更":{"docs":{},"快":{"docs":{},"的":{"docs":{},"响":{"docs":{},"应":{"docs":{},"速":{"docs":{},"度":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"可":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"的":{"docs":{},"每":{"docs":{},"个":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"都":{"docs":{},"需":{"docs":{},"要":{"docs":{},"具":{"docs":{},"有":{"docs":{},"条":{"docs":{},"件":{"docs":{},"加":{"docs":{},"载":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"来":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"原":{"docs":{},"生":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"定":{"docs":{},"时":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"始":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"只":{"docs":{},"从":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"生":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"需":{"docs":{},"创":{"docs":{},"建":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"将":{"docs":{},"其":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"有":{"docs":{},"非":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"用":{"docs":{},"于":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"重":{"docs":{},"要":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"基":{"docs":{},"本":{"docs":{},"用":{"docs":{},"法":{"docs":{"basic.html":{"ref":"basic.html","tf":10.003731343283581}}}},"的":{"docs":{},"な":{"docs":{},"使":{"docs":{},"い":{"docs":{},"方":{"docs":{"basic.html":{"ref":"basic.html","tf":10.004219409282701}}}}},"例":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}},"于":{"docs":{},"指":{"docs":{},"令":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"元":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},"转":{"docs":{},"换":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"件":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"名":{"docs":{},"的":{"docs":{},"类":{"docs":{},"型":{"docs":{},"推":{"docs":{},"断":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"实":{"docs":{},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"出":{"docs":{},"并":{"docs":{},"将":{"docs":{},"其":{"docs":{},"导":{"docs":{},"入":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"与":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},"类":{"docs":{},"似":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"多":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"导":{"docs":{},"致":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},",":{"docs":{},"并":{"docs":{},"直":{"docs":{},"接":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"所":{"docs":{},"以":{"docs":{},"文":{"docs":{},"件":{"docs":{},"导":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"现":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"为":{"docs":{},",":{"docs":{},"检":{"docs":{},"查":{"docs":{},"请":{"docs":{},"求":{"docs":{},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"版":{"docs":{},"本":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"填":{"docs":{},"选":{"docs":{},"项":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"で":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}},"須":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885}}}},"推":{"docs":{},"荐":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"机":{"docs":{},"制":{"docs":{},",":{"docs":{},"并":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"「":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}},"奨":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"構":{"docs":{},"造":{"docs":{},"が":{"docs":{},"少":{"docs":{},"し":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"違":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"気":{"docs":{},"が":{"docs":{},"つ":{"docs":{},"く":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"多":{"docs":{},"数":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"将":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"放":{"docs":{},"在":{"docs":{},"特":{"docs":{},"有":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"实":{"docs":{},"现":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"资":{"docs":{},"源":{"docs":{},"链":{"docs":{},"接":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"关":{"docs":{},"键":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"可":{"docs":{},"以":{"docs":{},"消":{"docs":{},"除":{"docs":{},"此":{"docs":{},"约":{"docs":{},"束":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"需":{"docs":{},"要":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"它":{"docs":{},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"「":{"docs":{},"由":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"并":{"docs":{},"不":{"docs":{},"真":{"docs":{},"正":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"只":{"docs":{},"需":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"确":{"docs":{},"保":{"docs":{},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"下":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"自":{"docs":{},"动":{"docs":{},"创":{"docs":{},"建":{"docs":{},"过":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"几":{"docs":{},"点":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"是":{"docs":{},"否":{"docs":{},"执":{"docs":{},"行":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"标":{"docs":{},"签":{"docs":{},"也":{"docs":{},"会":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"。":{"docs":{},"当":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"到":{"docs":{},"所":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"包":{"docs":{},"含":{"docs":{},"所":{"docs":{},"有":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"瀑":{"docs":{},"布":{"docs":{},"式":{"docs":{},"请":{"docs":{},"求":{"docs":{},"(":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"动":{"docs":{},"态":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"的":{"docs":{},"形":{"docs":{},"式":{"docs":{},"注":{"docs":{},"入":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"头":{"docs":{},"部":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"如":{"docs":{},"过":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"个":{"docs":{},"示":{"docs":{},"例":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"必":{"docs":{},"须":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"地":{"docs":{},"方":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"还":{"docs":{},"支":{"docs":{},"持":{"docs":{},"简":{"docs":{},"单":{"docs":{},"插":{"docs":{},"值":{"docs":{},"。":{"docs":{},"给":{"docs":{},"定":{"docs":{},"如":{"docs":{},"下":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"具":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"写":{"docs":{},"入":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"支":{"docs":{},"持":{"docs":{},"一":{"docs":{},"些":{"docs":{},"高":{"docs":{},"级":{"docs":{},"特":{"docs":{},"性":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"策":{"docs":{},"略":{"docs":{},"将":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"放":{"docs":{},"在":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}},"处":{"docs":{},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"插":{"docs":{},"件":{"docs":{},"在":{"docs":{},"输":{"docs":{},"出":{"docs":{},"目":{"docs":{},"录":{"docs":{},"中":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"不":{"docs":{},"返":{"docs":{},"回":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"返":{"docs":{},"回":{"docs":{},"引":{"docs":{},"导":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"支":{"docs":{},"持":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"选":{"docs":{},"项":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"或":{"docs":{},"函":{"docs":{},"数":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"步":{"docs":{},":":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}}}}}},"将":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"渲":{"docs":{},"染":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"选":{"docs":{},"项":{"docs":{},"时":{"docs":{},",":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"有":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"对":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"进":{"docs":{},"行":{"docs":{},"更":{"docs":{},"细":{"docs":{},"粒":{"docs":{},"度":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"最":{"docs":{},"优":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"读":{"docs":{},"取":{"docs":{},"和":{"docs":{},"传":{"docs":{},"输":{"docs":{},"文":{"docs":{},"件":{"docs":{},"到":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"你":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"实":{"docs":{},"现":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"更":{"docs":{},"新":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"修":{"docs":{},"改":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"将":{"docs":{},"会":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"而":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},"为":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"带":{"docs":{},"宽":{"docs":{},"使":{"docs":{},"用":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"取":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"具":{"docs":{},"有":{"docs":{},"与":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"把":{"docs":{},"那":{"docs":{},"些":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"与":{"docs":{},"环":{"docs":{},"境":{"docs":{},"无":{"docs":{},"关":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"编":{"docs":{},"译":{"docs":{},"到":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}},"嵌":{"docs":{},"入":{"docs":{},"式":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"此":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}},"状":{"docs":{},"态":{"docs":{},"进":{"docs":{},"行":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"融":{"docs":{},"合":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"到":{"docs":{},"最":{"docs":{},"终":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"键":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"態":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"シ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"関":{"docs":{},"数":{"docs":{},"で":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"な":{"docs":{},"い":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"を":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"第":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268}},"2":{"docs":{},"引":{"docs":{},"数":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"を":{"docs":{},"受":{"docs":{},"け":{"docs":{},"取":{"docs":{},"る":{"docs":{},"、":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{},"な":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"里":{"docs":{},"将":{"docs":{},"是":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"假":{"docs":{},"定":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"进":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{},"…":{"docs":{},"…":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"如":{"docs":{},"果":{"docs":{},"有":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"无":{"docs":{},"需":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"在":{"docs":{},"执":{"docs":{},"行":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"其":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"进":{"docs":{},"行":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"过":{"docs":{},"程":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"是":{"docs":{},"多":{"docs":{},"余":{"docs":{},"的":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"。":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"将":{"docs":{},"「":{"docs":{},"数":{"docs":{},"据":{"docs":{},"」":{"docs":{},"转":{"docs":{},"换":{"docs":{},"为":{"docs":{},"「":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"对":{"docs":{},"象":{"docs":{},"」":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"两":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},"是":{"docs":{},"根":{"docs":{},"本":{"docs":{},"上":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},"决":{"docs":{},"策":{"docs":{},",":{"docs":{},"应":{"docs":{},"该":{"docs":{},"根":{"docs":{},"据":{"docs":{},"你":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"际":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挑":{"docs":{},"选":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"无":{"docs":{},"论":{"docs":{},"你":{"docs":{},"选":{"docs":{},"择":{"docs":{},"哪":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"重":{"docs":{},"用":{"docs":{},"(":{"docs":{},"同":{"docs":{},"一":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"也":{"docs":{},"决":{"docs":{},"定":{"docs":{},"了":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"给":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"在":{"docs":{},"该":{"docs":{},"路":{"docs":{},"由":{"docs":{},"上":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"放":{"docs":{},"置":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"自":{"docs":{},"然":{"docs":{},"的":{"docs":{},"事":{"docs":{},"情":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"你":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"是":{"docs":{},"理":{"docs":{},"所":{"docs":{},"应":{"docs":{},"当":{"docs":{},"的":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"编":{"docs":{},"辑":{"docs":{},"过":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"都":{"docs":{},"必":{"docs":{},"须":{"docs":{},"停":{"docs":{},"止":{"docs":{},"并":{"docs":{},"重":{"docs":{},"启":{"docs":{},"服":{"docs":{},"务":{"docs":{},"。":{"docs":{},"这":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"会":{"docs":{},"影":{"docs":{},"响":{"docs":{},"开":{"docs":{},"发":{"docs":{},"效":{"docs":{},"率":{"docs":{},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"整":{"docs":{},"个":{"docs":{},"输":{"docs":{},"出":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"允":{"docs":{},"许":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"内":{"docs":{},"联":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"可":{"docs":{},"以":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"防":{"docs":{},"御":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"止":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"包":{"docs":{},"裹":{"docs":{},"容":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"包":{"docs":{},"裹":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"不":{"docs":{},"是":{"docs":{},"以":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"用":{"docs":{},"法":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"则":{"docs":{},"将":{"docs":{},"其":{"docs":{},"集":{"docs":{},"成":{"docs":{},"到":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"很":{"docs":{},"棘":{"docs":{},"手":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{},"一":{"docs":{},"些":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},"来":{"docs":{},"使":{"docs":{},"其":{"docs":{},"正":{"docs":{},"常":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"只":{"docs":{},"是":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"要":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},"任":{"docs":{},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"检":{"docs":{},"查":{"docs":{},"这":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"否":{"docs":{},"已":{"docs":{},"经":{"docs":{},"具":{"docs":{},"有":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}},"遇":{"docs":{},"到":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"请":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}},"即":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"用":{"docs":{},"例":{"docs":{},"和":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"因":{"docs":{},"为":{"docs":{},"实":{"docs":{},"际":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"需":{"docs":{},"要":{"docs":{},"确":{"docs":{},"定":{"docs":{},"性":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"将":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"“":{"docs":{},"预":{"docs":{},"取":{"docs":{},"”":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"或":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"应":{"docs":{},"该":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"重":{"docs":{},"复":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"小":{"docs":{},"心":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"来":{"docs":{},"解":{"docs":{},"决":{"docs":{},"性":{"docs":{},"能":{"docs":{},"瓶":{"docs":{},"颈":{"docs":{},"。":{"docs":{},"在":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"也":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"单":{"docs":{},"一":{"docs":{},"实":{"docs":{},"例":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"在":{"docs":{},"大":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"填":{"docs":{},"充":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"则":{"docs":{},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"模":{"docs":{},"式":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"创":{"docs":{},"建":{"docs":{},"多":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"该":{"docs":{},"模":{"docs":{},"块":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}},"規":{"docs":{},"模":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"都":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"定":{"docs":{},"引":{"docs":{},"导":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"混":{"docs":{},"合":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10}},"」":{"docs":{},"时":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"了":{"docs":{},"解":{"docs":{},"的":{"docs":{},"一":{"docs":{},"件":{"docs":{},"事":{"docs":{},"是":{"docs":{},",":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"更":{"docs":{},"改":{"docs":{},"的":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"激":{"docs":{},"活":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"编":{"docs":{},"程":{"docs":{},"体":{"docs":{},"验":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"层":{"docs":{},"级":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},"或":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0425531914893617},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"其":{"docs":{},"他":{"docs":{},"能":{"docs":{},"够":{"docs":{},"选":{"docs":{},"取":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{},"选":{"docs":{},"择":{"docs":{},"器":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"正":{"docs":{},"常":{"docs":{},"激":{"docs":{},"活":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"期":{"docs":{},"间":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"望":{"docs":{},"值":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"时":{"docs":{},"产":{"docs":{},"生":{"docs":{},"全":{"docs":{},"局":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"默":{"docs":{},"认":{"docs":{},"文":{"docs":{},"件":{"docs":{},"是":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"名":{"docs":{},"に":{"docs":{},"ハ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"正":{"docs":{},"し":{"docs":{},"い":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"済":{"docs":{},"み":{"docs":{},"の":{"docs":{},"リ":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ヒ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"か":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"于":{"docs":{},"没":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"更":{"docs":{},"新":{"docs":{},",":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"只":{"docs":{},"有":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"现":{"docs":{},"在":{"docs":{},"是":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"将":{"docs":{},"被":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"已":{"docs":{},"经":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"好":{"docs":{},"了":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"内":{"docs":{},"容":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"查":{"docs":{},"看":{"docs":{},"过":{"docs":{},"期":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"个":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"最":{"docs":{},"多":{"docs":{},"只":{"docs":{},"能":{"docs":{},"每":{"docs":{},"秒":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{"universal.html":{"ref":"universal.html","tf":10.01063829787234}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"分":{"docs":{},"开":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"建":{"docs":{},"议":{"docs":{},"用":{"docs":{},"于":{"docs":{},"存":{"docs":{},"在":{"docs":{},"很":{"docs":{},"多":{"docs":{},"公":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}},"推":{"docs":{},"导":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"清":{"docs":{},"理":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"体":{"docs":{},"に":{"docs":{},"精":{"docs":{},"通":{"docs":{},"し":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"且":{"docs":{},"つ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"最":{"docs":{},"適":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"が":{"docs":{},"推":{"docs":{},"測":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"と":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"初":{"docs":{},"期":{"docs":{},"描":{"docs":{},"画":{"docs":{},"時":{"docs":{},"に":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}}}}},"访":{"docs":{},"问":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"不":{"docs":{},"可":{"docs":{},"接":{"docs":{},"受":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"常":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"过":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"运":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"以":{"docs":{},"上":{"docs":{},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"构":{"docs":{},"建":{"docs":{},"后":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"基":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"可":{"docs":{},"能":{"docs":{},"像":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"被":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"什":{"docs":{},"么":{"docs":{},"文":{"docs":{},"件":{"docs":{},"应":{"docs":{},"该":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"对":{"docs":{},"于":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"坑":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"致":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"4":{"0":{"4":{"docs":{},"で":{"docs":{},"拒":{"docs":{},"否":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"の":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"伴":{"docs":{},"随":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"显":{"docs":{},"著":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"状":{"docs":{},"态":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"中":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"请":{"docs":{},"留":{"docs":{},"意":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"尽":{"docs":{},"量":{"docs":{},"避":{"docs":{},"免":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"重":{"docs":{},"新":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"手":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"記":{"docs":{},"の":{"docs":{},"設":{"docs":{},"定":{"docs":{},"は":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"仅":{"docs":{},"运":{"docs":{},"行":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"介":{"docs":{},"绍":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"但":{"docs":{},"是":{"docs":{},"稍":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"执":{"docs":{},"行":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"目":{"docs":{},"前":{"docs":{},"为":{"docs":{},"止":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"没":{"docs":{},"有":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"过":{"docs":{},"如":{"docs":{},"何":{"docs":{},"将":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"打":{"docs":{},"包":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"将":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"通":{"docs":{},"过":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"同":{"docs":{},"样":{"docs":{},"的":{"docs":{},"规":{"docs":{},"则":{"docs":{},"也":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"状":{"docs":{},"态":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"じ":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"、":{"docs":{},"イ":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"バ":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"適":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"直":{"docs":{},"接":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"無":{"docs":{},"く":{"docs":{},"、":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"留":{"docs":{},"意":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"様":{"docs":{},"の":{"docs":{},"や":{"docs":{},"り":{"docs":{},"方":{"docs":{},"で":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"错":{"docs":{},"误":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"它":{"docs":{},"接":{"docs":{},"受":{"docs":{},"任":{"docs":{},"意":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"异":{"docs":{},"常":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"导":{"docs":{},"入":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"任":{"docs":{},"何":{"docs":{},"错":{"docs":{},"误":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"导":{"docs":{},"入":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"它":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"调":{"docs":{},"用":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"此":{"docs":{},"时":{"docs":{},",":{"docs":{},"除":{"docs":{},"了":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"返":{"docs":{},"回":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"做":{"docs":{},"太":{"docs":{},"多":{"docs":{},"事":{"docs":{},"情":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"尽":{"docs":{},"管":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"所":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"看":{"docs":{},"法":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"都":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"比":{"docs":{},"它":{"docs":{},"们":{"docs":{},",":{"docs":{},"找":{"docs":{},"出":{"docs":{},"两":{"docs":{},"个":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"列":{"docs":{},"表":{"docs":{},"的":{"docs":{},"差":{"docs":{},"异":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"作":{"docs":{},"为":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"相":{"docs":{},"结":{"docs":{},"合":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"是":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"谓":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"激":{"docs":{},"活":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"需":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}},"打":{"docs":{},"包":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976}}}},"来":{"docs":{},"处":{"docs":{},"理":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"源":{"docs":{},"码":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"通":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"组":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"打":{"docs":{},"包":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"执":{"docs":{},"行":{"docs":{},"其":{"docs":{},"他":{"docs":{},"任":{"docs":{},"务":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"注":{"docs":{},"入":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},"标":{"docs":{},"题":{"docs":{},"管":{"docs":{},"理":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"访":{"docs":{},"问":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"访":{"docs":{},"问":{"docs":{},"它":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"许":{"docs":{},"多":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"为":{"docs":{},"单":{"docs":{},"个":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.001953125}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"本":{"docs":{},"的":{"docs":{},"な":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":10.003436426116838}}}}}},"特":{"docs":{},"定":{"docs":{},"功":{"docs":{},"能":{"docs":{},"不":{"docs":{},"能":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"性":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"转":{"docs":{},"译":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},"以":{"docs":{},"适":{"docs":{},"应":{"docs":{},"老":{"docs":{},"版":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"。":{"docs":{},"这":{"docs":{},"也":{"docs":{},"会":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"殊":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"让":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"遅":{"docs":{},"さ":{"docs":{},"や":{"docs":{},"遅":{"docs":{},"い":{"docs":{},"デ":{"docs":{},"バ":{"docs":{},"イ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"再":{"docs":{},"生":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"短":{"docs":{},"縮":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"与":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"耦":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}},",":{"docs":{},"先":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"将":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"规":{"docs":{},"划":{"docs":{},"都":{"docs":{},"弄":{"docs":{},"清":{"docs":{},"楚":{"docs":{},"了":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"启":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"以":{"docs":{},"上":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"填":{"docs":{},"充":{"docs":{},"入":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"有":{"docs":{},"了":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"和":{"docs":{},"注":{"docs":{},"入":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"避":{"docs":{},"免":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"重":{"docs":{},"复":{"docs":{},"注":{"docs":{},"册":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"后":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},",":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"拆":{"docs":{},"分":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},",":{"docs":{},"将":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},"(":{"docs":{},"所":{"docs":{},"有":{"docs":{},"都":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"(":{"docs":{},"不":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"将":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"在":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"表":{"docs":{},"的":{"docs":{},"な":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"以":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"下":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"只":{"docs":{},"能":{"docs":{},"用":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"、":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"使":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"便":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"能":{"docs":{},"够":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"前":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"后":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"会":{"docs":{},"二":{"docs":{},"次":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"知":{"docs":{},"道":{"docs":{},"数":{"docs":{},"据":{"docs":{},"在":{"docs":{},"何":{"docs":{},"时":{"docs":{},"更":{"docs":{},"新":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"之":{"docs":{},"后":{"docs":{},"正":{"docs":{},"确":{"docs":{},"注":{"docs":{},"入":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"获":{"docs":{},"得":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"做":{"docs":{},"法":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"上":{"docs":{"./":{"ref":"./","tf":0.025157232704402517}}},"降":{"docs":{"api.html":{"ref":"api.html","tf":0.00984251968503937}},"を":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"必":{"docs":{},"須":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},")":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"別":{"docs":{},"々":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"な":{"docs":{},"し":{"docs":{},"で":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"任":{"docs":{},"意":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"な":{"docs":{},"し":{"docs":{},"で":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"み":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"プ":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ダ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"削":{"docs":{},"除":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"给":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"入":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"已":{"docs":{},"经":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"添":{"docs":{},"加":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"类":{"docs":{},"型":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"未":{"docs":{},"处":{"docs":{},"理":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"应":{"docs":{},"该":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"定":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"」":{"docs":{},"所":{"docs":{},"导":{"docs":{},"出":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"传":{"docs":{},"入":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},")":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"它":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"插":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"时":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"匹":{"docs":{},"配":{"docs":{},"不":{"docs":{},"到":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"执":{"docs":{},"行":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"视":{"docs":{},"图":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"状":{"docs":{},"态":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"完":{"docs":{},"成":{"docs":{},"构":{"docs":{},"建":{"docs":{},"(":{"docs":{},"请":{"docs":{},"再":{"docs":{},"次":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"现":{"docs":{},"在":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},")":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"用":{"docs":{},"法":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"更":{"docs":{},"改":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"示":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"第":{"docs":{},"一":{"docs":{},"类":{"docs":{},"的":{"docs":{},"概":{"docs":{},"念":{"docs":{},",":{"docs":{},"将":{"docs":{},"其":{"docs":{},"与":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"此":{"docs":{},"模":{"docs":{},"板":{"docs":{},"应":{"docs":{},"包":{"docs":{},"含":{"docs":{},"注":{"docs":{},"释":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"优":{"docs":{},"点":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"必":{"docs":{},"须":{"docs":{},"实":{"docs":{},"现":{"docs":{},"以":{"docs":{},"下":{"docs":{},"接":{"docs":{},"口":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.010135135135135136}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"到":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"应":{"docs":{},"该":{"docs":{},"只":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"产":{"docs":{},"环":{"docs":{},"境":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"改":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}},"路":{"docs":{},"由":{"docs":{},"和":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.002994011976048}}}}}}}}},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"常":{"docs":{},"量":{"docs":{},"将":{"docs":{},"导":{"docs":{},"致":{"docs":{},"组":{"docs":{},"件":{"docs":{},"始":{"docs":{},"终":{"docs":{},"被":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"这":{"docs":{},"对":{"docs":{},"纯":{"docs":{},"静":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"有":{"docs":{},"好":{"docs":{},"处":{"docs":{},"的":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"值":{"docs":{},"是":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"り":{"docs":{},"値":{"docs":{},"は":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}},"需":{"docs":{},"要":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"样":{"docs":{},"式":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"停":{"docs":{},"止":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"细":{"docs":{},"节":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"查":{"docs":{},"看":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"另":{"docs":{},"一":{"docs":{},"个":{"docs":{},"需":{"docs":{},"要":{"docs":{},"关":{"docs":{},"注":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"后":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"返":{"docs":{},"回":{"docs":{},"最":{"docs":{},"终":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"否":{"docs":{},"则":{"docs":{},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"因":{"docs":{},"为":{"docs":{},"使":{"docs":{},"用":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"致":{"docs":{},"混":{"docs":{},"合":{"docs":{},"失":{"docs":{},"败":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"哦":{"docs":{},"?":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"要":{"docs":{},"写":{"docs":{},"很":{"docs":{},"多":{"docs":{},"代":{"docs":{},"码":{"docs":{},"!":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"通":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"可":{"docs":{},"能":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"最":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"为":{"docs":{},"下":{"docs":{},"一":{"docs":{},"步":{"docs":{},"开":{"docs":{},"发":{"docs":{},"做":{"docs":{},"前":{"docs":{},"期":{"docs":{},"准":{"docs":{},"备":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"设":{"docs":{},"定":{"docs":{},"好":{"docs":{},"模":{"docs":{},"板":{"docs":{},"示":{"docs":{},"例":{"docs":{},",":{"docs":{},"创":{"docs":{},"建":{"docs":{},"单":{"docs":{},"独":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"会":{"docs":{},"变":{"docs":{},"得":{"docs":{},"相":{"docs":{},"当":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"带":{"docs":{},"有":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"配":{"docs":{},"置":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"惰":{"docs":{},"性":{"docs":{},"注":{"docs":{},"册":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"和":{"docs":{},"状":{"docs":{},"态":{"docs":{"data.html":{"ref":"data.html","tf":10.001557632398754}}}}},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"指":{"docs":{},"令":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"暴":{"docs":{},"露":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"添":{"docs":{},"加":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"相":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"组":{"docs":{},"件":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"同":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"签":{"docs":{},"名":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"反":{"docs":{},",":{"docs":{},"它":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"组":{"docs":{},",":{"docs":{},"此":{"docs":{},"数":{"docs":{},"组":{"docs":{},"是":{"docs":{},"由":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"对":{"docs":{},"象":{"docs":{},"所":{"docs":{},"组":{"docs":{},"成":{"docs":{},"。":{"docs":{},"这":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"在":{"docs":{},"以":{"docs":{},"编":{"docs":{},"程":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"执":{"docs":{},"行":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"哪":{"docs":{},"里":{"docs":{},"放":{"docs":{},"置":{"docs":{},"「":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"信":{"docs":{},"息":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"当":{"docs":{},"多":{"docs":{},"次":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},"时":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"这":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"条":{"docs":{},"目":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"な":{"docs":{},"画":{"docs":{},"像":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"み":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"。":{"docs":{},"相":{"docs":{},"反":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"\"":{"docs":{},"激":{"docs":{},"活":{"docs":{},"\"":{"docs":{},"这":{"docs":{},"些":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"の":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"処":{"docs":{},"理":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"置":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},"支":{"docs":{},"持":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"展":{"docs":{},"開":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"で":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},"属":{"docs":{},"性":{"docs":{},":":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"自":{"docs":{},"行":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"树":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"会":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"知":{"docs":{},"道":{"docs":{},"这":{"docs":{},"部":{"docs":{},"分":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.006756756756757},"head.html":{"ref":"head.html","tf":5.005988023952096}},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"遵":{"docs":{},"循":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"理":{"docs":{},"念":{"docs":{},":":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"追":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"结":{"docs":{},"构":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"当":{"docs":{},"你":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"为":{"docs":{},"能":{"docs":{},"够":{"docs":{},"正":{"docs":{},"确":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"写":{"docs":{},"入":{"docs":{},"有":{"docs":{},"效":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"其":{"docs":{},"中":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"它":{"docs":{},"提":{"docs":{},"供":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"作":{"docs":{},"为":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"参":{"docs":{},"考":{"docs":{"api.html":{"ref":"api.html","tf":5.001757469244288}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},":":{"docs":{},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"動":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"以":{"docs":{},"下":{"docs":{},"之":{"docs":{},"一":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"照":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"指":{"docs":{},"引":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3400900900900896},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"向":{"docs":{},"你":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"除":{"docs":{},"此":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"後":{"docs":{},"に":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}},"章":{"docs":{},"节":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"进":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"出":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"和":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"最":{"docs":{},"优":{"docs":{},"化":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"/":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"示":{"docs":{},"例":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},")":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"操":{"docs":{},"作":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"の":{"docs":{},"時":{"docs":{},"間":{"docs":{},")":{"docs":{},"を":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"画":{"docs":{},"面":{"docs":{},"で":{"docs":{},"は":{"docs":{},"\"":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"を":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"む":{"docs":{},"\"":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"…":{"docs":{},"…":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"表":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"出":{"docs":{},"现":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"这":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"通":{"docs":{},"常":{"docs":{},"由":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"集":{"docs":{},"合":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"又":{"docs":{},"或":{"docs":{},"者":{"docs":{},",":{"docs":{},"你":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{},"在":{"docs":{},"不":{"docs":{},"传":{"docs":{},"递":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"构":{"docs":{},"建":{"docs":{},"速":{"docs":{},"度":{"docs":{},"更":{"docs":{},"快":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}},"好":{"docs":{},"处":{"docs":{},"是":{"docs":{},"双":{"docs":{},"重":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"動":{"docs":{},"で":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"扩":{"docs":{},"展":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"为":{"docs":{},"通":{"docs":{},"用":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"管":{"docs":{},"理":{"docs":{},"工":{"docs":{},"具":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"注":{"docs":{},"入":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"求":{"docs":{},"事":{"docs":{},"項":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"输":{"docs":{},"出":{"docs":{},"(":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"送":{"docs":{},"面":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"相":{"docs":{},"当":{"docs":{},"昂":{"docs":{},"贵":{"docs":{},"的":{"docs":{},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"当":{"docs":{},"应":{"docs":{},"用":{"docs":{},"很":{"docs":{},"大":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"适":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"链":{"docs":{},"接":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"项":{"docs":{},"目":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"才":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"除":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"风":{"docs":{},"格":{"docs":{},"导":{"docs":{},"出":{"docs":{},"模":{"docs":{},"块":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"可":{"docs":{},"能":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"毕":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"只":{"docs":{},"有":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"位":{"docs":{},"于":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"启":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"插":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"作":{"docs":{},"为":{"docs":{},"独":{"docs":{},"立":{"docs":{},"文":{"docs":{},"件":{"docs":{},"提":{"docs":{},"供":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"当":{"docs":{},"直":{"docs":{},"接":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"代":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"确":{"docs":{},"保":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"此":{"docs":{},"插":{"docs":{},"件":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"处":{"docs":{},"理":{"docs":{},"器":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"攻":{"docs":{},"击":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"撃":{"docs":{},"を":{"docs":{},"防":{"docs":{},"ぐ":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},",":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"何":{"docs":{},"时":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"决":{"docs":{},"定":{"docs":{},",":{"docs":{},"则":{"docs":{},"上":{"docs":{},"述":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"很":{"docs":{},"好":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"具":{"docs":{},"有":{"docs":{},"相":{"docs":{},"同":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"它":{"docs":{},"具":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"全":{"docs":{},"局":{"docs":{},"状":{"docs":{},"态":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"对":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"产":{"docs":{},"生":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"性":{"docs":{},"能":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"利":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"改":{"docs":{},"善":{"docs":{},"响":{"docs":{},"应":{"docs":{},"时":{"docs":{},"间":{"docs":{},"并":{"docs":{},"减":{"docs":{},"少":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"秒":{"docs":{},"后":{"docs":{},"过":{"docs":{},"期":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":10.005555555555556}}}},"节":{"docs":{},"点":{"docs":{},"的":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"无":{"docs":{},"法":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"基":{"docs":{},"于":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"(":{"docs":{},"p":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"虽":{"docs":{},"然":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}},"被":{"docs":{},"发":{"docs":{},"出":{"docs":{},"时":{"docs":{},",":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"可":{"docs":{},"能":{"docs":{},"不":{"docs":{},"被":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"其":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"遍":{"docs":{},"历":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"环":{"docs":{},"境":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.333333333333333}}}},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"(":{"docs":{},"如":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},",":{"docs":{},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}},"仍":{"docs":{},"然":{"docs":{},"使":{"docs":{},"用":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"如":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"文":{"docs":{},"档":{"docs":{},"中":{"docs":{},"提":{"docs":{},"到":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"模":{"docs":{},"式":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"相":{"docs":{},"当":{"docs":{},"大":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"最":{"docs":{},"初":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"の":{"docs":{},"数":{"docs":{},"百":{"docs":{},"ミ":{"docs":{},"リ":{"docs":{},"秒":{"docs":{},"が":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ほ":{"docs":{},"ど":{"docs":{},"重":{"docs":{},"要":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"い":{"docs":{},"内":{"docs":{},"部":{"docs":{},"的":{"docs":{},"な":{"docs":{},"ダ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"ボ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"構":{"docs":{},"築":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"典":{"docs":{},"型":{"docs":{},"用":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"的":{"docs":{},"な":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"出":{"docs":{},"于":{"docs":{},"向":{"docs":{},"后":{"docs":{},"兼":{"docs":{},"容":{"docs":{},"的":{"docs":{},"考":{"docs":{},"虑":{"docs":{},",":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"默":{"docs":{},"认":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"值":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"构":{"docs":{},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{},"捕":{"docs":{},"获":{"docs":{},"到":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"接":{"docs":{},"收":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"作":{"docs":{},"为":{"docs":{},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"那":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"整":{"docs":{},"个":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"从":{"docs":{},"而":{"docs":{},"可":{"docs":{},"以":{"docs":{},"让":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"显":{"docs":{},"式":{"docs":{},"地":{"docs":{},"声":{"docs":{},"明":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"用":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"绝":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"指":{"docs":{},"向":{"docs":{},"一":{"docs":{},"个":{"docs":{},"已":{"docs":{},"经":{"docs":{},"构":{"docs":{},"建":{"docs":{},"好":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"语":{"docs":{},"法":{"docs":{},"表":{"docs":{},"示":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"а":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"б":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.004152823920265781}},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}},"р":{"docs":{},"г":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},")":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"г":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"м":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"б":{"docs":{},"у":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"к":{"docs":{},"к":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"б":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"р":{"docs":{},"ё":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"и":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"о":{"docs":{},"т":{"docs":{},"е":{"docs":{},"к":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"и":{"docs":{},"н":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}},"р":{"docs":{},"а":{"docs":{},"у":{"docs":{},"з":{"docs":{},"е":{"docs":{},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"у":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.009125475285171103},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"щ":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.007475083056478406}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"э":{"docs":{},"к":{"docs":{},"э":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"й":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"г":{"docs":{},"о":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"в":{"docs":{"./":{"ref":"./","tf":0.02435897435897436},"basic.html":{"ref":"basic.html","tf":0.02666666666666667},"universal.html":{"ref":"universal.html","tf":0.0288659793814433},"structure.html":{"ref":"structure.html","tf":0.02656042496679947},"routing.html":{"ref":"routing.html","tf":0.018333333333333333},"data.html":{"ref":"data.html","tf":0.013688212927756654},"hydration.html":{"ref":"hydration.html","tf":0.040293040293040296},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.024464831804281346},"build-config.html":{"ref":"build-config.html","tf":0.02245088868101029},"css.html":{"ref":"css.html","tf":0.026915113871635612},"head.html":{"ref":"head.html","tf":0.024390243902439025},"caching.html":{"ref":"caching.html","tf":0.01971326164874552},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":2.0484848484848484},"api.html":{"ref":"api.html","tf":0.03156146179401993}},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"г":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ш":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{},"х":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"р":{"docs":{},"и":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"л":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"е":{"docs":{},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.01079734219269103}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"з":{"docs":{},"д":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"н":{"docs":{},"д":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"и":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ш":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"д":{"docs":{},"р":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.010351966873706004},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"з":{"docs":{},"м":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"д":{"docs":{},"о":{"docs":{},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"б":{"docs":{},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"д":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"ё":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"я":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.013096351730589336},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"у":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"в":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"о":{"docs":{},"д":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"а":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"в":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"г":{"docs":{},"л":{"docs":{},"я":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"и":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"г":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"ю":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403}}},"ю":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"а":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.006844106463878327},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"data.html":{"ref":"data.html","tf":2.5083650190114066},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005376344086021506}}}},"м":{"docs":{},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"л":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"н":{"docs":{},"е":{"docs":{},"й":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"е":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"в":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"ж":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}},"м":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"р":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.03054448871181939},"routing.html":{"ref":"routing.html","tf":0.021666666666666667},"data.html":{"ref":"data.html","tf":0.00988593155893536},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01834862385321101},"build-config.html":{"ref":"build-config.html","tf":0.01777362020579981},"css.html":{"ref":"css.html","tf":0.024844720496894408},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.021505376344086023},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.02574750830564784}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"л":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"у":{"docs":{},"п":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"head.html":{"ref":"head.html","tf":0.006968641114982578}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.006083650190114068},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"н":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.004152823920265781}}}}}},"к":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"р":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"у":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"у":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"с":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"щ":{"docs":{},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505}}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ы":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"е":{"docs":{},"р":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"ё":{"docs":{},"н":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.006968641114982578}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.510452961672474}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"д":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.019230769230769232},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.02257636122177955},"routing.html":{"ref":"routing.html","tf":2.5183333333333335},"data.html":{"ref":"data.html","tf":2.514448669201521},"hydration.html":{"ref":"hydration.html","tf":0.018315018315018316},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01529051987767584},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.008305647840531562}},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"л":{"docs":{},"и":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"ь":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"б":{"docs":{},"е":{"docs":{},"г":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.010351966873706004}}},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}}}}}}},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"м":{"docs":{},"е":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"й":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"е":{"docs":{},"с":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}}},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"й":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"о":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":10.004444444444445},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":2.012121212121212},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477}}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"я":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":3.335989375830013},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}},"д":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"к":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"к":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.010452961672473868},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"л":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"ю":{"docs":{},"ч":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.006644518272425249}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":3.3395189003436423},"structure.html":{"ref":"structure.html","tf":3.338645418326693},"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"д":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"ы":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"и":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{},"и":{"docs":{},"с":{"docs":{},"с":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"н":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"к":{"docs":{},"с":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.004152823920265781}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"п":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.009354536950421},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"е":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"р":{"docs":{},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.004152823920265781}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"а":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"у":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"э":{"docs":{},"ф":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"б":{"docs":{},"э":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"е":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"и":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":10.008960573476703}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"г":{"docs":{},"к":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ш":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"б":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ю":{"docs":{},"б":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"п":{"docs":{},"у":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ш":{"docs":{},"р":{"docs":{},"у":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"о":{"docs":{},"в":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":2.5033333333333334}}}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"head.html":{"ref":"head.html","tf":0.003484320557491289}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"с":{"docs":{},"с":{"docs":{},"и":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"д":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"р":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ж":{"docs":{},"д":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"х":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"з":{"docs":{},"м":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"о":{"docs":{},"д":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"к":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"е":{"docs":{},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"г":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"л":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"д":{"docs":{},"у":{"docs":{},"л":{"docs":{},"е":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.017264276228419653},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.014448669201520912},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"г":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.021794871794871794},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.024742268041237112},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.016730038022813688},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.016129032258064516},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"б":{"docs":{},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"ц":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"п":{"docs":{},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"я":{"docs":{},"м":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"к":{"docs":{},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"н":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"о":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"и":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"т":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ш":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"й":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ё":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.017921146953405017},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174},"non-node.html":{"ref":"non-node.html","tf":2.006060606060606},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"к":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"о":{"docs":{},"б":{"docs":{},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"х":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"з":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"ё":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"н":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"а":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"»":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"л":{"docs":{},"я":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ч":{"docs":{},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ё":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"е":{"docs":{},"с":{"docs":{},"п":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"с":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ъ":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"а":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ё":{"docs":{},"м":{"docs":{},"о":{"docs":{},"в":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ы":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"я":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ё":{"docs":{},"р":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"л":{"docs":{},"е":{"docs":{},"г":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"д":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"о":{"docs":{},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":2.006060606060606}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}},"н":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"щ":{"docs":{},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}},"ы":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"б":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"т":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ё":{"docs":{},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"з":{"docs":{},"и":{"docs":{},"л":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}},"а":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"н":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ш":{"docs":{},"и":{"docs":{},"б":{"docs":{},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"к":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"р":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"д":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{},"м":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ч":{"docs":{},"и":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"к":{"docs":{},"р":{"docs":{},"ё":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"х":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"о":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},"а":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"т":{"docs":{},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}}}}}},"о":{"docs":{},"х":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"в":{"docs":{},"ы":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"д":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"б":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"у":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"а":{"docs":{},"з":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"г":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"д":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"ж":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"з":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"ы":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"л":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0045627376425855515},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"д":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"е":{"docs":{},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"л":{"docs":{},"о":{"docs":{},"с":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"б":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"о":{"docs":{},"щ":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"я":{"docs":{},"в":{"docs":{},"я":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"л":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"д":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"м":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"т":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"м":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"я":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":2.500760456273764},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"в":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"а":{"docs":{},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"е":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"м":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.006548175865294668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}}},"д":{"docs":{},"ё":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{},"к":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"с":{"docs":{},"в":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{},"о":{"docs":{},"д":{"docs":{},"е":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"с":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"о":{"docs":{},"р":{"docs":{},"а":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"д":{"docs":{},"в":{"docs":{},"и":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"в":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"я":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"л":{"docs":{},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ш":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"с":{"docs":{},"е":{"docs":{},"в":{"docs":{},"д":{"docs":{},"о":{"docs":{},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"л":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"з":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"ё":{"docs":{},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"а":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"м":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"и":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"у":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ч":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"в":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"й":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"х":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"о":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"д":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"я":{"docs":{},"д":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"с":{"docs":{"./":{"ref":"./","tf":0.015384615384615385},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.01195219123505976},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.0076045627376425855},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.012458471760797342}},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"а":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":5.005612722170253},"api.html":{"ref":"api.html","tf":0.009136212624584718}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"о":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"ё":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"е":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"г":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},",":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"й":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{},"у":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"г":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"р":{"docs":{},"и":{"docs":{},"п":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"я":{"docs":{},"х":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"й":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"м":{"docs":{},"ы":{"docs":{},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"г":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"у":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.005813953488372093}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"ы":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ё":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}}}},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"е":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"б":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"о":{"docs":{},"я":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":2.5030418250950572},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"»":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"»":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ы":{"docs":{},"т":{"docs":{},"и":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"о":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"е":{"docs":{},"к":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"с":{"docs":{},"н":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"т":{"docs":{},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"о":{"docs":{},"к":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"й":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":3.335989375830013},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.004854368932039},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"я":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"ё":{"docs":{},"т":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ю":{"docs":{},"д":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"п":{"docs":{},"е":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"о":{"docs":{},"б":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"к":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":5.000830564784053}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"х":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"ы":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},".":{"docs":{},"д":{"docs":{},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"г":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.5069686411149825}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"к":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.006644518272425249}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"у":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ч":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"р":{"docs":{},"а":{"docs":{},"д":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"с":{"docs":{},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"и":{"docs":{},"п":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"и":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"м":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}}}},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ш":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{},"х":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":5.0020703933747415},"head.html":{"ref":"head.html","tf":2.5069686411149825}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"я":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ч":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"б":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"я":{"docs":{},"з":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{},"а":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"х":{"docs":{},"у":{"docs":{},"д":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"б":{"docs":{},"р":{"docs":{},"и":{"docs":{},"к":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"й":{"docs":{},"м":{"docs":{},"в":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"г":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},")":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"д":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"х":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"х":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ш":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"т":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"у":{"docs":{},"к":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"щ":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.00532319391634981}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"ц":{"docs":{},"и":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},";":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"х":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"р":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.00532319391634981},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.007483629560336763},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"б":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ы":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"ш":{"docs":{},"а":{"docs":{},"б":{"docs":{},"л":{"docs":{},"о":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"г":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"т":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"п":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.012371134020618556},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.019417475728155338},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"к":{"docs":{},"з":{"docs":{},"е":{"docs":{},"м":{"docs":{},"п":{"docs":{},"л":{"docs":{},"я":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"у":{"docs":{},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}},"ф":{"docs":{},"ф":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"가":{"docs":{},"능":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"정":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"했":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"져":{"docs":{},"오":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"온":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"와":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"지":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"상":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"짜":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"리":{"docs":{},"키":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"장":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"진":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"간":{"docs":{},"단":{"docs":{},"하":{"docs":{},"며":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"히":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"같":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"아":{"docs":{},"야":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"개":{"docs":{},"발":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"하":{"docs":{},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"중":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"선":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"정":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"념":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"검":{"docs":{},"색":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"사":{"docs":{},"하":{"docs":{},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"것":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"도":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"structure.html":{"ref":"structure.html","tf":0.005253940455341506}}}}}},"들":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"\"":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"경":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"우":{"docs":{"./":{"ref":"./","tf":0.011589403973509934},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.018691588785046728},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"도":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"도":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"(":{"docs":{},"라":{"docs":{},"우":{"docs":{},"트":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"예":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"험":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"고":{"docs":{},"려":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"해":{"docs":{},"야":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"민":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}},"급":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"유":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523}}}}},"관":{"docs":{},"련":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"성":{"docs":{},"이":{"docs":{},"있":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"하":{"docs":{},"여":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"리":{"docs":{"head.html":{"ref":"head.html","tf":5.00836820083682}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"도":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"광":{"docs":{},"범":{"docs":{},"위":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"구":{"docs":{},"조":{"docs":{"structure.html":{"ref":"structure.html","tf":5.003502626970228}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"축":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"현":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"하":{"docs":{},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}},"동":{"docs":{},"된":{"docs":{},"다":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"되":{"docs":{},"기":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"성":{"docs":{},"되":{"docs":{},"어":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"하":{"docs":{},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"권":{"docs":{},"장":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"그":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"다":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"러":{"docs":{},"나":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"면":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"럼":{"docs":{},"에":{"docs":{},"도":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"렇":{"docs":{},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},"리":{"docs":{},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"런":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"기":{"docs":{},"능":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"다":{"docs":{},"리":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"릴":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"려":{"docs":{},"야":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"반":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"으":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"하":{"docs":{},"지":{"docs":{},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"본":{"docs":{"basic.html":{"ref":"basic.html","tf":3.3359307359307357},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"인":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"값":{"docs":{},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{},"지":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"술":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"존":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"깊":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"내":{"docs":{},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"용":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"은":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"보":{"docs":{},"내":{"docs":{},"진":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"높":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"느":{"docs":{},"린":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"다":{"docs":{},"루":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"른":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.013736263736263736},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"릅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"운":{"docs":{},"로":{"docs":{},"드":{"docs":{},"되":{"docs":{},"어":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"음":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"과":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"룰":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"룹":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"시":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"르":{"docs":{},"면":{"docs":{},"(":{"docs":{},"즉":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"단":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"어":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"점":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"축":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"계":{"docs":{},"가":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"순":{"docs":{},"히":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"일":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"달":{"docs":{},"려":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"라":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"대":{"docs":{},"부":{"docs":{},"분":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"비":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"신":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"해":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"체":{"docs":{},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"개":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"폭":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"역":{"docs":{},"폭":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"더":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"도":{"docs":{},"달":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"해":{"docs":{},"야":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"하":{"docs":{},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"움":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"동":{"docs":{},"기":{"docs":{},"식":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"일":{"docs":{},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"도":{"docs":{},"록":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"지":{"docs":{},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{},"기":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"작":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"안":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"된":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},"다":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"될":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"둡":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"들":{"docs":{},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"오":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"등":{"docs":{},")":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"록":{"docs":{},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"따":{"docs":{},"른":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"라":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"때":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.012987012987012988},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"까":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"문":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"마":{"docs":{},"다":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"또":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"라":{"docs":{},"이":{"docs":{},"브":{"docs":{},"러":{"docs":{},"리":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"들":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"프":{"docs":{},"사":{"docs":{},"이":{"docs":{},"클":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}},"우":{"docs":{},"터":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"팅":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005628517823639775}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":3.335209505941213}}}}},"인":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"렌":{"docs":{},"더":{"docs":{},"링":{"docs":{"./":{"ref":"./","tf":0.014900662251655629},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"hydration.html":{"ref":"hydration.html","tf":0.025157232704402517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"이":{"docs":{},"란":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}},"된":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"마":{"docs":{},"다":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}},"하":{"docs":{},"는":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"러":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.340880503144654},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"가":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"게":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"와":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"로":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"해":{"docs":{},"야":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"딩":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"직":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"더":{"docs":{},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"리":{"docs":{},"퀘":{"docs":{},"스":{"docs":{},"트":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"소":{"docs":{},"스":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"로":{"docs":{},"드":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"턴":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"스":{"docs":{},"트":{"docs":{},"에":{"docs":{},"서":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"마":{"docs":{},"이":{"docs":{},"그":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"지":{"docs":{},"막":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"케":{"docs":{},"팅":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"크":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"업":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"찬":{"docs":{},"가":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"운":{"docs":{},"트":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}},"무":{"docs":{},"리":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}},"만":{"docs":{},"들":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"어":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}}},"야":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"하":{"docs":{},"기":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"진":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"질":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"기":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"면":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"때":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"드":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"듭":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"든":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"많":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"하":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"맞":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"매":{"docs":{},"우":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"칭":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"니":{"docs":{},"페":{"docs":{},"스":{"docs":{},"트":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"먼":{"docs":{},"저":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},"멤":{"docs":{},"버":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"몇":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"가":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"모":{"docs":{},"두":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"든":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"듈":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"드":{"docs":{},"로":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"음":{"docs":{},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"무":{"docs":{},"엇":{"docs":{},"입":{"docs":{},"니":{"docs":{},"까":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"시":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}},"문":{"docs":{},"자":{"docs":{},"열":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"에":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"제":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"가":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"서":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"미":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"처":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"밀":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"및":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"방":{"docs":{},"식":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"법":{"docs":{"basic.html":{"ref":"basic.html","tf":3.338528138528138}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"은":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}},"문":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"지":{"docs":{},"하":{"docs":{},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"배":{"docs":{},"포":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"열":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"백":{"docs":{},"엔":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"버":{"docs":{},"전":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"\"":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"스":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"리":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"그":{"docs":{},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"보":{"docs":{},"내":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"다":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"드":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"통":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"듯":{"docs":{},"이":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"존":{"docs":{},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"간":{"docs":{},"되":{"docs":{},"므":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},")":{"docs":{},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"냅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"복":{"docs":{},"잡":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"볼":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"부":{"docs":{},"하":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"분":{"docs":{},"들":{"docs":{},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"이":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"르":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"불":{"docs":{},"구":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"필":{"docs":{},"요":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"러":{"docs":{},"오":{"docs":{},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"일":{"docs":{},"치":{"docs":{},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"브":{"docs":{},"라":{"docs":{},"우":{"docs":{},"저":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"비":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"동":{"docs":{},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"화":{"docs":{},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"해":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"용":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"때":{"docs":{},"문":{"docs":{},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"활":{"docs":{},"성":{"docs":{},"화":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"하":{"docs":{},"면":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"슷":{"docs":{},"하":{"docs":{},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"빌":{"docs":{},"드":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":5.00355871886121},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"되":{"docs":{},"었":{"docs":{},"다":{"docs":{},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"트":{"docs":{},"인":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"빨":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"사":{"docs":{},"용":{"docs":{"basic.html":{"ref":"basic.html","tf":3.3359307359307357},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"방":{"docs":{},"식":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"자":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"별":{"docs":{},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"에":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"나":{"docs":{},"요":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"여":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"도":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"지":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"게":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"려":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"할":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"해":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"보":{"docs":{},"십":{"docs":{},"시":{"docs":{},"오":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"야":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"되":{"docs":{},"며":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"법":{"docs":{},"은":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"시":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"hydration.html":{"ref":"hydration.html","tf":3.339622641509434}},"이":{"docs":{},"펙":{"docs":{},"트":{"docs":{},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"전":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}},"항":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"은":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"들":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"실":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"상":{"docs":{},"용":{"docs":{},"구":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"호":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"작":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"게":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"황":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"태":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"당":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"수":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"새":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"로":{"docs":{},"운":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"생":{"docs":{},"깁":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"성":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"도":{"docs":{},"록":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"되":{"docs":{},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"자":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"산":{"docs":{},"성":{"docs":{},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"서":{"docs":{},"버":{"docs":{"./":{"ref":"./","tf":0.009933774834437087},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"build-config.html":{"ref":"build-config.html","tf":0.010676156583629894},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"사":{"docs":{},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"서":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"측":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},")":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"렌":{"docs":{},"더":{"docs":{},"링":{"docs":{},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"설":{"docs":{},"정":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.00355871886121}},"됨":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"지":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"한":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}}},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"만":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"들":{"docs":{},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"치":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"되":{"docs":{},"어":{"docs":{},"있":{"docs":{},"거":{"docs":{},"나":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"명":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755}}}}}}}},"성":{"docs":{},"능":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"솔":{"docs":{},"루":{"docs":{},"션":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"수":{"docs":{"./":{"ref":"./","tf":0.026490066225165563},"basic.html":{"ref":"basic.html","tf":0.015584415584415584},"universal.html":{"ref":"universal.html","tf":0.02197802197802198},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.013048635824436536},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.016355140186915886},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.010273972602739725}},"백":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"있":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"준":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"정":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"할":{"docs":{},"때":{"docs":{},"마":{"docs":{},"다":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}},"행":{"docs":{},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"도":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"동":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"집":{"docs":{},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"명":{"docs":{},"주":{"docs":{},"기":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"쉽":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"스":{"docs":{},"크":{"docs":{},"립":{"docs":{},"트":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"택":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"피":{"docs":{},"너":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"트":{"docs":{},"리":{"docs":{},"밍":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.020689655172413}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"림":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}},"을":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"이":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"타":{"docs":{},"일":{"docs":{},"이":{"docs":{},"며":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"간":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},")":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"작":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"하":{"docs":{},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{},"데":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"해":{"docs":{},"야":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"나":{"docs":{},"리":{"docs":{},"오":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{},"도":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}},"실":{"docs":{},"제":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"행":{"docs":{},"될":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"여":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{},"능":{"docs":{},"한":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"되":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"수":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"싱":{"docs":{},"글":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"톤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"아":{"docs":{},"래":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"티":{"docs":{},"팩":{"docs":{},"트":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"이":{"docs":{},"디":{"docs":{},"어":{"docs":{},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"직":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"안":{"docs":{},"내":{"docs":{},"서":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"전":{"docs":{},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"않":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"고":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"았":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"지":{"docs":{},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"아":{"docs":{},"도":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"야":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"알":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"있":{"docs":{},"다":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"아":{"docs":{},"야":{"docs":{},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"립":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"앞":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"애":{"docs":{},"플":{"docs":{},"리":{"docs":{},"케":{"docs":{},"이":{"docs":{},"션":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.003424657534246575}},")":{"docs":{},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"의":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"과":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"앱":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"약":{"docs":{},"간":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"어":{"docs":{},"떻":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"떠":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"얻":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"얼":{"docs":{},"마":{"docs":{},"나":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"없":{"docs":{},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"도":{"docs":{},"록":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"엔":{"docs":{},"드":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"진":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"트":{"docs":{},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"여":{"docs":{},"겨":{"docs":{},"질":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"기":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"전":{"docs":{},"히":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"부":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"예":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"상":{"docs":{},"되":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"방":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"정":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"제":{"docs":{},"에":{"docs":{},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"완":{"docs":{},"료":{"docs":{},"될":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"되":{"docs":{},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"벽":{"docs":{},"하":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"히":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"전":{"docs":{},"히":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}}}},"왜":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"외":{"docs":{},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"화":{"docs":{},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{},"도":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"요":{"docs":{},"구":{"docs":{},"사":{"docs":{},"항":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}}}},"청":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"간":{"docs":{},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"소":{"docs":{},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"원":{"docs":{},"한":{"docs":{},"다":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"활":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"할":{"docs":{},"히":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"웹":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"위":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"해":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"서":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"치":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"유":{"docs":{},"용":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"지":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"니":{"docs":{},"버":{"docs":{},"설":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3388278388278385}}}}},"즈":{"docs":{},"케":{"docs":{},"이":{"docs":{},"스":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"사":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"하":{"docs":{},"지":{"docs":{},"만":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"효":{"docs":{},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"추":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"됨":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"형":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"틸":{"docs":{},"리":{"docs":{},"티":{"docs":{},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"이":{"docs":{"./":{"ref":"./","tf":0.014900662251655629},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00830367734282325},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.00684931506849315}},"며":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"미":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"지":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"용":{"docs":{},"해":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"하":{"docs":{},"기":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"해":{"docs":{},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"것":{"docs":{},"은":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"러":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"벤":{"docs":{},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"외":{"docs":{},"에":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"유":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"전":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"제":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"후":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"렇":{"docs":{},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"하":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"점":{"docs":{},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"름":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"스":{"docs":{},"케":{"docs":{},"이":{"docs":{},"프":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},"된":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"루":{"docs":{},"어":{"docs":{},"지":{"docs":{},"지":{"docs":{},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"중":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"익":{"docs":{},"숙":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"인":{"docs":{},"덱":{"docs":{},"싱":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"터":{"docs":{},"넷":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"폴":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}},"보":{"docs":{},"간":{"docs":{},")":{"docs":{},"도":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"페":{"docs":{},"이":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"와":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"도":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"화":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"해":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"라":{"docs":{},"인":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"으":{"docs":{},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"젝":{"docs":{},"션":{"docs":{},"과":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"일":{"docs":{},"반":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"으":{"docs":{},"킬":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"급":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"치":{"docs":{},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"함":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"읽":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"으":{"docs":{},"면":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"고":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"있":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"다":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"도":{"docs":{},"록":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.024834437086092714},"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"universal.html":{"ref":"universal.html","tf":0.016483516483516484},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0166073546856465},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.014018691588785047},"api.html":{"ref":"api.html","tf":0.010273972602739725}},"(":{"docs":{},"향":{"docs":{},"후":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"i":{"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"나":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"지":{"docs":{},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"어":{"docs":{},"야":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"자":{"docs":{},"바":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"스":{"docs":{},"크":{"docs":{},"립":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"체":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"동":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"으":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011320754716981131},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}},"세":{"docs":{},"히":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"한":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"식":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"작":{"docs":{},"동":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"시":{"docs":{},"킬":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}}},"까":{"docs":{},"지":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"성":{"docs":{},"된":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3360805860805858}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0070052539404553416}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}},"업":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"잘":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"장":{"docs":{},"점":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"치":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"전":{"docs":{},"략":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}},"체":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"통":{"docs":{},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"환":{"docs":{},"율":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"달":{"docs":{},"인":{"docs":{},"자":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.005707762557077625}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"하":{"docs":{},"여":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"할":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"될":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"한":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"혀":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"역":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"적":{"docs":{},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"용":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"송":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"절":{"docs":{},"대":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"경":{"docs":{},"로":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"점":{"docs":{},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"정":{"docs":{},"적":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"인":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"확":{"docs":{},"히":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"게":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"보":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"제":{"docs":{},"공":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}}}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"되":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"해":{"docs":{},"야":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}},"약":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"사":{"docs":{},"항":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"어":{"docs":{},"해":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"하":{"docs":{},"거":{"docs":{},"나":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"작":{"docs":{},"자":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"거":{"docs":{},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"조":{"docs":{},"작":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"건":{"docs":{},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"좋":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"은":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"주":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"제":{"docs":{},"이":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"목":{"docs":{},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"석":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"입":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"하":{"docs":{},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"해":{"docs":{},"야":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"하":{"docs":{},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"사":{"docs":{},"항":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"문":{"docs":{},"형":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"중":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"요":{"docs":{},"하":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"해":{"docs":{},"질":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"이":{"docs":{},"라":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"점":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"단":{"docs":{},"하":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"지":{"docs":{},"했":{"docs":{},"다":{"docs":{},"가":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"즉":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"석":{"docs":{},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"지":{"docs":{},"식":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"원":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"하":{"docs":{},"지":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"함":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"금":{"docs":{},"까":{"docs":{},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"점":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"연":{"docs":{},"된":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"능":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}},"남":{"docs":{},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"직":{"docs":{},"접":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"렬":{"docs":{},"화":{"docs":{},"하":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"짜":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"참":{"docs":{},"고":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"사":{"docs":{},"항":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"조":{"docs":{"api.html":{"ref":"api.html","tf":5}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"십":{"docs":{},"시":{"docs":{},"오":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}}}}},"처":{"docs":{},"리":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"음":{"docs":{},"부":{"docs":{},"터":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"초":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"기":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"당":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"최":{"docs":{},"상":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"소":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"적":{"docs":{},"화":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"의":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"신":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"대":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"종":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"추":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"된":{"docs":{},")":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}},"한":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"되":{"docs":{},"는":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"상":{"docs":{},"화":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"출":{"docs":{},"력":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"될":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"측":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"캐":{"docs":{},"싱":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":10.011682242990654}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"시":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"되":{"docs":{},"며":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"므":{"docs":{},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"된":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"키":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"하":{"docs":{},"지":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"컨":{"docs":{},"텐":{"docs":{},"츠":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"가":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"텍":{"docs":{},"스":{"docs":{},"트":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"객":{"docs":{},"체":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"셉":{"docs":{},"으":{"docs":{},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"컴":{"docs":{},"파":{"docs":{},"일":{"docs":{},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"포":{"docs":{},"넌":{"docs":{},"트":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.011682242990654205},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.009380863039399626},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.011682242990654205}}},"가":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"마":{"docs":{},"다":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"코":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":3.3388278388278385},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":3.340838023764853},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"콘":{"docs":{},"텐":{"docs":{},"츠":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"크":{"docs":{},"롤":{"docs":{},"러":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"클":{"docs":{},"라":{"docs":{},"이":{"docs":{},"언":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.013736263736263736},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":3.3584905660377355},"build-config.html":{"ref":"build-config.html","tf":0.014234875444839857},"api.html":{"ref":"api.html","tf":0.005707762557077625}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"간":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"로":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"래":{"docs":{},"스":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"테":{"docs":{},"스":{"docs":{},"트":{"docs":{},"되":{"docs":{},"었":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}}},"트":{"docs":{},"래":{"docs":{},"픽":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"리":{"docs":{},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"를":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"특":{"docs":{},"정":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"히":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"수":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"팀":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"파":{"docs":{},"일":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"은":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"페":{"docs":{},"이":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"를":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"칭":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"표":{"docs":{},"기":{"docs":{},"된":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"법":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"시":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},"(":{"docs":{},"전":{"docs":{},"체":{"docs":{},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"풀":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"프":{"docs":{},"레":{"docs":{},"임":{"docs":{},"워":{"docs":{},"크":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}},"론":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"로":{"docs":{},"세":{"docs":{},"스":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"젝":{"docs":{},"트":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"그":{"docs":{},"래":{"docs":{},"밍":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"로":{"docs":{},"드":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"/":{"docs":{},"프":{"docs":{},"리":{"docs":{},"페":{"docs":{},"치":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"하":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"페":{"docs":{},"치":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"필":{"docs":{},"요":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01509433962264151},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"하":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"며":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"므":{"docs":{},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"지":{"docs":{},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"데":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"기":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{},"드":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"hydration.html":{"ref":"hydration.html","tf":3.352201257861635}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}}}}}}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"나":{"docs":{},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"위":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"함":{"docs":{},"께":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"수":{"docs":{},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"인":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}},"해":{"docs":{},"주":{"docs":{},"세":{"docs":{},"요":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"결":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"기":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"려":{"docs":{},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"석":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"야":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"시":{"docs":{},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"당":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"핵":{"docs":{},"심":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"향":{"docs":{},"상":{"docs":{},"되":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"시":{"docs":{},"킬":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"키":{"docs":{},"고":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"현":{"docs":{},"재":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"명":{"docs":{},"하":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"형":{"docs":{},"태":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"혼":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"환":{"docs":{},"경":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"설":{"docs":{},"정":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"후":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"훨":{"docs":{},"씬":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"곳":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"공":{"docs":{},"유":{"docs":{},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"되":{"docs":{},"지":{"docs":{},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"된":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"될":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"식":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"격":{"docs":{},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"나":{"docs":{},"중":{"docs":{},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"타":{"docs":{},"냅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"내":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"누":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"네":{"docs":{},"이":{"docs":{},"티":{"docs":{},"브":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"데":{"docs":{},"이":{"docs":{},"터":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793}}},"베":{"docs":{},"이":{"docs":{},"스":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"가":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"모":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"되":{"docs":{},"지":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"두":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"번":{"docs":{},"째":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"가":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"개":{"docs":{},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"런":{"docs":{},"타":{"docs":{},"임":{"docs":{},"에":{"docs":{},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"레":{"docs":{},"핑":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}},"벨":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"퍼":{"docs":{},"런":{"docs":{},"스":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"이":{"docs":{},"어":{"docs":{},"에":{"docs":{},"서":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"링":{"docs":{},"크":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"반":{"docs":{},"드":{"docs":{},"시":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"대":{"docs":{},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"응":{"docs":{},"성":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"형":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"복":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}},"되":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"환":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"지":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"되":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"삽":{"docs":{},"입":{"docs":{},"되":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"하":{"docs":{},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"소":{"docs":{},"개":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3371069182389936}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"스":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"코":{"docs":{},"드":{"docs":{"structure.html":{"ref":"structure.html","tf":5}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"맵":{"docs":{},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"쉘":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"에":{"docs":{},"셋":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"러":{"docs":{},"가":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"서":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"저":{"docs":{},"장":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"하":{"docs":{},"시":{"docs":{},"키":{"docs":{},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"템":{"docs":{},"플":{"docs":{},"릿":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"은":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"안":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"통":{"docs":{},"합":{"docs":{},"하":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"해":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"포":{"docs":{},"함":{"docs":{},"시":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"되":{"docs":{},"므":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"될":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"확":{"docs":{},"인":{"docs":{},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"할":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"장":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"힌":{"docs":{},"트":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"각":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"감":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"객":{"docs":{},"체":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.00684931506849315}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"갱":{"docs":{},"신":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"건":{"docs":{},"드":{"docs":{},"릴":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"게":{"docs":{},"으":{"docs":{},"른":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"격":{"docs":{},"리":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"결":{"docs":{},"정":{"docs":{},"적":{"docs":{},"이":{"docs":{},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"되":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"합":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"과":{"docs":{},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"가":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"계":{"docs":{},"속":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"산":{"docs":{},"되":{"docs":{},"어":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"교":{"docs":{},"차":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"까":{"docs":{},"다":{"docs":{},"로":{"docs":{},"울":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"꼭":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"디":{"docs":{},"렉":{"docs":{},"티":{"docs":{},"브":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"와":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"토":{"docs":{},"리":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"뚀":{"docs":{},"는":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}}}},"래":{"docs":{},"핑":{"docs":{},"하":{"docs":{},"거":{"docs":{},"나":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"메":{"docs":{},"커":{"docs":{},"니":{"docs":{},"즘":{"docs":{},"으":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"모":{"docs":{},"리":{"docs":{},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"소":{"docs":{},"드":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}},"바":{"docs":{},"꿀":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"발":{"docs":{},"생":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"시":{"docs":{},"키":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"킵":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"견":{"docs":{},"되":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"범":{"docs":{},"용":{"docs":{},"적":{"docs":{},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}}},"변":{"docs":{},"수":{"docs":{},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"환":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}}},"경":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"할":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"되":{"docs":{},"거":{"docs":{},"나":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"별":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"칭":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"도":{"docs":{},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"살":{"docs":{},"아":{"docs":{},"있":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"펴":{"docs":{},"보":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"봅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"써":{"docs":{},"드":{"docs":{},"파":{"docs":{},"티":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"영":{"docs":{},"원":{"docs":{},"히":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"오":{"docs":{},"류":{"docs":{},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"염":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"시":{"docs":{},"키":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"랫":{"docs":{},"동":{"docs":{},"안":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"옮":{"docs":{},"겨":{"docs":{},"야":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"갑":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"의":{"docs":{},"존":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"성":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"해":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"미":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"잠":{"docs":{},"시":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"접":{"docs":{},"근":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"존":{"docs":{},"재":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"차":{"docs":{},"이":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"타":{"docs":{},"이":{"docs":{},"머":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"틀":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"임":{"docs":{},"스":{"docs":{},"탬":{"docs":{},"프":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"편":{"docs":{},"법":{"docs":{},"이":{"docs":{},"며":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"플":{"docs":{},"랫":{"docs":{},"폼":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"러":{"docs":{},"그":{"docs":{},"인":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"레":{"docs":{},"이":{"docs":{},"스":{"docs":{},"홀":{"docs":{},"더":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}}},"피":{"docs":{},"하":{"docs":{},"려":{"docs":{},"면":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"세":{"docs":{},"요":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"해":{"docs":{},"야":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"호":{"docs":{},"출":{"docs":{},"되":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"환":{"docs":{},"성":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"훅":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"도":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"의":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}}},"규":{"docs":{},"칙":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"모":{"docs":{},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"남":{"docs":{},"아":{"docs":{},"있":{"docs":{},"게":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"노":{"docs":{},"출":{"docs":{},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"시":{"docs":{},"켜":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"드":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"논":{"docs":{},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"루":{"docs":{},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"번":{"docs":{},"들":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.352201257861635},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"링":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}}}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"된":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"렌":{"docs":{},"더":{"docs":{},"러":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"파":{"docs":{},"일":{"docs":{},"(":{"docs":{},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"세":{"docs":{},"부":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{},"지":{"docs":{},"로":{"docs":{},"(":{"docs":{},"기":{"docs":{},"본":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"밀":{"docs":{},"하":{"docs":{},"게":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"섹":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"순":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"수":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"역":{"docs":{},"할":{"docs":{},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"적":{"docs":{},"용":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}},"합":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"절":{"docs":{},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"책":{"docs":{},"임":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"팩":{"docs":{},"토":{"docs":{},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"번":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"항":{"docs":{},"목":{"docs":{},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"상":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"못":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"분":{"docs":{},"석":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3389618511569727},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"리":{"docs":{},"되":{"docs":{},"어":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"양":{"docs":{},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"임":{"docs":{},"의":{"docs":{},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}},"재":{"docs":{},"사":{"docs":{},"용":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"줄":{"docs":{},"이":{"docs":{},"는":{"docs":{},"데":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"일":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"큰":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"핸":{"docs":{},"들":{"docs":{},"러":{"docs":{},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"화":{"docs":{},"면":{"docs":{},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"삭":{"docs":{},"제":{"docs":{},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"속":{"docs":{},"성":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"싶":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"업":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"데":{"docs":{},"이":{"docs":{},"트":{"docs":{},"된":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"엘":{"docs":{},"리":{"docs":{},"먼":{"docs":{},"트":{"docs":{},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"했":{"docs":{},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"과":{"docs":{},"정":{"docs":{},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"덩":{"docs":{},"어":{"docs":{},"리":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"떨":{"docs":{},"어":{"docs":{},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"맵":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"옵":{"docs":{},"션":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}}}},"핫":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"거":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"대":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"목":{"docs":{},"록":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}},"연":{"docs":{},"결":{"docs":{},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"올":{"docs":{},"바":{"docs":{},"른":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"윈":{"docs":{},"도":{"docs":{},"우":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"청":{"docs":{},"크":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"\"":{"docs":{},"를":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"키":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"태":{"docs":{},"그":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}},"폭":{"docs":{},"포":{"docs":{},"수":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"폴":{"docs":{},"리":{"docs":{},"필":{"docs":{},"(":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}},")":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"푸":{"docs":{},"시":{"docs":{},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"허":{"docs":{},"용":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"활":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"액":{"docs":{},"세":{"docs":{},"스":{"docs":{},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}},"걱":{"docs":{},"정":{"docs":{},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"됨":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"받":{"docs":{},"은":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"병":{"docs":{},"목":{"docs":{},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"본":{"docs":{},"질":{"docs":{},"적":{"docs":{},"인":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"빠":{"docs":{},"르":{"docs":{},"지":{"docs":{},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"게":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}}}},"신":{"docs":{},"중":{"docs":{},"하":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"응":{"docs":{},"답":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"충":{"docs":{},"분":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"값":{"docs":{},"은":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"첫":{"docs":{},"번":{"docs":{},"째":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"탐":{"docs":{},"색":{"docs":{},"할":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"글":{"docs":{},"꼴":{"docs":{},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"낭":{"docs":{},"비":{"docs":{},"하":{"docs":{},"고":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"너":{"docs":{},"무":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"독":{"docs":{},"립":{"docs":{},"실":{"docs":{},"행":{"docs":{},"형":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"둘":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"명":{"docs":{},"시":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"뿐":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"삼":{"docs":{},"중":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"선":{"docs":{},"언":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"택":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"언":{"docs":{},"급":{"docs":{},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"종":{"docs":{},"속":{"docs":{},"성":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"채":{"docs":{},"워":{"docs":{},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"커":{"docs":{},"지":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"콜":{"docs":{},"백":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"판":{"docs":{},"단":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"평":{"docs":{},"가":{"docs":{},"되":{"docs":{},"지":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"と":{"docs":{},"で":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"が":{"docs":{},"ダ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"待":{"docs":{},"つ":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"は":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"を":{"docs":{},"す":{"docs":{},"ぐ":{"docs":{},"に":{"docs":{},"見":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"に":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ペ":{"docs":{},"リ":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"向":{"docs":{},"上":{"docs":{},"し":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"所":{"docs":{},"要":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"直":{"docs":{},"接":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"率":{"docs":{},"に":{"docs":{},"関":{"docs":{},"連":{"docs":{},"付":{"docs":{},"け":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"と":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"は":{"docs":{},"重":{"docs":{},"要":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"向":{"docs":{},"上":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"必":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"か":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"か":{"docs":{},"を":{"docs":{},"考":{"docs":{},"え":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"主":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"す":{"docs":{},"る":{"docs":{},"時":{"docs":{},"間":{"docs":{},"の":{"docs":{},"重":{"docs":{},"要":{"docs":{},"性":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"で":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"に":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"実":{"docs":{},"装":{"docs":{},"を":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"利":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"関":{"docs":{},"数":{"docs":{},"は":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}},"追":{"docs":{},"加":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"関":{"docs":{},"数":{"docs":{},"が":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"(":{"docs":{},"引":{"docs":{},"数":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"を":{"docs":{},"渡":{"docs":{},"し":{"docs":{},"て":{"docs":{},")":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"描":{"docs":{},"画":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"返":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"き":{"docs":{},"た":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"改":{"docs":{},"善":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"放":{"docs":{},"出":{"docs":{},"し":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"単":{"docs":{},"純":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"あ":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"個":{"docs":{},"別":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"バ":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"以":{"docs":{},"降":{"docs":{},"を":{"docs":{},"前":{"docs":{},"提":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"必":{"docs":{},"要":{"docs":{},"に":{"docs":{},"応":{"docs":{},"じ":{"docs":{},"て":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"処":{"docs":{},"理":{"docs":{},"に":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}},"で":{"docs":{},"は":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"変":{"docs":{},"え":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"な":{"docs":{},"用":{"docs":{},"途":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"公":{"docs":{},"式":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"管":{"docs":{},"理":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"目":{"docs":{},"的":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"公":{"docs":{},"式":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}},"問":{"docs":{},"題":{"docs":{},"に":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"外":{"docs":{},"で":{"docs":{},"も":{"docs":{},"存":{"docs":{},"続":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{},"用":{"docs":{},"途":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"遷":{"docs":{},"移":{"docs":{},"先":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"す":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"、":{"docs":{},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"保":{"docs":{},"ち":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"良":{"docs":{},"い":{"docs":{},"点":{"docs":{},"は":{"docs":{},"遷":{"docs":{},"移":{"docs":{},"先":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"の":{"docs":{},"準":{"docs":{},"備":{"docs":{},"が":{"docs":{},"整":{"docs":{},"い":{"docs":{},"次":{"docs":{},"第":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"内":{"docs":{},"容":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"の":{"docs":{},"取":{"docs":{},"得":{"docs":{},"に":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"か":{"docs":{},"か":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"「":{"docs":{},"固":{"docs":{},"ま":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"」":{"docs":{},"と":{"docs":{},"感":{"docs":{},"じ":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"う":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"用":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"は":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"一":{"docs":{},"致":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"チ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"し":{"docs":{},"、":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"内":{"docs":{},"で":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"限":{"docs":{},"定":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}},"箇":{"docs":{},"所":{"docs":{},"が":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"発":{"docs":{},"火":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"箇":{"docs":{},"所":{"docs":{},"で":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"出":{"docs":{},"力":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"、":{"docs":{},"現":{"docs":{},"在":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"起":{"docs":{},"動":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"を":{"docs":{},"返":{"docs":{},"さ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"表":{"docs":{},"す":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"配":{"docs":{},"列":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"で":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"側":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"下":{"docs":{},"位":{"docs":{},"互":{"docs":{},"換":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"れ":{"docs":{},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"が":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"所":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"に":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}},"描":{"docs":{},"画":{"docs":{},"中":{"docs":{},"に":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"と":{"docs":{},"て":{"docs":{},"も":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"編":{"docs":{},"集":{"docs":{},"す":{"docs":{},"る":{"docs":{},"度":{"docs":{},"に":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"を":{"docs":{},"停":{"docs":{},"止":{"docs":{},"し":{"docs":{},"再":{"docs":{},"起":{"docs":{},"動":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"作":{"docs":{},"業":{"docs":{},"は":{"docs":{},"開":{"docs":{},"発":{"docs":{},"の":{"docs":{},"生":{"docs":{},"産":{"docs":{},"性":{"docs":{},"を":{"docs":{},"著":{"docs":{},"し":{"docs":{},"く":{"docs":{},"損":{"docs":{},"な":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"、":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"出":{"docs":{},"力":{"docs":{},"全":{"docs":{},"体":{"docs":{},"を":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"を":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"化":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"の":{"docs":{},"作":{"docs":{},"成":{"docs":{},"時":{"docs":{},"に":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"単":{"docs":{},"独":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"記":{"docs":{},"述":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"回":{"docs":{},"避":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"ま":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"通":{"docs":{},"常":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ベ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"内":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"元":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"一":{"docs":{},"意":{"docs":{},"の":{"docs":{},"i":{"docs":{},"d":{"docs":{},"と":{"docs":{},"最":{"docs":{},"後":{"docs":{},"に":{"docs":{},"更":{"docs":{},"新":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ム":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"合":{"docs":{},"わ":{"docs":{},"せ":{"docs":{},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"単":{"docs":{},"純":{"docs":{},"な":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"戦":{"docs":{},"略":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"、":{"docs":{},"作":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"一":{"docs":{},"緒":{"docs":{},"に":{"docs":{},"利":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"は":{"2":{"docs":{},"重":{"docs":{},"の":{"docs":{},"恩":{"docs":{},"恵":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"は":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"入":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"/":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"も":{"docs":{},"改":{"docs":{},"善":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"に":{"docs":{},"高":{"docs":{},"速":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"小":{"docs":{},"さ":{"docs":{},"な":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"に":{"docs":{},"例":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"生":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"済":{"docs":{},"み":{"docs":{},"外":{"docs":{},"部":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"な":{"docs":{},"わ":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"複":{"docs":{},"数":{"docs":{},"の":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"跨":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"状":{"docs":{},"態":{"docs":{},"の":{"docs":{},"汚":{"docs":{},"染":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"各":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"新":{"docs":{},"し":{"docs":{},"く":{"docs":{},"独":{"docs":{},"立":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"の":{"docs":{},"み":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"例":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"も":{"docs":{},"大":{"docs":{},"丈":{"docs":{},"夫":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}},"作":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"使":{"docs":{},"う":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"と":{"docs":{},"て":{"docs":{},"も":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"発":{"docs":{},"生":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ス":{"docs":{},"パ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"ど":{"docs":{},"こ":{"docs":{},"に":{"docs":{},"置":{"docs":{},"け":{"docs":{},"ば":{"docs":{},"よ":{"docs":{},"い":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"か":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"、":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"を":{"docs":{},"引":{"docs":{},"き":{"docs":{},"起":{"docs":{},"こ":{"docs":{},"す":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"避":{"docs":{},"け":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"み":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"か":{"docs":{},"ら":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"制":{"docs":{},"約":{"docs":{},"を":{"docs":{},"取":{"docs":{},"り":{"docs":{},"除":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"各":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}},"処":{"docs":{},"理":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"き":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"考":{"docs":{},"え":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"す":{"docs":{},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"可":{"docs":{},"能":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"ば":{"docs":{},"常":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"開":{"docs":{},"始":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"と":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.011811023622047244}},"は":{"docs":{},"何":{"docs":{},"か":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"異":{"docs":{},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}},"比":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}},"混":{"docs":{},"在":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"自":{"docs":{},"体":{"docs":{},"主":{"docs":{},"題":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"専":{"docs":{},"用":{"docs":{},"セ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"手":{"docs":{},"短":{"docs":{},"に":{"docs":{},"議":{"docs":{},"論":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"見":{"docs":{},"な":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"い":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"環":{"docs":{},"境":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"変":{"docs":{},"数":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"う":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"形":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"が":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"属":{"docs":{},"性":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}},"戦":{"docs":{},"略":{"docs":{},"を":{"docs":{},"活":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"処":{"docs":{},"理":{"docs":{},"能":{"docs":{},"力":{"docs":{},"を":{"docs":{},"劇":{"docs":{},"的":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"組":{"docs":{},"み":{"docs":{},"合":{"docs":{},"わ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"て":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"内":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"展":{"docs":{},"開":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"同":{"docs":{},"様":{"docs":{},"の":{"docs":{},"関":{"docs":{},"数":{"docs":{},"シ":{"docs":{},"グ":{"docs":{},"ネ":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"を":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"ど":{"docs":{},"う":{"docs":{},"し":{"docs":{},"て":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"ち":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"が":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"な":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"ど":{"docs":{},")":{"docs":{},"、":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}},"の":{"docs":{},"他":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"を":{"docs":{},"表":{"docs":{},"示":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"の":{"docs":{},"完":{"docs":{},"了":{"docs":{},"を":{"docs":{},"待":{"docs":{},"つ":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"か":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"ぜ":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"大":{"docs":{},"き":{"docs":{},"く":{"docs":{},"な":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"再":{"docs":{},"実":{"docs":{},"行":{"docs":{},"は":{"docs":{},"著":{"docs":{},"し":{"docs":{},"く":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"か":{"docs":{},"か":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612}},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},")":{"docs":{},"。":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"既":{"docs":{},"存":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"依":{"docs":{},"然":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"動":{"docs":{},"作":{"docs":{},"は":{"docs":{},"す":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"が":{"docs":{},"、":{"docs":{},"新":{"docs":{},"し":{"docs":{},"く":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"方":{"docs":{},"に":{"docs":{},"移":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"オ":{"docs":{},"ス":{"docs":{},"ス":{"docs":{},"メ":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"と":{"docs":{},"て":{"docs":{},"も":{"docs":{},"役":{"docs":{},"立":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"関":{"docs":{},"す":{"docs":{},"る":{"docs":{},"実":{"docs":{},"用":{"docs":{},"的":{"docs":{},"な":{"docs":{},"知":{"docs":{},"識":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"前":{"docs":{},"提":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"、":{"docs":{},"す":{"docs":{},"ぐ":{"docs":{},"に":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"高":{"docs":{},"度":{"docs":{},"な":{"docs":{},"ソ":{"docs":{},"リ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"求":{"docs":{},"め":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"っ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"た":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"も":{"docs":{},"う":{"docs":{},"一":{"docs":{},"度":{"docs":{},"無":{"docs":{},"駄":{"docs":{},"に":{"docs":{},"取":{"docs":{},"得":{"docs":{},"せ":{"docs":{},"ず":{"docs":{},"に":{"docs":{},"済":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"対":{"docs":{},"応":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ミ":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ミ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"、":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"記":{"docs":{},"述":{"docs":{},"で":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"す":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"覚":{"docs":{},"え":{"docs":{},"て":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"と":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{},"引":{"docs":{},"数":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"動":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"移":{"docs":{},"動":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}},"決":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"決":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"実":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"、":{"docs":{},"与":{"docs":{},"え":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"で":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"た":{"docs":{},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"中":{"docs":{},"に":{"docs":{},"置":{"docs":{},"く":{"docs":{},"の":{"docs":{},"が":{"docs":{},"自":{"docs":{},"然":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"定":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"上":{"docs":{},"記":{"docs":{},"は":{"docs":{},"良":{"docs":{},"い":{"docs":{},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"i":{"docs":{},"d":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"ア":{"docs":{},"イ":{"docs":{},"テ":{"docs":{},"ム":{"docs":{},"が":{"docs":{},"時":{"docs":{},"間":{"docs":{},"の":{"docs":{},"経":{"docs":{},"過":{"docs":{},"と":{"docs":{},"と":{"docs":{},"も":{"docs":{},"に":{"docs":{},"変":{"docs":{},"わ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"や":{"docs":{},"描":{"docs":{},"画":{"docs":{},"結":{"docs":{},"果":{"docs":{},"が":{"docs":{},"他":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"パ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"仮":{"docs":{},"想":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"、":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"た":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}},"処":{"docs":{},"理":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"い":{"docs":{},"け":{"docs":{},"な":{"docs":{},"い":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"的":{"docs":{},"に":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}},"扱":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"手":{"docs":{},"動":{"docs":{},"で":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ズ":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}},"る":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"責":{"docs":{},"務":{"docs":{},"は":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"専":{"docs":{},"用":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"映":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"側":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"似":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"割":{"docs":{},"り":{"docs":{},"当":{"docs":{},"て":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"付":{"docs":{},"随":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"、":{"docs":{},"`":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"入":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"中":{"docs":{},"に":{"docs":{},"入":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"シ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"し":{"docs":{},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"づ":{"docs":{},"く":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"取":{"docs":{},"得":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"が":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"上":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"知":{"docs":{},"ら":{"docs":{},"せ":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"要":{"docs":{},"素":{"docs":{},"は":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"は":{"docs":{},"ず":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"単":{"docs":{},"に":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"で":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"お":{"docs":{},"勧":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"他":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"る":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"作":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"開":{"docs":{},"発":{"docs":{},"中":{"docs":{},"の":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"便":{"docs":{},"利":{"docs":{},"で":{"docs":{},"、":{"docs":{},"参":{"docs":{},"考":{"docs":{},"の":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"適":{"docs":{},"し":{"docs":{},"た":{"docs":{},"方":{"docs":{},"法":{"docs":{},"で":{"docs":{},"動":{"docs":{},"的":{"docs":{},"な":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"処":{"docs":{},"理":{"docs":{},"で":{"docs":{},"き":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}},"問":{"docs":{},"題":{"docs":{},"が":{"docs":{},"発":{"docs":{},"生":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"公":{"docs":{},"開":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"子":{"docs":{},"は":{"docs":{},"、":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"付":{"docs":{},"随":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"レ":{"docs":{},"ベ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"機":{"docs":{},"能":{"docs":{},"が":{"docs":{},"組":{"docs":{},"み":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"に":{"docs":{},"は":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"に":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"実":{"docs":{},"装":{"docs":{},"を":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"代":{"docs":{},"表":{"docs":{},"的":{"docs":{},"な":{"docs":{},"使":{"docs":{},"用":{"docs":{},"例":{"docs":{},"は":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"次":{"docs":{},"の":{"docs":{},"い":{"docs":{},"ず":{"docs":{},"れ":{"docs":{},"か":{"docs":{},"1":{"docs":{},"つ":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"を":{"docs":{},"も":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"す":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ミ":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"が":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"意":{"docs":{},"味":{"docs":{},"で":{"docs":{},"、":{"docs":{},"\"":{"docs":{},"ア":{"docs":{},"イ":{"docs":{},"ソ":{"docs":{},"モ":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ア":{"docs":{},"チ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"メ":{"docs":{},"ン":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}},"利":{"docs":{},"点":{"docs":{},"は":{"docs":{},"主":{"docs":{},"に":{"docs":{},"次":{"docs":{},"の":{"docs":{},"点":{"docs":{},"に":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"静":{"docs":{},"的":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ネ":{"docs":{},"イ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"6":{"docs":{},"以":{"docs":{},"上":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}},"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"む":{"docs":{},"際":{"docs":{},"に":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"第":{"2":{"docs":{},"引":{"docs":{},"数":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}},"docs":{}},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"み":{"docs":{},"が":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"必":{"docs":{},"要":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"で":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"か":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"お":{"docs":{},"勧":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"違":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"た":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"動":{"docs":{},"作":{"docs":{},"は":{"docs":{},"全":{"docs":{},"く":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"も":{"docs":{},"の":{"docs":{},"に":{"docs":{},"は":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"こ":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"上":{"docs":{},"で":{"docs":{},"、":{"docs":{},"知":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"く":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"項":{"docs":{},"目":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"説":{"docs":{},"明":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"要":{"docs":{},"求":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"送":{"docs":{},"信":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"機":{"docs":{},"能":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"を":{"docs":{},"選":{"docs":{},"ぶ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"判":{"docs":{},"断":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"構":{"docs":{},"築":{"docs":{},"し":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"実":{"docs":{},"際":{"docs":{},"の":{"docs":{},"シ":{"docs":{},"ナ":{"docs":{},"リ":{"docs":{},"オ":{"docs":{},"に":{"docs":{},"基":{"docs":{},"づ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"選":{"docs":{},"択":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"選":{"docs":{},"択":{"docs":{},"し":{"docs":{},"た":{"docs":{},"か":{"docs":{},"に":{"docs":{},"か":{"docs":{},"か":{"docs":{},"わ":{"docs":{},"ら":{"docs":{},"ず":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"再":{"docs":{},"利":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"(":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"だ":{"docs":{},"が":{"docs":{},"パ":{"docs":{},"ラ":{"docs":{},"メ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"や":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"リ":{"docs":{},"が":{"docs":{},"変":{"docs":{},"わ":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"こ":{"docs":{},"こ":{"docs":{},"で":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"に":{"docs":{},"、":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"記":{"docs":{},"述":{"docs":{},"を":{"docs":{},"し":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}},"構":{"docs":{},"成":{"docs":{},"と":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"か":{"docs":{},"検":{"docs":{},"証":{"docs":{},"を":{"docs":{},"行":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"が":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"取":{"docs":{},"り":{"docs":{},"や":{"docs":{},"め":{"docs":{},"、":{"docs":{},"元":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"造":{"docs":{},"は":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"変":{"docs":{},"換":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"わ":{"docs":{},"か":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"拡":{"docs":{},"張":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}},"を":{"docs":{},"見":{"docs":{},"て":{"docs":{},"み":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"例":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"評":{"docs":{},"価":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"別":{"docs":{},"の":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"流":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"変":{"docs":{},"更":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ポ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"内":{"docs":{},"部":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"独":{"docs":{},"自":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"オ":{"docs":{},"ン":{"docs":{},"デ":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"機":{"docs":{},"能":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"テ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"と":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"は":{"docs":{},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"と":{"docs":{},"も":{"docs":{},"、":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"初":{"docs":{},"期":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.003787878787879}},"の":{"docs":{},"章":{"docs":{},"を":{"docs":{},"見":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"も":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"考":{"docs":{},"え":{"docs":{},"に":{"docs":{},"追":{"docs":{},"従":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"で":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},"抽":{"docs":{},"出":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ま":{"docs":{},"ま":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"重":{"docs":{},"大":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"戦":{"docs":{},"略":{"docs":{},"を":{"docs":{},"賢":{"docs":{},"く":{"docs":{},"活":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"応":{"docs":{},"答":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"が":{"docs":{},"軽":{"docs":{},"減":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"を":{"docs":{},"修":{"docs":{},"正":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"表":{"docs":{},"示":{"docs":{},"の":{"docs":{},"前":{"docs":{},"に":{"docs":{},"多":{"docs":{},"く":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"情":{"docs":{},"報":{"docs":{},"(":{"docs":{},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"情":{"docs":{},"報":{"docs":{},"や":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"書":{"docs":{},"か":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"カ":{"docs":{},"ル":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"、":{"docs":{},"環":{"docs":{},"境":{"docs":{},"に":{"docs":{},"は":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"影":{"docs":{},"響":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"、":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"出":{"docs":{},"荷":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"た":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"上":{"docs":{},"記":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ポ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}},"標":{"docs":{},"準":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"は":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"は":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"実":{"docs":{},"装":{"docs":{},"は":{"docs":{},"こ":{"docs":{},"ち":{"docs":{},"ら":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"を":{"docs":{},"明":{"docs":{},"示":{"docs":{},"的":{"docs":{},"に":{"docs":{},"宣":{"docs":{},"言":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"同":{"docs":{},"じ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"未":{"docs":{},"使":{"docs":{},"用":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"読":{"docs":{},"み":{"docs":{},"取":{"docs":{},"り":{"docs":{},"可":{"docs":{},"能":{"docs":{},"な":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"項":{"docs":{},"目":{"docs":{},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}}}}}}}}}}},"は":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"構":{"docs":{},"築":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"ワ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ン":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"仮":{"docs":{},"想":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}},"同":{"docs":{},"期":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"過":{"docs":{},"度":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"と":{"docs":{},"な":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"所":{"docs":{},"要":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"非":{"docs":{},"常":{"docs":{},"に":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"に":{"docs":{},"同":{"docs":{},"じ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"中":{"docs":{},"に":{"docs":{},"利":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"的":{"docs":{},"な":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"と":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"し":{"docs":{},"第":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"第":{"docs":{},"1":{"docs":{},"引":{"docs":{},"数":{"docs":{},"に":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"内":{"docs":{},"容":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}},"直":{"docs":{},"接":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"に":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"た":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"最":{"docs":{},"重":{"docs":{},"要":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"セ":{"docs":{},"プ":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"常":{"docs":{},"に":{"docs":{},"高":{"docs":{},"速":{"docs":{},"で":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"や":{"docs":{},"仮":{"docs":{},"想":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"最":{"docs":{},"終":{"docs":{},"的":{"docs":{},"な":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"で":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ス":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ス":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"防":{"docs":{},"ぐ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"(":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"ネ":{"docs":{},"イ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}},"あ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"単":{"docs":{},"純":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"が":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"に":{"docs":{},"集":{"docs":{},"め":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"既":{"docs":{},"に":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"チ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"存":{"docs":{},"在":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"は":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"拡":{"docs":{},"張":{"docs":{},"子":{"docs":{},"に":{"docs":{},"基":{"docs":{},"づ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"推":{"docs":{},"論":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"読":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"説":{"docs":{},"明":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"技":{"docs":{},"術":{"docs":{},"の":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"が":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"の":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{},"割":{"docs":{},"愛":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},"は":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"の":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"最":{"docs":{},"小":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"必":{"docs":{},"須":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"だ":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"の":{"docs":{},"み":{"docs":{},"関":{"docs":{},"心":{"docs":{},"を":{"docs":{},"払":{"docs":{},"う":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"し":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.007575757575757576}},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"、":{"docs":{},"幾":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ケ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"の":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"く":{"docs":{},"は":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"ば":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}},"同":{"docs":{},"じ":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"う":{"docs":{},"ひ":{"docs":{},"と":{"docs":{},"つ":{"docs":{},"の":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"状":{"docs":{},"態":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"以":{"docs":{},"下":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"を":{"docs":{},"無":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"や":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"、":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"よ":{"docs":{},"り":{"docs":{},"複":{"docs":{},"雑":{"docs":{},"な":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"と":{"docs":{},"開":{"docs":{},"発":{"docs":{},"の":{"docs":{},"要":{"docs":{},"件":{"docs":{},"を":{"docs":{},"構":{"docs":{},"築":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"静":{"docs":{},"的":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"に":{"docs":{},"展":{"docs":{},"開":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"詳":{"docs":{},"し":{"docs":{},"い":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}},"を":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009}},"い":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"早":{"docs":{},"く":{"docs":{},"初":{"docs":{},"期":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"保":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"焦":{"docs":{},"点":{"docs":{},"が":{"docs":{},"当":{"docs":{},"て":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"他":{"docs":{},"の":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"設":{"docs":{},"定":{"docs":{},"と":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"処":{"docs":{},"理":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"は":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"書":{"docs":{},"か":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"両":{"docs":{},"方":{"docs":{},"を":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"た":{"docs":{},"時":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"な":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"評":{"docs":{},"価":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"の":{"docs":{},"利":{"docs":{},"用":{"docs":{},"を":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"に":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}},"す":{"docs":{},"。":{"docs":{},"す":{"docs":{},"で":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"行":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"更":{"docs":{},"新":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"が":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"ず":{"docs":{},"は":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"ず":{"docs":{},"初":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"実":{"docs":{},"際":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"際":{"docs":{},"に":{"docs":{},"考":{"docs":{},"慮":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"ト":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"オ":{"docs":{},"フ":{"docs":{},"も":{"docs":{},"何":{"docs":{},"点":{"docs":{},"か":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"と":{"docs":{},"リ":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ヒ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"こ":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"パ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"追":{"docs":{},"加":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"っ":{"docs":{},"て":{"docs":{},"説":{"docs":{},"明":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"で":{"docs":{},"は":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"た":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"挿":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"で":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"メ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"の":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"を":{"docs":{},"個":{"docs":{},"別":{"docs":{},"の":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"う":{"docs":{},"と":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"向":{"docs":{},"上":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}},"多":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"多":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"見":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"に":{"docs":{},"備":{"docs":{},"え":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"の":{"docs":{},"対":{"docs":{},"策":{"docs":{},"を":{"docs":{},"賢":{"docs":{},"明":{"docs":{},"に":{"docs":{},"行":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"急":{"docs":{},"い":{"docs":{},"で":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"パ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"操":{"docs":{},"作":{"docs":{},"が":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}},"試":{"docs":{},"し":{"docs":{},"て":{"docs":{},"み":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"同":{"docs":{},"じ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}},"調":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ら":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"展":{"docs":{},"開":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}},"せ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"手":{"docs":{},"動":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"中":{"docs":{},"で":{"docs":{},"遅":{"docs":{},"延":{"docs":{},"的":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"し":{"docs":{},"た":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"付":{"docs":{},"属":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}},"操":{"docs":{},"作":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}},"用":{"docs":{},"意":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"回":{"docs":{},"避":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}},"い":{"docs":{},"て":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"い":{"docs":{},"、":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"失":{"docs":{},"敗":{"docs":{},"し":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"受":{"docs":{},"け":{"docs":{},"入":{"docs":{},"れ":{"docs":{},"る":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}},"更":{"docs":{},"新":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"基":{"docs":{},"本":{"docs":{},"的":{"docs":{},"に":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"\"":{"docs":{},"ス":{"docs":{},"ナ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"\"":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"、":{"docs":{},"し":{"docs":{},"た":{"docs":{},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"、":{"docs":{},"描":{"docs":{},"画":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"い":{"docs":{},"て":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"扱":{"docs":{},"う":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"追":{"docs":{},"加":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"表":{"docs":{},"示":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"す":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"内":{"docs":{},"容":{"docs":{},"を":{"docs":{},"指":{"docs":{},"し":{"docs":{},"示":{"docs":{},"す":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ホ":{"docs":{},"ル":{"docs":{},"ダ":{"docs":{},"の":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"メ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"文":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"す":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"つ":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}},"再":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"当":{"docs":{},"然":{"docs":{},"し":{"docs":{},"た":{"docs":{},"く":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"、":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"\"":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"含":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"不":{"docs":{},"一":{"docs":{},"致":{"docs":{},"が":{"docs":{},"起":{"docs":{},"こ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"正":{"docs":{},"し":{"docs":{},"い":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"保":{"docs":{},"証":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"必":{"docs":{},"ず":{"docs":{},"有":{"docs":{},"効":{"docs":{},"な":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ん":{"docs":{},"だ":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"無":{"docs":{},"視":{"docs":{},"し":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"行":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ダ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"最":{"docs":{},"大":{"docs":{},"化":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"無":{"docs":{},"効":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"記":{"docs":{},"述":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}},"シ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"全":{"docs":{},"く":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"自":{"docs":{},"分":{"docs":{},"自":{"docs":{},"身":{"docs":{},"で":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"を":{"docs":{},"結":{"docs":{},"合":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"変":{"docs":{},"更":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"は":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}},"換":{"docs":{},"す":{"docs":{},"る":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"注":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"示":{"docs":{},"す":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"別":{"docs":{},"に":{"docs":{},"、":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"気":{"docs":{},"を":{"docs":{},"付":{"docs":{},"け":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"し":{"docs":{},"て":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"を":{"docs":{},"改":{"docs":{},"善":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"が":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"で":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"抽":{"docs":{},"出":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"活":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"機":{"docs":{},"能":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"お":{"docs":{},"す":{"docs":{},"す":{"docs":{},"め":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"、":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"単":{"docs":{},"一":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"介":{"docs":{},"し":{"docs":{},"て":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"括":{"docs":{},"的":{"docs":{},"に":{"docs":{},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"に":{"docs":{},"容":{"docs":{},"易":{"docs":{},"に":{"docs":{},"拡":{"docs":{},"張":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"書":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"は":{"docs":{},"含":{"docs":{},"む":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"点":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"加":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"で":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"広":{"docs":{},"く":{"docs":{},"テ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"行":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"実":{"docs":{},"際":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"作":{"docs":{},"成":{"docs":{},"者":{"docs":{},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"デ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"同":{"docs":{},"期":{"docs":{},"が":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"ワ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"み":{"docs":{},"中":{"docs":{},"に":{"docs":{},"ス":{"docs":{},"ピ":{"docs":{},"ナ":{"docs":{},"が":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}},"を":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"へ":{"docs":{},"配":{"docs":{},"信":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"論":{"docs":{},"じ":{"docs":{},"て":{"docs":{},"は":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"で":{"docs":{},"し":{"docs":{},"た":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"と":{"docs":{},"思":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"の":{"docs":{},"は":{"docs":{},"お":{"docs":{},"そ":{"docs":{},"ら":{"docs":{},"く":{"docs":{},"次":{"docs":{},"の":{"docs":{},"理":{"docs":{},"由":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"実":{"docs":{},"際":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}},"構":{"docs":{},"築":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ど":{"docs":{},"ん":{"docs":{},"な":{"docs":{},"シ":{"docs":{},"ナ":{"docs":{},"リ":{"docs":{},"オ":{"docs":{},"で":{"docs":{},"も":{"docs":{},"機":{"docs":{},"能":{"docs":{},"す":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"制":{"docs":{},"限":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"ず":{"docs":{},"、":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"上":{"docs":{},"の":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"先":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"内":{"docs":{},"に":{"docs":{},"空":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ホ":{"docs":{},"ル":{"docs":{},"ダ":{"docs":{},"が":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"不":{"docs":{},"一":{"docs":{},"致":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"陥":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"状":{"docs":{},"態":{"docs":{},"が":{"docs":{},"入":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"に":{"docs":{},"渡":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"に":{"docs":{},"同":{"docs":{},"一":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"設":{"docs":{},"定":{"docs":{},"を":{"docs":{},"再":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"の":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"場":{"docs":{},"所":{"docs":{},"で":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"は":{"docs":{},"少":{"docs":{},"し":{"docs":{},"難":{"docs":{},"解":{"docs":{},"で":{"docs":{},"す":{"docs":{},"(":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"将":{"docs":{},"来":{"docs":{},"的":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"可":{"docs":{},"能":{"docs":{},"性":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},")":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"を":{"docs":{},"公":{"docs":{},"開":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"へ":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ポ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"含":{"docs":{},"む":{"docs":{},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"、":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"の":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"み":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"例":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"出":{"docs":{},"力":{"docs":{},"を":{"docs":{},"余":{"docs":{},"計":{"docs":{},"な":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"共":{"docs":{},"有":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"展":{"docs":{},"開":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"追":{"docs":{},"加":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"か":{"docs":{},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"の":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"と":{"docs":{},"同":{"docs":{},"様":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"で":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"に":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"ド":{"docs":{},"キ":{"docs":{},"ュ":{"docs":{},"メ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"上":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{},"、":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"パ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"指":{"docs":{},"向":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"出":{"docs":{},"力":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"に":{"docs":{},"置":{"docs":{},"き":{"docs":{},"換":{"docs":{},"え":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"い":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"か":{"docs":{},"ら":{"docs":{},"集":{"docs":{},"め":{"docs":{},"た":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"カ":{"docs":{},"ル":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"レ":{"docs":{},"ベ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"い":{"docs":{},"く":{"docs":{},"ら":{"docs":{},"か":{"docs":{},"重":{"docs":{},"大":{"docs":{},"な":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"か":{"docs":{},"か":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"し":{"docs":{},"て":{"docs":{},"注":{"docs":{},"入":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"全":{"docs":{},"体":{"docs":{},"を":{"docs":{},"再":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"は":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"リ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"が":{"docs":{},"以":{"docs":{},"前":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"言":{"docs":{},"及":{"docs":{},"し":{"docs":{},"て":{"docs":{},"き":{"docs":{},"た":{"docs":{},"「":{"docs":{},"ス":{"docs":{},"テ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"ン":{"docs":{},"」":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"点":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"心":{"docs":{},"配":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"無":{"docs":{},"視":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"い":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"が":{"docs":{},"起":{"docs":{},"こ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"直":{"docs":{},"接":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"古":{"docs":{},"い":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"内":{"docs":{},"で":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"起":{"docs":{},"動":{"docs":{},"時":{"docs":{},"に":{"docs":{},"は":{"docs":{},"一":{"docs":{},"度":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"登":{"docs":{},"録":{"docs":{},"内":{"docs":{},"容":{"docs":{},"は":{"1":{"docs":{},"秒":{"docs":{},"後":{"docs":{},"に":{"docs":{},"期":{"docs":{},"限":{"docs":{},"切":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}},"docs":{}}}}}}},"は":{"1":{"docs":{},"秒":{"docs":{},"間":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"古":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"が":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"秒":{"docs":{},"間":{"docs":{},"最":{"docs":{},"大":{"1":{"docs":{},"回":{"docs":{},"の":{"docs":{},"完":{"docs":{},"全":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"意":{"docs":{},"味":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"メ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"注":{"docs":{},"目":{"docs":{},"し":{"docs":{},"て":{"docs":{},"み":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}},"や":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"部":{"docs":{},"分":{"docs":{},"的":{"docs":{},"な":{"docs":{},"遅":{"docs":{},"延":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"描":{"docs":{},"画":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"が":{"docs":{},"ダ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"の":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"量":{"docs":{},"を":{"docs":{},"減":{"docs":{},"ら":{"docs":{},"す":{"docs":{},"の":{"docs":{},"に":{"docs":{},"役":{"docs":{},"立":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"巨":{"docs":{},"大":{"docs":{},"な":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"で":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"持":{"docs":{},"ち":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"の":{"docs":{},"み":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"環":{"docs":{},"境":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"、":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"見":{"docs":{},"て":{"docs":{},"い":{"docs":{},"く":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"\"":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"\"":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"(":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"で":{"docs":{},"動":{"docs":{},"作":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},")":{"docs":{},"を":{"docs":{},"記":{"docs":{},"述":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"の":{"docs":{},"制":{"docs":{},"約":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"考":{"docs":{},"え":{"docs":{},"て":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"の":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"行":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"ー":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"時":{"docs":{},"に":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"共":{"docs":{},"有":{"docs":{},"す":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"の":{"docs":{},"、":{"docs":{},"タ":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"で":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ビ":{"docs":{},"テ":{"docs":{},"イ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}},"は":{"docs":{},"長":{"docs":{},"時":{"docs":{},"間":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"要":{"docs":{},"求":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"一":{"docs":{},"度":{"docs":{},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"メ":{"docs":{},"モ":{"docs":{},"リ":{"docs":{},"に":{"docs":{},"と":{"docs":{},"ど":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"受":{"docs":{},"信":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"間":{"docs":{},"で":{"docs":{},"シ":{"docs":{},"ェ":{"docs":{},"ア":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"言":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"繰":{"docs":{},"り":{"docs":{},"返":{"docs":{},"し":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"現":{"docs":{},"時":{"docs":{},"点":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"て":{"docs":{},"返":{"docs":{},"す":{"docs":{},"以":{"docs":{},"外":{"docs":{},"の":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"行":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"が":{"docs":{},"、":{"docs":{},"後":{"docs":{},"で":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"と":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"場":{"docs":{},"所":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"で":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"た":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},")":{"docs":{},"既":{"docs":{},"に":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"冗":{"docs":{},"長":{"docs":{},"に":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"な":{"docs":{},"く":{"docs":{},"て":{"docs":{},"済":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"す":{"docs":{},"で":{"docs":{},"に":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"仮":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"(":{"docs":{},"再":{"docs":{},"度":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"今":{"docs":{},"は":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"設":{"docs":{},"定":{"docs":{},"は":{"docs":{},"無":{"docs":{},"視":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},")":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}},"側":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"が":{"docs":{},"増":{"docs":{},"え":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}},"と":{"docs":{},"連":{"docs":{},"携":{"docs":{},"す":{"docs":{},"る":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"が":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"後":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"出":{"docs":{},"力":{"docs":{},"を":{"docs":{},"調":{"docs":{},"べ":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"が":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"属":{"docs":{},"性":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"気":{"docs":{},"づ":{"docs":{},"く":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"加":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"側":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"情":{"docs":{},"報":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"引":{"docs":{},"数":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"の":{"docs":{},"紹":{"docs":{},"介":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"を":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"グ":{"docs":{},"ラ":{"docs":{},"ム":{"docs":{},"で":{"docs":{},"行":{"docs":{},"う":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"使":{"docs":{},"え":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}},"ド":{"docs":{},"パ":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"が":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"考":{"docs":{},"慮":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"統":{"docs":{},"合":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"難":{"docs":{},"し":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"変":{"docs":{},"数":{"docs":{},"の":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"を":{"docs":{},"モ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"動":{"docs":{},"か":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"タ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"上":{"docs":{},"に":{"docs":{},"構":{"docs":{},"築":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"多":{"docs":{},"く":{"docs":{},"の":{"docs":{},"定":{"docs":{},"型":{"docs":{},"文":{"docs":{},"が":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"生":{"docs":{},"成":{"docs":{},"な":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"追":{"docs":{},"加":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"構":{"docs":{},"造":{"docs":{},"を":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"直":{"docs":{},"接":{"docs":{},"的":{"docs":{},"に":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"合":{"docs":{},"わ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"い":{"docs":{},"ず":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{},"も":{"docs":{},"、":{"docs":{},"仕":{"docs":{},"組":{"docs":{},"み":{"docs":{},"を":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"理":{"docs":{},"解":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"読":{"docs":{},"む":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"ま":{"docs":{},"だ":{"docs":{},"有":{"docs":{},"益":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"指":{"docs":{},"示":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"テ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266}}}},"ー":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"回":{"docs":{},"避":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"プ":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"か":{"docs":{},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"は":{"docs":{},"複":{"docs":{},"数":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"分":{"docs":{},"割":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"可":{"docs":{},"能":{"docs":{},"性":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"ち":{"docs":{},"ろ":{"docs":{},"ん":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"次":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"分":{"docs":{},"割":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"リ":{"docs":{},"ー":{"docs":{},"ミ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.019607843137255}},"に":{"docs":{},"関":{"docs":{},"す":{"docs":{},"る":{"docs":{},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"項":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"ム":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"が":{"docs":{},"仮":{"docs":{},"想":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"利":{"docs":{},"点":{"docs":{},"は":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"が":{"docs":{},"遥":{"docs":{},"か":{"docs":{},"に":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ロ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"保":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"み":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"つ":{"docs":{},"く":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"こ":{"docs":{},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"利":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"含":{"docs":{},"め":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"の":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"が":{"1":{"docs":{},"度":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"通":{"docs":{},"常":{"docs":{},"の":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"と":{"docs":{},"一":{"docs":{},"緒":{"docs":{},"で":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"利":{"docs":{},"点":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"変":{"docs":{},"換":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"追":{"docs":{},"加":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"ス":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"み":{"docs":{},"に":{"docs":{},"適":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"み":{"docs":{},"が":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"起":{"docs":{},"動":{"docs":{},"時":{"docs":{},"に":{"docs":{},"必":{"docs":{},"須":{"docs":{},"な":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}},"ッ":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"遅":{"docs":{},"延":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"ォ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"み":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"、":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"内":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"一":{"docs":{},"部":{"docs":{},"の":{"docs":{},"外":{"docs":{},"部":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"処":{"docs":{},"理":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"サ":{"docs":{},"や":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"の":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"実":{"docs":{},"装":{"docs":{},"依":{"docs":{},"存":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"を":{"docs":{},"追":{"docs":{},"加":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"生":{"docs":{},"成":{"docs":{},"時":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"名":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ア":{"docs":{},"ロ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"提":{"docs":{},"供":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"値":{"docs":{},"を":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ロ":{"docs":{},"ミ":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"も":{"docs":{},"大":{"docs":{},"枠":{"docs":{},"は":{"docs":{},"似":{"docs":{},"た":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"設":{"docs":{},"定":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"従":{"docs":{},"来":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}},"っ":{"docs":{},"て":{"docs":{},"基":{"docs":{},"本":{"docs":{},"的":{"docs":{},"な":{"docs":{},"考":{"docs":{},"え":{"docs":{},"方":{"docs":{},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}},"検":{"docs":{},"索":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ラ":{"docs":{},"が":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"解":{"docs":{},"析":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"、":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"経":{"docs":{},"由":{"docs":{},"で":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"完":{"docs":{},"了":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"待":{"docs":{},"た":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"な":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"多":{"docs":{},"く":{"docs":{},"の":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"や":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"知":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"開":{"docs":{},"発":{"docs":{},"上":{"docs":{},"の":{"docs":{},"制":{"docs":{},"約":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}},"中":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"イ":{"docs":{},"中":{"docs":{},"の":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"(":{"docs":{},"更":{"docs":{},"新":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"や":{"docs":{},"、":{"docs":{},"再":{"docs":{},"作":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"む":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"す":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"時":{"docs":{},"の":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"、":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"高":{"docs":{},"度":{"docs":{},"な":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"保":{"docs":{},"証":{"docs":{},"で":{"docs":{},"き":{"docs":{},"、":{"docs":{},"か":{"docs":{},"つ":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"対":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ウ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"避":{"docs":{},"け":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"た":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},"を":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"作":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"し":{"docs":{},"、":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"各":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"が":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ぞ":{"docs":{},"れ":{"docs":{},"の":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"似":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"が":{"docs":{},"複":{"docs":{},"数":{"docs":{},"の":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"い":{"docs":{},"で":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"共":{"docs":{},"有":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"容":{"docs":{},"易":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ス":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"状":{"docs":{},"態":{"docs":{},"の":{"docs":{},"汚":{"docs":{},"染":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"な":{"docs":{},"が":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}},"か":{"docs":{},"ら":{"docs":{},"注":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},"の":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"ト":{"docs":{},"ー":{"docs":{},"ル":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"も":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"に":{"docs":{},"は":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"モ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"最":{"docs":{},"初":{"docs":{},"に":{"docs":{},"環":{"docs":{},"境":{"docs":{},"を":{"docs":{},"準":{"docs":{},"備":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"誤":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"汚":{"docs":{},"染":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"防":{"docs":{},"ぐ":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"良":{"docs":{},"い":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"分":{"docs":{},"離":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},"点":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"と":{"docs":{},"お":{"docs":{},"り":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"指":{"docs":{},"定":{"docs":{},"は":{"docs":{},"、":{"docs":{},"任":{"docs":{},"意":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}},"い":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"扱":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"の":{"docs":{},"を":{"docs":{},"正":{"docs":{},"確":{"docs":{},"に":{"docs":{},"制":{"docs":{},"御":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"、":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"が":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"利":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"登":{"docs":{},"録":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"目":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"理":{"docs":{},"由":{"docs":{},"は":{"docs":{},"、":{"docs":{},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"定":{"docs":{},"義":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"い":{"docs":{},"け":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"一":{"docs":{},"意":{"docs":{},"の":{"docs":{},"名":{"docs":{},"前":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"と":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"同":{"docs":{},"一":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"返":{"docs":{},"す":{"2":{"docs":{},"つ":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"心":{"docs":{},"配":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}},"で":{"docs":{},"は":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"の":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10.018518518518519}}}}}}}}}}},"完":{"docs":{},"結":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"も":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"振":{"docs":{},"る":{"docs":{},"舞":{"docs":{},"い":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"重":{"docs":{},"複":{"docs":{},"し":{"docs":{},"て":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"登":{"docs":{},"録":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"避":{"docs":{},"け":{"docs":{},"て":{"docs":{},"下":{"docs":{},"さ":{"docs":{},"い":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"み":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"毎":{"docs":{},"回":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"事":{"docs":{},"実":{"docs":{},"に":{"docs":{},"慣":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"は":{"docs":{},"単":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{},"に":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"初":{"docs":{},"期":{"docs":{},"化":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"の":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"変":{"docs":{},"換":{"docs":{},"処":{"docs":{},"理":{"docs":{},"の":{"docs":{},"体":{"docs":{},"験":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"ス":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"カ":{"docs":{},"ル":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"展":{"docs":{},"開":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"が":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}},"は":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"展":{"docs":{},"開":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"構":{"docs":{},"文":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"た":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"な":{"docs":{},"補":{"docs":{},"間":{"docs":{},"も":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}},"へ":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"に":{"docs":{},"適":{"docs":{},"し":{"docs":{},"た":{"docs":{},"情":{"docs":{},"報":{"docs":{},"と":{"docs":{},"と":{"docs":{},"も":{"docs":{},"に":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"詳":{"docs":{},"し":{"docs":{},"い":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"シ":{"docs":{},"ェ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"た":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"は":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"レ":{"docs":{},"ベ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}},"全":{"docs":{},"体":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"内":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},"メ":{"docs":{},"タ":{"docs":{},"タ":{"docs":{},"グ":{"docs":{},"が":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}},"モ":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"内":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"使":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}},"ラ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ム":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"先":{"docs":{},"頭":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"分":{"docs":{},"割":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"ベ":{"docs":{},"ル":{"docs":{},"(":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}},"で":{"docs":{},"行":{"docs":{},"う":{"docs":{},"と":{"docs":{},"シ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"レ":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"動":{"docs":{},"作":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"(":{"docs":{},"す":{"docs":{},"な":{"docs":{},"わ":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"設":{"docs":{},"定":{"docs":{},"で":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},")":{"docs":{},"。":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"に":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ヤ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"行":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"セ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"モ":{"docs":{},"ノ":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"構":{"docs":{},"文":{"docs":{},"を":{"docs":{},"見":{"docs":{},"つ":{"docs":{},"け":{"docs":{},"た":{"docs":{},"時":{"docs":{},"、":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"適":{"docs":{},"切":{"docs":{},"な":{"docs":{},"内":{"docs":{},"容":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"将":{"docs":{},"来":{"docs":{},"的":{"docs":{},"に":{"docs":{},"他":{"docs":{},"の":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}},"関":{"docs":{},"連":{"docs":{},"す":{"docs":{},"る":{"docs":{},"概":{"docs":{},"念":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"後":{"docs":{},"で":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"紹":{"docs":{},"介":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"付":{"docs":{},"き":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}},"数":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},")":{"docs":{},"で":{"docs":{},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"お":{"docs":{},"勧":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"が":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"装":{"docs":{},"し":{"docs":{},"て":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"出":{"docs":{},"来":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"限":{"docs":{},"定":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"置":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ナ":{"docs":{},"ビ":{"docs":{},"ゲ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"発":{"docs":{},"火":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"す":{"docs":{},"ぐ":{"docs":{},"に":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"切":{"docs":{},"り":{"docs":{},"替":{"docs":{},"え":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"レ":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"良":{"docs":{},"い":{"docs":{},"と":{"docs":{},"感":{"docs":{},"じ":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"遷":{"docs":{},"移":{"docs":{},"先":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"た":{"docs":{},"時":{"docs":{},"点":{"docs":{},"で":{"docs":{},"は":{"docs":{},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"し":{"docs":{},"た":{"docs":{},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"使":{"docs":{},"う":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"各":{"docs":{},"々":{"docs":{},"が":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"中":{"docs":{},"か":{"docs":{},"否":{"docs":{},"か":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"が":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ハ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"他":{"docs":{},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"検":{"docs":{},"出":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"妨":{"docs":{},"げ":{"docs":{},"る":{"docs":{},"恐":{"docs":{},"れ":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"結":{"docs":{},"果":{"docs":{},"を":{"docs":{},"表":{"docs":{},"す":{"docs":{},"の":{"docs":{},"に":{"docs":{},"十":{"docs":{},"分":{"docs":{},"な":{"docs":{},"情":{"docs":{},"報":{"docs":{},"を":{"docs":{},"含":{"docs":{},"ん":{"docs":{},"で":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"描":{"docs":{},"画":{"docs":{},"結":{"docs":{},"果":{"docs":{},"が":{"docs":{},"単":{"docs":{},"に":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"た":{"docs":{},"り":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"ボ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"ネ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"取":{"docs":{},"り":{"docs":{},"組":{"docs":{},"む":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"慎":{"docs":{},"重":{"docs":{},"に":{"docs":{},"適":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ミ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"最":{"docs":{},"初":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"発":{"docs":{},"行":{"docs":{},"し":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"ま":{"docs":{},"だ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"内":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"添":{"docs":{},"付":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"の":{"docs":{},"開":{"docs":{},"始":{"docs":{},"時":{"docs":{},"に":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"全":{"docs":{},"体":{"docs":{},"の":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"へ":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"想":{"docs":{},"定":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}},"変":{"docs":{},"わ":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},")":{"docs":{},"に":{"docs":{},"は":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"サ":{"docs":{},"ニ":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"外":{"docs":{},"部":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"は":{"docs":{},"本":{"docs":{},"質":{"docs":{},"的":{"docs":{},"に":{"docs":{},"は":{"docs":{},"動":{"docs":{},"的":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"長":{"docs":{},"期":{"docs":{},"間":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"が":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"(":{"docs":{},"す":{"docs":{},"な":{"docs":{},"わ":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"同":{"docs":{},"一":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"が":{"docs":{},"常":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},")":{"docs":{},"、":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"単":{"docs":{},"一":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"に":{"docs":{},"適":{"docs":{},"し":{"docs":{},"た":{"docs":{},"最":{"docs":{},"も":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"プ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"大":{"docs":{},"き":{"docs":{},"な":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564}}}}}}}}}}}}},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"な":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{"universal.html":{"ref":"universal.html","tf":10.012820512820513}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"固":{"docs":{},"有":{"docs":{},"で":{"docs":{},"な":{"docs":{},"い":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"の":{"docs":{},"み":{"docs":{},"が":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}},"動":{"docs":{},"的":{"docs":{},"な":{"docs":{},"更":{"docs":{},"新":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"の":{"docs":{},"う":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"際":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"決":{"docs":{},"定":{"docs":{},"的":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"求":{"docs":{},"め":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"上":{"docs":{},"で":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"\"":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"\"":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"時":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"は":{"docs":{},"既":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"済":{"docs":{},"み":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"意":{"docs":{},"味":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"上":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"無":{"docs":{},"効":{"docs":{},"に":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"に":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"な":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"変":{"docs":{},"換":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"無":{"docs":{},"視":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"抽":{"docs":{},"象":{"docs":{},"化":{"docs":{},"の":{"docs":{},"仕":{"docs":{},"組":{"docs":{},"み":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"、":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"の":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"仮":{"docs":{},"想":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"出":{"docs":{},"の":{"docs":{},"有":{"docs":{},"効":{"docs":{},"化":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"は":{"docs":{},"、":{"docs":{},"開":{"docs":{},"発":{"docs":{},"中":{"docs":{},"で":{"docs":{},"は":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"、":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"こ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"は":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"直":{"docs":{},"接":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"各":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"繰":{"docs":{},"り":{"docs":{},"返":{"docs":{},"し":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"公":{"docs":{},"開":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"(":{"docs":{},"訳":{"docs":{},"注":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"れ":{"docs":{},"ら":{"docs":{},"も":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"加":{"docs":{},"え":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"い":{"docs":{},"け":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"だ":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"処":{"docs":{},"理":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}},"ス":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"し":{"docs":{},"た":{"docs":{},"展":{"docs":{},"開":{"docs":{},")":{"docs":{},"を":{"docs":{},"使":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"な":{"docs":{},"い":{"docs":{},"生":{"docs":{},"の":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"を":{"docs":{},"補":{"docs":{},"間":{"docs":{},"す":{"docs":{},"る":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"を":{"docs":{},"補":{"docs":{},"間":{"docs":{},"す":{"docs":{},"る":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"セ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"議":{"docs":{},"論":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"今":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"、":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"が":{"docs":{},"分":{"docs":{},"か":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"仮":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"構":{"docs":{},"造":{"docs":{"structure.html":{"ref":"structure.html","tf":10.004065040650406},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"ス":{"docs":{},"テ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"紹":{"docs":{},"介":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}},"設":{"docs":{},"定":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.002217294900221},"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"た":{"docs":{},"な":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"も":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"な":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}},"が":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"も":{"docs":{},"の":{"docs":{},"か":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"か":{"docs":{},"チ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"装":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"フ":{"docs":{},"ァ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{"api.html":{"ref":"api.html","tf":5.001968503937008}},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ヒ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"が":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"か":{"docs":{},"を":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"関":{"docs":{},"数":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"繰":{"docs":{},"り":{"docs":{},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"単":{"docs":{},"に":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}},"が":{"docs":{},"複":{"docs":{},"数":{"docs":{},"回":{"docs":{},"訪":{"docs":{},"問":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"の":{"docs":{},"ナ":{"docs":{},"ビ":{"docs":{},"ゲ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"前":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"一":{"docs":{},"部":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"利":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"同":{"docs":{},"期":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"は":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"静":{"docs":{},"的":{"docs":{},"関":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"の":{"docs":{},"内":{"docs":{},"部":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}},"タ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"待":{"docs":{},"機":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"注":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}},"と":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"と":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.00326797385621}}}}}}}}}}}}}},"共":{"docs":{},"通":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"す":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"機":{"docs":{},"能":{"docs":{},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"ハ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"気":{"docs":{},"付":{"docs":{},"い":{"docs":{},"た":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"訪":{"docs":{},"れ":{"docs":{},"た":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"時":{"docs":{},"の":{"docs":{},"注":{"docs":{},"意":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"準":{"docs":{},"備":{"docs":{},"が":{"docs":{},"整":{"docs":{},"う":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"待":{"docs":{},"機":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"自":{"docs":{},"動":{"docs":{},"に":{"docs":{},"行":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"を":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"細":{"docs":{},"か":{"docs":{},"く":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"時":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"い":{"docs":{},"は":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"時":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"は":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"作":{"docs":{},"る":{"docs":{},"時":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"に":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"備":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"が":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"に":{"docs":{},"ヒ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"結":{"docs":{},"果":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ブ":{"docs":{},"ツ":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"全":{"docs":{},"体":{"docs":{},"で":{"docs":{},"直":{"docs":{},"接":{"docs":{},"再":{"docs":{},"利":{"docs":{},"用":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"済":{"docs":{},"み":{"docs":{},"の":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"す":{"docs":{},"る":{"docs":{},"最":{"docs":{},"適":{"docs":{},"な":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"純":{"docs":{},"粋":{"docs":{},"な":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.343537414965986}},"同":{"docs":{},"期":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"存":{"docs":{},"在":{"docs":{},"す":{"docs":{},"る":{"docs":{},"可":{"docs":{},"能":{"docs":{},"性":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"設":{"docs":{},"定":{"docs":{},"の":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"ふ":{"docs":{},"ぅ":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"長":{"docs":{},"い":{"docs":{},"で":{"docs":{},"す":{"docs":{},"ね":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"し":{"docs":{},"て":{"docs":{},"か":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{},"は":{"docs":{},"、":{"docs":{},"大":{"docs":{},"抵":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"最":{"docs":{},"も":{"docs":{},"複":{"docs":{},"雑":{"docs":{},"な":{"docs":{},"問":{"docs":{},"題":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"今":{"docs":{},"後":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ム":{"docs":{},"ー":{"docs":{},"ズ":{"docs":{},"に":{"docs":{},"開":{"docs":{},"発":{"docs":{},"を":{"docs":{},"進":{"docs":{},"め":{"docs":{},"て":{"docs":{},"い":{"docs":{},"く":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"下":{"docs":{},"準":{"docs":{},"備":{"docs":{},"を":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"ひ":{"docs":{},"な":{"docs":{},"形":{"docs":{},"が":{"docs":{},"準":{"docs":{},"備":{"docs":{},"で":{"docs":{},"き":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ぞ":{"docs":{},"れ":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"記":{"docs":{},"述":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"く":{"docs":{},"作":{"docs":{},"業":{"docs":{},"は":{"docs":{},"、":{"docs":{},"実":{"docs":{},"際":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"実":{"docs":{},"に":{"docs":{},"楽":{"docs":{},"し":{"docs":{},"い":{"docs":{},"も":{"docs":{},"の":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"は":{"docs":{},"ず":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"準":{"docs":{},"備":{"docs":{},"で":{"docs":{},"き":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"で":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"と":{"docs":{},"状":{"docs":{},"態":{"docs":{"data.html":{"ref":"data.html","tf":10.001712328767123}}}}}}}}}}}},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"名":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"の":{"docs":{},"バ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"メ":{"docs":{},"タ":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"基":{"docs":{},"づ":{"docs":{},"い":{"docs":{},"て":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"に":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"複":{"docs":{},"数":{"docs":{},"回":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"化":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"と":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"の":{"docs":{},"結":{"docs":{},"び":{"docs":{},"付":{"docs":{},"き":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"停":{"docs":{},"止":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}},"他":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}},"セ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"自":{"docs":{},"分":{"docs":{},"自":{"docs":{},"身":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"に":{"docs":{},"追":{"docs":{},"加":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"適":{"docs":{},"切":{"docs":{},"に":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"く":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"変":{"docs":{},"数":{"docs":{},"を":{"docs":{},"考":{"docs":{},"慮":{"docs":{},"し":{"docs":{},"て":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"自":{"docs":{},"動":{"docs":{},"作":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"こ":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"渡":{"docs":{},"す":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}},"の":{"docs":{},"紹":{"docs":{},"介":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":10.008771929824562}}}},"追":{"docs":{},"加":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}},"ー":{"docs":{},"の":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"行":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"値":{"docs":{},"は":{"docs":{},"、":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"ク":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"内":{"docs":{},"部":{"docs":{},"で":{"docs":{},"捕":{"docs":{},"捉":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"今":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"切":{"docs":{},"り":{"docs":{},"離":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"法":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"説":{"docs":{},"明":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"今":{"docs":{},"既":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"法":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"確":{"docs":{},"認":{"docs":{},"し":{"docs":{},"て":{"docs":{},"お":{"docs":{},"か":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"い":{"docs":{},"け":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"な":{"docs":{},"ぜ":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"単":{"docs":{},"一":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"要":{"docs":{},"求":{"docs":{},"す":{"docs":{},"る":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"ほ":{"docs":{},"ぼ":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"ま":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"言":{"docs":{},"う":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"も":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}},"こ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"出":{"docs":{},"力":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"、":{"docs":{},"エ":{"docs":{},"イ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ス":{"docs":{},"、":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}},"単":{"docs":{},"純":{"docs":{},"に":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"既":{"docs":{},"に":{"docs":{},"知":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"通":{"docs":{},"り":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"拡":{"docs":{},"張":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}},"つ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"に":{"docs":{},"分":{"docs":{},"け":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"提":{"docs":{},"案":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"グ":{"docs":{},"も":{"docs":{},"含":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"(":{"docs":{},"例":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"中":{"docs":{},"に":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"を":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"時":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"賢":{"docs":{},"く":{"docs":{},"も":{"docs":{},"、":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"正":{"docs":{},"し":{"docs":{},"い":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"推":{"docs":{},"論":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"経":{"docs":{},"由":{"docs":{},"で":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"単":{"docs":{},"純":{"docs":{},"な":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}},"ポ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ル":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"両":{"docs":{},"方":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"に":{"docs":{},"共":{"docs":{},"有":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"設":{"docs":{},"定":{"docs":{},"を":{"docs":{},"含":{"docs":{},"み":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}},"別":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"し":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"個":{"docs":{},"々":{"docs":{},"に":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"ゆ":{"docs":{},"る":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"共":{"docs":{},"通":{"docs":{},"す":{"docs":{},"る":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"が":{"docs":{},"た":{"docs":{},"く":{"docs":{},"さ":{"docs":{},"ん":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"お":{"docs":{},"す":{"docs":{},"す":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"上":{"docs":{},"で":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"初":{"docs":{},"め":{"docs":{},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"す":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}},"イ":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"管":{"docs":{},"理":{"docs":{"head.html":{"ref":"head.html","tf":10.005988023952096}}}}}}}},"い":{"docs":{},"つ":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"う":{"docs":{},"か":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"caching.html":{"ref":"caching.html","tf":10.006410256410257}},"可":{"docs":{},"能":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"、":{"docs":{},"少":{"docs":{},"な":{"docs":{},"く":{"docs":{},"て":{"docs":{},"も":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"実":{"docs":{},"装":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"い":{"docs":{},"け":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"(":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"記":{"docs":{},"法":{"docs":{},"を":{"docs":{},"用":{"docs":{},"い":{"docs":{},"る":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"状":{"docs":{},"態":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ノ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"作":{"docs":{},"成":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"純":{"docs":{},"粋":{"docs":{},"な":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"ベ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"は":{"docs":{},"か":{"docs":{},"な":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"定":{"docs":{},"数":{"docs":{},"を":{"docs":{},"返":{"docs":{},"す":{"docs":{},"と":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"常":{"docs":{},"に":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"単":{"docs":{},"な":{"docs":{},"る":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"は":{"docs":{},"効":{"docs":{},"果":{"docs":{},"的":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ツ":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"横":{"docs":{},"断":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"、":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"早":{"docs":{},"く":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"出":{"docs":{},"力":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"早":{"docs":{},"く":{"docs":{},"「":{"docs":{},"最":{"docs":{},"初":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"」":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"す":{"docs":{},"ば":{"docs":{},"や":{"docs":{},"く":{"docs":{},"出":{"docs":{},"力":{"docs":{},"し":{"docs":{},"始":{"docs":{},"め":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"意":{"docs":{},"味":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"は":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"く":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"2":{"docs":{},".":{"5":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"docs":{}}},"docs":{}}}}}}}}}}}}}},"に":{"docs":{},"お":{"docs":{},"け":{"docs":{},"る":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.343537414965986}}}}}}}},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"処":{"docs":{},"理":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"引":{"docs":{},"数":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"加":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}},"多":{"docs":{},"す":{"docs":{},"ぎ":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"処":{"docs":{},"理":{"docs":{},"能":{"docs":{},"力":{"docs":{},"を":{"docs":{},"無":{"docs":{},"駄":{"docs":{},"に":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"さ":{"docs":{},"え":{"docs":{},"も":{"docs":{},"損":{"docs":{},"な":{"docs":{},"う":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"引":{"docs":{},"数":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"構":{"docs":{},"文":{"docs":{},"(":{"docs":{},"三":{"docs":{},"重":{"docs":{},"中":{"docs":{},"括":{"docs":{},"弧":{"docs":{},")":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"二":{"docs":{},"重":{"docs":{},"中":{"docs":{},"括":{"docs":{},"弧":{"docs":{},")":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"標":{"docs":{},"準":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"お":{"docs":{},"け":{"docs":{},"る":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"優":{"docs":{},"先":{"docs":{},"順":{"docs":{},"位":{"docs":{},"が":{"docs":{},"低":{"docs":{},"い":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"帯":{"docs":{},"域":{"docs":{},"幅":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{},"を":{"docs":{},"適":{"docs":{},"切":{"docs":{},"に":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"画":{"docs":{},"像":{"docs":{},"や":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"他":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"種":{"docs":{},"別":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"た":{"docs":{},"際":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"length":21534},"corpusTokens":["!","!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"name\"","\"pre","\"production\"","\"production\".","\"production\"。","\"render","\"server","\"server\"","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","\"привет\"","\"サーバーサイドのバージョン\"","\"ハイドレート","\"ユニバーサル","\"描画コンテキストオブジェクト\"(render","\"状態コンテナ","\"같은","\"미리","\"범용적\"으로","\"서버용","\"수화","\"유니버설\"","\"첫번째","\"필요한","#","$option","$options에","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'bonjour'","'bonjour',","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css'","'foo.css',","'foo.css',你需要配置合适的","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'(2.3.1+)를","'once'.","'once'`","'once'。","'once'。更多细节请查看","'once'を使用することが推奨されます。","'once'로","'once'를","'once'('once'","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","'привет',","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(*.vue","(.j","(2.3.1","(2.3.1+),","(2.3.1+),bundl","(`'once'`","(again,","(asyncdata)","(auto","(automat","(automatiqu","(avec","(base)","(bi","(c.","(c.asyncdata)","(cacheable)","(client","(client)","(code","(comm","(component.asyncdata)","(context)","(data","(dif","(e.g.","(en","(encor","(entri","(err)","(err,","(err.cod","(event","(everyth","(ex","(ex.","(ex:","(externalize);","(file,","(h)","(head)","(hit)","(html","(hydrate)\"","(hydrate)\"とそれをインタラクティブに生成したいです。","(hydrate)\"하여","(i.e.","(interpol","(interpolate)","(interpolation)","(isomorphic)\"","(key,","(key:","(lazy)","(like","(long","(main)","(module)","(même","(non","(not","(object)","(optional)","(optionnel)","(par","(pass","(platform","(prefetch)","(preload","(preload)","(prevmatched[i]","(req,","(requiert","(requir","(root)","(route)","(router),","(runinnewcontext이","(récupérat","(same","(seo","(server)","(side","(singl","(spa","(ssr","(ssr)","(ssr).","(ssr)?","(state","(state)","(state,","(store)","(string)","(time","(title)","(to,","(tout","(type","(universal)\"","(use","(utilis","(vm)","(vnode,","(vue","(webpack","(when","(window.__initial_state__)","(with","({","(«","(автоматически","(все","(добавлено","(интерполяция","(например,","(не","(опционально)","(опциональными)","(опять","(передавая","(при","(путём","(с","(соответствуя","(тот","(требует","(たとえば","(シングルページアプリケーション)","(事前描画)","(事前描画)を使用することをオススメします。","(任意)","(例","(例:","(例:","(新しいオプションの","(自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの","(非推奨)。","(권장하지","(비동기","(빌드","(속성을","(업데이트된","(예","(예:",")","*","*,","*.sass)","*.sass),","*.sass)、","*.sass),那么你也应该将它们添加到白名单中。","*.styl),","*.vue","*.vue)","*.vue,","*.vue.","*.vue파일","+","+=",",",".","...","...autr","...omiss","...omit","...other","...другие","...опустим","...忽略无关代码","...関係のないコードは除外します",".json).",".json)への絶対パス。ファイルパスとして扱われるために",".json)。必须以",".vue","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact","/contact,","/node_modules/.test(module.context)","/로","0","1","100,","1000","10000","10000,","12.0.0","12.0.0+","12.0.0+)","12.0.0+):","12.0.0+)","1:","1つの","1초","2","2'","2.2","2.2,","2.2.0","2.2.0+","2.3.0","2.3.0+","2.3.0以上","2.3.0버전","2.3.0에서","2.3.1","2.3.1+","2.3.1+)","2.3.1+),","2.3.1+.","2.3.1+。","2.3.1버전","2.3.2","2.3.2+","2.3.2+,","2.5","2.5+","2.5+,","2.5,","2.5.0","2.5.0+","2.5.0+,","2.5.0+,如果没有传入回调函数,则会返回","2:","2つの一致したリストに差分が表れるまで、コンポーネントを比較します","2つの方法のどちらを選ぶかは、究極的には異なる","2つの異なるアプローチがあります:","2の動的インポートをコード分割点として使用することへのサポート","2에서","3","3.0.0","3.0.0+","3:","3rd","404","404)","6","6+.","6+。","7.6","7.6+","7.6+,","8')",":",";","=","===","=>",">",">=",">=2.3.2",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","]callback)","`","`)","`*.vue`","``","`asyncdata()`","`asyncdata`","`boolean","`createbundlerenderer`에서만","`global`","`global`(例如","`hello","`id=\"app\"`","`l'url","`router.beforeresolve()`","`router.beforeresolve()`,","`router.beforeresolve()`,以便确保所有异步组件都","`store.dispatch()`","`store.dispatch()`,","`store/index.js`","`style","`template`","`the","`this.datapromise.then(...)`","`title`","`title`,","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`","`window.__initial_state__`.","`window.__initial_state__`,并注入","`{{","`вы","`グローバル`","`访问的","`방문한","abil","abordé","abov","above.","absolu","absolue,","absolut","abstract","accept","access","access)它们。","access)을","accident","account.","accè","accéder","achiev","actif.","action","actions:","actions?","action」的代码?","activ","activé","actual","actuel","add","added:","addit","addition,","address","advanc","advantag","affich","affiché.","afin","again","again.","agnostic,","agnostiqu","agréable.","ahead","ai","aid","aider","ainsi","ainsi,","ait","ajax","ajax,","ajax를","ajout","ajouté","algorithm","alias","aliases,","alimenté","all,","all.","allon","allow","along,","alor","alreadi","also:","alter","altern","alternativ","alternatively,","although","altéré","alway","amount","amélior","ancien","anciennes,","anim","anoth","anywher","apercevrez","api","api,","apis),","apis,","apis.","api。","api로","api를","api에","api의","api(请忽略此","api,例如,一个","api,因此如果你的代码中,直接使用了像","api,用于处理此问题,通过使用","api,通常方式是,在「纯客户端(cli","app","app!","app'","app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross","app,","app.","app.$mount('#app')","app.j","app.js:","app.js는","app.js파일을","app.js:","app.vu","app/vendor","apparaitr","appareil","appear","appel","appelé","appelés.","appli","applic","application),","application,","application.","application:","applications,","applications.","appliqué","approach","approch","appropri","approprié","appréciation.","aprè","arbitrari","arbr","are:","argument","argument)","arguments:","around","array","arrêt","arrêté","artifact","artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用","artéfact","as:","asid","ask","assert","assert를","asset","assign","associ","associé","assum","assur","assurez","assuré","astucieus","async","asyncdata","asyncdata()","asyncdata({","asyncdata.","asyncdata。注意,由于此函数会在组件实例化之前调用,所以它无法访问","asyncdata,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(rend","asynchron","asynchrones,","attach","attachon","attaché","attacks.","attaqu","attend","attendez","attent","attribut","attribute:","au","aucun","aura","aurait","aurez","aurion","auron","aussi","aussitôt","autant,","author","auto","automat","automatiqu","autonom","autr","autrement,","aux","avail","avancé","avant","avec","avez","avion","avoid","avoir","avon","awar","away","axio","axios는","ayant","ayon","babel","backend","backward","bail","baisser","balis","balises,","band","bandwidth","bar.vu","basant","base","base,","base.","baseconfig","based)的模板的性能相当。在","basedir","basic","basiqu","bass","baz.vu","be","beaucoup","because:","becomes:","befor","beforecr","beforecreate와","beforedestroy","beforemount","beforemount.","beforerouteupd","behavior","benefici","benefit","benefits:","besoin","besoin.","best","better","between","bibliothèqu","bibliothèques.","bien","big","bigger.","bind","bing","bing은","bit","bloquer","bogu","boilerpl","boilerplate,","bon","bonjour","bonn","boolean","boot.","bootstrap","bord","both","bottlenecks.","box","box,","break","briefli","brièvement","browser","browser,","browser.","browsers.","bu","bug","bug,其中","build","build.","building.","builds,","built","bundl","bundle(serv","bundle),render","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundle.json이","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context])","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundlerenderer인스턴스를","bundles.","bundle。以下信息假定版本为","bundle。它应该是这样的:","bundle。这具有一些好处","bundle」会发送给浏览器,用于混合静态标记。","bundle」然后用于服务器端渲染(ssr),而「客户端","bundle와","bundle,不能被外部化","bundle,然后重新创建","bus).","bypass","bénéfice","bénéfices,","c'est","c))","c.asyncdata({","ca","cach","cache')","cache,","cache.","cache:","cache:일반적으로","cacheabl","cached,","cached.","cache로","cache를","cache:","caching)","caching)。要启用组件级别缓存,你需要在创建","caching.","caching이라고","call","callback","callback)","callback,","callback.","callback]):","called.","can't","can.","canal","capabl","capacité","car","caractèr","caractère.","caractères.","care","carefulli","cas,","cas.","cascad","case","case,","cases,","cater","caught","caus","causer","cavali","caveat","caveats)","cb(res)","cb)","cb?:","ce","ceci","cela","cela,","cell","celui","cepend","cependant,","certain","cet","cett","ceux","ceux,","chain","chang","changed.","changement","changer","changes.","chaqu","charg","chargement","chargement,","charger","charger,","chargé","chaud","check","chemin","chercher","child","choisi","choix","chose","chunk","chunk\"","chunk\",并开始更快地将其发送给客户端。","chunk(main","chunk)","chunk.","chunks.","chunk。","chunk,之后可能会用于渲染","ci","cibl","class","class:","classe.","client","client,","client.","client.j","client.js',","client.js).","client.js,","client.js:","client.js에서","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clientmanifest。","clientmanifest가","clientmanifest를","clientmanifest을","clientmanifest이","clientmanifest,返回的字符串中,也将包含着","clienttitlemixin","clé","clé.","code","code!","code)。","code,","code.","code0}","code:","collect","collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一","collections,","colloc","collocated,","combin","come","comm","commenc","comment","commentair","commençon","commit","commit('inc')","commit('setitem',","common","commonschunkplugin","commonschunkplugin,","commonschunkplugin을","commonschunkplugin,请确保仅在客户端配置(cli","commun","commun.","compar","comparaison","compatibility,","compil","compilé","complet","complet.","complex","complèt","complète.","complètement","compon","component'","component,","component.","component.asyncdata({","component:","components)","components,","components.","components:","components;","comport","compos","composant,","composant.","composants,","composants.","comprendr","compt","compteur","computed:","concaten","concatén","concept","concept,","concern","concord","concordance,","concordance.","concordant","condit","conditionnel","conduis","conduit","config","config)","config)中使用,因为服务器包需要单独的入口","config)包含在两个环境共享的配置,例如,输出路径(output","config)和基本配置(bas","config)和客户端配置(cli","config)大体上相同。显然你需要把","config)将如下所示:","config),可以通过使用","config.","config:","configur","configuré","conjoint","connaiss","connaissance.","connexion","conseillé","consid","consider","considér","considéron","considéré","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructeur","constructors,","construisez.","construit","consultez","contain","container\".","container)\"","container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到","conten","contenir","content","content),","content)与转化率直接相关」的应用程序而言,服务器端渲染(ssr)至关重要。","content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(ssr)将是一个小题大作之举。然而,内容到达时间(tim","content)要求是绝对关键的指标,在这种情况下,服务器端渲染(ssr)可以帮助你实现最佳的初始加载性能。","content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的","content,","content.","contenu","contenu,","context","context)","context)。在旧版本中,你必须通过将其传递给","context)上存在一些特定属性时,模板会自动注入对应的内容:","context)中。","context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止","context)执行","context)进行基本插值:","context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context","context),然后在模板中的占位符替换为这些数据。","context,","context.","context.getpreloadfiles()","context.head:","context.head:(字符串)将会被作为","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.state를","context.state:(对象)初始","context.styles:","context.styles:(字符串)内联","context.url","context:","context])","context]):","context],","contexte,","contexte.","contextkey:","context객체는","context로","context를","context에","contient","continu","contraint","contrair","contribu","contribut","control","contrôl","contrôler","convers","conversion.","convert","conviendra","core","correct","correcte,","correspond","correspondantes,","cost","couch","count:","courant","courant.","courante.","course,","cout","couteux,","cover","cpu","cpu를","crawler","creat","createapp","createapp()","createapp()에","createapp(context)","createapp(context).then(app","createapp,","createapp:","createapp과","createapp에","createapp,我们也需要给每个请求一个新的","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","createbundlerenderer。这对开发过程中的热重载是很有用的","createbundlerenderer에","createbundlerenderer:","created,","created만","created에서","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createrouter:","createstor","createstore()","creator","critic","critical,","critiqu","critiques,","cross","créateur","création","crée","créer","créez","créon","créé","créé,","créée","css","css(critic","css(inlin","css)","css)。","css)」;","css)가","css))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。","css,","css.","css。在客户端,当第一次使用该组件时,vue","css抽出","css가","css는","css를","css섹션에서","css에","css파일","css파일만","css파일을","css)","css)。","css,例如,import","css,可以使用","css,将以","css,或使用","css,此属性会在构建过程中被自动生成。","current","custom","cycl","côté","d'abord","d'abstract","d'accidentel","d'accè","d'administr","d'ajout","d'aller","d'amélior","d'api","d'applic","d'application,","d'attach","d'attendr","d'autant","d'autr","d'avoir","d'effet","d'encapsul","d'entré","d'entrée.","d'entêt","d'environn","d'environnement,","d'extrair","d'exécut","d'ici","d'import","d'inclur","d'index","d'inform","d'informations.","d'interpol","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'«","d'écrire","d'émettr","d'étape","d'état","d'étranglement","d'éviter","d'évènements.","d'être","d.","dan","dashboard","data","data)","data,","data.","data.tostring()","data:","databas","de","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","default를","defin","definit","dehor","deliv","demand","demo","demo,","demo를","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","depui","dernièr","dessou","dessu","destin","destiné","destroy","destroyed.","destroyed에서","detail","details,","details.","detect","determin","deterministic,","deux","develop","development.","devez","devices.","devient","devoir","devon","devraient","devrait","devrez","devriez","devrion","devtool:","didn't","dif","differ","differences,","diffèrent","différenc","différent","différents.","dire","direct","directive),以及","directive;","directivemeta)","directives,","directives:","directives옵션을","directli","directly:","directori","directory.","disabl","discard","discuss","discut","discuteron","discuté","dispatch","display","displayed,","dispon","dispos","dit","diver","do","docs.","document","document,","document.titl","documentation.","document와","document의","document,这种仅浏览器可用的全局变量,则会在","doesn't","doit","doivent","dom","dom(virtu","dom)","dom,","dom.","dom:","dom。但是,对于服务器端渲染(ssr),责任转移到纯客户端","dom。然而,也可以将同一个组件渲染为服务器端的","dom구조와","dom에","dom을","dom,因此会在服务器端渲染(ssr)过程中导致错误。有两种方法可以解决这个问题:","don't","donc","donc,","done","donné","données,","données.","dont","dossier","doubl","dout","down","download","drastic","driven","du","due","duplic","durant","dure","dynam","dynamiqu","dynamiques,","début.","débute","débuter","déclarat","déclarer","déclencher","découplé","dédié","dédiée.","déduir","déduit","déduits),","défaut","défaut,","défaut.","défini","définir","définiss","définitives.","déjà","déjà.","délicat","démarrag","démarrage.","démarrer.","démo","dépaquetag","dépaquetage,","dépendanc","dépendra","déplacez","déplacé","déploiement","déployé","désactiv","désactivé","désinfecté","détail","détails,","détails.","détection","détermin","déterministe,","déterminé","développ","développement,","développement.","dû","e.g.","each","earlier","easier","easili","edit","effect","effect)的子组件。","effects)","effectu","effectué","effet","element","elements.","elimin","ell","emb","embed","emit","emitted)的","emitted,","empaquet","empaqueté","employ","empêch","en","enabl","enabled.","encapsulé","enclenché,","encor","encore,","endroit","enfant","engin","enregistr","ensuit","ensur","enter","entir","entièr","entr","entrer","entri","entry(univers","entry)","entry)中实现过了,现在我们只需要更新客户端入口(cli","entry):","entry,","entry.","entry:","entry」。在纯客户端应用程序中,我们将在此文件中创建根","entry파일을","entré","entêt","entêtes.","env:","environ","environment,","environments,","environments.","environn","environnements,","envisagez","envoi","envoy","envoyé","err","erreur","erreurs...","error","error')","error...","es2015","es2015,","es2015를","escap","especi","essay","essenti","essentiel","est","est,","et","etc),","etc.),","evalu","even","event","everyth","ex.","exact","exactli","examin","exampl","example,","except","exceptions.","exclu","exclus","exclusif","exclusiv","execut","executestring('var","exempl","exemple,","exist","expand","expect","expects:","expens","experi","experience,","expir","explicit","explicitli","expliqué","export","exports)","exporté","export하고","expos","exposé","express","express:","express와","express:","expérienc","extend","extens","extension.","extern","externalis","externalisé","externals')","externals:","externals옵션에서는","externes.","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","exécut","exécution)","exécuté","fabriqu","facil","fact","fact,","factori","fail.","fair","faire.","fait","fait,","fallback:","fals","false)","false).","false):","false,","false。","falseで)使用することができます:","false가","false로","false를","false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。","false)在模板中使用这些方法:","false,bundl","familiar","familiarisé","far,","fashion)处理动态导入(dynam","fashion,","fast,","faster","faster.","faudrait","faut","façon","featur","features,","features.","feel","fetch","fetch)已有的数据。","fetching\"","fetching)","fetching)\"옵니다.","fetching:","fetchitem","fetchitem(id).then(item","few","fichier","fichier,","fichier.","fichiers.","figur","fil","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","fin","final","finally,","fine","fine.","finer","finie.","finir,","finish.","fiou,","first","flow","flow)","flow):","flux","flux,","flux.","fly,","focus","foi","fois,","fois.","fold:","follow","following:","fonction","fonctionn","fonctionnait","fonctionnalité","fonctionner,","fonctionnerai","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","for.","forever.","form","format","fort","found","found')","fourni","fourni,","fournie,","fournir","fourniron","fourniss","fournissez","fournit","fragment","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function))。","function.","function:","functions)","further","further,","futur","futur.","future.","garder","gener","generated,","generated.","generation.","gestion","gestionnair","get","get:","getcachekey","getcachekey구현을","gettitl","gettitle(this)","get과","give","given","global","global(예:","global,","global.","globales,","globals,","global。","global을","global(例如,polyfill)的依赖模块必须被打包进","globaux","go","good","googl","google과","goulot","grain","grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建","grand","grandement","granularité","greatli","gross","grosse.","groundwork","grâce","guid","guide,","guide.","gâcher","génère","généralement","générateur","générer","génériqu","généré","généré,","générée.","générées.","générés.","gérer","géré","h","h('div',","h(app)","habituel","habitué","hack","hackernew","hackernews,","hacki","hand","handl","handler","handler...","has?:","hash","has는","haut","have.","haven't","head","head,","head에","hello","help","here","here.","hi","high","higher","hint","hint)。默认情况下会:","hints)。","hints)」;","hit","hook","hook)","hook)中使用;一些外部扩展库(extern","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html),","html,","html.","html;","html。","html에","html을","html이","html,使其变为由","html,我们显然无需将其丢弃再重新创建所有的","html,然后使他们成为动态的(能够响应后续的数据变化)。","html,而是使用预渲染方式,在构建时(build","http","http/2","http/2.","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydratation.","hydration)","hydration)时,自动注入以及","hydration,","hydration.","i)","ici","ici,","ici.","id","id)","id,","id:","id=\"app\"","id=\"app\",","id=\"app\",而是添加","idea","idea:","identifi","identiqu","identiques.","idé","id를","id와","id,再加上最后更新的时间戳,来生成其缓存键(cach","ignor","ignoron","il","imag","imaginon","implement","implementation)。典型做法是传入","implementation.","implementation이","impliqu","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","import),","important","important,","important:","importante,","importantly,","importez","importé","improv","improved.","in:","inc:","inclu","includ","include.","inclure.","incom","index","index.template.html","index.template.html)","index.template.html:","index.template.html:","indic","indicateur","indicator)","indicator)。","indicator),就触发","individu","individuel","individuellement.","indépendam","infer","inferred);","infin","inform","information)或内联关键","information)(如头信息(head","information.","initi","initial","initial,","initial.","initiale,","inject","inject:","injected):","injected.","injection)","injection)。","injection,","injection.","injection을","injecté","injecté)","injecté.","injectées)","injectées.","injectés,","inlin","inlined)的","insid","inspect","inspectez","instal","installed,","installées,","instanc","instance'","instance)","instance,","instance.","instances:","instancié","instanciés,","instantané","instanti","instantiated,","instantli","instead","instead,","instead.","insérer","inséré","integr","intellig","intelligem","intens","interact","interactive)","interactive).","interactive)。","interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。","interactive)를","interactive.","interactives.","interfac","interfer","interfér","intern","internet","interpol","interpolation)","interpolation)。","interpolation)을","interpolation),以避免","interpolation);","interpolation.","interpolation;","interpolé","interprété","introduc","introduct","introduiron","intégrat","intégrer","intégré","intéress","inutil","inutilis","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isolée.","isomorphiqu","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","item。","itself,","jamai","java","java'","java.","javascript","javascript,","javascript.","javascriptからcssをインポートしたいならば、適切な","javascript를","jeter","jeux","jour","json","json.","json은","json파일로","jusqu'en","jusqu'ici,","jusqu'à","just","keep","key","key)和","key)对应一个组件:你无需担心两个组件返回同一个","key),都可以通过传递选项对象进行自定义:","key):","key.","key。","know","knowledg","l'accè","l'action","l'activer,","l'api","l'api.","l'applic","l'application,","l'application.","l'approch","l'arbr","l'argument","l'attach","l'attribut","l'augment","l'avanc","l'avantag","l'emplac","l'emploi,","l'entré","l'environn","l'environnement.","l'envoi","l'erreur","l'erreur...","l'esprit","l'exempl","l'export","l'expos","l'expose.","l'extens","l'externalis","l'extract","l'exécut","l'exécuteur","l'hydrat","l'hydratation,","l'idé","l'implément","l'import","l'indexeur","l'indicateur","l'inject","l'instanc","l'instanci","l'instant),","l'instant,","l'interfac","l'interpol","l'introduct","l'intégralité","l'intégrer","l'intérieur","l'object","l'objectif","l'objet","l'on","l'option","l'un","l'usag","l'utilis","l'utilisateur","l'écosystèm","l'écran","l'écritur","l'élément","l'équip","l'étape","l'état","la","laissé","lancer","larg","largement","last","later","latest","lay","layer,","lazi","lazili","le","lead","lecture,","lent","lents.","lequel","let","let'","leur","level","level)」(例如,使用渲染函数(rend","leverag","levé","li","liaison","librari","libraries.","libraries:","library)可能需要特殊处理,才能在服务器渲染应用程序中运行。","librarytarget:","library。例如,axio","lieu","lifecycl","lifecycle,","lign","limit","limité","line:","link","links)和资源预加载提示(resourc","lire","list","lister","lists.","live","lié","liée","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader>=12.0.0","loader`","loader`に指示する","loaders.","loaders:","loader。服务器配置(serv","loader로","loader를","loader(vu","loader),具备一些服务器端渲染的特殊功能:","loader:","locat","logic","logic)。","logic)을","logic):","logic...","logiqu","loin,","long","look","lor","lorsqu","lot","low","lru","lru({","lui","lui.","là","lèveront","légèrement","l’intérieur","mai","main","mainten","maintenant,","maitr","major","majorité","make","mal","manag","management:","mani","manifest","manifest)。使用客户端清单(cli","manifest)以及页面模板:","manifest)和服务器","manifest),客户端配置(cli","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manifest.json`。","manipul","manièr","manual","manuel","map","map'","map',","map')","map。","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching)和数据预取逻辑(data","matching,","matièr","matter","max:","maxage:","maximales.","maximum","mayb","mean","meant","mechan","meilleur","member","membr","memory.","mener","mention","mentionné","merg","merge')","merge(baseconfig,","merge.","merge를","meta","meta:","metadata","method","methods:","mettent","metton","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mieux","migrat","migrer","millisecond","minchunks:","mind","mind,","minimum","mise","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mixin을","mixin,来控制文档标题(docu","mock","mode","mode)下自行移除。","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","modèl","moin","moment","moment,","monopag","montag","monter","monton","montée,","montée.","morceaux","more","mostli","mot","moteur","moteur)","mount","mounted,","mounted.","mounted와","mounted),只会在客户端执行。","moustach","move","msg","msg:","much","much,","multipl","mustach","mustache(html","mustache)进行","mustache를","mustache(html","mutations:","mécanism","mémoire.","méthode","même","mêmes.","n'a","n'ajout","n'attendra","n'aura","n'aurait","n'avez","n'avon","n'en","n'est","n'hésitez","n'i","n'import","n'ont","n'utiliserez","n'utilisez","name","name,","name.","name:","namespaced:","nashorn","nashorn,","nashorn.","nashornでは、java","natif","nativ","natively.","nativement.","natur","naturel","navig","navigateur","navigateur,","navigateur.","navigateurs.","navigation:","ne","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","nginx,","niveau","no","node","node.j","node.js,","node.js.","node.js:","node.jsで直接動作しません。","node.jsの最新バージョンはes2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。","node.js는","node.js를","node.js에서","node.js에서도","node.js에서만","node.js와","node.js의","node_env:","node_modul","node_modules.","nodeextern","nodeexternals({","nodes.","nom","nombr","non","normal","not,","notat","notations):","note","note:","noter","notes:","notez","notic","noton","notr","nou","nous,","nouveau","nouvel","now","now),","now,","npm","npm,","npm으로","npm을","npm,但你也可以使用","number","numéro","nuxt.j","nuxt.js.","nuxt.js。它建立在同等的","nuxt.js를","nécessair","nécessaire.","nécessit","nœud","object","object\"","object)","object)。此对象包含了","object)可选。回调函数是典型的","object)可选。回调是一个典型的","object)可选。更多细节请查看流式渲染。","object,","object.","object:","objects,","objects.","objet","obtenir","obvious","occup","of.","off","offers:","offici","officiel","older","on","onc","only)」的生命周期钩子函数中惰性访问(lazili","only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,node.j","only)的代码中,我们可以设置一个","only)的全局","only)项目配置","ont","oper","optim","optimal","optimaux","optimis","optimisations),","optimisé","option","option).","option.","option:","optional.","optionnel","optionnel.","optionnelle.","optionnelles.","options.","options:","options])","options와","options을","opérat","oracl","order","orient","otherwis","ou","out","outdat","output","output,","output.","output:","outsid","over","overkill.","où","pa","page","page'","page,","page.","pages.","paquetag","paquetage.","par","param","paramètr","parc","parcourir","parcourt","parfait","parfoi","part","partag","partagé","partagés.","parti","particuli","particulièr","partie.","parton","partout","pass","passant","passante.","passed,","passed:","passer","passez","passé","path","path),别名(alias)和","path,","path.","path:","patient","pendant","per","perform","performance,","performance.","performances,","periods.","permet","permett","personnalis","personnalisé","personnalisé,","pertin","petit.","peu","peut","peuvent","phase","phew,","php","pick","pick,","place","place,","place.","placehold","placer","placé","plateform","plateforme,","plateforme.","plateformes,","platform","pleasant.","pleinement","plu","pluge","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","plugin로","plugin에","plugin을","plupart","plus,","plusieur","plutôt","point","point,","pointer","polic","polices,","polluer","pollut","pollution)。","pollution.","polyfil","polyfill.","polyfills)","polyfill。","polyfill。这是因为当使用新的上下文模式时,serv","polyfill이","polyfill)的依赖模块列入白名单","popul","poser","possibilité","possibl","possible.","possèd","postcss","postcss,","posé","potenti","potentiel","pour","pourquoi","pourra","pourrait","pourriez","pourron","pouvant","pouvez","pouvez.","pouvon","power","pre","precis","prefer","prefetch","prefetch)","prefetch,","prefetched,","preload","preload/prefetch","preloaded,","preloaded.","premier","premièr","prendr","prenon","prepar","prerend","prerendering)","pretti","prevent","previous","prevmatch","pri","primarili","princip","principal","principale.","print(res)","prior","prioriti","priorité","priorité.","probabl","problem","problem.","problem에","problèm","problème.","process","process'","process).","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","processor)或","processu","processus,","prochain","produc","product","production,","production.","productivité","produis","profondeur","programmat","programmatiqu","project","project.","projet","promess","promis","promise((resolve,","promise,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","promise{/","promise,","promise:","prop","prop,","proper","properli","properly.","properti","propo","propr","proprement.","propriété","props.item.id","props.item.id,","props.item.id.","props.item.id에","props.item.last_upd","props:","prop,则需要修改","proven","provid","provided,","provoqu","pré","préchargement","précharger","préchargé","préchargées.","préchargés,","préchargés.","précisément","précompil","précompilation.","précompilé","préconçu","précédemment.","précédent","préférer","préférez","préoccup","préparer","préparez","préprocesseur","présent","présent,","présuppos","prévention","prêt","prêt,","prête","pui","puis...","puisqu","puisqu'il","puiss","pull","pure","purpose.","push)。","push.","put","périmé.","périod","qu'argu","qu'au","qu'en","qu'est","qu'exemple.","qu'il","qu'un","qu'à","qu'état","quand","quantité","que","que,","quel","quell","quelqu","queri","question","qui","quit","quoi","racin","raison","ralentit","rapid","rapide,","rapidement.","rappel","rappel.","rapport","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recharg","recherch","recommandations.","recommandé","recommandé).","recommend","recommendations.","recommended).","recréant","recréer","redi","redis:","redisclient.get(key,","redisclient.set(key,","reduc","redémarr","refair","refer","regardless","regardless,","regist","register)这个模块:","registr","reject","reject({","reject)","rejett","reli","relis","reload","reload)","remain","remarquerez","remarqué","remov","remplac","remplacé","rempli","remplir","rend","rendant","render","render,","render.","render:","rendercach","rendered.","rendered:","rendered은","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js,","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","renderer가","renderer는","renderer에는","renderer인스턴스를","renderer,来禁用所有自动注入。","renderer,用法和普通","renderer:","rendering)","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring,","rendertostring:","rendertostring대신","rendertostring의","rendertostring이","rendertostring콜백에서","rendertostring:","rendervuecomponenttostring(vm,","rendr","rendu","rendu)","rendu,","rendu.","rendus.","renvoi","renvoy","repeat","repeatedli","replac","repres","repris","représent","req","req.url","request","request),以及改善可交互时间(tti","request,","request.","request:","requests!","requests,","requi","requiert","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","require를","require:","requises.","requêt","requête,","requête.","requêtes,","requêtes.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(404).end('страница","res.status(500).end('erreur","res.status(500).end('intern","res.status(500).end('внутренняя","resolv","resolve(app)","resolved,","resolved.","resolve。","resourc","respect","respons","responsabilité","responsive.","ressembl","ressemblerait","ressourc","rest","restart","reste.","rester","restera","result","result.","retir","retiré","retourn","retournerai","retourné","return","reus","revis","right","risqu","root","rout","routag","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.beforeresolve()","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.onready를","router.onready,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(serv","router.push(context.url)","router、stor","router。我们首先创建一个文件,在其中创建","router。注意,类似于","router를","router와","routes,","routes.","routes:","routeur","routeur,","routeur.","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","règle","réactif","réactifs.","réactive.","réactivité","réagir","réalis","réalisé","récemment","récupérat","récupérer","récupéré","récupérés,","réduir","réel,","réellement","réexécut","référenc","référer","répons","répétée","réservé","résolu","résolu,","résolues.","résolut","résoudr","résultat","rétrocompatibilité,","réutilis","réviser","s'appliqu","s'appui","s'exécut","s'hydratera","s'il","salut","same","same:","san","sanit","save","savent","savez","savoir","savon","scenario","scind","scinder","scindé","scission","scope","scratch.","screen.","script","script,其中状态被嵌入在","scénario","se","seamlessli","search","second","second,","second.","seconde,","seconde.","secondes,","section","section,","section.","sections.","see","seen","selector","self","selon","semblera","sen","send","sens","sent","sentir","seo","seo,","seo가","seo,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。","seo,那么你可能需要预渲染。无需使用","separ","sera","seraient","serait","serial","seront","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.js에","server.listen(8080)","serverbundl","servercachekey","servercachekey,","servercachekey:","servercachekey로부터","servercachekey함수를","servertitlemixin","server。基本配置(bas","serveur","serveur')","serveur,","serveur.","serveur...","set","set.","set:","setinterv","setinterval.","setinterval로","setitem","settimeout","setup","setup,","setup.","set。此外,如果","set을","seul","seulement","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","shouldpreload옵션을","show","show'","show.","show의","si","side","side).","signatur","signifi","signific","significatif","significativ","similair","similaire,","similar","similar,","simpl","simple,","simple.","simplement","simpler","simpli","simplifi","simul","singl","singleton","singleton,","singulièr","sinon","sinon,","site","site.","slow","smaller","smooth","so,","soient","soin","soit","sole","solut","someth","sometim","somm","son","sont","soon","sooner.","sort","sorti","sortie,","sortie.","sou","souhaitez","soumett","sourc","spa","spa(싱글","spa,","spa와","spa(singl","special","specif","specific)","specific)。","specific)页面才会缓存","specific)(即对于相同的","specific.","spinner,","split","spliting)を利用するバンドルを描画する時に、最適なチャンクが","splitting)","splitting),","splitting)时,此方法将智能地正确的推断需要引入的那些异步","splitting,","spécial","spécifiqu","src","ssr","ssr,","ssr.","ssr:","ssr?","ssr과","ssr성능이","ssr에","ssr은","ssr을","ssr의","ssr이","ssr중","stack","stade,","standalon","start","starts.","startup.","state","state(상태)","state(상태)를","state)","state)到","state.","state.count++","state:","static","statiqu","statique.","statiques,","statiques.","stay","step","step.","still","stop","stopper","store","store(저장소)","store)","store)或\"状态容器(st","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.dispatch()","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","store。","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stratégi","stratégie,","stratégie.","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","stream입니다.","stream:","string","string)","string,","string.","structur","structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的","structure.","structure를","style","sub","submit","substitu","such","suffici","suffisam","suggest","suggéron","suit","suitabl","suivant","sujet","supplémentair","support","supporté","suppos","supposez","supposon","supprim","supérieur","sur","surcout","sure","surtout","switch","sync","sync'","sync(store,","synchron","synchrones.","synchronis","sélecteur","séparer","séparé","séparé,","séparé.","sérialis","sérialisé","sûr","sûr,","tableau","tag","tag.","take","tant","tard","tard.","target:","task","taux","team.","tear","techniqu","tel","tell","temp","templat","template),","template).","template,","template.","template:","templates.","template에서","template은","template을","template,你可以自己拼接字符串。","temps,","tenant","term","terminé","test","test:","testé","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext","this.$root.$options.ssrcontext.","this.$root.$options.ssrcontext.titl","this.$root.$options.ssrcontext를","this.$rout","this.$ssrcontext","this.$ssrcontext.","this.$ssrcontext.titl","this.$ssrcontext로","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","this。需要将","those","three","through","throughout","throw","thu","tier","tierc","tierces.","tiers.","time","time)简单地生成针对特定路由的静态","time,","time.","timer","timers.","timer。在纯客户端(cli","timer,然后在","times.","timestamp","timestamp:","tirer","titl","title):","title.call(vm)","title:","title을","titr","togeth","together.","topic","tou","toujour","tourn","tourner","tourner.","tout","tout,","tout.","trade","tradit","traditionnel","traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。","traffic,","traffic.","trafic,","trafic.","traiter","traité","transform","transpil","travail","traver","travers","treat","treatment","tree","tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个","tree),是否与从服务器渲染的","tree.","tricki","trigger","triggered,","tripl","troi","trop","trouv","trouver","trouvé","trouvée')","true","true,","true.","true。","true가","true를","true입니다.","true,但建议你尽可能使用","true,那么你还应该将修改","try.","trè","tti","tti(첫","turn","two","type","type)","typeof","typic","typiqu","tâche","téléchargé","tôt.","ultim","un","understand","uniqu","unique,","unique.","univers","universel","universel.","universelle,","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url.","url:","urls.","url。","url。这允许我们将访问的","url은","url을","url의","url,总是为所有用户渲染相同的内容),我们可以利用名为","us","us,","usabl","usag","usage.","use:","user","user/1","user/2)","user/2).","user/2)时,也应该调用","users),","usual","util","utilis","utilisateur","utilisateur,","utilisateur.","utilisateur/1","utilisateur/2).","utilisateurs),","utilisera","utiliseron","utiliseront","utilisez","utilison","utilisé","utilitair","utility)。","utility.","ux","v","v6","v8","v8j","v8js:","va","val)","val:","valabl","valeur","valid","valu","var","variabl","variables.","vendor","ver","veri","verra","verront","versa.","version","version\"","version)\"。","versions.","veut","via","vice","vie","vie,","vie.","view","view.","virtual","virtuel","virtuel.","visibl","visit","visité","visitée,","vivr","vm","vm.","vm.$option","vnode","vo","voici","void;","voient","voir","volé","vont","votr","vou","voudra","voulon","vous.","voyez","vs","vs.","vu","vue","vue!","vue'","vue({","vue).","vue,","vue.","vue.j","vue.js,","vue.js는","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue:","vue_env","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex,","vuex.","vuex.store({","vuex。我们先创建一个","vue가","vue는","vue앱에","vue의","vue인스턴스를","vue인스턴스에서","vue,以及以下","vérifiant","vérific","vérifier","wait","want","wast","waterfal","way","we'v","web","web.","webpack","webpack'","webpack'ом","webpack)","webpack,","webpack.","webpack.config.j","webpack.defineplugin","webpack.optimize.commonschunkplugin({","webpack。服务器端渲染(ssr)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base,","webpackによるコード構造","webpack과","webpack에","webpack에서","webpack을","webpack의","webpack,以生成","webpack,你可以使用","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial__","window.__initial_state__","window.__initial_state__.","window.__initial_state__로","window.__initial_state__에서","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","xss를","y","yarn","yarn.","yarn。","yarn을","yet,","yet.","you'd","you'r","you.","yourself","yourself.","zone","{","{code6}\"production\"{/code6}","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","}와","«","«гидрировать»","«загружать","«застревание»","«изоморфным»","«контейнере","«первый","«предзагружать»","«серверный","«синглтона","«снимок»","«стиле»,","«универсального»","«универсальным»,","»","»)","»),","»).","»,","».","à","ça","échappé","échappé)","échappé.","échouer.","écrire","écrit","écrite","écrivant","écrivez","éditez","également","égaler","éliminé","élément","émi","émis,","émise","étant","étape","état","étendr","étendues.","éternellement.","été","évalué","évidem","évite","éviter","évitez","éviton","ête","être","а","абсолютно","абсолютный","абстрагироваться","абстракции","автоматизация","автоматически","автоматически);","автоматические","автоматического","автоматическую","адреса.","адресов","аккуратностью","алгоритма","альтернативных","альтернативы,","аналогично","аргумент","аргумента),","аргументами:","аргументом","асинхронного","асинхронные","асинхронный","асинхронными","асинхронными,","асинхронных","атрибут","атрибут:","базовая","базового","базовой.","базовую","базовые","базы","без","белый","берёт","беспокоиться","библиотек:","библиотека","библиотеках.","библиотеки","библиотеки,","библиотеку","блок","более","большая","больше","большим.","большими","большинстве","большинство","больших","большого","большой","большом","браузер","браузер,","браузера","браузерами.","браузере","браузере.","браузеров","браузером.","браузеру","будем","будет","будут","будут:","будущем","будьте","бы","был","была","были","было","быстр,","быстрее","быстро","быть","бэкэнда","в","важен,","важно","важно,","важно:","важного","важны,","важные","валидный","вам","вами","вариант»","вариантов","вас","вас.","ваш","ваше","вашего","вашем","ваших","ввиду","веб","везде","вендоров","вендоров.","вероятно","вероятно,","версии","версии.","версия","версиях","весь","вещей,","вещи,","вещь,","видеть","видно","виртуального","виртуальное","виртуальный","вклад,","включения.","влияет","вложенное","вместе","вместе.","вместо","вне","внедрение","внедрению","внедрения","внедрено","внедрены","внедряем","внедряемый","внедряет","внедряется):","внедрять","внедряться","внедряя","внести","внешнего","внешней","внешние","внешними","внешних","внимание","внимание,","вносить","внутренних","внутри","внутрь","во","водопада","возврата","возвратом","возвращаем","возвращаемая","возвращаемое","возвращаемые","возвращаемый","возвращает","возвращать","возвращающих","возвращении","возможно","возможно,","возможно.","возможности","возможности,","возможность","возможные","возникало","возникать","возникнут","вообще","вообще.","вопрос,","временем","времени","времени.","временную","время","время,","вручную","вручную.","все","всегда","всегда,","всего","всей","всем","всех","вставлен","вставлена","встраиваемый","встраивает","встраивании","встраивать","встроен","встроенная","встроенном","встроенную","встроенные","встроенный","встроенным","всю","всякий","всё","всё,","второй","вторым","входа","входа,","входа.","входа:","входной","входящих","вы","выбираться","выбранной","выбрасывать","выведен","вывод","вывода,","выводить","выглядеть","выглядит","выгода","выделяйте","вызваны","вызвать","вызов","вызова","вызовет","вызывает","вызывается","вызывать","вызываться","вызывая","выполнен","выполнен,","выполнена.","выполнение","выполнении","выполнения","выполнения.","выполнит","выполняем","выполняемых","выполняется","выполнять","выполняться","высокоуровневые","выставляя","выше","выше.","гарантировать,","где","генерации","генерация","генерировать","генерируемый","генерируемых","генерирует","генерируются","гидратации","гидратации.","гидратацию","гидратация","гидратироваться","главный","глобальное","глобальной","глобальном","глобальные","глобальных","горячая","горячей","горячую","готовности","готово","готово,","готовы","грязным","давайте","даже","далее","дальнейшей","дальше,","данного","данные","данные,","данный","данными","данными,","данных","данных,","данных.","данных:","данных?","два","дважды","две","двойная:","двойные","двух","действительно","действия","делаем","делает","делать","делают","деле","деле,","дело,","демо","дерево","детали","детальным","детерминированным,","динамически","динамические","динамический","динамическим,","динамических","директив","директив:","директива","директива,","директиве","директивы","длительным","длительных","для","до","добавили","добавить","добавлен","добавления","добавлено","добавляем","добавляемыми","добавляет","добавлять","догружает","дождаться","дожидаться","документа:","должен","должна","должно","должны","дополнительно","дополнительные","дополнительным","дорого,","доставлять","достаточно","достаточную","достижения","достичь","доступ","доступа","доступно","доступны","доступом","дочерние","другая","другие","другими","других","другого","другой","другом","дублирования","его","его.","единственном","единый","если","есть","есть.","ещё","её","её.","же","же,","же:","жизненного","жизненном","за","забирали","заботимся","завершения","завершён","зависима","зависимостей","зависимостей,","зависимостей:","зависимости","зависимости,","зависимостью","зависимостями","зависимым","зависимым:","зависит","зависящие","заголовком","заголовком:","заголовок","заголовочный","заголовочными","заголовочных","заготовки,","загружать","загружен","загруженности","загружены","загружены,","загрузить","загрузка","загрузки","загрузки,","загрузки.","загрузки...","загрузчик","загрузчики.","загрузчики:","загрязнение","загрязнению","загрязнения","задайте","задач","задач,","закладываем","заключается","заключаются","замена","заменить","заметили,","заметите,","заметить,","занимает","заново","занятием.","записи","заполнено","заполнить","заполняемые","запрос","запрос:","запроса","запроса,","запроса.","запросах.","запросов","запросов,","запросов.","запросы","запускается","запускаться","запуске.","запустить","запущена","заранее","зарегистрировать","заставить","заставлять","затем","затрат","затратами","захотим","здесь","здесь,","знаете","знакомы","знания","знать","знать,","знать.","значение","значения,","значит,","значительно","значительной","значительных","и","идее:","идентификатор","идентификатором","идея","идти","из","избегайте","избегать","избежать","извлекаемый","извлекает","извлекается","извлекать","извлечение","извлечения","извлечённого","извлечённый","излишеством.","изложенных","изменения","изменены","изменились,","изменить","изменяет","изменяют","изменяющих","изображения","изолирован","изолированный","изоляцию","или","или,","имеет","имеете","имеется","имена","именах","именем","иметь","импорт","импорта","импорте","импортирование","импортированный","импортировать","импортируем","импортируете","импортов","импорты","имя","иначе","индексировать","индикатор","индикатором","инициализации","инлайновый","иногда","инстанцироваться","интеграция","интегрировать","интеллектуально","интерактивное","интерактивной.","интерактивности)","интерактивности).","интересуетесь","интернете","интерполирован","интерполировать","интерполяции","интерполяции,","интерполяции.","интерфейс","информации","информации.","информацию","информация","исключительно","исполнения","исполнялась","исполнять","использовали","использован","использование","использование,","использованием","использовании","использованию","использования","использовать","использоваться","используем","используемая","используемую","используемые","используемый","используемых","использует","используете","используется","используйте","использующего","использующих","используя","исследовали","исходного","исходный","итак,","итогового","их","к","каждого","каждой","каждый","как","какие","каким","какой","канала","каталога","каталоге","качестве","класс:","клиент","клиента","клиента,","клиента.","клиенте","клиенте,","клиенте.","клиенте:","клиентом,","клиентская","клиентский","клиентского","клиентское","клиентской","клиентском","клиентскую","клиенту","клиенту.","ключ","ключ,","ключ.","ключевое","ключевые","ключи","ко","когда","когда...","когда:","код","код,","кода","кода!","кода,","кода.","коде","кодом","кодом,","коду","количество","коллбэк","коллбэк.","коллбэке","коллбэком,","коллекции","команды","комментарий","компилировать","компиляции","компонент","компонент,","компонента","компонента,","компонента.","компонентам","компонентам,","компонентами,","компонентами:","компонентах","компонентах,","компоненто","компонентов","компонентов,","компонентов.","компонентов;","компоненты","компоненты,","компромиссы","конверсии.","конечно,","конечном","конкатенировать","конкретного","конкретной","константы","конструкторы,","контекст","контекста","контекста,","контекста.","контексте","контексте.","контекстной","контексту","контексту,","контент","контент,","контент.","контента","контролировать,","контролирует,","контроль","контроля","конфигурации","конфигурацию","конфигурацию,","конфигурация","концепции,","концепции.","корневого","корневой","корневом","коробки","коробки,","которая","которого","которое","которой","котором","которую","которые","который","коэффициентом","крайне","кратко","критически","критический","критического","критическом","критична,","критично,","критичным","кроме","кусок»","кэша","кэша,","кэше","кэширование","кэширование,","кэшированию","кэширования","кэширования.","кэширования:","кэшированной","кэшированный","кэшировать","кэшироваться","кэшироваться,","кэшируемыми","кэшируется","кэшу","легко","ленивая","ленивый","лету,","ли","либо","лишний","лишь","логика","логики","логику","логичным","локальный","лучше","лучшего","лучшее","лучшему","лучшие","лучшую","любая","любой","любом","любые","любых","максимальной","манипулируют","манифест","манифест,","манифеста","маркетинговых","маршрут","маршрут,","маршрута","маршрута,","маршрута.","маршрута:","маршрутизатор","маршрутизатор.","маршрутизатора","маршрутизации","маршрутизация","маршрутов","маршрутов,","маршрутом","маршруту,","маршруту:","массив","мгновенно","медленных","между","менее","менее,","меняться","мере","мест","месте","месте,","место","метаданных","метку","метод","методы","методы:","механизма","микро","миллисекунд","многие","много","многом","мог","могли","могут","модулей","модулей.","модуль","модуля","можем","может","можете","можно","моки","момент","момента","моментом","моменты,","мониторинга","монтировали","монтированием","монтирования","монтироваться","монтируем","монтирует","мы","мы,","на","навигацией","навигации","навсегда.","нагрузка","нагрузке","нагрузку","над","названием","названное","наиболее","наилучшей","найдена')","найдены","найдём","найдёт","наконец","наконец,","нам","наоборот.","написана","написание","написании","написания","написать","например","например,","например:","напрямую","напрямую:","нас","нас,","насколько","настраивать","настроить","настройка","настройками","настройками.","настройками:","настройке","настройки","настройки.","нативно.","нативных","находится","находиться","нахождении","начала","начального","начальное","начальной","начать","начинаться","начнётся.","наш","наше","нашего","нашем","наших","не","него","него.","независимо","некоторой","некоторые","некоторыми","некоторых","нельзя","немного","нему","ненужному","необходим","необходима","необходимо","необходимое,","необходимости","необходимую","необходимы","необходимые","необходимый","необходимым","необходимыми","необходимых","непосредственно","непосредственного","непригодной","нескольких","несколько","несмотря","несоответствие.","несоответствия,","нет","нет,","неудачной,","неё","ни","низким","ним,","ничего,","но","но,","нового","новое","новой","новом","новый","новых","нотациям","нужд,","нуждаться","нужен","нужен.","нужна,","нужно","нужно»","нужные","нуля.","нём.","о","об","обернуть","обеспечения","обеспечивает","обеспечивающие","обеспечить","облегчения","обнаружения","обновим","обновить","обновлений","обновления:","обновляем","обновлённого","обоих","обойти","обрабатывается","обрабатывать","обрабатываться","обработан","обработка","обработке,","обработки","обработчик","обработчика","образом","образом:","обратите","обратной","обращаться","обсудим","обсудим,","обсуждается","обсуждали","обходится","общего","общей","общий","объект","объекта","объектов","объекты","объекты.","объявлены","объёмов","обычно","обычного","обычное","обычной","обычный","обычным","обязательно","обёртки","ограничение","ограничения","один","одинаковое","одинаковые","одинаковый","одна","однако","однако,","одним","одного","одной","однофайловых","одну","ожидаем,","ожидает","ожидаете","ожидается:","означает,","окончания","окончательными","окружение","окружений,","окружения","окружения,","окружениях","окружениях,","он","она","они","оно","операцию","определено","определяет","определяется","определять","определяются","определяющая","определённые","определённых","оптимальные","опуская","опустим","опцией","опции","опционален.","опционально","опциональным.","опцию","опция","опыт","опыту","ориентированный","ориентировано","освновном","основе","основная","основной","основными","особенно","особенности","особой","оставаться","оставить","останавливаем","останется","остановить","останутся","остаётся","осторожным","от","ответ","ответственность","отдаются","отдельно.","отдельной","отдельном","отдельные","отдельный","отдельных","отделён","отзывчивым.","отказываться","отклика","отклоняем","отключена","отключена.","отключение","отключить","открыли","отличается","отличаться","отличие","отличии","отличия","отлично","отметить,","относится","отображаем","отображаемой","отображаемом","отображаемым","отображается","отображения","отображено","отображены.","отобразил","отправить","отправлен,","отправленный","отправлять","отправляться","отправляя","отражают","отрендерен","отрендеренного","отрендеренное","отрендеренной","отрендеренную","отрендеренный","отрендеренным","отсутствия","отсутствующих","официальному","официальную","официальный","очевидно","очевидно,","очень","ошибка","ошибка,","ошибки","ошибкой,","ошибок,","ошибок...","ощущается","ощущать","пакета","памяти.","панель","параметр","параметре","параметры","первоклассной","первоначального","первый","перед","передав","передаваемой","передавать","передаваться","передайте","передали,","передан","передана","переданного","переданный","передать","передачи,","перезагрузка","перезагрузки","перезагрузку","перезапустить","переиспользовать","переключаться","перекрёстных","переменной","переменные","переменные.","переменных,","переместите","перемещён","переносится","пересмотрены","пересоздания","периодов","писать","пишете","пишите","плагин","плагин!","плагина,","плагина:","плагином","плагины","платформо","платформы","платформы,","плохо","плохом","по","побочные","поведение","повторно","повторное","повторном","повторяются","повышенная","под","подготовить","поддерева.","поддерживает","поддерживается","поддержка","поддержки","поддержкой","поддержку","подключаем","подключен","подключения","подключены","подлежащий","подобное","подобным","подойти,","подразумеваем","подробнее","подробной","подробностей.","подробности","подсказок","подставит","подставлена","подставленным","подставлены","подстановки","подстановку","подход","подхода","подходит","подходящих","позволит","позволяет","позднее,","позже","поисковые","поисковый","пока","показатели","полагаетесь","полагаться","полагаются","полезно","полезным","полифилл","полифиллы)","полифиллы,","полного","полностью","полноценного","полный","полных","получать","получению","получения","полученные","получить","получить,","пользователей","пользователи","пользователь","пользовательская","пользовательские","пользовательских","пользовательскому","пользовательскую","пользователя","пользователя.","пользователям),","помешать","помимо","помогает","поможет","помощью","понадобится","понадобиться","понимать,","понять","попадание","попробовать","пор","пор,","посещается","посещённый","посещённым","поскольку","после","последнего","последняя","посмотреть","построен","поток","потока","потока,","потоковой","потоковый","потом","потомки","потому","потребовалось","потребоваться","потребуется","потребуется,","поэтому","поэтому,","появится","появиться","появления","появятся","правило","правило,","правильно.","правильного","правильное","правильных","практически","пре","превращает","предварительно","предзагружать","предзагружать,","предзагружаться,","предзагруженные","предзагружены","предзагружены.","предзагрузить","предзагрузка","предзагрузке","предзагрузки","предзагрузки,","предзаполнены,","предлагаем","предназначена","предоставив","предоставим","предоставить","предоставлен","предоставляем","предоставляет","предоставляется","предоставлять","предоставляют:","предоставляются","предоставляющий","предостережения","предотвращает","предотвращение","предотвращения","предполагаем,","предполагает","предполагает,","предполагается,","предполагали,","предполагая,","предположим,","предпочитаете","предпочитайте","представим","представление","представлении","представления","представления,","представления:","представляем","представляющие","прежде","прежнему","преимущества","преимущества:","преимуществами","преимущество","преимуществом","преобразования","преобразуем","преобразует","пререндеринг","пререндеринга","пререндеринга.","при","приведённая","приведёт","привести","привет","приводит","привыкли","привязанных","пригодной","приложение","приложение,","приложение.","приложении","приложении,","приложении.","приложений","приложений,","приложения","приложения,","приложения.","приложения:","приложениями","применимо","применяется","применять","пример","примера","примера,","примере","примерно","примеси","примесь","примечание:","примечания","примечания:","принимает","принимают","приоритетом;","природе,","присваиваем","присоединить","присоединяем","присоединять","приятным","проблем","проблема","проблеме","проблемой","проблему,","проблемы","проблемы,","проблемы.","проверка","проверки","проверяет,","проверять,","проверяя","программной","продвинутые","проект","проекта","проекте.","проектов.","производит","производительности","производительности,","производительности.","производительность","производительностью","производить","простая","просто","просто,","простого","простой","простота","простую","простые","протестирован","проходит","процесс","процесс,","процесса","процесса.","процессе","процессе.","процессом","процессора,","процессоров","процессу","прочитать","прочтения","проще","прямо","псевдонимы","пулл","пути","путь","работает","работайте","работала","работало","работать","работать,","работают","работе","работу","работы","равно","раз","раз,","раз.","разбивает","разбивать","разбирать","развёрнут","развёртыванию","развёртывания","раздача","разделах","разделе","разделе,","разделе.","разделение","разделением","разделения","разделено","разделить","разделяемых","различий","различными","размер","разместить","разметка","разметки,","разметки.","разметкой","разметку","разметку,","размещать","размещение","разные","разных","разрабатываемого","разрабатываете","разработке","разработке.","разработки","разработки.","разрешает","разрешается","разрешения","разрешены","разрешены.","разрешит","разрешить","разрешиться","разрешённое","разрешённым,","разумное","ранее","ранних","раньше","раньше.","располагает","располагается","расположить","рассмотрим","расчётом","расширения","расширять","расширяют","реагировать","реактивности","реактивность","реактивные","реализацией,","реализации","реализации,","реализаций","реализацию","реализация","реализовав","реализован","реализовать","реализовывать","реализуется","регистрации","регистрировать","редактируете","режим","режима","режиме","режиме;","результат","результата","реквесты!","рекомендаций.","рекомендуемая","рекомендуемый","рекомендуется","рекомендуется).","рекомендуется,","рендер","рендера","рендера.","рендера:","рендерер","рендерер.","рендерер:","рендерера","рендерера)","рендерера,","рендерера.","рендерере,","рендерим","рендеринг","рендеринг.","рендеринга","рендеринга,","рендеринга.","рендеринга:","рендеринге","рендерингом","рендерингом,","рендерингом.","рендерингу","рендерингу.","рендерит","рендерите","рендерить","ресурсам","ресурсах.","ресурсов","ресурсов,","ресурсы","ресурсы,","решения","решения,","решениями","решили,","решить","робот","роботы","руководства","руководства,","руководстве","руководстве.","руководство","руководство,","ряд","с","сайта.","самим","самой","самом","самостоятельно","самостоятельно.","сборка","сборками.","сборке","сборке,","сборке.","сборки","сборки),","сборки,","сборки.","сборки:","сборки;","сборкой","сборку","сборку,","сборку.","свежий","свежий,","свежих","свободно","своей","свой","свойства","свойство","своём","связанные","связано","сгенерированное","сгенерированный","сгенерировать","сгенерирует","сгенерируйте","сделали","сделать","сделать,","себе","сейчас","сейчас,","секунду","секунду.","секунды,","селектор","сервер","сервер.","сервера","сервера!","сервера')","сервера,","сервера.","сервера...","сервере","сервере,","сервере.","серверная","серверно","серверного","серверной","серверном","серверному","серверную","серверный","серверным","сервером","сервером,","сервером.","серверу","сериализовано","сериализовывать","сериализует","сигнатуру","симуляцией","синглтон,","синглтонов","синхронизируем","синхронные","синхронные.","ситуации.","сих","скобки","скорее","скрипт","скрипт,","следует","следующее:","следующем","следующем:","следующие","следующий","следующих","следующих:","слово","сложно","сложной","сложные","случае","случае,","случаев","случай,","случайно","случаях,","см.","смог","смогут","сможем","сможет","смысле,","сначала","снизить","снова","со","собран","собранный","собранных","собраны","собственно","собственный","событий","советуем","совместимости","совместимости,","совместно","совпадает","содержать","содержаться","содержащие","содержимое","содержит","создав","создавали","создавать","создавая","создадим","создан,","создание","создании","создания","созданной","созданному","созданы,","создатель","создают","создаём","создаёт","создаёте","создаётся","сообщает","соответствие,","соответствующей","соответствующие","соответствующий","соответствующих","сопоставления","сопряжено","составляющие","состояние","состояние.","состоянием","состоянием,","состоянием»,","состояния","состояния.","состояния».","сотен","сочетании","специализированное","специализированному","специальном","специальные","специальный","специфичная","специфичные","специфичных","списка,","список","список.","способ","способа","справочник","срабатывании","сравнению","сравниваем","сравниться","сразу","средах","ссылки","ссылкой","ссылок","станет","становится","старыми","статический","статических","статической","статическую","статичного","статичном","статичную","статичные","статичным.","статичных","стеке","степени","стесняйтесь","стиле","стиле,","стилей","стилям","стоит","стороне","сторонняя","стороны","стороны.","страниц","страницах","странице.","страницу","страницу.","страницы","страницы,","страницы.","страницы:","стратегии","стратегии,","стратегии.","стратегий","стратегию","стратегию,","стратегию.","стратегия","стриминг","стриминга","строк","строка","строки","строкой,","строкой.","строкой:","строку","строку.","структура","структурой","структуры","существенными","существу","существует","существующего","существующее","схоже","схожей,","сценария","считать","счёте","сырого","сырые","сюда","т.д.),","таймер,","таймеров","таймеры","так","так,","так:","также","также:","такие","таким","таким:","такими","таких","таковые","такое","такой","таком","такую","те","те,","тег","тегами","тегами.","тегах","теги","текущей","текущем","тем","тем,","темой","теперь","теперь,","тех","техник,","технологиями","течение","тип","типичные","типов","типы","то","то,","того","того,","тоже","той","только","том","том,","тому","тому,","точек","точка","точке","точки","точку","точно","традиционным","трактоваться","транспилировать","трафик,","трафика.","требования","требователен","требует","требуется","требуются","три","тройные","ту","тут","тщательно","у","убедитесь","убедитесь,","увеличению","увидит","удаляется","уже","узких","узлов","укажите","указан","указан,","указан:","указание","указанное","указанных","указать","указываем","указывать","улучшая","улучшением","улучшены.","улучшить","уменьшает","уменьшения","уменьшить","умолчанию","умолчанию,","универсальная","универсального","универсальное","универсальном","универсальную","универсальный","уникальную","уникальный","уникальным","уничтожения","упоминалась","упомянутых","управление","управлению","управления","управлять","упростить","уровне","уровня","ускоряет","условие","устанавливаем","устанавливая","установит","установить","установка","установку","установленной","устаревают","устаревший","устранения","устройствах.","утилиту","ухудшению","учитывать","учётом","уязвимостей.","фабрику","фабрику,","файл","файл,","файл.","файла","файла.","файла:","файлами,","файлах,","файле","файле,","файлов","файлов),","файлов):","файлов,","файлов.","файловом","файлом","файлу","файлу.","файлы","файлы,","файлы:","фактически,","фактический","фактического","фигурные","финальный","формы","фрагмент","фрагмента","фрагментами","фрагменте","фрагменты","фраментов,","фреймворк","фронтенд","фундамент","функцией","функцией,","функции","функции).","функции,","функции:","функцию","функцию,","функция","функция,","функциям","фух,","хаком","хорошей","хороший","хорошо","хотели","хотим","хотите","хранение","хранилища","хранилища.","хранилища:","хранилище","хранилище.","хук","хуках","хуке","хуки","хуков","хуков,","хэши.","цели","цикла","цикла,","цикла.","цикла;","циклах.","цикле","частей","части","части,","части.","части:","часть","частях","чаще","чего,","чем","через","чисто","чистых","член","чтения","что","что:","чтобы","шаблон","шаблон,","шаблона","шаблона,","шаблонах.","шаблоне","шаблоне.","шаблонного","шаблонов","шаблоном","шаг","шины","шрифты","шрифты,","экземплере","экземпляр","экземпляра","экземплярам","экземпляре.","экземпляров","экземпляром","экземпляры","экрана.","экранированного","экспортировать","экспортируем","экспортируемую","экспортирует","экспорты","элемент","элемента","элементы","эта","этапе","эти","этих","это","это,","это...","это:","этого","этого,","этой","этом","этому","этот","эту","эффекты","является","является,","являются","ядре,","—","……render","│","└──","├──","。これは、ファイルが個々にキャッシュされることをゆるしています。共通するcssがたくさんある場合にこの方法をおすすめします。","。クライアント上で、コンポーネントが初めて使用されたとき、vue","あとで必要な非同期","あなたのアプリケーションに","いつコンポーネントキャッシュを使うか","かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。","から","から抽出された","から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に","が、サーバで描画された","があれば、extract","がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。","がプラットフォームによって異なる場合は、プラットフォーム固有の実装を","が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。","が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため","が向上します。","が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。","が必要","が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。","が必要な場合があります。","が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期","が提供されたら、返ってきた文字列は","が改善します。","が放出した","が生成された後、ファイルパスを単純に","が返されます","が追加されていないことに注意してください。id","が重要なページで非同期にコンテンツを取得する場合は、ssr","ここでは、インストール済み外部","ここに例として、生の","この","このような用途として、公式の状態管理ライブラリである","このようにすれば、ルート","このように変えます","このオプションは、下位互換のためデフォルトは","このガイドでは","このガイドについて","このガイドは","このガイドは、vue.j","このガイドはサーバとして","このプラグインは、出力ディレクトリに","このメソッドは","このメソッドは、現在描画されているページに必要な","このメソッドはクライアントアプリケーションを起動するのに必要な","このメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは","このモードでは、","この問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア","この方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。","この方法ではビューコンポーネントの","この方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で","この方法はクライアントサイド限定のグローバルな","この目的のために公式の","この箇所がローディングインジケーターを発火させるべき箇所です","この設定で、コード分割されたビルドのためにサーバ側で描画される","この設定は","これで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。","これには2重の恩恵があります:","これには文字列または関数を入れることができます","これにより、webpack","これにより、アプリ/ベンダーコードのキャッシングも改善される","これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される","これは","これは、ルート要素に","これは、描画中に使われた","これはあなたのアプリケーションのマークアップが注入される場所です。","これはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、node.j","これはサーバービルドの出力全体を","これは通常","これまでは、同じ","これら","これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のidと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:","これを...","これをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。","これを回避するために、代わりに副作用コードを","さらに、テンプレートは次のような高度な機能をサポートしています:","さらに重要なことは、vue","された","されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに","しかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の","したがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。","したがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません。","したりすることができます。しかしながら、ssr","して","すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。","すべてのプリフェッチのフックが解決されると、ストアには、","すべての非同期なコンポーネントが解決されるように","することもできます。","そうすれば(訳注:","そして","そしてタイトルは","そして私たちのサーバーコードはこうなります:","そのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:","それらも同じようにホワイトリストに加えなければいけません。","ただし、ルート","だからです。","つのファイル(base、client、server)に分けることを提案しています。bas","つまり、次の場合にコンポーネントをキャッシュしないでください。","で","できるという考えです。","です:","です。","です。しかし、可能ならば常に","でのみ使用できます。","での使用例:","では、this.$ssrcontext","では、このオプションは","ではエラーが発生します。","ではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?","でも大丈夫です。","でインポートされた","でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから","でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい","でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された","で作られたサーバで使う場合はとても簡単です。例えば","で処理する必要がある依存関係を外部化しない","で処理できます:","で実装することも可能です:","で実装できます:","で新しいインスタンスを作成し、ルート","で自動注入されます","で開始されなければなりません。","と","という","という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:","という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。","という特別な属性は、クライアントサイドの","といったブラウザ環境のグローバル変数を直接使用すると、node.j","としてコンポーネントにおいて","としてページ内にインライン展開されるべき","として埋め込まれます","とは何か?","とは異なり、サーバで描画されたアプリケーションでは","と同様の関数シグネチャを必要とします。","と比べて、ssr","と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。","と組み合わせることも可能です。そのためにすべきことは以下です:","と見なすことができます。","どうして","どちらの環境に対して、それは","どのファイルが","どのファイルに","な","なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。","など)、代わりにプリレンダリング","などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。","など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。","なのか?","に","に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id=\"app\"","に、単に","において","において、以下の記述で私たちは簡単にアプリケーションをマウントします:","において、例えば","にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。","にて使用されており、そちらを参照するととても役立つことでしょう。","になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。","になり、","には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は","には次のいずれか1つを指定できます:","にも対応しています。","によってエクスポーズ","によってビルドされ、","によってルートコンポーネントの非同期チャンクに移動されます。","によって内部的に使われている","によって処理されないといけないからです。","によって手動で","によって扱われます。","によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。","によって決定される場合、上記は良い実装でしょう。しかしながら、同じidを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、","によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、html","によって生成されたバンドルオブジェクト。","によって生成された仮想","によって直接使用されることを想定していました:","によるアセットの注入:","によるルーティング","にアクセスする","にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:","にサーバー側のルーティングロジックを実装する必要があります:","にフェッチ処理を割り当てます","に付随させ、`template`","に似ていますが、","に依存する他のタイプのファイルをインポートしているなら、","に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして","に公開する必要があります。子は、this.$root.$options.ssrcontext","に副作用をもたらす子コンポーネントがあります。","に動的にデータを付随させ、そして","に問題が発生します。この問題を解決するためには、ベンダーのチャンクに","に基づく","に挿入されるべき任意のインライン","に挿入されるべき任意のマークアップを文字列で指定します。","に挿入します。しかし、vue","に描画","に描画されるのを解決するプロミスを返します。","に描画します。より詳細については、ストリーミング","に渡された","に渡されるサーババンドルを生成するために作られるもので、次のようになります:","に渡します:","に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして","に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。","に直接マウントします。しかし、ssrの場合は責務はクライアント専用のエントリファイルに映されます。app.j","に移動してください。","に解決するプロミスを返します。","に設定することをお勧めします。詳細は","に適した方法で動的なインポートを処理でき、","に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、nuxt.j","の","のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。","のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば","のにおいて、環境にはほとんど影響されない、","のみが","のみが必要です。","のような","のような別のjavascript","のような流れになります:","のように","のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の","のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、\"アイソモルフィック","のインスタンスにはなりません。","のオンデマンドコード分割機能(code","のコアチームメンバです。","のコーディングスタイルである関数を指定します。","のサーバサイド実装はこちら","のステートキーと","のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。","のストアの初期状態を指定します。このインライン","のテンプレート内に、以下のような記述をした場合です:","のネイティブタイマーを使用して、","のネイティブモジュールに依存しているため、node.j","のバージョンは6以上を使用することを推奨します","のバージョンは一致している必要があります","のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。","のビルドを出荷しました。これにより、上記の環境で使用できるようになります。","のポリフィルを提供する必要があります。","の中で","の代わりに","の代わりにrendertostreamを使用するだけです:","の代わりにここでモジュールをインポートします","の代替になります。","の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。","の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axio","の利点は主に次の点にあります:","の場合は、バンドルコードはサーバープロセスと同じ","の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、cpu","の実装を修正する必要があります。","の実装を提供します。","の抽出","の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な","の描画ごとに未使用の","の文字列としてインライン化されたままになり、vue","の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の","の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが","の標準ビルドは","の機能にアクセスできます。","の注意","の状態を埋め込む際に","の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。","の第2引数として","の管理","の管理の章を見てください。","の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画","の自動注入","の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル","の設定が必要です:","の設定を見てみてください。","の設定オプションに","の設定例です:","の評価","の読み取り可能なストリーム","の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は","の項目を参照してください。","は","はhtmlに集められてインライン化されます","は、","は、もし第","は、サーバーとクライアントの両方に同じ","は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。rendertostr","は、描画中に利用されるコンポーネントによって必要とされます。詳細は","は、第1引数にエラー内容、","はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。","はこのようになります(すべて自動でインジェクトされます):","はこの問題を解決するために、createbundlerender","はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート","はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、vue","はクラインアントサイドで生成された仮想","はサーバーによる描画のためのいくつかの特別な機能を持っています:","はシンプルに","はソースマップをネイティブサポートしていません。","はファイル拡張子に基づいて推論されます","は一致した非同期コンポーネントを自動的に解決するためです。","は同期的","は既にそのコンポーネントにサーバーインラインcssがあるかチェックします。もし存在しない場合、そのcssは動的に","は直接","は自動でクロスサイトスプリクティングを防ぐ","は自動的に最終的な","は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、ssr","は非同期コンポーネントを最重要コンセプトとして提供しており、","は非常に高速ですが、コンポーネントインスタンスや仮想","ふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。","へのアクセスは想定されていないので、window","へサニタイズされます。","へ変わったとき)には","ほとんどの","ほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一urlが常にすべてのユーザに対して同じコンテンツを描画する場合)、","ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな","また、あなたが読まれているように、このガイドで説明されている技術のほとんどが","また、実装の詳細は割愛します","または","または、runinnewcontext:","またはサポートしているライブラリの以下の最小バージョンを必須としています:","まだ描画されていないコンポーネントにのみ関心を払うため、","もうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態","もし","もしあなたが","もしあなたが、幾つかのマーケティングのページの","もしくは","もしローディングインジケーターがあるならば、","もし以前に、","もし同じように","もホワイトリストに登録する必要がある","も渡された場合、テンプレートは自動で以下を挿入します。","も渡すことで、すべての自動挿入を無効にすることができます。","や","や、file","より複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的","より詳しい情報は、","を","をしているとき、基本的にはアプリケーションの\"スナップショット\"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります。","をもつ","をインポートするときに気を付けることがいくつかあります:","をシリアライズし、window.__initial_state__","をテンプレートには含むべきです。","をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です","を介してそれにアクセスすることができます。","を使います","を使うことができます。","を使うことです。これは以下を提供します:","を使うと","を使って、base","を使っています。では","を使ってメインチャンクのcssを個別のcssに抽出することをサポートします","を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが","を使って挿入されるので、これらのメソッドをテンプレート内で(inject:","を使って注入できます","を使って説明していきますが","を使用したキャッシュの利用を可能にします。","を使用した時の自動的なcss評価","を使用して","を使用して、ルートコンポーネントの","を使用していた場合、","を使用している場合、prerend","を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。","を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって","を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と","を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての","を使用します","を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。","を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。","を使用することで簡単にプリレンダリングを実装することができます。","を使用する前に、まず初めに、実際に","を使用する場合、このプロパティは自動で追加されることに注意してください。","を使用する場合、例えば","を使用する際に考慮すべきトレードオフも何点かあります:","を使用する際の、アセットリンクとリソースヒントの自動注入","を全く使っていないのなら、自分自身で文字列を結合することができます。","を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの\"ハイドレート","を利用することができます。","を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。","を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。","を包括的にヘッドを管理するユーティリティに容易に拡張できます。","を参照してください。","を取得するコードを書いてみましょう:","を受け入れる","を向上させるためだけに","を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な","を含んだ","を呼び出します","を変換する","を変更する","を変更するコードには注意してください。","を変更する依存関係を外部化することはできません;","を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。","を実装すべき点に注意してください。加えて、get","を急いでコンパイルするために","を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します","を抽出するために、vue","を指定)","を提供しています。また、webpack","を提供する","を操作するため、ssr","を文字列で指定します。もし","を更新します:","を書くことができます:","を有効にして","を注入する","を活用する機能","を渡すことです:","を渡すことで展開データを提供することができます:","を渡せば、手動でアセットインジェクションを行うことができます。","を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。","を生成し操作がされます。しかし、同じ","を生成する","を用いて","を用いて描画してしまい、ハイドレーションが失敗してしまいます。","を用意することで回避できます。","を示す必要があります。またそれとは別に、commonschunkplugin","を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである","を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文","を表示します","を記述してください。","を設定し、そして","を設定します。","を試してみてください。これは同じ","を調べているとしたら","を返します","を返すユニバーサルなアプリケーションを想定しています","アクションから","アセット","アセットの挿入と同様に、ヘッド","アプリのコンテンツを含む完全なページになります","アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な","アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。","アプリケーション、ルーター、ストアを公開します","アプリケーションで広くテストが行われています。実際には、作成者は","アプリケーションとルーターの両方を返します","アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!","アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します","アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、ajax","アプリケーションの依存関係を外部化する","アプリケーションは","アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack","アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。","アプリケーションをバンドルする必要があります。実際、webpack","アプリケーションを描画するために必要とされる状態が入っています。","アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。","アプリケーションコードを書くことが可能になっています。","アプリケーションサーバのエントリファイルへのエントリポイント","アプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。","インスタンス","インスタンスから注入する必要があります。","インスタンスの","インスタンスを","インスタンスを作成","インスタンスを作成し、dom","インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。","インスタンスを描画","インスタンスを文字列として描画します。context","インスタンスを生成します。","インストール","インライン","エスケープされたhtmlを補間する","エスケープした展開)を使うこと。","エスケープしない生のhtmlを補間する","エラーを処理","オブジェクトの指定は、任意です。callback","オブジェクトは","オブジェクトも","オブジェクトをモックすることによって最初に環境を準備する必要があり、","オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。","オブジェクトを持っているからです。node","オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:","オプションがレンダラに利用されると、","オプションによってさらにカスタマイズが可能です。","オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる","オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。","オプションを","オプションを使います","オプションを使用して、そのオプションの","オプションを使用していれば自動で扱われます","オプションを使用することで、プリロードすべきものを正確に制御できます。","オプションを提供し、","カスタムディレクティブ","キャッシュ","キャッシュオブジェクトは、少なくても","キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):","キャッシュ可能なコンポーネントは","クライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます:","クライアントです。","クライアントで重複してモジュールが登録されるのを避けて下さい","クライアントとサーバーのためのユニバーサル変換処理の体験","クライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、","クライアントエントリは単にアプリケーションを作成しそれをdomにマウントします:","クライアントサイドでのハイドレーション","クライアントサイドではデータ取得について","クライアントサイドで完結するプロジェクトの","クライアントサイドのデータ取得","クライアントサイドハイドレーションのために","クライアントサイドプラグインのための","クライアントビルドマニフェスト","クライアントマニフェストの生成","クライアントマニフェストを利用するためには、client","クライアント使用する場合:","クライアント固有の初期化ロジック","クラス:","クリティカル","グローバルな状態に依存する子コンポーネントがあります。","コメントに注目してみてください。","コンテキストで実行されるので、アプリケーションコード内で","コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの","コンテキストに直接アクセスできます。古いバージョンでは、createapp()","コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。","コンテキストを渡して注入し、ルート","コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。","コンテンツの登録内容は1秒後に期限切れになります","コンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。","コンポーネントから集めた全てのクリティカル","コンポーネントにインポートするために","コンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の","コンポーネントのために","コンポーネントのライフサイクルフック","コンポーネントはシンプルに","コンポーネントはドキュメントのタイトルを制御するために","コンポーネントはブラウザで","コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう","コンポーネントをサーバ上の","コンポーネントを使用する際の、重要な","コンポーネントを描画します","コンポーネントキャッシュ","コンポーネントレベルでのキャッシュ","コードの文字列","コード分割","コード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの","コールバックで、次のメソッドを持ちます:","サードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる","サーバがマークアップを描画後に、この処理を実行し、すべての","サーバでのみ実行されます","サーバで描画された","サーバと連携する","サーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:","サーバを実行できる環境が必要になります。","サーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の","サーバサイドの描画について、さらに見ていく前に、\"ユニバーサル\"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの","サーバサイドプラグインのための","サーバサイドレンダリング","サーバサイドレンダリングガイド","サーババンドルと任意の引数","サーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側とクライアント側の両方のビルド情報を持つことになり、","サーババンドルの紹介","サーババンドルを文字列として描画します。context","サーバプッシュをプログラムで行うときに使えるでしょう。","サーバーとクライアントでコードを共有するものの、タスクが使用する","サーバーによる描画を使用するなら、コンポーネントの","サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。","サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な","サーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。","サーバーコードが任意の","サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます","サーバーサイドのデータ取得","サーバーサイドのルーターの場所を設定します","サーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:","サーバービルドで外部化しないでください。","サーバー上でのデータリアクティビテイ","サーバ側の負荷が増えます。","シリアライズされた","シンプルなプロジェクトは以下のようになります:","スタイルのエクスポートを使用するようにサーバーバンドルに指示する","スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。","ステップ","ステートとして埋め込まれたインラインスクリプトを返します。","ステートフルなシングルトンの回避","ストアの状態から","ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:","ストアコードの分割","ストリーミング","ストリーミングに関する注意事項","ストリーミングを参照してください。","ストリームによる描画モードでは、レンダラが仮想","セットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack","ソースコードの構造","タイトルを管理する単純な","タグも含みます。(例:","タグを挿入することができます。そのようにして","タグを自動的に挿入することができます。","タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。","タグを返します。詳細は","タグ経由で注入されます。","チャンクをプリフェッチする","ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。","テンプレートのルート要素が","テンプレートの展開","テンプレートは、次の構文を使用した簡単な補間もサポートします。","テンプレートはシンプルな展開","テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は","テンプレートを想定します","ディレクティブのバインディングメタデータに基づいて","デフォルトでは、bundlerender","デフォルトでは、javascript","デフォルトで生成されるファイルは以下のものです:","デフォルトのファイル名は","デフォルト設定で、アセットインジェクションはあなたが作成した","デフォルト設定ではこのようになります:","データが準備できた後に、コンポーネント内で","データのプリフェッチと状態","データストア","ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。","ハイドレーション時の注意","ハンドラを使用していることに気付いたかもしれません。これにより訪れた","ハンドリングエラー","バンドルを","バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません","バンドルレンダラによってrendertostr","バンドルレンダラの紹介","バンドルレンダラの追加","バンドルレンダラーのソースマップのサポート","バンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの","バージョン","ビルトインソースマップのサポート","ビルドステップの紹介","ビルド設定","ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。","ファイルに変換するプラグイン。","ファイルの","ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。","ファイルのようなファイルタイプを追加できる","ファイルのスタイルのみに適用されますが、外部","ファイルのプリロードは","ファイルの場合、抽出しない","ファイルを","ファイルをつくって、そこに","ファイルをプリロードする","ファイルを利用しているとき):","ファイルを含めないでください。クライアント側の","ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。","ファイルを読み込み","フェッチする必要があるデータはアクセスしたルート","フォントのプリロードのみ","フックにこのモジュールを遅延登録することができます:","ブラウザ","ブラウザでのみ実行されます","ブラウザは、自動で","ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。","プラグイン","プラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:","プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:","プラグインを追加してください!","プラットフォーム固有の","プリプロセッサや","プリレンダリング","プリロードすべきものはアプリケーションの実装依存になるでしょう。","プロジェクトにおいても大枠は似たようなものですが、設定ファイルを","プロミスは描画できるようにアプリケーションインスタンスを解決するべきです","プロミスを返します","ヘッドの管理","ページに必要な","ページシェルでラップする必要がありました。","ページタイトルは","ページテンプレート","ページテンプレートの使用","ページテンプレートを使用する","ページレベルでのキャッシュ","ページ全体の","ページ内の","ポリフィル)","マイクロキャッシング","マニフェストを抽出する","メソッド内でのみ使用可能","メタタグが注入されます","メモ:","モジュールはベンダーチャンクに抽出されます...","モジュールはルートコンポーネントの依存関係になっているので、webpack","モジュールを複数回インスタン化できます","ユニバーサル","ユニバーサルなコードを書く","ユニバーサルコードでは、プラットフォーム固有の","ユーザー固有でないページのみがキャッシュ可能です","ランタイム","ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。","ランタイムを先頭のチャンクに分割して、","リクエストが","リクエストがユーザー固有のものかどうかチェックするロジックを実装します","リクエストごとに新しいルート","リクエストごとに新たなルーターインスタンスも必要となるため、","リストで繰り返されるコンポーネントです。","リソースヒント","リソースヒントが生成されるべきかを制御する関数。","リソースヒントを返します。","リファレンス","リファレンスを参照してください。","ルーターが非同期コンポーネントとフックを解決するまで待機します","ルーターとストアのインスタンスを作成します","ルーターをルートvueインスタンスに注入します","ルーターインスタンスを作成します","ルーティングとコード分割","ルートが複数回訪問されたときに、","ルートのナビゲーションの前にデータを解決する:","ルートの状態をストアの一部として利用できるよう同期します","ルートインスタンスは単に","ルートコンポーネントではカスタム静的関数","ルートコンポーネントの内部","レイヤーで行われますが、","レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、","レベル(例えば、render","レンダラに","レンダラに渡すことができます:","レンダラを作成","レンダラオプション","ロジックとコンポーネントとの結び付き","ローディングインジケーターを停止させます","一个函数,用来控制什么文件应该生成","一个函数,用来控制对于哪些文件,是需要生成","一个基本项目可能像是这样:","一个模块被提取到","一些需要注意的坑","一意の","一致したルートコンポーネントすべての","一致するビューが描画された後にデータを取得する:","一致するルートがない場合、404で拒否します","上下文中的","上下文中运行,所以请留意在应用程序代码中尽量避免修改","上下文并重新执行整个","上下文状态键(context","上下文,因此伴随有一些显著性能开销。","上記の設定は","上,才能手动注入服务器端渲染上下文(ssr","不包含","不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是","不要外置化","不转义插值(non","与","与传统","与服务器集成","专门章节","両方の環境に共有される設定を含み、server","中","中。","中。假设我们有以下","中。此外,我们将在","中。而在客户端,在挂载到应用程序之前,store","中にエラーが発生します。これを回避するには、2つの方法があります:","中に呼び出されます。つまり、","中に破棄フックは呼び出されないため、タイマーは永遠に残ります。","中使用。我们可能会提供一个更简单的构建,可以在将来在其他「javascript","中创建一个新的实例,并从根","中包含","中实现它:","中实现服务器端路由逻辑(server","中导入","中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从","中执行时抛出错误,反之也是如此。","中收集和内联(使用","中无法使用。在","中渲染完整的应用程序,显然会比仅仅提供静态文件的","中的","中的代码具有自己的","中的代码意外污染服务器进程的","中的依赖模块。只有在所生成的","中的所有资源都将被预取,因为这是低优先级指令;","中运行(例如通过","中进行简要讨论。","中,","中,我们可以通过路由获得与","中,我们用下面这行挂载(mount)应用程序:","中,或者使用为你执行此操作的","中,此选项有一个","中,这使得它可以在上述环境中使用。","中:","为了简化这些,你可以直接在创建","为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data","为什么使用服务器端渲染(ssr)?","为整个页面的","为此,建议使用官方提供的","为此,我们将使用官方状态管理库","为要渲染页面提供最佳的","之中,extract","之前调用","之后,只需将文件路径传递给","之外,我们还可以生成客户端构建清单(client","也可以与","也可以也可以在生产模式(product","也可以是可选的异步函数。这允许缓存使用异步","事实上,作者是","什么是服务器端渲染(ssr)?","仅运行于服务器","仅运行于浏览器","今、私たちのサーバーはvueアプリから切り離されています!","今までは、バンドルされたサーバサイドのコードが","介绍构建步骤","仍然使用独立的全局上下文(separ","从","从依赖模块导入样式","他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。","他のタスクを実行できるようにするため、promis","他の変数を考慮して","他の描画オプション...","代码分割","代码字符串(不推荐)。","代码将与服务器进程在同一个","代码拆分(store","代码提供了更好的缓存。","代码,将看起来如下(所有都是自动注入):","代表的な使用方法は、次の","以","以上","以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:","以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在","以便可以在之后正确注入异步","以便在组件中,我们可以在数据准备就绪后","以便我们不会二次预取(doubl","以便我们能够知道数据在何时更新","以便服务器能够等待所有的内容在渲染前,","以获得更好的缓存,是很常见的做法。","以降","以降)の場合は、バンドルは別々の","以降でのみサポートされる)","以降においては、コールバックはオプションです。コールバックなしで渡されるとき、html","以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された","以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。","以降を使っていればサーバに","以降必須","任意のエラーがあれば処理","任意の引数","会在服务器端渲染(ssr)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如","会检查这个组件是否已经具有服务器内联(server","会返回","会遇到问题。为了解决这个问题,请避免在","传入","传递到我们的","传递给","但是稍后我们将在此执行服务器端路由匹配(server","位于提取的","何时使用组件缓存","作为对象传递给","作出贡献!","你也可以通过将","你可以在这里添加更多的文件类型。例如,未处理","你可能已经注意到,我们的服务器代码使用了一个","你应该在创建","你还应该将修改","使っていたら、それが","使用","使用「ssr","使用一个页面模板","使用三花括号(tripl","使用双花括号(doubl","使用基本","使用時に、自動挿入を行うかどうかを制御します。デフォルトは","使用服务器端渲染(ssr)时还需要有一些权衡之处:","使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data","使用相同的策略,你可以轻松地将此","使用(可选的)选项创建一个","例","例)以下のような","例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、ssr","例として、v","例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个","例如,请查看","依存で","依存関係からのスタイルのインポート","依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ","依赖一些","依赖模块导入","依赖模块放置在不同位置,或者","假定我们有一个可以返回","假设服务器","停止加载指示器(load","元素。相反,我们需要\"激活\"这些静态的","共通する","共通のエントリ","关于此指南","关键","具体实现细节)","具体查看:","具体请查看","典型用法是传入","典型的な","内でバンドルレンダラに渡されます:","内に","内にデータを展開","内置支持组件级别缓存(compon","内置的","内部な場合","内部のサーバ処理","内部使用的","内部异步组件中的","内部抛出的错误,使用的是","内部自动注入","决定,则上述是一个很好的实现。但是,如果具有相同","出于向后兼容的考虑,此选项默认为","函数。我们也可以通过纯客户端(client","函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。","函数来缓存组件。","函数的第二个参数,来提供插值数据:","函数,并返回","函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。","函数:","列入白名单,例如","列表中重复出现的组件。由于这些组件通常由数据库集合(databas","创建","创建应用程序实例,将","创建插件实例时可以自定义文件名:","创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。","別の方法として、バンドルをオブジェクトとして","到","到根","到目前为止,我们假设打包的服务器端代码,将由服务器通过","到目前为止,我们还没有讨论过如何将相同的","加えて、clientmanifest","動的な更新がないので、ライフサイクルフックのうち、beforecr","匹配不到的路由,执行","匹配要渲染的视图后,再获取数据:","单个文件组件内的","单页应用程序)相比,服务器端渲染(ssr)的优势主要在于:","即运行在服务器和客户端的代码。由于用例和平台","原始文件,","原生定时器,来为","原生模块,因此只能在","参数可以是以下之一:","参照:","参考","参考:","参考。","参考:手动资源注入(manual","参考:手動によるアセットインジェクション","参考:源码结构","又或者,你还可以将","另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据","只从应用程序生成","只在","只有非用户特定(non","只用于","只需创建应用程序,并且将其挂载到","只预加载","只预加载重要","可以很好对同步","可以通过","可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件","可能会随时间而变化,或者如果渲染结果依赖于其他","可读流。上下文对象(context","同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、","同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。","同样的规则也适用于","同様のやり方で、この","同步路由状态(rout","后执行,","后返回最终渲染的","后,","后,会返回","否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。","启用","告知","和","和将","和操作","和路由信息作为参数传递进去:","和(可选的)选项创建一个","哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。","回调函数中,你传入的","回调函数是可选项。在不传递","因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre","因为有可能会是异步路由钩子函数或组件,所以我们将返回一个","因此可以创建多个实例化该模块","因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。","因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的","因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:","固有の機能は","在","在下一章节中,我们将讨论如何配置","在之后的指南中介绍相关概念时,我们将详细讨论这些。","在使用","在使用带有","在初始路由","在大型应用程序中,我们的","在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user","在客户端,处理数据预取有两种不同方式:","在对你的应用程序使用服务器端渲染(ssr)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time","在嵌入","在开发模式下,vue","在开发环境甚至部署过程中热重载(通过读取更新后的","在所有预取钩子(prefetch","在服务器处理函数中……","在服务器端构建过程中,不应该外置化提取。","在服务器端渲染(ssr)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。","在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加","在此模式下,修改","在流式渲染模式下,当","在浏览器端接管由服务端发送的静态","在生成","在生成的文件名中有哈希时,可以取代","在纯客户端应用程序(client","在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:","在调用","在路由导航之前解析数据:","在路由组件内","在这里导入模块,而不是在","在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件","在通过","在非","在默认构建时,会预先假定有一个","基于指令绑定元数据(metadata)转换","基于文件扩展名的类型推断。","基本用法","基本的な使い方","基本的な例としては、私たちは","处理。","处理。如果你导入依赖于","处理任何错误","处理异常……","处理程序,它接受任意","处理错误……","外置化应用程序依赖模块。可以使服务器构建速度更快,","多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、","大多数自定义指令直接操作","大規模なアプリケーションでは、vuex","好处是双重的:","如基本示例所示,我们为每个请求创建一个新的根","如果","如果你使用","如果你想从","如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器","如果你根本没有使用","如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:","如果你调研服务器端渲染(ssr)只是用来改善少数营销页面(例如","如果先前已经使用过","如果在服务器端渲染期间使用,可以在","如果它在","如果提供了","如果没有,css","字体","字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。","字符串,并由","它具有可能依赖于全局状态的子组件。","它具有对渲染上下文产生副作用(side","安装","完全に描画","定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。","实例","实例。","实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在","实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross","实例注入。","实例渲染为","实例渲染为一个","实例渲染为字符串。上下文对象(context","实例)","实例,并直接挂载到","实例,所以文件导出一个","实现逻辑为,检查请求是否是用户特定(user","実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを\"プリフェッチ\"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。","客户端","客户端和服务器端的通用编程体验。","客户端数据预取(client","客户端混合","客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的","客户端激活(client","客户端特定引导逻辑……","客户端配置(client","客户端,可以向服务器和客户端都暴露相同的","客户端:","密集),因此如果你预料在高流量环境(high","对","对于","对于仅浏览器可用的","对于共享于服务器和客户端,但用于不同平台","对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用","对于所有环境,必须要预先在环境中模拟","对于自定义指令,允许提供服务器端实现:","对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(ssr)解决此问题。","对所有匹配的路由组件调用","对象(client","对象。","对象。注意事项如下:","对象。由于在使用","对象中的获取","对象会暴露以下方法:","对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。","对象进行插值,你可以(通过传入","对象,以及将","对象,允许模板插值中的组件动态地注册数据。","对象,在其","导入","导入它。","导入文件,通过","导入的","导出一个","导出一个工厂函数,用于创建新的","导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情","将","将主","将会使用","将会是","将会有所帮助,此示例使用了本指南涵盖的大部分技术。","将作为","将使用","将依赖模块提取到","将内联为","将创建一个新的","将可能的异步组件和钩子函数解析完","将在独立的全局上下文(separ","将外部","将推断客户端生成的虚拟","将是注入应用程序内容的完整页面","将永远保留下来。为了避免这种情况,请将副作用代码移动到","将生成为可传递到","将获取数据操作分配给","将通过","就已经准备就绪。","就应该获取到状态:","尽管","层完成,但是我们也可以在","层级(virtual","属性:你需要自行添加","已更改,例如,从","已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:","带有逻辑配置的组件(logic","并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。","并且","并且我们的服务器代码现在变为:","并且还会在编译","并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。","并列同级,组件作用域","并将其暴露于根实例的","并手动执行资源注入时,传入","并生成较小的","并返回一个内联的","应用程序/vendor","应用程序、router","应用程序。事实上,我们可能需要在服务器上使用","应用程序中,然后对客户端和服务器复用相同的路由配置!","应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。","应用程序代码。","应用程序实例共享","应用程序实例,以便它可以渲染","应用程序广泛测试","应用程序提供给客户端。为了做到这一点,我们需要使用","应用程序时,render","应用程序是由","应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积","应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示","应用程序,因为:","应该","应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由","开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycl","开发过程中热重载(hot","开头才会被识别为文件路径。","异步路由组件的路由配置示例:","引数","引数に","当你在渲染","当你阅读时,参考官方","当使用","当在渲染上下文(render","当我们将状态附加到上下文,","当编写纯客户端(client","従って基本的な考え方は","従来の","必填选项","必要なことは、サーバーとクライアントの両方で","必須","必须匹配版本。","必须是一个函数,","性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。","惰性注册(lazi","我们假设你已经知道,如何为纯客户端(client","我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交","我们只关心非预渲染的组件","我们可以在路由组件的","我们可以编写一个简单的","我们可以通过传入一个\"渲染上下文对象\",作为","我们可以通过检查匹配的组件,并在全局路由钩子函数中执行","我们将在后面的章节讨论规划结构的细节","我们将在整个指南中使用","我们将在路由组件上暴露出一个自定义静态函数","我们的","我们需要通过访问路由,来决定获取哪部分数据","或","或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。","所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用","所以我们对比它们,找出两个匹配列表的差异组件","所支持的使用动态导入作为代码分割点相结合,你需要做的是:","所谓客户端激活,指的是","所需的构建工件(build","手动资源注入(manual","手動でのアセットインジェクション","手動によるアセットインジェクション","打包","执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到","扩展为通用的头部管理工具(gener","扩展说明(extern","技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,nuxt.j","抽出の有効化","抽出は、開発中ではホットリロードされるように、","抽出を有効にする","抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想","指向你的客户端入口文件。除此之外,如果你使用","指向应用程序的","指引","接收第二个参数作为回调,那","控制使用","推奨","推奨されるコードの構造が少しだけ違うことに気がつくでしょう","推荐","推荐使用","推荐使用组件作为抽象机制,并运行在「虚拟","描画","描画された","描画する前にすべての準備が整うまでサーバーが待機できるように","描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に","描画中にタイトルをセットするコンポーネントがない場合に備えて、context","描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。","描画済みのページに対する最適な","提供","提供一个名为","提供一个模板。此模板应包含注释","提供以下优点:","提供异步组件作为第一类的概念,将其与","提供组件缓存具体实现。缓存对象必须实现以下接口(使用","提取","提取。","提取到单独的","提取应该只用于生产环境","提取的","插件","插件作为独立文件提供,并且应当直接","插件提取","支持","支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。","支持(在","支持)","支持:","改为这样:","攻击。","攻撃を防ぐために","数据预取","数据预取和状态","数据预取存储容器(data","数据预取指令(preload","整个构建过程的信息,从而可以让","文件","文件。","文件。app.j","文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。","文件。客户端","文件。所创建的","文件与外部的","文件中提取","文件中的样式,然而你也可以使用","文件中(使用","文件会被预加载,因为它们是启动应用时所必需的。","文件列入白名单。这是因为从依赖模块导入的","文件时):自动内联在渲染过程中用到的组件所需的css。更多细节请查看","文件的插件。","文件(.j","文件(例如,使用","文件,则无需外置化提取","文件,里面会模拟一些根据","文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに","新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします","时……","时。","时已经自动创建过。","时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如","时提供具体缓存实现方式(cach","时是否执行自动注入。默认是","时需要注意的几点:","时,","时,context.st","时,使用","时,可以消除此约束,但是由于需要为每个请求创建一个新的","时,在服务器并不真正需要它,所以实际上只需在客户端","时,如果提取的","时,它将自动执行「由","时,我们可以确保对","时,模板会自动注入以下内容:","时,此方法返回一个","时,自动注入「资源链接(asset","时,自动注入关键","是一个","是在要用到的","是我们应用程序的「通用","是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出","是由","是通过","是:","显式地声明","智能地注入为","暴露","更加大量占用","更多信息请查看构建配置。","更多的服务器端负载。在","更多细节请查看","更好的","更快的内容到达时间(time","更重要的是,vue","替代","最后,请注意,本指南中的解决方案不是限定的","最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!","最新版本能够完全支持","服务器","服务器上的数据响应","服务器中使用时相当简单直接,例如","服务器实时动态编译","服务器推送(http/2","服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。","服务器渲染的","服务器端数据预取(server","服务器端渲染","服务器端渲染(ssr)与其他后端设置进行混合使用,是后端自身集成","服务器端渲染指南","服务器配置(server","服务器配置,是用于生成传递给","服务器需要「服务器","期望值:boolean","期间并不会调用销毁钩子函数,所以","本指南专注于,使用","本指南将会非常深入,并且假设你已经熟悉","本指南需要最低为如下版本的","本番環境でのみ有効にする必要があります","本身不支持","本身,并且具有","来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用","来处理组件","来处理这个问题:","来完成标题管理:","来实现:","来打包我们的","来执行其他任务","来注入正确的资源","来直接访问组件中的服务器端渲染上下文(ssr","来简单地扩展基本配置。","来访问它。","构建为单个","构建配置","构建配置。","构建,并且许多","构造函数,所以它不会是服务器进程中","标签。当在应用程序代码中使用异步代码分割(async","标签也会注入","标签内由","标签到所渲染的","标签动态注入。","标签包含所有关键","标签的形式注入到页面头部。注意,如过你使用了","标签,以避免客户端的瀑布式请求(waterfal","标记(markup)。在这个示例中,我们必须用一个额外的","标记。","标记注入的地方。","树(virtual","核心团队的成员。","根元素的","根实例简单的渲染应用程序组件。","根本的なサーバサイドレンダリングの問題","検索エンジンのクローラが完全に描画されたページを直接解析するため、seo","構文(三重中括弧)の使用","構文(二重中括弧)の使用","標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは","模块:","模板中写入:","模板中根元素具有","模板中注入的内容。更多详细信息,请查看生成","模板插值","模板还支持使用渲染上下文(render","模板还支持简单插值。给定如下模板:","次に","次のようなテンプレートであれば:","次のように","次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack","次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。","此处告知","此外还需要注意的是,你应该避免在","此外,当提供","此外,模板支持一些高级特性,例如:","此插件在输出目录中","此方法不返回字符串","此方法序列化","此方法返回引导客户端应用程序所需的","此方法返回当前要渲染的页面,所需的","此策略将客户端数据预取逻辑,放在视图组件的","此设置支持使用","此选项可以是一个字符串或函数","步:创建一个","步:将","注入","注入到页面的头部(head)里。","注入(在使用","注意","注意:","注意すべきもう一つは、beforecr","注意,推荐将","注意:","注释","流式传输说明(stream","流式渲染","流式渲染(streaming)","浏览器会在","涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(spa)不同,服务器渲染应用程序,需要处于","添加路由钩子函数,用于处理","渡した","渲染一个","渲染为一个","渲染为字符串。上下文对象(context","渲染完成","渲染当前页面所需的最优客户端","渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer","源码结构","然后修改","然后子组件可以通过","然后更新","然后模板中的内容将会传递给","然后,你可以通过实现","然后,你就可以使用生成的客户端清单(client","然后,我们可以读取和传输文件到","然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与","然而,当第一个数据","版本","版本中,嵌入式","版本中,我们把那些基本上与环境无关的构建,编译到","版本中,此","特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての","特定功能不能直接在","特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。","特殊属性,让客户端","状态将自动序列化为","状态进行客户端融合(client","状态键(window","状态,将以","状态,自动嵌入到最终的","状態は自動的にシリアライズされ、html","状態は関数でなければならないため、","状態を","环境下使用","环境下,可能还需要使用","环境中使用","环境(如","环境,这使得它在其他","现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载","现在已经填充入渲染应用程序所需的状态。","现在我们正在使用","现在我们的服务器与应用程序已经解耦!","现在我们需要在","现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用","现在,路由组件可以利用以上","現在のところ、googl","環境では使用できなくなります。2.5","環境における使用","環境を想定していますが、これは、php","生命周期中。","生命周期时产生全局副作用的代码,例如在其中使用","生命周期时将其销毁。但是,由于在","生成","生成されたバンドルファイル","生成されたファイル名にハッシュがある時に、正しい","生成済みのリソースヒント持つべきか制御するための関数を指定します。","生成的","生成的客户端构建","生成的虚拟","生成的默认文件是:","用于客户端插件。","用于服务器端插件;","由","由于传递给","由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。","由于服务器已经渲染好了","由于模块现在是路由组件的依赖,所以它将被","由于没有动态更新,所有的生命周期钩子函数中,只有","画像やフォントのようなその他のアセット種別を指定した際、","的","的一个实例。","的任何其他类型的文件(例如","的任务(task),建议将平台特定实现包含在通用","的位置","的做法,并且可能会干扰到其他","的其他选项","的参考设置。","的可交互时间(tti","的基本","的实现,以考虑其他变量。","的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。","的形式内联到页面。内联的","的情况下编写我们的","的按需代码分割特性渲染","的推荐方法是简单地使用","的方法:","的服务器端单页面应用程序渲染。将","的服务器端实现。","的服务器端渲染(ssr)相当快速,但是由于创建组件实例和虚拟","的服务器端渲染(ssr),你应该注意到,推荐的代码结构现在略有不同(使用新的","的源码结构","的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。","的版本,你可以通过","的特殊","的环境检测代码。","的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用","的示例用法:","的缓存策略,来大幅度提高应用程序处理高流量的能力。","的自定义插件,server","的话题,我们会在","的路由","的过程。","的运行目录。运行时将会以此目录为基准来解析","的逻辑:","的问题","直後に非同期チャンクを挿入できるようにする","直接使用:","相匹配的组件,如果组件暴露出","相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行","相同的函数签名。","相同,但是","知道这部分","确保添加了此插件!","私たちは将来的に他のjavascript","秒后过期。","移动到路由组件的异步","章节。","第","第2引数に描画された文字列を受け取る、典型的な","等到","等)的","简单地使用","管理","管理。","管理的动态","管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render","类似于资源注入,head","純粋なクライアントサイドの","経由でcssをインポートなどの多くの","経由でのファイルのインポートやcss","経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、seo","経由でデータがフェッチされたときにそれを知るために、promis","组件。","组件可以提供一个","组件时,","组件时,自动注入「关键的","组件生命周期钩子函数","组件的渲染过程中收集的。有关更多详细信息,请查看","组件级别缓存(compon","组件,进行生成","结构(dom","结构。例如,当你在","绝对路径,指向一个已经构建好的","缓存","编写通用代码","能够使用预处理器(pre","自体に精通しており、且つ","自动推导需要在","自动注入),这样可以将文件分开缓存。建议用于存在很多公用","自动清理,以防止","自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。","自定义指令","节点的开销,无法与纯基于字符串拼接(pure","获取","获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果","获取到内联预置(inline)状态。","菊花图,然后通过","虽然","被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render","要从","要使用客户端清单(client","要求事項:","触发","設定","設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:","設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。","設定と","設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに","設定は","設定はこのようになります:","設定は出力パス、エイリアス、ローダーのような、client","設定は単純に、webpack","設定は既に知っての通りでしょう。ssr","設定を拡張することができるものです。","设置","设置为","设置服务器端","访问特定平台(platform","语法表示):","请注意,上述配置仅适用于","请注意,可缓存组件还必须定义一个唯一的","请注意,在","请注意,截至目前,googl","请注意,缓存对象应至少要实现","请注意,考虑到如果第三方","资源(cpu","资源提示(resourc","资源提示。","资源预加载提示(resourc","资源(支持自动推导异步代码分割所需的文件);","路由和代码分割","转义插值(html","轻松地添加预渲染。它已经被","输出(webpack","输送面向服务器代码(server","运行时(runtime)」运行。","运行时分离到一个引导","运行时和","运行环境。","返り値は","返回","返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。","返回的","返回的值是","还应该由","还是相当昂贵的,特别是当应用很大的时候。","这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是","这也为你的","这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。","这允许","这可以通过纯客户端(client","这将返回内联","这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。","这是将服务器的整个输出","这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,node.j","这样我们在开发过程中仍然可以热重载","这通常在","这里假定","这里如果有加载指示器(load","这里将是应用程序","这里无需传入一个应用程序,因为在执行","这里进行修改……","进行最优化的资源预加载/数据预取,并且还可以将所需的异步","进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割","适用方式(node","选项","选项。通过使用唯一的名称,每个缓存键(cach","选项中,我们将","选项可以进一步自定义要预加载的文件。","选项所提供\"服务器端版本(server","选项时自动处理)组件的","选项用于","选项精确控制预加载资源:","选项设置为","选项(需要","选项,并设置为","通常","通用","通用代码不可接受特定平台的","通过","通过以上设置,使用代码分割特性构建后的服务器渲染的","通过此选项提供一个由","通过运行","遍历虚拟","避免在客户端重复注册模块。","避免状态单例","那么,我们在哪里放置「dispatch","都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time","都提供开箱即用的流式渲染功能。所有你需要做的就是,用","配置中使用","配置示例如下:","重要:","重要な画像のプリロードのみ","重要信息:state","重要信息:当多次访问路由时,","重要信息:这将","重要提示:条目在","重要:","重要:使用","钩子函数中,使用","链接","链接到当前项目中时,才需要配置此选项。","開発モードでは、vue","開発上の制約。","開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)","開発時のホットリロード","関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな","関数をエクスポートします:","関数を使用すること)で実装することをお勧めします。","関数を実行することにより実装できます。重要なことは、このフックは初期ルートが","関数を実装してコンポーネントをキャッシュすることが出来ます:","関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。","関連するコンポーネントのスコープ付き","関連する概念については、後でこのガイドで紹介します。","防御。","防止の自動注入","除了","需要","需要处理的依赖模块。","需要注意的是,你仍然需要在挂载","需要版本","非","非同期のルートフックまたはコンポーネントが存在する可能性があるため、","非同期コンポーネントの","非同期ルートコンポーネントを使用したルート設定の例:","页面","页面包裹容器,来包裹生成的","页面级别缓存(page","预加载页面所需的","预取异步","预渲染(ssr","风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。","风格导出模块(node","默认情况下,只有","默认情况下,对于每次渲染,bundl","默认情况下,异步","默认情况下,当提供","默认文件名为","가능한","가능할","가능합니다.","가리키면","가상","가이드","가이드가","가이드는","가이드를","가이드에","가이드에서","가이드에서는","가장","가정하고","가정하면","가정할","가정합니다.","가정했습니다.","가져(pre","가져야합니다.","가져오는","가져온","가져와","가지","가지고","가지는","가진","가집니다.","가짜로","각","간단하며","간단하지만","간단한","간단합니다.","간단히","감지","값은","같습니다.","같아야","같은","같을","같이","같지는","개념을","개발","개발중","개발하는","개선됩니다.","개선하기","개선할","개선합니다.","개정","객체는","객체로","객체를","객체에","객체의","객체입니다.","갱신이","거대한","거의","걱정할","건드릴","검사하면","검색","것","것\"입니다.","것,","것과","것도","것들","것들을","것만","것에","것으로","것은","것을","것이","것입니다.","게으른","격리","결과가","결과는","결과를","결정되는","결정적이어야하므로","결합할","경로","경로로","경로를","경로에","경우","경우(라우트","경우(예:","경우도","경우에","경우에는","경우에도","경우에만","경우의","경우입니다.","경험이","계산되어","계속","고급","고려하는","고려하여","고려하지","고려해야할","고민해야합니다.","고유한","곳","공격을","공식","공유되는","공유되지만","공유된","공유될","공유할","과정에서","관련","관련성이있는","관련한","관리","관리도","관리를","관하여","광범위하게","교차","구동되기","구동된다는","구성되어","구성에는","구성을","구성하는","구조","구조가","구조를","구조입니다.","구축하는","구현을","구현입니다.","구현하여","구현할","구현해야합니다.","권장","권장하는","권장합니다.","규모의","규칙이","그","그다지","그러나","그러면","그러므로","그런","그럼에도","그렇지","그리고","글꼴과","기능","기능은","기능을","기능이","기다려야","기다리지","기다릴","기반","기반으로","기반으로하지만","기본","기본값은","기본값이지만","기본적으로","기본적인","기술을","기존","깊이","까다로울","꼭","나누는","나중에","나타내는","나타냅니다.","남아있게","낭비하고","내보내진","내부","내부에서","내부입니다","내용과","내용은","내용은gener","내용을","너무","네이티브","노드를","노출시켜","노출하고","노출합니다.","논의","높은","느린","다루는","다루지","다룰","다룹니다.","다르면(즉,","다른","다릅니다.","다시","다운로드되어","다운로드할","다음","다음과","단","단계가","단계에서는","단순히","단어입니다.","단일","단점이","단축,","달라야합니다.","달려","달리","대개","대부분의","대부분이","대비하고","대상은","대시","대신","대역폭을","대체할","대폭","대한","대해","더","덩어리를","데모의","데이터","데이터가","데이터를","데이터베이스","데이터에","도달","도달하면","도달해야","도움이","독립실행형으로","동기식","동기식이","동안","동안만","동일하도록","동일하지만","동일한","동일할","동일합니다.","동작이","동적으로","동적이기","동적인","되고","되며","되면","되어","되지","된","된다는","될","됨)","됩니다.","됩니다.)","두","두가지","두개의","두번째","둘","둡니다.","들기","들어","들어,","들어오는","등)의","등록할","디렉토리를","디렉티브","디렉티브가","디렉티브는","디렉티브에","디렉티브와","따라","따라서","따른","때","때)","때까지","때마다","때문에","때문입니다.","떨어집니다.","또","또는","또는,","또한","뚀는mounted로","라우터","라우터,","라우터를","라우트","라우트를","라우팅","라우팅과","라이브러리가","라이브러리는","라이브러리들의","라이브러리를","라이브러리의","라이프사이클","라이프사이클에서","라이프사이클에서만","라인을","래핑하거나","런타임에서","레벨","레벨에서","레이어에서","레퍼런스","레퍼런스를","레핑해야합니다.","렌더러","렌더러가","렌더러는","렌더러로","렌더러를","렌더러에","렌더러에게","렌더러에서","렌더러와","렌더링","렌더링(ssr)이란","렌더링된","렌더링마다","렌더링만","렌더링에","렌더링은","렌더링을","렌더링의","렌더링이","렌더링하는","렌더링한","렌더링할","렌더링합니다.","렌더에","로더와","로드","로드된","로드하는","로드합니다.","로드해야","로딩","로딩은","로직(pre","로직을","루트","를","리로드","리로드를","리소스","리소스에","리스트에서","리퀘스트를","리턴합니다.","링크","마무리해야합니다.","마운트","마운트되어야한다고","마운트하는","마운트합니다.","마이그레이션","마지막으로","마지막으로,","마찬가지","마찬가지로","마케팅","마크","마크업","마크업만","마크업에","마크업은","마크업을","마크업이","만드는","만든","만들","만들고","만들기","만들기만","만들때","만들면","만들어","만들어(mocking)","만들어야","만들어야하기","만들어진","만들어질","만듭니다.","많은","많을","많이","많이하면","맞는","맞지","맞지만","매니페스트","매니페스트는","매니페스트를","매니페스트와","매우","매칭","맵","먼저","메모리에","메소드는","메소드를","메커니즘으로","멤버입니다.","명시적으로","몇","몇가지","모두","모두를","모두에","모두에서","모듈에서","모듈을","모드는","모드로","모드를","모드에서","모드에서는","모든","모음의","목록에","못한","무시합니다.)","무엇입니까?","문서에","문자열","문자열로","문자열에는","문자열을","문제","문제가","문제를","미리","미처","밀리","및","바꿀","반대의","반드시","반복되는","반복적으로","반응성","반응성을","반응성이","반응형","반환","반환되는","반환된","반환됩니다.","반환하는","반환하면","반환하지","반환합니다.","받은","발견되면","발견된","발생시키는","발생시킵니다.","발생하는","발생할","발생합니다.","방문한","방법","방법은","방법을","방식으로","방식을","방지하기","방지하므로","배열을","배포","배포할","백엔드","버그가","버리고","버스","버전","버전\"을","버전과","버전에서는","버전은","버전을","버전의","번들","번들과","번들된","번들렌더러를","번들로","번들링해야합니다.","번들에","번들은","번들을","번들의","번들이","번들파일(.j","범용적인","변경되거나","변경할","변경합니다.","변수를","변환하는","변환해야합니다.","별","별도의","별칭","병목을","보간)를","보간되므로","보간할","보내고","보냅니다.","보다","보드를","보듯이,","보존하는","보통","복잡하게","본질적인","볼","부르는","부분들이","부분이","부하가","부하를","부하에","분리되어","분석할","분할","분할과","분할을","불구하고","불러오지","불일치가","불필요합니다.","브라우저","브라우저는","브라우저로","브라우저에서","브라우저의","비","비동기","비동기적으로","비동기화할","비슷하게","비용때문에","비용을","비용이","비해","비활성화","비활성화하면","빌드","빌드되었다고","빌드시","빌드의","빌트인","빠르게","빠르지만","빨리","뿐입니다.","사실,","사용","사용)","사용되며,","사용된","사용방식이","사용법은","사용시","사용을","사용자","사용자가","사용자는","사용자별로","사용자에게","사용하게됩니다.","사용하고","사용하기","사용하나요?","사용하는","사용하려면","사용하면","사용하므로","사용하여","사용하여도","사용하지","사용하지만","사용한다고","사용할","사용합니다.","사용해","사용해보십시오.","사용해야","사용해야합니다.","사이드","사이드이펙트를","사이트","사이트로","사전","사항","사항들이","사항은","사항을","사항이","삭제한","삭제합니다.","살아있습니다.","살펴보기","살펴봅니다.","삼중","삽입되는","삽입되어야하는","삽입하기","삽입하는","삽입할","삽입합니다.","상당한","상수를","상용구를","상태","상태(cross","상태는","상태를","상태에","상태입니다.","상호","상호작용하게","상호작용하는","상황이","새","새로운","생깁니다.","생산성이","생성","생성과","생성되는","생성되면","생성되어야하는","생성된","생성됩니다.","생성자를","생성하고","생성하기","생성하는","생성하도록","생성한","생성할","생성합니다.","서로","서버","서버)로","서버가","서버는","서버렌더링된","서버로","서버를","서버사이드","서버에","서버에서","서버에서는","서버에서의","서버와","서버의","서버측","선언해야합니다.","선택적으로","선택합니다.","선택해야합니다.","설명합니다.","설정","설정)","설정과","설정됨)","설정들이","설정에서","설정에서만","설정은","설정을","설정의","설정하는","설정하지","설정한","설치","설치되어있거나","성능","성능과","성능상의","성능에","성능을","세가지로(기본,","세밀하게","세부","섹션에서","소개","소개할","소스","소스맵을","소스코드","소스코드를","속성","속성에","속성을","속성이","솔루션을","수","수는","수도","수동","수동으로","수명주기","수백","수있는","수정하는","수정할때마다","수정합니다","수정해야합니다.","수준에서","수준의","수집된","수행됩니다.","수행하는","수행하면","수행할","순서","순수","순수한","쉘로","쉽게","쉽습니다.","스크립트가","스크립트를","스타일이며","스택을","스트리밍","스트리밍을","스트림","스트림으로","스트림을","스트림이","스피너로","시","시간","시간)을","시간에","시간을","시간이","시나리오에","시나리오에서도","시작","시작에","시작하기","시작하는데","시작한","시작할","시작해야","시작해야합니다.","신중하게","실수로","실제","실제로","실행가능한","실행되는","실행되므로","실행될","실행됩니다.","실행에서","실행하는","실행하여","실행할","실행합니다.","싱글","싱글톤","싱글톤을","싶습니다.","써드파티","아래","아래에","아래와","아이디어를","아직","아티팩트를","안내서는","안내서를","안에","안의","안전한","않고","않기","않는","않습니다.","않습니다.)","않아도","않아야","않았습니다.","않으면","않으므로","않은","않을","않지만","알","알고","알고있다고","알립니다.","알아야할","앞으로","애플리케이션","애플리케이션)에","애플리케이션과","애플리케이션에","애플리케이션에서","애플리케이션에서는","애플리케이션으로","애플리케이션을","애플리케이션의","애플리케이션이","액세스할","앱","앱에","앱에서","앱에서는","앱으로","앱은","앱을","앱의","앱이","약간","양을","어떠한","어떻게","언급된","얻을","얼마나","업데이트된","업을","없는","없도록","없습니다.","없으므로","에러가","에서만","에셋","에셋을","에셋의","엔드를","엔진","엔트리","엔트리는","엘리먼트에","여겨질","여기서","여기서는","여부를","여전히","여지가","역할만","역할을","연결된","연결할","영원히","예:","예를","예방을","예상:","예상되면","예입니다.","예정입니다.","예제에서","오랫동안","오류,","오류가","오류는","오염시키는","오염을","오염이","올바른","옮겨갑니다.","옮겨야","옵션","옵션과","옵션은","옵션을","옵션입니다.","와","와vue는","완료되어","완료될","완벽하지","완벽히","완전히","왜","외부","외부에","외부화된","외에도","요구사항을","요소를","요청","요청간에","요청에","요청에는","요청에서","요청을","요청이","원한다면","원할히","원활하게","웹","위","위치에","위치에서","위한","위해","위해서는","윈도우","유니버설","유사하지만","유사합니다.","유용할","유용합니다.","유즈케이스","유지할","유추됨)","유추합니다.","유틸리티로","유형의","유효한","을","응답","의미합니다.","의존성에서","의존성을","의존하는","의해","이","이것은","이는","이러한","이렇게","이렇게하면","이로","이루어지지만","이를","이름에","이름은","이며","이미","이미지","이벤트","이상을","이스케이프","이스케이프된","이외에는","이용하기","이용한","이용해","이유는","이전","이점이","이제","이중","이해하기","이해한다고","이후","이후에서","익숙하고","익숙할","인덱싱을","인라인","인라인되어야하는","인라인된","인라인으로","인스턴스","인스턴스가","인스턴스는","인스턴스를","인스턴스에도","인스턴스와","인스턴스의","인스턴스화","인젝션과","인터넷","인터페이스를","인터폴레이션","인터폴레이션(html","인터폴레이션(interpolation)","인터폴레이션(non","인터폴레이션(보간)도","인터폴레이션을","인해","일급","일반","일반적으로","일반적인","일부","일으킬","일은","일치하는","일치하지","일치함을","읽고","읽는","읽으면서","임의의","입니다.","있고","있기","있는","있다고","있다는","있다면","있도록","있습니다,","있습니다.","있습니다.(inject:","있습니다.(향후","있어야","있어야합니다.","있으나","있으며","있으면","있으므로","있을","있지만","자동","자동으로","자바","자바스크립트","자세한","자세히","자식","자체","자체에","자체적으로","작동까지의","작동시킬","작동하고","작동하는지","작동하지","작동할","작동합니다.","작성된","작성하기","작성하는","작성한","작성할","작성합니다.","작성해야합니다.","작업해야합니다.","잘","잠시","장점은","장점을","장점이","장치의","재사용할","저장합니다.","저하시키므로","적용됩니다.","적용해야합니다.","적절한","적합한","전달)","전달된","전달될","전달됩니다.","전달인자는","전달인자로","전달인자를","전달하고","전달하는","전달하여","전달한","전달할","전달합니다.","전략을","전송됩니다.","전에","전역","전역적인","전용","전체","전통적인","전혀","전환율과","절대경로를","절대적으로","점에서","접근(lazyili","접근을","접근하기","정보","정보(head","정보가","정보를","정의","정의할","정적","정적인","정확하게","정확히","제거할","제공되면","제공되므로","제공하는","제공하며","제공하면","제공할","제공합니다.","제공해야","제공해야합니다.","제약","제약사항에","제어하거나","제어하는","제어할","제어해야하는","제작자는","제한","조건은","조작","조작하므로","존재하는","종속성","종속성이","좋습니다.","좋은","주로","주목하세요.","주문형","주석","주석을","주의","주의사항","주의사항은","주의해야","주의해야하는","주의해야할","주입","주입됩니다)","주입을","주입이","주입하면","주입합니다.","주입해야합니다.","주제이므로","줄이는데","줄일","중","중단하고","중에","중요하지","중요한","중요해질","중이라면","중점을","중지했다가","즉","즉,","즉석에서","즉시","지금까지","지남에","지능적으로","지식이","지연된","지원","지원하는","지원하지","지원하지만","지원함)","지원합니다.","지점입니다.","직렬화하고","직접","직접적인","짜야합니다.","차이에","참고","참고사항:","참고하세요","참조","참조하는","참조하세요","참조하세요.","참조하십시오","참조하십시오.","채워집니다.","책임이","처리가","처리를","처리하기","처리하는","처리하므로","처리해야합니다.","처음부터","첫번째","청크","청크\"를","청크가","청크를","청크에","초가","초기","초당","최대","최상의","최소","최소한","최신","최적의","최적화가","최적화를","최종","추가","추가되는","추가된)에","추가로","추가적인","추가한","추가합니다.","추가해야합니다.","추상화","추상화하고","출력될","출력을","출력합니다.","충분한","측","측에서","캐시","캐시되며","캐시되므로","캐시된","캐시를","캐시에","캐시에서","캐시키를","캐시하지","캐시할","캐싱","캐싱에","캐싱을","커지면","컨셉으로","컨텍스트","컨텍스트객체는","컨텍스트로","컨텍스트를","컨텍스트에","컨텍스트에서","컨텐츠","컨텐츠가","컨텐츠는","컨텐츠를","컨텐츠의","컴파일하기","컴포넌트","컴포넌트가","컴포넌트는","컴포넌트로","컴포넌트를","컴포넌트마다","컴포넌트에","컴포넌트에서","컴포넌트의","컴포넌트입니다.","코드","코드,","코드가","코드는","코드를","코드에서","코드에서만","코드의","콘텐츠를","콜백으로","콜백은","크게","크롤러가","크롤러는","큰","클라이언트","클라이언트간","클라이언트로","클라이언트만","클라이언트에","클라이언트에서","클라이언트에서만","클라이언트와","클라이언트와의","클라이언트의","클래스","키는","키를","키에는","키와","타이머","타이머가","타이머를","타이틀","타임스탬프를","탐색할","태그","태그가","태그를","테스트되었습니다.","템플릿","템플릿과","템플릿안에서","템플릿에","템플릿에는","템플릿으로","템플릿은","템플릿을","템플릿입니다.","통합하는","통해","트래픽을","트래픽이","트리가","트리를","트리에","특수","특수한","특정","특정한","특히","팀의","파일","파일로","파일에","파일에서","파일은","파일을","파일이","파일입니다.","판단합니다.","팩토리","페이지","페이지를","페이지에","페이지에서","페칭","편법이며","평가되지만","포함되므로","포함된","포함될","포함됩니다.","포함시","포함하는","포함할","폭포수","폴리필(polyfill)을","폴리필)을","표기된","표기법을","표시되어야","표시됩니다.(전체가","푸시를","풀","프레임워크입니다.","프로그래밍","프로세스는","프로세스에","프로세스에서","프로세스와","프로세스의","프로세스입니다.","프로젝트","프로젝트는","프로젝트를","프론트","프리","프리로드","프리로드/프리페치","프리로드/프리페치하고","프리로드를","프리로드할","프리페치","플랫폼","플랫폼에","플랫폼의","플러그인","플러그인은","플러그인을","플레이스홀더(placeholder)","피하기","피하려면","피하세요","피할","피해야","필요가","필요는","필요로","필요하기","필요하며","필요하므로","필요하지","필요한","필요한지","필요할","필요합니다.","하기","하나는","하나의","하나입니다.","하는","하는데","하는지에","하면","하므로","하위","하이드레이션","하이드레이션을","하지","하지만","한","한번","할","함께","함께)","함수를","함수인","함수입니다.","합니다.","핫","항목은","항목을","항목이","항상","해결하기","해결하는","해결하려면","해당","해석할","해시가","해야할","해야합니다.","해주세요","핵심","핵심은","핸들러를","했으므로,","향상되고","향상됩니다.)","향상시키고","향상시킬","허용","허용하는","허용하면","현명하게","현재","형태\"","호출되면","호출되지","호출됩니다.","호출할","호환성을","혼용하는","화면에서","확인하세요","확인하세요.","확인할","확장합니다.","환경설정","환경에","환경에서","환경이","활용하는","활용하면","활용하여","후","훅","훅도","훅에","훅의","훅이","훨씬","힌트","힌트가","힌트를","(可选)客户端构建","(可选)页面模板","(操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では\"必要なものだけを読み込む\"ということです。",",作为渲染应用程序内容的占位符。",",其中关键",",它提供:",",所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的",",然而,由于"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Vue.js サーバサイドレンダリングガイド\n\n注意: このガイドは Vue.js またはサポートしているライブラリの以下の最小バージョンを必須としています:\n\nvue & vue-server-renderer 2.3.0 以上\nvue-router 2.5.0 以上\nvue-loader 12.0.0 以上 & vue-style-loader 3.0.0 以上\n\nもし以前に、 SSR で Vue 2.2 を使用していた場合、 推奨されるコードの構造が少しだけ違うことに気がつくでしょう (新しいオプションの runInNewContext を false にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。\n\nサーバサイドレンダリング (SSR) とは何か?\nVue.js はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、Vue コンポーネントはブラウザで DOM を生成し操作がされます。しかし、同じ Vue コンポーネントをサーバ上の HTML 文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに \"ハイドレート (hydrate)\" することもできます。\nサーバで描画された Vue.js のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、\"アイソモルフィック (isomorphic)\" や \"ユニバーサル (universal)\" と見なすことができます。\nどうして SSR なのか?\n従来の SPA (シングルページアプリケーション) と比べて、SSR の利点は主に次の点にあります:\n\n検索エンジンのクローラが完全に描画されたページを直接解析するため、SEO が向上します。\n 現在のところ、Google と Bing は同期的 JavaScript アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、Ajax 経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、SEO が重要なページで非同期にコンテンツを取得する場合は、SSR が必要な場合があります。\n\n特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての JavaScript がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。\n\n\nSSR を使用する際に考慮すべきトレードオフも何点かあります:\n\n開発上の制約。 ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。\n\nより複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的 SPA とは異なり、サーバで描画されたアプリケーションでは Node.js サーバを実行できる環境が必要になります。\n\nサーバ側の負荷が増えます。 Node.js の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、CPU を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。\n\n\nあなたのアプリケーションに SSR を使用する前に、まず初めに、実際に SSR が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。 例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、SSR は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、SSR を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。\nSSR vs プリレンダリング (事前描画)\nもしあなたが、幾つかのマーケティングのページの SEO を向上させるためだけに SSR を調べているとしたら (たとえば /, /about, /contact など)、代わりにプリレンダリング (事前描画)を使用することをオススメします。 HTML を急いでコンパイルするために Web サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な HTML ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。\nもしあなたが webpack を使用している場合、prerender-spa-plugin を使用することで簡単にプリレンダリングを実装することができます。 これは Vue アプリケーションで広くテストが行われています。実際には、作成者は Vue のコアチームメンバです。\nこのガイドについて\nこのガイドはサーバとして Node.js を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と Vue の SSR と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。\nこのガイドは、Vue.js 自体に精通しており、且つ Node.js と webpack に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、Nuxt.js を試してみてください。これは同じ Vue スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。\nまた、あなたが読まれているように、このガイドで説明されている技術のほとんどが HackerNews Demo にて使用されており、そちらを参照するととても役立つことでしょう。\n最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!\n"},"basic.html":{"url":"basic.html","title":"基本的な使い方","keywords":"","body":"基本的な使い方\nインストール\nnpm install vue vue-server-renderer --save\n\nこのガイドでは NPM を使って説明していきますが Yarn でも大丈夫です。\n注意\n\nNode.js のバージョンは6以上を使用することを推奨します\nvue-server-renderer と vue のバージョンは一致している必要があります\nvue-server-renderer は Node.js のネイティブモジュールに依存しているため、Node.js でのみ使用できます。 私たちは将来的に他のJavaScript ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。\n\nVue インスタンスを描画\n// ステップ 1: Vue インスタンスを作成\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World`\n})\n// ステップ 2: レンダラを作成\nconst renderer = require('vue-server-renderer').createRenderer()\n// ステップ 3: Vue インスタンスを HTML に描画\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => hello world\n})\n\nサーバと連携する\nNode.js で作られたサーバで使う場合はとても簡単です。例えば Express:\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `The visited URL is: {{ url }}`\n })\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Internal Server Error')\n return\n }\n res.end(`\n \n \n Hello\n ${html}\n \n `)\n })\n})\nserver.listen(8080)\n\nページテンプレートを使用する\nVue アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な HTML ページシェルでラップする必要がありました。\nこれをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。 例 index.template.html:\n\n\n Hello\n \n \n \n\n\n コメントに注目してみてください。 これはあなたのアプリケーションのマークアップが注入される場所です。\nファイルを読み込み Vue レンダラに渡すことができます:\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // アプリのコンテンツを含む完全なページになります\n})\n\nテンプレートの展開\nテンプレートはシンプルな展開 (interpolation) にも対応しています。 次のようなテンプレートであれば:\n\n \n {{ title }}\n {{{ meta }}}\n \n \n \n \n\n\nrenderToString の第2引数として \"描画コンテキストオブジェクト\"(render context object) を渡すことで展開データを提供することができます:\nconst context = {\n title: 'hello',\n meta: `\n \n \n `\n}\nrenderer.renderToString(app, context, (err, html) => {\n // ページタイトルは \"hello\" になり、\n // メタタグが注入されます\n})\n\ncontext オブジェクトも Vue アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。\nさらに、テンプレートは次のような高度な機能をサポートしています:\n\n*.vue コンポーネントを使用する際の、重要な CSS の自動注入\nclientManifest を使用する際の、アセットリンクとリソースヒントの自動注入\nクライアントサイドハイドレーションのために Vuex の状態を埋め込む際に XSS 防止の自動注入\n\n関連する概念については、後でこのガイドで紹介します。\n"},"universal.html":{"url":"universal.html","title":"ユニバーサルなコードを書く","keywords":"","body":"ユニバーサルなコードを書く\nサーバサイドの描画について、さらに見ていく前に、\"ユニバーサル\"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの API の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。\nサーバー上でのデータリアクティビテイ\nクライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます: すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。\n実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを\"プリフェッチ\"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。\nコンポーネントのライフサイクルフック\n動的な更新がないので、ライフサイクルフックのうち、beforeCreate と created のみが SSR 中に呼び出されます。つまり、 beforeMount や mounted などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。\n注意すべきもう一つは、beforeCreate と created において、例えば setInterval でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから beforeDestroy または destroyed したりすることができます。しかしながら、SSR 中に破棄フックは呼び出されないため、タイマーは永遠に残ります。 これを回避するために、代わりに副作用コードを beforeMount または mounted に移動してください。\nプラットフォーム固有の API にアクセスする\nユニバーサルコードでは、プラットフォーム固有の API へのアクセスは想定されていないので、window や document といったブラウザ環境のグローバル変数を直接使用すると、Node.js ではエラーが発生します。\nサーバーとクライアントでコードを共有するものの、タスクが使用する API がプラットフォームによって異なる場合は、プラットフォーム固有の実装を ユニバーサル な API の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axios は、サーバーとクライアントの両方に同じ API を提供する HTTP クライアントです。\nブラウザ API を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。\nサードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。 \nカスタムディレクティブ\nほとんどの カスタムディレクティブ は直接 DOM を操作するため、SSR 中にエラーが発生します。これを回避するには、2つの方法があります:\n\n抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想 DOM レベル(例えば、render 関数を使用すること)で実装することをお勧めします。\nコンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の directives オプションを使用して、そのオプションの \"サーバーサイドのバージョン\" を用意することで回避できます。\n\n"},"structure.html":{"url":"structure.html","title":"ソースコードの構造","keywords":"","body":"ソースコードの構造\nステートフルなシングルトンの回避\nクライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、 Node.js サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。\n基本的な例としては、私たちは リクエストごとに新しいルート Vue インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。\nそのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:\n// app.js\nconst Vue = require('vue')\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `The visited URL is: {{ url }}`\n })\n}\n\nそして私たちのサーバーコードはこうなります:\n// server.js\nconst createApp = require('./app')\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n renderer.renderToString(app, (err, html) => {\n // エラーを処理 ...\n res.end(html)\n })\n})\n\n同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、 createApp で新しいインスタンスを作成し、ルート (root) Vue インスタンスから注入する必要があります。\n\n{ runInNewContext: true } でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい VM コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。\n\nビルドステップの紹介\nこれまでは、同じ Vue アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack を使用して Vue アプリケーションをバンドルする必要があります。実際、webpack を使用して Vue アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。\n\n典型的な Vue アプリケーションは webpack と vue-loader によってビルドされ、 file-loader 経由でのファイルのインポートやcss-loader 経由でCSSをインポートなどの多くの webpack 固有の機能は Node.jsで直接動作しません。\nNode.jsの最新バージョンはES2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。\n\n従って基本的な考え方は webpack を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって SSR のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。\n\nセットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack を有効にして Vue アプリケーションコードを書くことが可能になっています。\nwebpackによるコード構造\nwebpack を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての webpack の機能にアクセスできます。 同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。\nシンプルなプロジェクトは以下のようになります:\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # 共通のエントリ\n├── entry-client.js # ブラウザでのみ実行されます\n└── entry-server.js # サーバでのみ実行されます\n\napp.js\napp.js はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート Vue インスタンスを作成し、DOM に直接マウントします。しかし、SSRの場合は責務はクライアント専用のエントリファイルに映されます。app.js はシンプルに createApp 関数をエクスポートします:\nimport Vue from 'vue'\nimport App from './App.vue'\n// 新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします\n// インスタンス\nexport function createApp () {\n const app = new Vue({\n // ルートインスタンスは単に App コンポーネントを描画します\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\nクライアントエントリは単にアプリケーションを作成しそれをDOMにマウントします:\nimport { createApp } from './app'\n// クライアント固有の初期化ロジック\nconst { app } = createApp()\n// これは App.vue テンプレートのルート要素が id=\"app\" だからです。\napp.$mount('#app')\n\nentry-server.js:\nサーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。\nimport { createApp } from './app'\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"ルーティングとコード分割","keywords":"","body":"ルーティングとコード分割\nvue-router によるルーティング\nサーバーコードが任意の URL を受け入れる * ハンドラを使用していることに気付いたかもしれません。これにより訪れた URL を Vue アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!\nこの目的のために公式の vue-router を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。 createApp に似ていますが、 リクエストごとに新たなルーターインスタンスも必要となるため、 createRouter 関数をエクスポートします:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\nVue.use(Router)\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\nそして app.js を更新します:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nexport function createApp () {\n // ルーターインスタンスを作成します\n const router = createRouter()\n const app new Vue({\n // ルーターをルートVueインスタンスに注入します\n router,\n render: h => h(App)\n })\n // アプリケーションとルーターの両方を返します\n return { app, router }\n}\n\nentry-server.js にサーバー側のルーティングロジックを実装する必要があります:\n// entry-server.js\nimport { createApp } from './app'\nexport default context => {\n // 非同期のルートフックまたはコンポーネントが存在する可能性があるため、\n // 描画する前にすべての準備が整うまでサーバーが待機できるように\n // プロミスを返します\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n // サーバーサイドのルーターの場所を設定します\n router.push(context.url)\n // ルーターが非同期コンポーネントとフックを解決するまで待機します\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // 一致するルートがない場合、404で拒否します\n if (!matchedComponents.length) {\n reject({ code: 404 })\n }\n // プロミスは描画できるようにアプリケーションインスタンスを解決するべきです\n resolve(app)\n }, reject)\n })\n}\n\nサーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Page not found')\n } else {\n res.status(500).end('Internal Server Error')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\nコード分割\nコード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの TTI (操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では\"必要なものだけを読み込む\"ということです。\nVue は非同期コンポーネントを最重要コンセプトとして提供しており、 webpack 2の動的インポートをコード分割点として使用することへのサポート と組み合わせることも可能です。そのためにすべきことは以下です:\n// これを...\nimport Foo from './Foo.vue'\n// このように変えます\nconst Foo = () => import('./Foo.vue')\n\n純粋なクライアントサイドの Vue アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。\nアプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。 ただし、ルート (route) レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、 vue-router は一致した非同期コンポーネントを自動的に解決するためです。 必要なことは、サーバーとクライアントの両方で router.onReady を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。\n// entry-client.js\nimport { createApp } from './app'\nconst { app, router } = createApp()\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\n非同期ルートコンポーネントを使用したルート設定の例:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\nVue.use(Router)\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"データのプリフェッチと状態","keywords":"","body":"データのプリフェッチと状態\nデータストア\nSSR をしているとき、基本的にはアプリケーションの\"スナップショット\"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります。\nもうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態 (state) を用いて描画してしまい、ハイドレーションが失敗してしまいます。\nこの問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア (data store) もしくは \"状態コンテナ (state container)\" に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして HTML に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。\nこのような用途として、公式の状態管理ライブラリである Vuex を使っています。では store.js ファイルをつくって、そこに id に基づく item を取得するコードを書いてみましょう:\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\nVue.use(Vuex)\n// Promise を返すユニバーサルなアプリケーションを想定しています\n// また、実装の詳細は割愛します\nimport { fetchItem } from './api'\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // store.dispatch() 経由でデータがフェッチされたときにそれを知るために、Promise を返します\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\nそして app.js を更新します:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\nexport function createApp () {\n // ルーターとストアのインスタンスを作成します\n const router = createRouter()\n const store = createStore()\n // ルートの状態をストアの一部として利用できるよう同期します\n sync(store, router)\n // アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n // アプリケーション、ルーター、ストアを公開します\n return { app, router, store }\n}\n\nロジックとコンポーネントとの結び付き\nではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?\nフェッチする必要があるデータはアクセスしたルート (route) によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。\nルートコンポーネントではカスタム静的関数 asyncData が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため this にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:\n\n\n {{ item.title }}\n\n\nexport default {\n asyncData ({ store, route }) {\n // アクションから Promise が返されます\n return store.dispatch('fetchItem', route.params.id)\n },\n computed: {\n // ストアの状態から item を表示します\n items () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\nサーバーサイドのデータ取得\nentry-server.js において router.getMatchedComponents() を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが asyncData を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。\n// entry-server.js\nimport { createApp } from './app'\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n router.push(context.url)\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n reject({ code: 404 })\n }\n // 一致したルートコンポーネントすべての asyncData() を呼び出します \n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // すべてのプリフェッチのフックが解決されると、ストアには、\n // アプリケーションを描画するために必要とされる状態が入っています。\n // 状態を context に付随させ、`template` オプションがレンダラに利用されると、\n // 状態は自動的にシリアライズされ、HTML 内に `window.__INITIAL_STATE__` として埋め込まれます\n context.state = store.state\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\ntemplate を使うと context.state は自動的に最終的な HTML に window.__INITIAL__ という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:\n// entry-client.js\nconst { app, router, store } = createApp()\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\nクライアントサイドのデータ取得\nクライアントサイドではデータ取得について 2つの異なるアプローチがあります:\n\nルートのナビゲーションの前にデータを解決する:\n\nこの方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。\nこの方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で asyncData 関数を実行することにより実装できます。重要なことは、このフックは初期ルートが ready になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。\n // entry-client.js\n // ...関係のないコードは除外します\n router.onReady(() => {\n // asyncData を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します\n // そうすれば(訳注: サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます\n // すべての非同期なコンポーネントが解決されるように router.beforeResolve() を使います\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n // まだ描画されていないコンポーネントにのみ関心を払うため、\n // 2つの一致したリストに差分が表れるまで、コンポーネントを比較します\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n if (!activated.length) {\n return next()\n }\n // もしローディングインジケーターがあるならば、\n // この箇所がローディングインジケーターを発火させるべき箇所です\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n // ローディングインジケーターを停止させます\n next()\n }).catch(next)\n })\n app.$mount('#app')\n })\n\n\n一致するビューが描画された後にデータを取得する:\n\nこの方法ではビューコンポーネントの beforeMount 関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。\nこの方法はクライアントサイド限定のグローバルな mixin で実装できます:\n Vue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // データが準備できた後に、コンポーネント内で `this.dataPromise.then(...)` して\n // 他のタスクを実行できるようにするため、Promise にフェッチ処理を割り当てます\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n })\n\nこれら 2つの方法のどちらを選ぶかは、究極的には異なる UX のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば user/1 から user/2) へ変わったとき)には asyncData 関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな mixin で処理できます:\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nストアコードの分割\n大規模なアプリケーションでは、Vuex ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // 重要: 状態は関数でなければならないため、\n // モジュールを複数回インスタン化できます\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\nstore.registerModule を使用して、ルートコンポーネントの asyncData フックにこのモジュールを遅延登録することができます:\n// ルートコンポーネントの内部\n\n {{ fooCount }}\n\n\n// `store/index.js` の代わりにここでモジュールをインポートします\nimport fooStoreModule from '../store/modules/foo'\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n // 重要: ルートが複数回訪問されたときに、\n // クライアントで重複してモジュールが登録されるのを避けて下さい\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\nモジュールはルートコンポーネントの依存関係になっているので、webpack によってルートコンポーネントの非同期チャンクに移動されます。\n\nふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。\n"},"hydration.html":{"url":"hydration.html","title":"クライアントサイドでのハイドレーション","keywords":"","body":"クライアントサイドでのハイドレーション\nentry-client.js において、以下の記述で私たちは簡単にアプリケーションをマウントします:\n// これは、ルート要素に id=\"app\" をもつ App.vue テンプレートを想定します\napp.$mount('#app')\n\nサーバがマークアップを描画後に、この処理を実行し、すべての DOM を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの\"ハイドレート (hydrate)\"とそれをインタラクティブに生成したいです。\nサーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:\n\n\nこの data-server-rendered という特別な属性は、クライアントサイドの Vue に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id=\"app\" に、単に data-server-rendered が追加されていないことに注意してください。ID または 他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。\n開発モードでは、Vue はクラインアントサイドで生成された仮想 DOM が、サーバで描画された DOM の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の DOM を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。\nハイドレーション時の注意\nサーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の HTML の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが Vue のテンプレート内に、以下のような記述をした場合です:\n\n hi\n\n\nブラウザは、自動で を に挿入します。しかし、Vue によって生成された仮想 DOM は、 を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な HTML を記述してください。\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"バンドルレンダラの紹介","keywords":"","body":"バンドルレンダラの紹介\n根本的なサーバサイドレンダリングの問題\n今までは、バンドルされたサーバサイドのコードが require によって直接使用されることを想定していました:\nconst createApp = require('/path/to/built-server-bundle.js')\n\nこれはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、Node.js はソースマップをネイティブサポートしていません。\nバンドルレンダラの追加\nvue-server-renderer はこの問題を解決するために、createBundleRenderer という API を提供しています。また、webpack の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な JSON ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。\n\nビルトインソースマップのサポート ( webpack の設定オプションに devtool: 'source-map' を指定)\n開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)\nクリティカル CSS の評価 (*.vue ファイルを利用しているとき): インライン CSS は、描画中に利用されるコンポーネントによって必要とされます。詳細は CSS を参照してください。\nclientManifest によるアセットの注入: 自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。\n\n\n次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack 設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // 推奨\n template, // (任意) ページテンプレート\n clientManifest // (任意) クライアントビルドマニフェスト\n})\n// 内部のサーバ処理 ...\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません\n // 今、私たちのサーバーはVueアプリから切り離されています!\n renderer.renderToString(context, (err, html) => {\n // ハンドリングエラー ...\n res.end(html)\n })\n})\n\nバンドルレンダラによってrendertoString が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。\nrunInNewContext オプションを false または 'once' に設定することをお勧めします。詳細は API リファレンスを参照してください。\n"},"build-config.html":{"url":"build-config.html","title":"ビルド設定","keywords":"","body":"ビルド設定\nクライアントサイドで完結するプロジェクトの webpack 設定は既に知っての通りでしょう。SSR プロジェクトにおいても大枠は似たようなものですが、設定ファイルを 3 つのファイル(base、client、server)に分けることを提案しています。base 設定は出力パス、エイリアス、ローダーのような、client と server 両方の環境に共有される設定を含み、server 設定と client 設定は単純に、webpack-merge を使って、base 設定を拡張することができるものです。\nserver 設定\nserver 設定は createBundleRenderer に渡されるサーババンドルを生成するために作られるもので、次のようになります:\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nmodule.exports = merge(baseConfig, {\n // アプリケーションサーバのエントリファイルへのエントリポイント\n entry: '/path/to/entry-server.js',\n // これにより、webpack は Node に適した方法で動的なインポートを処理でき、\n // Vue コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう\n // `vue-loader`に指示する\n target: 'node',\n // バンドルレンダラーのソースマップのサポート\n devtool: 'source-map',\n // Node スタイルのエクスポートを使用するようにサーバーバンドルに指示する\n output: {\n libraryTarget: 'commonjs2'\n },\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // アプリケーションの依存関係を外部化する\n // これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される\n externals: nodeExternals({\n // webpack で処理する必要がある依存関係を外部化しない\n // ここに例として、生の * .vue ファイルのようなファイルタイプを追加できる\n // `グローバル` (例 ポリフィル) を変更する deps もホワイトリストに登録する必要がある\n whitelist: /\\.css$/\n }),\n // これはサーバービルドの出力全体を\n // 1つの JSON ファイルに変換するプラグイン。\n // デフォルトのファイル名は `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\nvue-ssr-server-bundle.json が生成された後、ファイルパスを単純に createBundleRenderer に渡します:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // 他の描画オプション...\n})\n\n別の方法として、バンドルをオブジェクトとして createBundleRenderer に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして HackerNews の設定を見てみてください。\nexternals の注意\nCSS ファイルを externals オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる CSS は webpack によって処理されないといけないからです。 もし同じように webpack に依存する他のタイプのファイルをインポートしているなら、 (例: *.vue, *.sass)、 それらも同じようにホワイトリストに加えなければいけません。\nrunInNewContext: 'once' または runInNewContext: true を使用する場合、例えば babel-polyfill のような global のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の global オブジェクトを持っているからです。Node 7.6 以降を使っていればサーバに babel-polyfill はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。\nclient 設定\nclient 設定は base 設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに entry を示す必要があります。またそれとは別に、CommonsChunkPlugin 使っていたら、それが client 設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。\nclientManifest を生成する\n\nversion 2.3.0 以降必須\n\nサーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側とクライアント側の両方のビルド情報を持つことになり、 描画された HTML に preload / prefetch directives や CSS の link や script タグを自動的に挿入することができます。\nこれには2重の恩恵があります:\n\n生成されたファイル名にハッシュがある時に、正しい URL を注入する html-webpack-plugin の代替になります。\nwebpack のオンデマンドコード分割機能(code spliting)を利用するバンドルを描画する時に、最適なチャンクが preloaded / prefetched されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに タグを挿入することができます。そのようにして TTI (time-to-interactive) が改善します。\n\nクライアントマニフェストを利用するためには、client 設定はこのようになります:\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // 重要: webpack ランタイムを先頭のチャンクに分割して、\n // 直後に非同期チャンクを挿入できるようにする\n // これにより、アプリ/ベンダーコードのキャッシングも改善される\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // このプラグインは、出力ディレクトリに \n // `vue-ssr-client-manifest.json` を生成する\n new VueSSRClientPlugin()\n ]\n})\n\nこれで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\nこの設定で、コード分割されたビルドのためにサーバ側で描画される HTML はこのようになります(すべて自動でインジェクトされます):\n\n \n \n \n \n \n \n \n \n \n \n async\n \n \n \n \n \n \n\n\n手動でのアセットインジェクション\nデフォルト設定で、アセットインジェクションはあなたが作成した template 描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に inject: false を渡せば、手動でアセットインジェクションを行うことができます。\n渡した context オブジェクトは renderToString コールバックで、次のメソッドを持ちます:\n\ncontext.renderStyles()\n\nこれは、描画中に使われた *.vue コンポーネントから集めた全てのクリティカル CSS を含んだ タグを返します。詳細は CSS の管理の章を見てください。\nclientManifest が提供されたら、返ってきた文字列は webpack が放出した CSS ファイルの タグも含みます。(例: extract-text-webpack-plugin から抽出された CSS や、file-loader でインポートされた CSS)\n\ncontext.renderState(options?: Object)\n\nこのメソッドは context.state をシリアライズし、window.__INITIAL_STATE__ ステートとして埋め込まれたインラインスクリプトを返します。\ncontext のステートキーと window のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。\n context.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n })\n // -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\n必須 clientManifest\n\n\n\nこのメソッドはクライアントアプリケーションを起動するのに必要な タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。\n\ncontext.renderResourceHints()\n必須 clientManifest\n\n\n\nこのメソッドは、現在描画されているページに必要な リソースヒントを返します。 デフォルト設定ではこのようになります:\n\nページに必要な JavaScript や CSS ファイルをプリロードする\nあとで必要な非同期 JavaScript チャンクをプリフェッチする\nファイルのプリロードは shouldPreload オプションによってさらにカスタマイズが可能です。\n\ncontext.getPreloadFiles()\n\n必須 clientManifest\n\n\n\nこのメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは HTTP/2 サーバプッシュをプログラムで行うときに使えるでしょう。\ncreateBundleRenderer に渡された template は context を使って挿入されるので、これらのメソッドをテンプレート内で(inject: falseで)使用することができます:\n\n \n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n \n \n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n \n\n\nもし template を全く使っていないのなら、自分自身で文字列を結合することができます。\n"},"css.html":{"url":"css.html","title":"CSS の管理","keywords":"","body":"CSS の管理\nCSS を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである *.vue の中で を使うことです。これは以下を提供します:\n\n関連するコンポーネントのスコープ付き CSS\nプリプロセッサや PostCSS を活用する機能\n開発時のホットリロード\n\nさらに重要なことは、vue-loader によって内部的に使われている vue-style-loader はサーバーによる描画のためのいくつかの特別な機能を持っています:\n\nクライアントとサーバーのためのユニバーサル変換処理の体験\nbundleRenderer を使用した時の自動的なCSS評価\n\nサーバーによる描画を使用するなら、コンポーネントの CSS はHTMLに集められてインライン化されます ( template オプションを使用していれば自動で扱われます ) 。クライアント上で、コンポーネントが初めて使用されたとき、vue-style-loader は既にそのコンポーネントにサーバーインラインCSSがあるかチェックします。もし存在しない場合、そのCSSは動的に タグ経由で注入されます。\n\n共通する CSS の抽出\n\nこの設定は extract-text-webpack-plugin を使ってメインチャンクのCSSを個別のCSSに抽出することをサポートします ( template で自動注入されます ) 。これは、ファイルが個々にキャッシュされることをゆるしています。共通するCSSがたくさんある場合にこの方法をおすすめします。\n非同期コンポーネントの CSS は JavaScript の文字列としてインライン化されたままになり、vue-style-loader によって扱われます。\nCSS 抽出の有効化\n*.vue から CSS を抽出するために、vue-loader の extractCSS オプションを使います ( vue-loader>=12.0.0 が必要 ) :\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n// CSS 抽出は、開発中ではホットリロードされるように、\n// 本番環境でのみ有効にする必要があります\nconst isProduction = process.env.NODE_ENV === 'production'\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // CSS 抽出を有効にする\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // プラグインを追加してください!\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\n上記の設定は *.vue ファイルのスタイルのみに適用されますが、外部 CSS を Vue コンポーネントにインポートするために を使うことができます。\nもし import 'foo.css' のように JavaScriptからCSSをインポートしたいならば、適切な loader の設定が必要です:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // 重要: style-loader の代わりに vue-style-loader を使用します\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\n依存関係からのスタイルのインポート\nNPM 依存で CSS をインポートするときに気を付けることがいくつかあります:\n\nサーバービルドで外部化しないでください。\nもし CSS抽出 + CommonsChunkPlugin でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された CSS があれば、extract-text-webpack-plugin に問題が発生します。この問題を解決するためには、ベンダーのチャンクに CSS ファイルを含めないでください。クライアント側の webpack の設定例です:\n\n module.exports = {\n // ...\n plugins: [\n // deps をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // モジュールはベンダーチャンクに抽出されます...\n return (\n // node_modules 内部な場合\n /node_modules/.test(module.context) &&\n // リクエストが CSS ファイルの場合、抽出しない\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // webpack ランタイム & マニフェストを抽出する\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n }\n\n"},"head.html":{"url":"head.html","title":"ヘッドの管理","keywords":"","body":"ヘッドの管理\nアセットの挿入と同様に、ヘッド (Head) の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画 context に動的にデータを付随させ、そして template 内にデータを展開 (interpolate) できるという考えです。\n\nバージョン >=2.3.2 では、this.$ssrContext としてコンポーネントにおいて SSR コンテキストに直接アクセスできます。古いバージョンでは、createApp() によって手動で SSR コンテキストを渡して注入し、ルート (root) インスタンスの $options に公開する必要があります。子は、this.$root.$options.ssrContext を介してそれにアクセスすることができます。\n\nタイトルを管理する単純な mixin を書くことができます:\n// title-mixin.js\nfunction getTitle (vm) {\n // コンポーネントはシンプルに `title` オプションを提供し、\n // これには文字列または関数を入れることができます\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$root.$options.ssrContext.title = title\n }\n }\n}\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n// VUE_ENV は webpack.DefinePlugin を使って注入できます\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\nこのようにすれば、ルート (route) コンポーネントはドキュメントのタイトルを制御するために context を利用することができます。\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n }\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\nそしてタイトルは template 内でバンドルレンダラに渡されます:\n\n \n {{ title }}\n \n \n ...\n \n\n\nメモ:\n\nXSS 攻撃を防ぐために double-mustache(HTML エスケープした展開)を使うこと。\n描画中にタイトルをセットするコンポーネントがない場合に備えて、context オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。\n\n\n同様のやり方で、この mixin を包括的にヘッドを管理するユーティリティに容易に拡張できます。\n"},"caching.html":{"url":"caching.html","title":"キャッシュ","keywords":"","body":"キャッシュ\nVue の SSR は非常に高速ですが、コンポーネントインスタンスや仮想 DOM ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。 SSR のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。\nページレベルでのキャッシュ\nほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一URLが常にすべてのユーザに対して同じコンテンツを描画する場合)、 マイクロキャッシング という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。\nこれは通常 Nginx レイヤーで行われますが、 Node.js で実装することも可能です:\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // 重要: コンテンツの登録内容は1秒後に期限切れになります\n})\nconst isCacheable = req => {\n // リクエストがユーザー固有のものかどうかチェックするロジックを実装します\n // ユーザー固有でないページのみがキャッシュ可能です\n}\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\nコンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。\nコンポーネントレベルでのキャッシュ\nvue-server-renderer には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は lru-cache を渡すことです:\nconst LRU = require('lru-cache')\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\n次に serverCacheKey 関数を実装してコンポーネントをキャッシュすることが出来ます:\nexport default {\n name: 'item', // required\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\nキャッシュ可能なコンポーネントは 一意の \"name\" オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。\nserverCacheKey から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に props.item.id によって決定される場合、上記は良い実装でしょう。しかしながら、同じIDを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、 他の変数を考慮して getCacheKey の実装を修正する必要があります。\n定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。\nいつコンポーネントキャッシュを使うか\n描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。 つまり、次の場合にコンポーネントをキャッシュしないでください。\n\nグローバルな状態に依存する子コンポーネントがあります。\n描画 context に副作用をもたらす子コンポーネントがあります。\n\nしたがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。 ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな v-for リストで繰り返されるコンポーネントです。 これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のIDと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"ストリーミング","keywords":"","body":"ストリーミング\nvue-server-renderer は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。renderToString の代わりにrenderToStreamを使用するだけです:\nconst stream = renderer.renderToStream(context)\n\n返り値は Node.js stream です:\nlet html = ''\nstream.on('data', data => {\n html += data.toString()\n})\nstream.on('end', () => {\n console.log(html) // 完全に描画\n})\nstream.on('error', err => {\n // エラーを処理 ...\n})\n\nストリーミングに関する注意事項\nストリームによる描画モードでは、レンダラが仮想 DOM ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。\nしかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の HTML の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル CSS など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。\nしたがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません。\n"},"non-node.html":{"url":"non-node.html","title":"非 Node.js 環境における使用","keywords":"","body":"非 Node.js 環境における使用\n vue-server-renderer の標準ビルドは Node.js 環境を想定していますが、これは、PHP V8Js や Oracle Nashorn のような別のJavaScript 環境では使用できなくなります。2.5 のにおいて、環境にはほとんど影響されない、 vue-server-renderer/basic.js のビルドを出荷しました。これにより、上記の環境で使用できるようになります。\nどちらの環境に対して、それは global と process オブジェクトをモックすることによって最初に環境を準備する必要があり、 process.env.VUE_ENV に \"server\" を設定し、そして process.env.NODE_ENV に \"development\" または {code6}\"production\"{/code6} を設定します。\nNashornでは、Java のネイティブタイマーを使用して、 Promise{/ code0} または setTimeout のポリフィルを提供する必要があります。\nphp-v8js での使用例:\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'hello'\n }\n})\n\n// `vue-server-renderer/basic.js` によってエクスポーズ\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"API リファレンス","keywords":"","body":"API リファレンス\ncreateRenderer([options])\n任意の引数 options を用いて Renderer インスタンスを生成します。\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\nサーババンドルと任意の引数 options を用いて BundleRenderer インスタンスを生成します。\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\n引数 serverBundle には次のいずれか1つを指定できます:\n\n生成されたバンドルファイル (.js または .json)への絶対パス。ファイルパスとして扱われるために / で開始されなければなりません。\n\nwebpack と vue-server-renderer/server-plugin によって生成されたバンドルオブジェクト。\n\nJavaScript コードの文字列 (非推奨)。\n\n\nより詳しい情報は、 サーババンドルの紹介 と ビルド設定 の項目を参照してください。\nクラス: Renderer\n\nrenderer.renderToString(vm[, context, callback]): ?Promise\n Vue インスタンスを文字列として描画します。context オブジェクトの指定は、任意です。callback は、第1引数にエラー内容、 第2引数に描画された文字列を受け取る、典型的な Node.js のコーディングスタイルである関数を指定します。\n 2.5.0 以降においては、コールバックはオプションです。コールバックなしで渡されるとき、HTML に描画されるのを解決するプロミスを返します。\n\nrenderer.renderToStream(vm[, context]): stream.Readable\n Vue インスタンスを Node.js の読み取り可能なストリーム に描画します。より詳細については、ストリーミング を参照してください。\n\n\nクラス: BundleRenderer\n\nbundleRenderer.renderToString([context, callback]): ?Promise\n サーババンドルを文字列として描画します。context オブジェクトの指定は、任意です。callback は、第1引数にエラー内容、 第2引数に描画された文字列を受け取る、典型的な Node.js のコーディングスタイルである関数を指定します。\n 2.5.0 以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された HTML に解決するプロミスを返します。\n\nbundleRenderer.renderToStream([context]): stream.Readable\n バンドルを Node.js の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は ストリーミングを参照してください。\n\n\nレンダラオプション\n\ntemplate\n ページ全体の HTML を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文 をテンプレートには含むべきです。\n テンプレートは、次の構文を使用した簡単な補間もサポートします。\n\nエスケープされたHTMLを補間する Mustache 構文(二重中括弧)の使用\nエスケープしない生のHTMLを補間する Mustache 構文(三重中括弧)の使用\n次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。\n\ncontext.head: (string) ページ内の head に挿入されるべき任意のマークアップを文字列で指定します。\n\ncontext.styles: (string) ページ内の head に挿入されるべき任意のインライン CSS を文字列で指定します。もし CSS コンポーネントのために vue-loader + vue-style-loader を使用する場合、このプロパティは自動で追加されることに注意してください。\n\ncontext.state: (Object) window.__INITIAL_STATE__ としてページ内にインライン展開されるべき Vuex のストアの初期状態を指定します。このインライン JSON は自動でクロスサイトスプリクティングを防ぐ シリアライズされた javascript へサニタイズされます。\n 2.5.0 以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。\n加えて、clientManifest も渡された場合、テンプレートは自動で以下を挿入します。\n\n(自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの JavaScript と CSS アセット\n\n描画済みのページに対する最適な リソースヒント\nレンダラに inject: false も渡すことで、すべての自動挿入を無効にすることができます。\n参照:\n\nページテンプレートの使用\n\n手動によるアセットインジェクション\n\n\nclientManifest\n\n2.3.0 以降\nvue-server-renderer/server-plugin によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、HTML テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は クライアントマニフェストの生成 の項目を参照してください。\n\n\n\ninject\n\n2.3.0 以降\ntemplate 使用時に、自動挿入を行うかどうかを制御します。デフォルトは true です。\n参考:手動によるアセットインジェクション\n\n\n\nshouldPreload\n\n2.3.0以上\nどのファイルが 生成済みのリソースヒント持つべきか制御するための関数を指定します。\nデフォルトでは、JavaScript と CSS ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。\n画像やフォントのようなその他のアセット種別を指定した際、 多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、 プリロードすべきものはアプリケーションの実装依存になるでしょう。 次のように shouldPreload オプションを使用することで、プリロードすべきものを正確に制御できます。\nconst renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // type はファイル拡張子に基づいて推論されます\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // woff2 フォントのプリロードのみ\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // 重要な画像のプリロードのみ\n return file === 'hero.jpg'\n }\n }\n})\n\n\n\n\nshouldPrefetch\n\n2.5.0 以降\nどのファイルに リソースヒントが生成されるべきかを制御する関数。\n標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは shouldPreload と同様の関数シグネチャを必要とします。\n\n\n\nrunInNewContext\n\n2.3.0 以降\ncreateBundleRenderer メソッド内でのみ使用可能\n要求事項: boolean | 'once' ('once' 2.3.1 以降でのみサポートされる)\nデフォルトでは、BundleRenderer の描画ごとに未使用の V8 コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。 なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。\nこのオプションは、下位互換のためデフォルトは true です。しかし、可能ならば常に runInNewContext: false または、runInNewContext: 'once'を使用することが推奨されます。\n\n2.3.0 では、このオプションは runInNewContext: false が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。\n\nrunInNewContext: false の場合は、バンドルコードはサーバープロセスと同じ global コンテキストで実行されるので、アプリケーションコード内で global を変更するコードには注意してください。\nrunInNewContext: 'once' (2.3.1 以降)の場合は、バンドルは別々の global コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの global オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:\n\nこのモードでは、 global (例: ポリフィル) を変更する依存関係を外部化することはできません;\n\nバンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの Error のインスタンスにはなりません。\n参考: ソースコードの構造\n\n\n\nbasedir\n\n2.2.0 以降\ncreateBundleRenderer メソッド内でのみ使用可能\nnode_modules の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。 ここでは、インストール済み外部 npm 依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ npm link された vue-server-renderer のみが必要です。\n\n\n\ncache\n コンポーネントキャッシュ の実装を提供します。 キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):\n type RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n };\n\n 代表的な使用方法は、次の lru-cache のような流れになります:\n const LRU = require('lru-cache')\n const renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n })\n\n キャッシュオブジェクトは、少なくても get と set を実装すべき点に注意してください。加えて、get と has は、もし第 2 引数に callback が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期 API を使用したキャッシュの利用を可能にします。 例)以下のような redis クライアント使用する場合:\n const renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // 任意のエラーがあれば処理\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n })\n\n\ndirectives\n 以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:\n const renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // ディレクティブのバインディングメタデータに基づいて vnode を変換する\n }\n }\n })\n\n 例として、v-show のサーバサイド実装はこちら です。\n\n\nwebpack プラグイン\nwebpack プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nデフォルトで生成されるファイルは以下のものです:\n\nサーバサイドプラグインのための vue-ssr-server-bundle.json\nクライアントサイドプラグインのための vue-ssr-client-manifest.json\n\nプラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\nより詳しい情報は、 ビルド設定 の項目を参照してください。\n"}}} \ No newline at end of file diff --git a/ja/streaming.html b/ja/streaming.html new file mode 100644 index 00000000..61d814f3 --- /dev/null +++ b/ja/streaming.html @@ -0,0 +1,648 @@ + + + + + + + ストリーミング · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                      +
                                                                                      + + + + + + + + +
                                                                                      + +
                                                                                      + +
                                                                                      + + + + + + + + + +
                                                                                      +
                                                                                      + +
                                                                                      +
                                                                                      + +
                                                                                      + +

                                                                                      ストリーミング

                                                                                      +

                                                                                      vue-server-renderer は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。renderToString の代わりにrenderToStreamを使用するだけです:

                                                                                      +
                                                                                      const stream = renderer.renderToStream(context)
                                                                                      +
                                                                                      +

                                                                                      返り値は Node.js stream です:

                                                                                      +
                                                                                      let html = ''
                                                                                      +stream.on('data', data => {
                                                                                      +  html += data.toString()
                                                                                      +})
                                                                                      +stream.on('end', () => {
                                                                                      +  console.log(html) // 完全に描画
                                                                                      +})
                                                                                      +stream.on('error', err => {
                                                                                      +  // エラーを処理 ...
                                                                                      +})
                                                                                      +
                                                                                      +

                                                                                      ストリーミングに関する注意事項

                                                                                      +

                                                                                      ストリームによる描画モードでは、レンダラが仮想 DOM ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。

                                                                                      +

                                                                                      しかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の HTML の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル CSS など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。

                                                                                      +

                                                                                      したがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません

                                                                                      + + +
                                                                                      + +
                                                                                      +
                                                                                      +
                                                                                      + +

                                                                                      results matching ""

                                                                                      +
                                                                                        + +
                                                                                        +
                                                                                        + +

                                                                                        No results matching ""

                                                                                        + +
                                                                                        +
                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        + + +
                                                                                        + + +
                                                                                        + + + + + + + + + + + + + + +
                                                                                        + + +
                                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/structure.html b/ja/structure.html new file mode 100644 index 00000000..47205df8 --- /dev/null +++ b/ja/structure.html @@ -0,0 +1,712 @@ + + + + + + + ソースコードの構造 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                        +
                                                                                        + + + + + + + + +
                                                                                        + +
                                                                                        + +
                                                                                        + + + + + + + + + +
                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        + +
                                                                                        + +

                                                                                        ソースコードの構造

                                                                                        +

                                                                                        ステートフルなシングルトンの回避

                                                                                        +

                                                                                        クライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、 Node.js サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。

                                                                                        +

                                                                                        基本的な例としては、私たちは リクエストごとに新しいルート Vue インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。

                                                                                        +

                                                                                        そのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:

                                                                                        +
                                                                                        // app.js
                                                                                        +const Vue = require('vue')
                                                                                        +module.exports = function createApp (context) {
                                                                                        +  return new Vue({
                                                                                        +    data: {
                                                                                        +      url: context.url
                                                                                        +    },
                                                                                        +    template: `<div>The visited URL is: {{ url }}</div>`
                                                                                        +  })
                                                                                        +}
                                                                                        +
                                                                                        +

                                                                                        そして私たちのサーバーコードはこうなります:

                                                                                        +
                                                                                        // server.js
                                                                                        +const createApp = require('./app')
                                                                                        +server.get('*', (req, res) => {
                                                                                        +  const context = { url: req.url }
                                                                                        +  const app = createApp(context)
                                                                                        +  renderer.renderToString(app, (err, html) => {
                                                                                        +    // エラーを処理 ...
                                                                                        +    res.end(html)
                                                                                        +  })
                                                                                        +})
                                                                                        +
                                                                                        +

                                                                                        同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、 createApp で新しいインスタンスを作成し、ルート (root) Vue インスタンスから注入する必要があります。

                                                                                        +
                                                                                        +

                                                                                        { runInNewContext: true } でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい VM コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。

                                                                                        +
                                                                                        +

                                                                                        ビルドステップの紹介

                                                                                        +

                                                                                        これまでは、同じ Vue アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack を使用して Vue アプリケーションをバンドルする必要があります。実際、webpack を使用して Vue アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。

                                                                                        +
                                                                                          +
                                                                                        • 典型的な Vue アプリケーションは webpack と vue-loader によってビルドされ、 file-loader 経由でのファイルのインポートやcss-loader 経由でCSSをインポートなどの多くの webpack 固有の機能は Node.jsで直接動作しません。
                                                                                        • +
                                                                                        • Node.jsの最新バージョンはES2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。
                                                                                        • +
                                                                                        +

                                                                                        従って基本的な考え方は webpack を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって SSR のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。

                                                                                        +

                                                                                        architecture

                                                                                        +

                                                                                        セットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack を有効にして Vue アプリケーションコードを書くことが可能になっています。

                                                                                        +

                                                                                        webpackによるコード構造

                                                                                        +

                                                                                        webpack を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての webpack の機能にアクセスできます。 同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。

                                                                                        +

                                                                                        シンプルなプロジェクトは以下のようになります:

                                                                                        +
                                                                                        src
                                                                                        +├── components
                                                                                        +│   ├── Foo.vue
                                                                                        +│   ├── Bar.vue
                                                                                        +│   └── Baz.vue
                                                                                        +├── App.vue
                                                                                        +├── app.js # 共通のエントリ
                                                                                        +├── entry-client.js # ブラウザでのみ実行されます
                                                                                        +└── entry-server.js # サーバでのみ実行されます
                                                                                        +
                                                                                        +

                                                                                        app.js

                                                                                        +

                                                                                        app.js はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート Vue インスタンスを作成し、DOM に直接マウントします。しかし、SSRの場合は責務はクライアント専用のエントリファイルに映されます。app.js はシンプルに createApp 関数をエクスポートします:

                                                                                        +
                                                                                        import Vue from 'vue'
                                                                                        +import App from './App.vue'
                                                                                        +// 新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします
                                                                                        +// インスタンス
                                                                                        +export function createApp () {
                                                                                        +  const app = new Vue({
                                                                                        +    // ルートインスタンスは単に App コンポーネントを描画します
                                                                                        +    render: h => h(App)
                                                                                        +  })
                                                                                        +  return { app }
                                                                                        +}
                                                                                        +
                                                                                        +

                                                                                        entry-client.js:

                                                                                        +

                                                                                        クライアントエントリは単にアプリケーションを作成しそれをDOMにマウントします:

                                                                                        +
                                                                                        import { createApp } from './app'
                                                                                        +// クライアント固有の初期化ロジック
                                                                                        +const { app } = createApp()
                                                                                        +// これは App.vue テンプレートのルート要素が id="app" だからです。
                                                                                        +app.$mount('#app')
                                                                                        +
                                                                                        +

                                                                                        entry-server.js:

                                                                                        +

                                                                                        サーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。

                                                                                        +
                                                                                        import { createApp } from './app'
                                                                                        +export default context => {
                                                                                        +  const { app } = createApp()
                                                                                        +  return app
                                                                                        +}
                                                                                        +
                                                                                        + + +
                                                                                        + +
                                                                                        +
                                                                                        +
                                                                                        + +

                                                                                        results matching ""

                                                                                        +
                                                                                          + +
                                                                                          +
                                                                                          + +

                                                                                          No results matching ""

                                                                                          + +
                                                                                          +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + + +
                                                                                          + + +
                                                                                          + + + + + + + + + + + + + + +
                                                                                          + + +
                                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ja/universal.html b/ja/universal.html new file mode 100644 index 00000000..5a2c8eba --- /dev/null +++ b/ja/universal.html @@ -0,0 +1,647 @@ + + + + + + + ユニバーサルなコードを書く · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                          +
                                                                                          + + + + + + + + +
                                                                                          + +
                                                                                          + +
                                                                                          + + + + + + + + + +
                                                                                          +
                                                                                          + +
                                                                                          +
                                                                                          + +
                                                                                          + +

                                                                                          ユニバーサルなコードを書く

                                                                                          +

                                                                                          サーバサイドの描画について、さらに見ていく前に、"ユニバーサル"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの API の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。

                                                                                          +

                                                                                          サーバー上でのデータリアクティビテイ

                                                                                          +

                                                                                          クライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます: すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。

                                                                                          +

                                                                                          実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを"プリフェッチ"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。

                                                                                          +

                                                                                          コンポーネントのライフサイクルフック

                                                                                          +

                                                                                          動的な更新がないので、ライフサイクルフックのうち、beforeCreatecreated のみが SSR 中に呼び出されます。つまり、 beforeMountmounted などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。

                                                                                          +

                                                                                          注意すべきもう一つは、beforeCreatecreated において、例えば setInterval でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから beforeDestroy または destroyed したりすることができます。しかしながら、SSR 中に破棄フックは呼び出されないため、タイマーは永遠に残ります。 これを回避するために、代わりに副作用コードを beforeMount または mounted に移動してください。

                                                                                          +

                                                                                          プラットフォーム固有の API にアクセスする

                                                                                          +

                                                                                          ユニバーサルコードでは、プラットフォーム固有の API へのアクセスは想定されていないので、windowdocument といったブラウザ環境のグローバル変数を直接使用すると、Node.js ではエラーが発生します。

                                                                                          +

                                                                                          サーバーとクライアントでコードを共有するものの、タスクが使用する API がプラットフォームによって異なる場合は、プラットフォーム固有の実装を ユニバーサル な API の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axios は、サーバーとクライアントの両方に同じ API を提供する HTTP クライアントです。

                                                                                          +

                                                                                          ブラウザ API を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。

                                                                                          +

                                                                                          サードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。

                                                                                          +

                                                                                          カスタムディレクティブ

                                                                                          +

                                                                                          ほとんどの カスタムディレクティブ は直接 DOM を操作するため、SSR 中にエラーが発生します。これを回避するには、2つの方法があります:

                                                                                          +
                                                                                            +
                                                                                          1. 抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想 DOM レベル(例えば、render 関数を使用すること)で実装することをお勧めします。
                                                                                          2. +
                                                                                          3. コンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の directives オプションを使用して、そのオプションの "サーバーサイドのバージョン" を用意することで回避できます。
                                                                                          4. +
                                                                                          + + +
                                                                                          + +
                                                                                          +
                                                                                          +
                                                                                          + +

                                                                                          results matching ""

                                                                                          +
                                                                                            + +
                                                                                            +
                                                                                            + +

                                                                                            No results matching ""

                                                                                            + +
                                                                                            +
                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            + + +
                                                                                            + + +
                                                                                            + + + + + + + + + + + + + + +
                                                                                            + + +
                                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/api.html b/ko/api.html new file mode 100644 index 00000000..19d11c75 --- /dev/null +++ b/ko/api.html @@ -0,0 +1,800 @@ + + + + + + + API 참조 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                            +
                                                                                            + + + + + + + + +
                                                                                            + +
                                                                                            + +
                                                                                            + + + + + + + + + +
                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            + +
                                                                                            + +

                                                                                            API 레퍼런스

                                                                                            +

                                                                                            createRenderer([options])

                                                                                            +

                                                                                            options와 함께 Renderer인스턴스를 만듭니다.

                                                                                            +
                                                                                            const { createRenderer } = require('vue-server-renderer')
                                                                                            +const renderer = createRenderer({ ... })
                                                                                            +
                                                                                            +

                                                                                            createBundleRenderer(bundle[, options])

                                                                                            +

                                                                                            서버 번들과 options을 이용해 BundleRenderer인스턴스를 만듭니다.

                                                                                            +
                                                                                            const { createBundleRenderer } = require('vue-server-renderer')
                                                                                            +const renderer = createBundleRenderer(serverBundle, { ... })
                                                                                            +
                                                                                            +

                                                                                            serverBundle 전달인자는 다음 중 하나입니다.

                                                                                            +
                                                                                              +
                                                                                            • 절대경로를 가지는 번들파일(.js or .json). /로 시작해야 파일 경로로 판단합니다.
                                                                                            • +
                                                                                            • vue-server-renderer/server-plugin로 생성한 번들 객체입니다.
                                                                                            • +
                                                                                            • JavaScript 코드 문자열 (권장하지 않습니다.)
                                                                                            • +
                                                                                            +

                                                                                            Introducing the Server Bundle를 참조하세요.

                                                                                            +

                                                                                            Class: Renderer

                                                                                            +
                                                                                              +
                                                                                            • renderer.renderToString(vm[, context], callback)

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            Vue 인스턴스를 문자열로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 콜백은 일반적인 Node.js 스타일이며 첫번째 전달인자는 오류, 두번째 전달인자는 렌더링된 문자열 입니다.

                                                                                            +
                                                                                              +
                                                                                            • renderer.renderToStream(vm[, context])

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            Vue 인스턴스를 Node.js 스트림으로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 자세한 내용은 스트리밍을 참조하세요.

                                                                                            +

                                                                                            Class: BundleRenderer

                                                                                            +
                                                                                              +
                                                                                            • bundleRenderer.renderToString([context, ]callback)

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            번들을 문자열로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 콜백은 일반적인 Node.js 스타일이며 첫번째 전달인자는 오류, 두번째 전달인자는 렌더링된 문자열 입니다.

                                                                                            +
                                                                                              +
                                                                                            • bundleRenderer.renderToStream([context])

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            Vue 인스턴스를 Node.js 스트림으로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 자세한 내용은 스트리밍을 참조하세요.

                                                                                            +

                                                                                            렌더러 옵션

                                                                                            +
                                                                                              +
                                                                                            • template

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            전체 페이지 HTML에 대한 템플릿입니다. 템플릿에는 렌더링된 앱 컨텐츠의 플레이스홀더(placeholder) 역할을 하는 주석 <!--vue-ssr-outlet-->이 있어야 합니다.

                                                                                            +

                                                                                            템플릿은 렌더링 컨텍스트를 사용하여 기본 인터폴레이션을 지원합니다.

                                                                                            +
                                                                                              +
                                                                                            • 이중 mustache를 이용해 HTML 이스케이프 인터폴레이션(HTML-escaped-interpolation)을 합니다.
                                                                                            • +
                                                                                            • 삼중 mustache를 이용해 비 HTML 이스케이프 인터폴레이션(Non HTML-escaped-interpolation)을 합니다.
                                                                                            • +
                                                                                            +

                                                                                            템플릿은 렌더링 컨텍스트에서 특정 데이터가 발견되면 적절한 컨텐츠를 자동으로 주입합니다.

                                                                                            +
                                                                                              +
                                                                                            • context.head: (string) 페이지 head에 삽입되어야하는 마크업
                                                                                            • +
                                                                                            • context.styles: (string) 페이지 head에 삽입되어야하는 모든 인라인 CSS. 컴포넌트 CSS에 vue-loader + vue-style-loader를 사용하는 경우 이 속성이 자동으로 채워집니다.
                                                                                            • +
                                                                                            • context.state: (Object) window.__INITIAL_STATE__에서 반드시 인라인되어야하는 초기 Vuex store(저장소) state(상태) 인라인된 JSON은 XSS를 방지하기 위해 serialize-javascript를 사용해 자동으로 삭제합니다.
                                                                                            • +
                                                                                            +

                                                                                            clientManifest이 제공되면 템플릿은 자동으로 아래 내용을 주입합니다.

                                                                                            +
                                                                                              +
                                                                                            • 렌더링에 필요한 클라이언트 측 JavaScript 및 CSS 에셋 (비동기 청크가 자동으로 유추됨)
                                                                                            • +
                                                                                            • 최적의 <link rel="preload/prefetch"> 렌더링된 페이지에 대한 리소스 힌트
                                                                                            • +
                                                                                            +

                                                                                            렌더러에 inject: false를 전달하여 모든 자동 주입을 비활성화 할 수 있습니다.

                                                                                            +

                                                                                            참고하세요

                                                                                            + +

                                                                                            vue-server-renderer/client-plugin에 의해 생성된 클라이언트 매니페스트 객체를 제공합니다. 클라이언트 매니페스트는 번들 렌더러에게 HTML 템플릿으로 자동 에셋 주입을 위한 적절한 정보를 제공합니다. 자세한 내용은Generating clientManifest을 참조하세요.

                                                                                            +

                                                                                            -

                                                                                            +

                                                                                            inject

                                                                                            +
                                                                                            - 2.3.0+
                                                                                            +

                                                                                            template을 사용할 때 자동 주입 여부를 선택합니다. 기본값은 true입니다.

                                                                                            +

                                                                                            Manual Asset Injection을 참조하세요

                                                                                            +

                                                                                            -

                                                                                            +

                                                                                            shouldPreload

                                                                                            +
                                                                                            - 2.3.0+
                                                                                            +

                                                                                            <link rel="preload"> 리소스 힌트가 생성되어야하는 파일을 제어하는 함수입니다.

                                                                                            +

                                                                                            기본적으로 애플리케이션 시작에 절대적으로 필요한 JavaScript 및 CSS파일만 미리 로드합니다.

                                                                                            +

                                                                                            이미지 또는 글꼴과 같은 다른 유형의 에셋의 경우 프리로드를 너무 많이하면 대역폭을 낭비하고 성능을 저하시키므로 프리로드할 대상은 시나리오에 따라 달라야합니다. shouldPreload옵션을 사용하여 프리로드할 항목을 정확하게 선택해야합니다.

                                                                                            +
                                                                                              const renderer = createBundleRenderer(bundle, {
                                                                                            +    template,
                                                                                            +    clientManifest,
                                                                                            +    shouldPreload: (file, type) => {
                                                                                            +      // type is inferred based on the file extension.
                                                                                            +      // https://fetch.spec.whatwg.org/#concept-request-destination
                                                                                            +      if (type === 'script' || type === 'style') {
                                                                                            +        return true
                                                                                            +      }
                                                                                            +      if (type === 'font') {
                                                                                            +        // only preload woff2 fonts
                                                                                            +        return /\.woff2$/.test(file)
                                                                                            +      }
                                                                                            +      if (type === 'image') {
                                                                                            +        // only preload important images
                                                                                            +        return file === 'hero.jpg'
                                                                                            +      }
                                                                                            +    }
                                                                                            +  })
                                                                                            +
                                                                                            +

                                                                                            -

                                                                                            +

                                                                                            runInNewContext

                                                                                            +
                                                                                            - 2.3.0+
                                                                                            +- `createBundleRenderer`에서만 사용할 수 있습니다.
                                                                                            +- 예상: `boolean | 'once'` (`'once'` 2.3.1+ 에서만 지원함)
                                                                                            +

                                                                                            기본적으로 각 렌더에 대해 번들 렌더러는 새로운 V8 컨텍스트를 만들고 전체 번들을 다시 실행합니다. 이는 몇가지 장점을 가집니다. 예를 들어 애플리케이션 코드는 서버 프로세스와 분리되어 있으며 문서에 언급된 stateful singleton problem에 대해 걱정할 필요가 없습니다. 그러나 번들을 다시 실행하는 것은 앱이 커지면 비용이 많이 들기 때문에 이 모드는 상당한 성능 비용을 발생시킵니다.

                                                                                            +

                                                                                            이 옵션은 하위 호환성을 위해 true가 기본값이지만 가능할 때마다 runInNewContext: false 또는 runInNewContext: 'once'를 사용하는 것이 좋습니다.

                                                                                            +
                                                                                            +

                                                                                            2.3.0에서 이 옵션은 runInNewContext: false가 별도의 전역 컨텍스트를 사용하여 번들을 실행하는 버그가 있습니다. 2.3.1버전 이후 버전을 사용한다고 가정합니다.

                                                                                            +
                                                                                            +

                                                                                            runInNewContext: false를 사용하면 번들 코드가 서버 프로세스와 동일한 global 컨텍스트에서 실행되므로 애플리케이션 코드에서 global을 수정하는 코드를 주의해야 합니다.

                                                                                            +

                                                                                            runInNewContext: 'once'(2.3.1+)를 사용하면 번들은 별도의 global 컨텍스트로 평가되지만 시작할 때 한번 뿐입니다. 번들이 실수로 서버 프로세스의 global 객체를 오염시키는 것을 방지하므로 더 안전한 코드 관리를 할 수 있습니다. 주의사항은 다음과 같습니다.

                                                                                            +
                                                                                              +
                                                                                            1. 이 모드에서는 global(예: 폴리필)을 수정하는 의존성을 외부에 둘 수 없습니다.
                                                                                            2. +
                                                                                            3. 번들 실행에서 반환된 값은 다른 전역 생성자를 사용합니다. 번들 내부에서 발견된 오류는 서버 프로세스에서 Error 인스턴스가 되지 않습니다.
                                                                                            4. +
                                                                                            +

                                                                                            Source Code Structure를 참조하세요

                                                                                            +

                                                                                            -

                                                                                            +

                                                                                            basedir

                                                                                            +
                                                                                            - 2.2.0+
                                                                                            +- `createBundleRenderer`에서만 사용할 수 있습니다.
                                                                                            +

                                                                                            node_modules 종속성 처리를 위해 서버 번들의 기본 디렉토리를 명시적으로 선언해야합니다. 생성된 번들 파일이 외부화된 NPM 종속성이 설치되어있거나 vue-server-renderer가 npm으로 연결된 다른 위치에 있는 경우에만 필요합니다.

                                                                                            +
                                                                                              +
                                                                                            • cache

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            컴포넌트 캐시를 제공합니다. 캐시 객체는 Flow 표기법을 사용하여 다음 인터페이스를 구현해야합니다.

                                                                                            +
                                                                                              type RenderCache = {
                                                                                            +    get: (key: string, cb?: Function) => string | void;
                                                                                            +    set: (key: string, val: string) => void;
                                                                                            +    has?: (key: string, cb?: Function) => boolean | void;
                                                                                            +  };
                                                                                            +
                                                                                            +

                                                                                            lru-cache:일반적으로 lru-cache를 전달하여 사용합니다.

                                                                                            +
                                                                                              const LRU = require('lru-cache')
                                                                                            +  const renderer = createRenderer({
                                                                                            +    cache: LRU({
                                                                                            +      max: 10000
                                                                                            +    })
                                                                                            +  })
                                                                                            +
                                                                                            +

                                                                                            캐시 객체는 최소한 getset을 구현해야합니다. 또한 두번째 전달인자를 콜백으로 허용하면 gethas는 선택적으로 비동기화할 수 있습니다. 이렇게하면 캐시에서 비동기 API를 사용할 수 있습니다. 예: redis 클라이언트

                                                                                            +
                                                                                              const renderer = createRenderer({
                                                                                            +    cache: {
                                                                                            +      get: (key, cb) => {
                                                                                            +        redisClient.get(key, (err, res) => {
                                                                                            +          // handle error if any
                                                                                            +          cb(res)
                                                                                            +        })
                                                                                            +      },
                                                                                            +      set: (key, val) => {
                                                                                            +        redisClient.set(key, val)
                                                                                            +      }
                                                                                            +    }
                                                                                            +  })
                                                                                            +
                                                                                            +
                                                                                              +
                                                                                            • directives

                                                                                              +
                                                                                            • +
                                                                                            +

                                                                                            사용자 정의 디렉티브에 대한 서버측 구현을 제공할 수 있습니다.

                                                                                            +
                                                                                              const renderer = createRenderer({
                                                                                            +    directives: {
                                                                                            +      example (vnode, directiveMeta) {
                                                                                            +        // transform vnode based on directive binding metadata
                                                                                            +      }
                                                                                            +    }
                                                                                            +  })
                                                                                            +
                                                                                            +

                                                                                            v-show의 서버측 구현을 확인하세요

                                                                                            +

                                                                                            webpack 플러그인

                                                                                            +

                                                                                            webpack 플러그인은 독립실행형으로 제공되므로 직접 require 해야합니다.

                                                                                            +
                                                                                            const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                                            +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                                            +
                                                                                            +

                                                                                            생성되는 기본 파일입니다.

                                                                                            +
                                                                                              +
                                                                                            • 서버 플러그인을 위한 vue-ssr-server-bundle.json
                                                                                            • +
                                                                                            • 클라이언트 플러그인을 위한 vue-ssr-client-manifest.json
                                                                                            • +
                                                                                            +

                                                                                            파일 이름은 플러그인 인스턴스를 생성할 때 사용자 정의할 수 있습니다.

                                                                                            +
                                                                                            const plugin = new VueSSRServerPlugin({
                                                                                            +  filename: 'my-server-bundle.json'
                                                                                            +})
                                                                                            +
                                                                                            +

                                                                                            빌드 설정을 참조하세요.

                                                                                            + + +
                                                                                            + +
                                                                                            +
                                                                                            +
                                                                                            + +

                                                                                            results matching ""

                                                                                            +
                                                                                              + +
                                                                                              +
                                                                                              + +

                                                                                              No results matching ""

                                                                                              + +
                                                                                              +
                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              + + +
                                                                                              + + +
                                                                                              + + + + + + + + + + + + + + +
                                                                                              + + +
                                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/basic.html b/ko/basic.html new file mode 100644 index 00000000..82e7888c --- /dev/null +++ b/ko/basic.html @@ -0,0 +1,717 @@ + + + + + + + 기본 사용 방법 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                              +
                                                                                              + + + + + + + + +
                                                                                              + +
                                                                                              + +
                                                                                              + + + + + + + + + +
                                                                                              +
                                                                                              + +
                                                                                              +
                                                                                              + +
                                                                                              + +

                                                                                              기본 사용 방법

                                                                                              +

                                                                                              설치

                                                                                              +
                                                                                              npm install vue vue-server-renderer --save
                                                                                              +
                                                                                              +

                                                                                              이 가이드에서는 NPM을 사용하지만 Yarn을 사용하여도 전혀 문제가 되지 않습니다.

                                                                                              +

                                                                                              참고 사항

                                                                                              +
                                                                                                +
                                                                                              • Node.js v6 이상을 권장합니다.
                                                                                              • +
                                                                                              • vue-server-renderervue는 반드시 서로 맞는 버전을 사용해야합니다.
                                                                                              • +
                                                                                              • vue-server-renderer는 일부 Node.js 네이티브 모듈을 사용하므로 Node.js에서만 사용할 수 있습니다. 앞으로 다른 JavaScript 런타임에서 실행할 수 있는 보다 간단한 방법을 제공할 예정입니다.
                                                                                              • +
                                                                                              +

                                                                                              Vue 인스턴스 렌더링

                                                                                              +
                                                                                              // Step 1: Create a Vue instance
                                                                                              +const Vue = require('vue')
                                                                                              +const app = new Vue({
                                                                                              +  template: `<div data-segment-id="430704">Hello World </div>`
                                                                                              +})
                                                                                              +// Step 2: Create a renderer
                                                                                              +const renderer = require('vue-server-renderer').createRenderer()
                                                                                              +// Step 3: Render the Vue instance to HTML
                                                                                              +renderer.renderToString(app, (err, html) => {
                                                                                              +  if (err) throw err
                                                                                              +  console.log(html)
                                                                                              +  // => <div data-server-rendered="true" data-segment-id="481338">Hello World </div>
                                                                                              +})
                                                                                              +
                                                                                              +

                                                                                              서버와 통합하는 방법

                                                                                              +

                                                                                              Express와 같이 Node.js 서버에서 사용하면 매우 간단합니다.

                                                                                              +
                                                                                              npm install express --save
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                              const Vue = require('vue')
                                                                                              +const server = require('express')()
                                                                                              +const renderer = require('vue-server-renderer').createRenderer()
                                                                                              +server.get('*', (req, res) => {
                                                                                              +  const app = new Vue({
                                                                                              +    data: {
                                                                                              +      url: req.url
                                                                                              +    },
                                                                                              +    template: `<div data-segment-id="430706">The visited URL is: {{ url }}</div>`
                                                                                              +  })
                                                                                              +  renderer.renderToString(app, (err, html) => {
                                                                                              +    if (err) {
                                                                                              +      res.status(500).end('Internal Server Error')
                                                                                              +      return
                                                                                              +    }
                                                                                              +    res.end(`
                                                                                              +
                                                                                              +
                                                                                              +        <title data-segment-id="430707">Hello</title>
                                                                                              +        ${html}
                                                                                              +
                                                                                              +    `)
                                                                                              +  })
                                                                                              +})
                                                                                              +server.listen(8080)
                                                                                              +
                                                                                              +

                                                                                              페이지 템플릿 이용하기

                                                                                              +

                                                                                              Vue 앱을 렌더링할 때 렌더러는 앱의 마크업만 생성합니다. 이 예제에서 추가 HTML 페이지 쉘로 출력을 레핑해야합니다.

                                                                                              +

                                                                                              이를 간단히 하기 위해 렌더러를 만들 때 페이지 템플릿을 직접 제공할 수 있습니다. 대부분의 경우 페이지 템플릿을 자체 파일에 저장합니다. (예: index.template.html)

                                                                                              +
                                                                                              
                                                                                              +
                                                                                              +  <title data-segment-id="430708">Hello</title>
                                                                                              +
                                                                                              +    <!--vue-ssr-outlet-->
                                                                                              +
                                                                                              +

                                                                                              <!--vue-ssr-outlet--> 주석을 주목하세요. 이것은 앱의 마크업이 삽입되는 곳 입니다.

                                                                                              +

                                                                                              그 다음 파일을 읽고 Vue 렌더러로 전달합니다.

                                                                                              +
                                                                                              const renderer = createRenderer({
                                                                                              +  template: require('fs').readFileSync('./index.template.html', 'utf-8')
                                                                                              +})
                                                                                              +renderer.renderToString(app, (err, html) => {
                                                                                              +  console.log(html) // will be the full page with app content injected.
                                                                                              +})
                                                                                              +
                                                                                              +

                                                                                              템플릿 인터폴레이션(Interpolation)

                                                                                              +

                                                                                              템플릿은 간단한 인터폴레이션(보간)도 지원합니다. 다음 템플릿을 확인하세요.

                                                                                              +
                                                                                              
                                                                                              +
                                                                                              +    <!-- use double mustache for HTML-escaped interpolation -->
                                                                                              +    <title data-segment-id="430709">{{ title }}</title>
                                                                                              +    <!-- use triple mustache for non-HTML-escaped interpolation -->
                                                                                              +    {{{ meta }}}
                                                                                              +
                                                                                              +
                                                                                              +    <!--vue-ssr-outlet-->
                                                                                              +
                                                                                              +

                                                                                              renderToString의 두번째 전달인자로 "render context object" 를 전달하여 인터폴레이션 데이터를 제공할 수 있습니다.

                                                                                              +
                                                                                              const context = {
                                                                                              +  title: 'hello',
                                                                                              +  meta: `
                                                                                              +    <meta ...>
                                                                                              +    <meta ...>
                                                                                              +  `
                                                                                              +}
                                                                                              +renderer.renderToString(app, context, (err, html) => {
                                                                                              +  // page title will be "Hello"
                                                                                              +  // with meta tags injected
                                                                                              +})
                                                                                              +
                                                                                              +

                                                                                              컨텍스트객체는 Vue 앱 인스턴스와 공유할 수 있으므로 컴포넌트가 템플릿 인터폴레이션을 위해 데이터를 동적으로 등록할 수 있습니다.

                                                                                              +

                                                                                              또한 템플릿은 다음과 같은 몇 가지 고급 기능을 지원합니다.

                                                                                              +
                                                                                                +
                                                                                              • *.vue 컴포넌트를 사용할 때 CSS를 자동으로 주입합니다.
                                                                                              • +
                                                                                              • clientManifest를 사용할 때 에셋 링크 및 리소스에 관련한 힌트를 자동으로 주입합니다.
                                                                                              • +
                                                                                              • 클라이언트 측 하이드레이션을 위한 Vuex state(상태) 포함시 자동 주입 및 XSS를 예방을 지원합니다.
                                                                                              • +
                                                                                              +

                                                                                              나중에 이 가이드에서 관련 개념을 소개할 때 자세히 다룰 것 입니다.

                                                                                              + + +
                                                                                              + +
                                                                                              +
                                                                                              +
                                                                                              + +

                                                                                              results matching ""

                                                                                              +
                                                                                                + +
                                                                                                +
                                                                                                + +

                                                                                                No results matching ""

                                                                                                + +
                                                                                                +
                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                + + +
                                                                                                + + +
                                                                                                + + + + + + + + + + + + + + +
                                                                                                + + +
                                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/build-config.html b/ko/build-config.html new file mode 100644 index 00000000..3bd9dc9b --- /dev/null +++ b/ko/build-config.html @@ -0,0 +1,780 @@ + + + + + + + 빌드 설정 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                +
                                                                                                + + + + + + + + +
                                                                                                + +
                                                                                                + +
                                                                                                + + + + + + + + + +
                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                + +
                                                                                                + +

                                                                                                빌드 설정

                                                                                                +

                                                                                                클라이언트 전용 프로젝트를 위해 webpack을 구성하는 방법을 이미 알고있다고 가정합니다. SSR 프로젝트 설정은 거의 유사하지만 구성을 세가지로(기본, 클라이언트서버)로 나누는 것이 좋습니다. 기본 구성에는 출력될 경로 별칭 및 로더와 같은 두 환경에 공유되는 설정들이 있습니다. 서버와 클라이언트 설정은 단순히 webpack-merge를 사용해 기본 설정을 확장합니다.

                                                                                                +

                                                                                                서버 설정

                                                                                                +

                                                                                                서버 설정은 createBundleRenderer에 전달될 서버 번들을 생성하기 위한 것 입니다. 아래와 같습니다.

                                                                                                +
                                                                                                const merge = require('webpack-merge')
                                                                                                +const nodeExternals = require('webpack-node-externals')
                                                                                                +const baseConfig = require('./webpack.base.config.js')
                                                                                                +const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                                                +module.exports = merge(baseConfig, {
                                                                                                +  // Point entry to your app's server entry file
                                                                                                +  entry: '/path/to/entry-server.js',
                                                                                                +  // This allows webpack to handle dynamic imports in a Node-appropriate
                                                                                                +  // fashion, and also tells `vue-loader` to emit server-oriented code when
                                                                                                +  // compiling Vue components.
                                                                                                +  target: 'node',
                                                                                                +  // For bundle renderer source map support
                                                                                                +  devtool: 'source-map',
                                                                                                +  // This tells the server bundle to use Node-style exports
                                                                                                +  output: {
                                                                                                +    libraryTarget: 'commonjs2'
                                                                                                +  },
                                                                                                +  // https://webpack.js.org/configuration/externals/#function
                                                                                                +  // https://github.com/liady/webpack-node-externals
                                                                                                +  // Externalize app dependencies. This makes the server build much faster
                                                                                                +  // and generates a smaller bundle file.
                                                                                                +  externals: nodeExternals({
                                                                                                +    // do not externalize dependencies that need to be processed by webpack.
                                                                                                +    // you can add more file types here e.g. raw *.vue files
                                                                                                +    // you should also whitelist deps that modifies `global` (e.g. polyfills)
                                                                                                +    whitelist: /\.css$/
                                                                                                +  }),
                                                                                                +  // This is the plugin that turns the entire output of the server build
                                                                                                +  // into a single JSON file. The default file name will be
                                                                                                +  // `vue-ssr-server-bundle.json`
                                                                                                +  plugins: [
                                                                                                +    new VueSSRServerPlugin()
                                                                                                +  ]
                                                                                                +})
                                                                                                +
                                                                                                +

                                                                                                vue-ssr-server-bundle.json이 생성된 후 파일 경로를 createBundleRenderer에 전달합니다.

                                                                                                +
                                                                                                const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                +const renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {
                                                                                                +  // ...other renderer options
                                                                                                +})
                                                                                                +
                                                                                                +

                                                                                                또는, 번들을 객체로 만들어 createBundleRenderer에 전달할 수 있습니다. 이는 개발중 핫 리로드를 사용할 때 유용합니다. HackerNews 데모의 설정을 참조하세요.

                                                                                                +

                                                                                                Externals 주의사항

                                                                                                +

                                                                                                externals옵션에서는 CSS파일을 허용하는 목록에 추가합니다. 의존성에서 가져온 CSS는 여전히 webpack에서 처리해야합니다. webpack을 사용하는 다른 유형의 파일을 가져오는 경우(예: *.vue, *.sass) 파일을 허용 목록에 추가해야합니다.

                                                                                                +

                                                                                                runInNewContext: 'once' 또는 runInNewContext: true를 사용하는 경우 전역 변수를 수정하는 폴리필(Polyfill)을 허용 목록에 추가해야합니다. 예를 들어 babel-polyfill이 있습니다. 새 컨텍스트 모드를 사용할 때 서버 번들의 내부 코드가 자체적으로 전역 객체를 가지고 있기 때문입니다. Node 7.6 이상을 사용할 때 서버에서는 실제로 필요하지 않으므로 클라이언트에서 가져오는 것이 더 쉽습니다.

                                                                                                +

                                                                                                클라이언트 설정

                                                                                                +

                                                                                                클라이언트 설정은 기본 설정과 거의 동일합니다. 클라이언트의 entry파일을 가리키면 됩니다. 그 외에도 CommonsChunkPlugin을 사용하는 경우 서버 번들에 단일 entry 청크가 필요하기 때문에 클라이언트 설정에서만 사용해야합니다.

                                                                                                +

                                                                                                clientManifest 생성

                                                                                                +
                                                                                                +

                                                                                                2.3.0버전 이후 지원

                                                                                                +
                                                                                                +

                                                                                                서버 번들 외에도 클라이언트 빌드 매니페스트를 생성할 수도 있습니다. 클라이언트 매니페스트와 서버 번들을 사용하면 렌더러에 서버 및 클라이언트 빌드 정보가 모두 포함되므로 프리로드/프리페치 디렉티브 와 CSS 링크 / script 태그를 렌더링된 HTML에 자동으로 삽입할 수 있습니다.

                                                                                                +

                                                                                                두가지 장점이 있습니다.

                                                                                                +
                                                                                                  +
                                                                                                1. 생성된 파일 이름에 해시가 있을 때 올바른 에셋 URL을 삽입하기 위해 html-webpack-plugin을 대체할 수 있습니다.
                                                                                                2. +
                                                                                                3. webpack의 주문형 코드 분할 기능을 활용하는 번들을 렌더링할 때 최적의 청크를 프리로드/프리페치하고 클라이언트에 폭포수 요청을 피하기 위해 필요한 비동기 청크에 <script></script> 태그를 지능적으로 삽입할 수 있습니다. 이는 TTI(첫 작동까지의 시간)을 개선합니다.
                                                                                                4. +
                                                                                                +

                                                                                                클라이언트 매니페스트를 사용하려면 클라이언트 설정은 아래와 같아야 합니다.

                                                                                                +
                                                                                                const webpack = require('webpack')
                                                                                                +const merge = require('webpack-merge')
                                                                                                +const baseConfig = require('./webpack.base.config.js')
                                                                                                +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                                                +module.exports = merge(baseConfig, {
                                                                                                +  entry: '/path/to/entry-client.js',
                                                                                                +  plugins: [
                                                                                                +    // Important: this splits the webpack runtime into a leading chunk
                                                                                                +    // so that async chunks can be injected right after it.
                                                                                                +    // this also enables better caching for your app/vendor code.
                                                                                                +    new webpack.optimize.CommonsChunkPlugin({
                                                                                                +      name: "manifest",
                                                                                                +      minChunks: Infinity
                                                                                                +    }),
                                                                                                +    // This plugins generates `vue-ssr-client-manifest.json` in the
                                                                                                +    // output directory.
                                                                                                +    new VueSSRClientPlugin()
                                                                                                +  ]
                                                                                                +})
                                                                                                +
                                                                                                +

                                                                                                그런 다음 생성한 클라이언트 매니페스트를 페이지 템플릿과 함께 사용합니다.

                                                                                                +
                                                                                                const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                +const template = require('fs').readFileSync('/path/to/template.html', 'utf-8')
                                                                                                +const serverBundle = require('/path/to/vue-ssr-server-bundle.json')
                                                                                                +const clientManifest = require('/path/to/vue-ssr-client-manifest.json')
                                                                                                +const renderer = createBundleRenderer(serverBundle, {
                                                                                                +  template,
                                                                                                +  clientManifest
                                                                                                +})
                                                                                                +
                                                                                                +

                                                                                                이 설정을 사용하면 코드 분할을 사용하는 빌드의 서버렌더링된 HTML이 다음과 같이 표시됩니다.(전체가 자동으로 주입됩니다)

                                                                                                +
                                                                                                
                                                                                                +
                                                                                                +    <!-- chunks used for this render will be preloaded -->
                                                                                                +    <link rel="preload" href="/manifest.js" as="script">
                                                                                                +    <link rel="preload" href="/main.js" as="script">
                                                                                                +    <link rel="preload" href="/0.js" as="script">
                                                                                                +    <!-- unused async chunks will be prefetched (lower priority) -->
                                                                                                +    <link rel="prefetch" href="/1.js" as="script">
                                                                                                +
                                                                                                +
                                                                                                +    <!-- app content -->
                                                                                                +    <div data-server-rendered="true"><div data-segment-id="430777">async </div></div>
                                                                                                +    <!-- manifest chunk should be first -->
                                                                                                +    <script src="/manifest.js"></script>
                                                                                                +    <!-- async chunks injected before main chunk -->
                                                                                                +    <script src="/0.js"></script>
                                                                                                +    <script src="/main.js"></script>
                                                                                                +
                                                                                                +`
                                                                                                +
                                                                                                +

                                                                                                수동 에셋 주입

                                                                                                +

                                                                                                template 렌더링 옵션을 제공하면 기본적으로 에셋 주입이 자동으로 수행됩니다. 그러나 템플릿에 에셋을 삽입하는 방법을 세밀하게 제어하거나 템플릿을 전혀 사용하지 않을 수도 있습니다. 이 경우 렌더러를 만들때 inject: false를 전달하고 수동으로 에셋 주입을 수행할 수 있습니다.

                                                                                                +

                                                                                                renderToString콜백에서 전달한 context객체는 다음 메소드를 노출합니다.

                                                                                                +
                                                                                                  +
                                                                                                • context.renderStyles()
                                                                                                • +
                                                                                                +

                                                                                                렌더링 중에 사용된 *.vue 컴포넌트에서 수집된 모든 CSS가 포함된 인라인 <style></style>태그가 반환됩니다. 자세한 내용은 CSS 관리를 참조하십시오.

                                                                                                +

                                                                                                clientManifest가 제공되면 반환되는 문자열에는 webpack에서 생성한 CSS파일 (예: extract-text-webpack-plugin 또는 file-loader로 추가된)에 대한 <link rel="stylesheet"> 태그가 포함됩니다.

                                                                                                +
                                                                                                  +
                                                                                                • context.renderState(options?: Object)
                                                                                                • +
                                                                                                +

                                                                                                이 메소드는 context.state를 직렬화하고 state(상태)를 window.__INITIAL_STATE__로 포함하는 인라인 스크립트를 리턴합니다.

                                                                                                +

                                                                                                컨텍스트 state(상태) 키와 윈도우 state(상태) 키는 옵션 객체를 전달하여 사용자 정의할 수 있습니다.

                                                                                                +
                                                                                                  context.renderState({
                                                                                                +    contextKey: 'myCustomState',
                                                                                                +    windowKey: '__MY_STATE__'
                                                                                                +  })
                                                                                                +  // -> <script>window.__MY_STATE__={...}</script>
                                                                                                +
                                                                                                +
                                                                                                  +
                                                                                                • context.renderScripts()
                                                                                                    +
                                                                                                  • clientManifest를 필요로 합니다.
                                                                                                  • +
                                                                                                  +
                                                                                                • +
                                                                                                +

                                                                                                이 메소드는 클라이언트 애플리케이션이 시작하는데 필요한 <script></script>태그를 반환합니다. 애플리케이션 코드에서 비동기 코드 분할을 사용하는 경우 이 메소드는 포함할 올바른 비동기 청크를 지능적으로 유추합니다.

                                                                                                +
                                                                                                  +
                                                                                                • context.renderResourceHints()
                                                                                                    +
                                                                                                  • clientManifest를 필요로 합니다.
                                                                                                  • +
                                                                                                  +
                                                                                                • +
                                                                                                +

                                                                                                이 메소드는 현재 렌더링된 페이지에 필요한 <link rel="preload/prefetch"> 리소스 힌트를 반환합니다. 기본적으로 다음과 같습니다.

                                                                                                +
                                                                                                  +
                                                                                                • 페이지에 필요한 JavaScript 및 CSS 파일을 미리 로드
                                                                                                • +
                                                                                                • 나중에 필요할 수 있는 비동기 JavaScript 청크 프리페치
                                                                                                • +
                                                                                                +

                                                                                                미리 로드된 파일은 shouldPreload옵션을 사용해 추가로 사용자 정의할 수 있습니다.

                                                                                                +
                                                                                                  +
                                                                                                • context.getPreloadFiles()
                                                                                                    +
                                                                                                  • clientManifest를 필요로 합니다.
                                                                                                  • +
                                                                                                  +
                                                                                                • +
                                                                                                +

                                                                                                이 메소드는 문자열을 반환하지 않는 대신 미리 로드해야 할 에셋을 나타내는 파일 객체의 배열을 반환합니다. 이는 프로그래밍 방식으로 HTTP/2 서버 푸시를 하는데 사용할 수 있습니다.

                                                                                                +

                                                                                                createBundleRenderer에 전달된 templatecontext를 사용하여 보간되므로 템플릿안에서 이러한 메소드를 사용할 수 있습니다.(inject: false 옵션과 함께)

                                                                                                +
                                                                                                
                                                                                                +
                                                                                                +    <!-- use triple mustache for non-HTML-escaped interpolation -->
                                                                                                +    {{{ renderResourceHints() }}}
                                                                                                +    {{{ renderStyles() }}}
                                                                                                +
                                                                                                +
                                                                                                +    <!--vue-ssr-outlet-->
                                                                                                +    {{{ renderState() }}}
                                                                                                +    {{{ renderScripts() }}}
                                                                                                +
                                                                                                +

                                                                                                template을 사용하지 않으면 문자열을 직접 연결할 수 있습니다.

                                                                                                + + +
                                                                                                + +
                                                                                                +
                                                                                                +
                                                                                                + +

                                                                                                results matching ""

                                                                                                +
                                                                                                  + +
                                                                                                  +
                                                                                                  + +

                                                                                                  No results matching ""

                                                                                                  + +
                                                                                                  +
                                                                                                  +
                                                                                                  + +
                                                                                                  +
                                                                                                  + + +
                                                                                                  + + +
                                                                                                  + + + + + + + + + + + + + + +
                                                                                                  + + +
                                                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/bundle-renderer.html b/ko/bundle-renderer.html new file mode 100644 index 00000000..c0a4030a --- /dev/null +++ b/ko/bundle-renderer.html @@ -0,0 +1,644 @@ + + + + + + + 번들 렌더러 소개 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                  +
                                                                                                  + + + + + + + + +
                                                                                                  + +
                                                                                                  + +
                                                                                                  + + + + + + + + + +
                                                                                                  +
                                                                                                  + +
                                                                                                  +
                                                                                                  + +
                                                                                                  + +

                                                                                                  번들 렌더러 소개

                                                                                                  +

                                                                                                  기본적인 SSR의 문제

                                                                                                  +

                                                                                                  지금까지 번들된 서버측 코드는 require를 직접 사용한다고 가정했습니다.

                                                                                                  +
                                                                                                  const createApp = require('/path/to/built-server-bundle.js')
                                                                                                  +
                                                                                                  +

                                                                                                  이는 간단하지만 앱에서 소스코드를 수정할때마다 서버를 중지했다가 다시 시작해야합니다. 이렇게 되면 개발하는 과정에서 생산성이 매우 떨어집니다. 또한 Node.js는 소스맵을 지원하지 않습니다.

                                                                                                  +

                                                                                                  BundleRenderer 시작하기

                                                                                                  +

                                                                                                  vue-server-renderer는 이 문제를 해결하기 위해 createBundleRenderer API를 제공합니다. 사용자 정의 webpack 플러그인을 사용하면 서버측 번들이 번들 렌더러에 전달할 수 있는 특수한 JSON파일로 생성됩니다. 번들 렌더러가 생성되면 사용법은 일반적인 렌더러와 동일하지만 다음과 같은 이점이 있습니다.

                                                                                                  +
                                                                                                    +
                                                                                                  • 빌트인 소스 맵 지원 (webpack 설정에서 devtool: 'source-map' 사용)
                                                                                                  • +
                                                                                                  • 개발 및 배포 중 핫 리로드 (업데이트된 번들을 읽고 렌더러 인스턴스를 다시 만들기만 하면 됩니다.)
                                                                                                  • +
                                                                                                  • *.vue파일 사용시 CSS 주입 : 렌더링 중 사용하는 컴포넌트에 필요한 CSS를 자동으로 인라인으로 삽입합니다. CSS섹션에서 자세히 다룹니다.
                                                                                                  • +
                                                                                                  • clientManifest를 이용해 에셋 주입 : 최적의 프리로드 및 프리페치 디렉티브와 초기 렌더링에 필요한 코드 분할 덩어리를 자동으로 유추합니다.
                                                                                                  • +
                                                                                                  +
                                                                                                  +

                                                                                                  다음 섹션에서 번들 렌더러에 필요한 빌드 아티팩트를 생성하도록 webpack을 구성하는 방법을 설명합니다. 하지만 여기서는 이미 필요한 부분이 있다고 가정하고 번들렌더러를 만드는 방법을 설명합니다.

                                                                                                  +
                                                                                                  const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                  +const renderer = createBundleRenderer(serverBundle, {
                                                                                                  +  runInNewContext: false, // recommended
                                                                                                  +  template, // (optional) page template
                                                                                                  +  clientManifest // (optional) client build manifest
                                                                                                  +})
                                                                                                  +// inside a server handler...
                                                                                                  +server.get('*', (req, res) => {
                                                                                                  +  const context = { url: req.url }
                                                                                                  +  // No need to pass an app here because it is auto-created by
                                                                                                  +  // executing the bundle. Now our server is decoupled from our Vue app!
                                                                                                  +  renderer.renderToString(context, (err, html) => {
                                                                                                  +    // handle error...
                                                                                                  +    res.end(html)
                                                                                                  +  })
                                                                                                  +})
                                                                                                  +
                                                                                                  +

                                                                                                  renderToString이 번들 렌더러에서 호출되면 번들에 의해 내보내진 함수를 자동으로 실행하여 (속성을 context로 전달인자로 전달) 앱 인스턴스를 만든 다음 렌더링합니다.

                                                                                                  +

                                                                                                  runInNewContext 옵션을 false 또는 'once'로 설정하는 것이 좋습니다. 자세한 내용은 API 레퍼런스를 참조하십시오

                                                                                                  + + +
                                                                                                  + +
                                                                                                  +
                                                                                                  +
                                                                                                  + +

                                                                                                  results matching ""

                                                                                                  +
                                                                                                    + +
                                                                                                    +
                                                                                                    + +

                                                                                                    No results matching ""

                                                                                                    + +
                                                                                                    +
                                                                                                    +
                                                                                                    + +
                                                                                                    +
                                                                                                    + + +
                                                                                                    + + +
                                                                                                    + + + + + + + + + + + + + + +
                                                                                                    + + +
                                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/caching.html b/ko/caching.html new file mode 100644 index 00000000..d61e1fd9 --- /dev/null +++ b/ko/caching.html @@ -0,0 +1,671 @@ + + + + + + + 캐싱 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                    +
                                                                                                    + + + + + + + + +
                                                                                                    + +
                                                                                                    + +
                                                                                                    + + + + + + + + + +
                                                                                                    +
                                                                                                    + +
                                                                                                    +
                                                                                                    + +
                                                                                                    + +

                                                                                                    캐싱

                                                                                                    +

                                                                                                    Vue의 SSR은 매우 빠르지만 컴포넌트 인스턴스 및 가상 DOM 노드를 만드는 비용때문에 순수 문자열 기반 템플릿 성능과 같지는 않습니다. SSR성능이 중요한 경우 캐싱 전략을 현명하게 활용하면 응답 시간을 크게 향상시키고 서버 부하를 줄일 수 있습니다.

                                                                                                    +

                                                                                                    페이지 레벨 캐싱

                                                                                                    +

                                                                                                    서버에서 렌더링된 앱은 외부 데이터를 사용하므로 본질적인 내용은 동적이기 때문에 오랫동안 캐시할 수 없습니다. 그러나 컨텐츠가 사용자별로 다르면(즉, 동일한 URL의 경우 항상 모든 사용자에게 동일한 컨텐츠가 렌더링 됨) micro-caching이라고 부르는 방식을 활용하여 높은 트래픽을 처리하는 앱의 성능을 대폭 향상시킬 수 있습니다.

                                                                                                    +

                                                                                                    이것은 일반적으로 Nginx 레이어에서 이루어지지만 Node.js에서도 구현할 수 있습니다.

                                                                                                    +
                                                                                                    const microCache = LRU({
                                                                                                    +  max: 100,
                                                                                                    +  maxAge: 1000 // Important: entries expires after 1 second.
                                                                                                    +})
                                                                                                    +const isCacheable = req => {
                                                                                                    +  // implement logic to check if the request is user-specific.
                                                                                                    +  // only non-user-specific pages are cache-able
                                                                                                    +}
                                                                                                    +server.get('*', (req, res) => {
                                                                                                    +  const cacheable = isCacheable(req)
                                                                                                    +  if (cacheable) {
                                                                                                    +    const hit = microCache.get(req.url)
                                                                                                    +    if (hit) {
                                                                                                    +      return res.end(hit)
                                                                                                    +    }
                                                                                                    +  }
                                                                                                    +  renderer.renderToString((err, html) => {
                                                                                                    +    res.end(html)
                                                                                                    +    if (cacheable) {
                                                                                                    +      microCache.set(req.url, html)
                                                                                                    +    }
                                                                                                    +  })
                                                                                                    +})
                                                                                                    +
                                                                                                    +

                                                                                                    컨텐츠는 단 1초 동안만 캐시되므로 사용자는 이전 컨텐츠를 볼 수 없습니다. 그러나 이는 서버가 각 캐시된 페이지에 대해 초당 최대 하나의 렌더링만 수행하면 된다는 것만 의미합니다.

                                                                                                    +

                                                                                                    컴포넌트 레벨 캐싱

                                                                                                    +

                                                                                                    vue-server-renderer에는 컴포넌트 수준의 cache implementation이 있습니다. 이를 사용하려면 렌더러를 만들 때 캐시 구현을 제공해야 합니다. 일반적인 사용법은 lru-cache로 전달됩니다.

                                                                                                    +
                                                                                                    const LRU = require('lru-cache')
                                                                                                    +const renderer = createRenderer({
                                                                                                    +  cache: LRU({
                                                                                                    +    max: 10000,
                                                                                                    +    maxAge: ...
                                                                                                    +  })
                                                                                                    +})
                                                                                                    +
                                                                                                    +

                                                                                                    그런 다음 serverCacheKey함수를 구현하여 컴포넌트를 캐시할 수 있습니다.

                                                                                                    +
                                                                                                    export default {
                                                                                                    +  name: 'item', // required
                                                                                                    +  props: ['item'],
                                                                                                    +  serverCacheKey: props => props.item.id,
                                                                                                    +  render (h) {
                                                                                                    +    return h('div', this.item.id)
                                                                                                    +  }
                                                                                                    +}
                                                                                                    +
                                                                                                    +

                                                                                                    캐시 가능한 컴포넌트는 반드시 고유한 "name" 옵션을 가져야합니다. 고유한 캐시 키는 컴포넌트마다 가지고 있으므로 동일한 키를 반환하는 두 컴포넌트를 걱정할 필요가 없습니다.

                                                                                                    +

                                                                                                    serverCacheKey로부터 받은 키에는 렌더링 결과를 나타내는 충분한 정보가 포함될 필요가 있습니다. 위 결과는 렌더링 결과가 props.item.id에 의해 결정되는 경우 좋은 구현입니다. 그러나 동일한 ID를 가진 항목이 시간이 지남에 따라 변경되거나 렌더링된 결과가 다른 속성에 의존하는 경우 다른 변수를 고려하여 getCacheKey구현을 수정해야합니다.

                                                                                                    +

                                                                                                    상수를 반환하면 컴포넌트가 항상 캐시되며 이는 순수한 정적 컴포넌트에 유용합니다.

                                                                                                    +

                                                                                                    컴포넌트 캐싱을 사용하는 경우

                                                                                                    +

                                                                                                    렌더링하는 동안 렌더러가 컴포넌트의 캐시에 도달하면 전체 하위 트리에 대해 캐시된 결과를 직접 다시 사용합니다. 다음과 같은 경우에 컴포넌트를 캐시하지 않아야 합니다.

                                                                                                    +
                                                                                                      +
                                                                                                    • 전역 상태에 의존하는 하위 컴포넌트를 가지고 있는 경우
                                                                                                    • +
                                                                                                    • 렌더링 context에 사이드이펙트를 발생시키는 하위 컴포넌트가 있는 경우
                                                                                                    • +
                                                                                                    +

                                                                                                    따라서 성능상의 병목을 해결하려면 컴포넌트 캐싱을 신중하게 적용해야합니다. 대부분의 경우 단일 인스턴스 컴포넌트를 캐시하지 않아도 됩니다. 캐싱에 적합한 가장 일반적인 유형의 컴포넌트는 거대한 v-for 리스트에서 반복되는 컴포넌트입니다. 이러한 컴포넌트는 대개 데이터베이스 모음의 객체에 의해 구동되기 때문에 고유한 ID와 최종 업데이트된 타임스탬프를 사용하여 캐시키를 생성하는 간단한 캐싱 전략을 사용할 수 있습니다,

                                                                                                    +
                                                                                                    serverCacheKey: props => props.item.id + '::' + props.item.last_updated
                                                                                                    +
                                                                                                    + + +
                                                                                                    + +
                                                                                                    +
                                                                                                    +
                                                                                                    + +

                                                                                                    results matching ""

                                                                                                    +
                                                                                                      + +
                                                                                                      +
                                                                                                      + +

                                                                                                      No results matching ""

                                                                                                      + +
                                                                                                      +
                                                                                                      +
                                                                                                      + +
                                                                                                      +
                                                                                                      + + +
                                                                                                      + + +
                                                                                                      + + + + + + + + + + + + + + +
                                                                                                      + + +
                                                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/head.html b/ko/head.html new file mode 100644 index 00000000..6571ea17 --- /dev/null +++ b/ko/head.html @@ -0,0 +1,679 @@ + + + + + + + Head 관리 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                      +
                                                                                                      + + + + + + + + +
                                                                                                      + +
                                                                                                      + +
                                                                                                      + + + + + + + + + +
                                                                                                      +
                                                                                                      + +
                                                                                                      +
                                                                                                      + +
                                                                                                      + +

                                                                                                      Head 태그 관리

                                                                                                      +

                                                                                                      에셋 인젝션과 마찬가지로 Head 관리도 동일한 아이디어를 사용합니다. 즉 컴포넌트의 라이프사이클에서 렌더링 context에 데이터를 동적으로 추가한 다음 template에서 해당 데이터를 보간할 수 있습니다.

                                                                                                      +
                                                                                                      +

                                                                                                      2.3.2 버전 이후에서 컴포넌트의 SSR 컨텍스트에 this.$ssrContext로 직접 액세스할 수 있습니다. 이전 버전에서는 createApp()에 SSR 컨텍스트를 전달하고 이를 루트 인스턴스의 $options에 노출시켜 수동으로 SSR 컨텍스트를 주입해야합니다. 그러면 자식 컴포넌트가 this.$root.$options.ssrContext를 통해 액세스할 수 있습니다.

                                                                                                      +
                                                                                                      +

                                                                                                      타이틀 관리를 위해 간단한 mixin을 작성합니다.

                                                                                                      +
                                                                                                      // title-mixin.js
                                                                                                      +function getTitle (vm) {
                                                                                                      +  // components can simply provide a `title` option
                                                                                                      +  // which can be either a string or a function
                                                                                                      +  const { title } = vm.$options
                                                                                                      +  if (title) {
                                                                                                      +    return typeof title === 'function'
                                                                                                      +      ? title.call(vm)
                                                                                                      +      : title
                                                                                                      +  }
                                                                                                      +}
                                                                                                      +const serverTitleMixin = {
                                                                                                      +  created () {
                                                                                                      +    const title = getTitle(this)
                                                                                                      +    if (title) {
                                                                                                      +      this.$ssrContext.title = title
                                                                                                      +    }
                                                                                                      +  }
                                                                                                      +}
                                                                                                      +const clientTitleMixin = {
                                                                                                      +  mounted () {
                                                                                                      +    const title = getTitle(this)
                                                                                                      +    if (title) {
                                                                                                      +      document.title = title
                                                                                                      +    }
                                                                                                      +  }
                                                                                                      +}
                                                                                                      +// VUE_ENV can be injected with webpack.DefinePlugin
                                                                                                      +export default process.env.VUE_ENV === 'server'
                                                                                                      +  ? serverTitleMixin
                                                                                                      +  : clientTitleMixin
                                                                                                      +
                                                                                                      +

                                                                                                      이제 라우트 컴포넌트를 사용하여 document의 title을 제어할 수 있습니다.

                                                                                                      +
                                                                                                      // Item.vue
                                                                                                      +export default {
                                                                                                      +  mixins: [titleMixin],
                                                                                                      +  title () {
                                                                                                      +    return this.item.title
                                                                                                      +  }
                                                                                                      +  asyncData ({ store, route }) {
                                                                                                      +    return store.dispatch('fetchItem', route.params.id)
                                                                                                      +  },
                                                                                                      +  computed: {
                                                                                                      +    item () {
                                                                                                      +      return this.$store.state.items[this.$route.params.id]
                                                                                                      +    }
                                                                                                      +  }
                                                                                                      +}
                                                                                                      +
                                                                                                      +

                                                                                                      번들 렌더러에 전달된 template 내부입니다

                                                                                                      +
                                                                                                      
                                                                                                      +
                                                                                                      +    <title data-segment-id="430996">{{ title }}</title>
                                                                                                      +
                                                                                                      +
                                                                                                      +    ...
                                                                                                      +
                                                                                                      +

                                                                                                      참고

                                                                                                      +
                                                                                                        +
                                                                                                      • 두개의 mustache(HTML 이스케이프된 보간)를 사용해 XSS 공격을 피해야 합니다.
                                                                                                      • +
                                                                                                      • 렌더링하는 동안 컴포넌트에 title을 설정하지 않은 경우 context 객체를 만들 때 기본 title을 제공해야합니다.
                                                                                                      • +
                                                                                                      +
                                                                                                      +

                                                                                                      동일한 방법을 사용하면 이 mixin을 일반 Head 관리 유틸리티로 만들 수 있습니다.

                                                                                                      + + +
                                                                                                      + +
                                                                                                      +
                                                                                                      +
                                                                                                      + +

                                                                                                      results matching ""

                                                                                                      +
                                                                                                        + +
                                                                                                        +
                                                                                                        + +

                                                                                                        No results matching ""

                                                                                                        + +
                                                                                                        +
                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        + + +
                                                                                                        + + +
                                                                                                        + + + + + + + + + + + + + + +
                                                                                                        + + +
                                                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/hydration.html b/ko/hydration.html new file mode 100644 index 00000000..0a5fff80 --- /dev/null +++ b/ko/hydration.html @@ -0,0 +1,627 @@ + + + + + + + 클라이언트 사이드 하이드레이션 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                        +
                                                                                                        + + + + + + + + +
                                                                                                        + +
                                                                                                        + +
                                                                                                        + + + + + + + + + +
                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        + +
                                                                                                        + +

                                                                                                        클라이언트 사이드 하이드레이션

                                                                                                        +

                                                                                                        entry-client.js에서 단순히 아래 라인을 통해 애플리케이션을 마운트 합니다.

                                                                                                        +
                                                                                                        // this assumes App.vue template root element has `id="app"`
                                                                                                        +app.$mount('#app')
                                                                                                        +
                                                                                                        +

                                                                                                        서버가 이미 마크업을 렌더링 했으므로, 이를 버리고 모든 DOM 요소를 다시 만들 필요는 없습니다. 대신 정적 마크 업을 "수화 (hydrate)"하여 상호작용하게 만들고 싶습니다.

                                                                                                        +

                                                                                                        서버에서 렌더링 한 결과를 검사하면 앱의 루트 엘리먼트에 특수 속성을 확인할 수 있습니다.

                                                                                                        +
                                                                                                        <div id="app" data-server-rendered="true">
                                                                                                        +
                                                                                                        +

                                                                                                        특수 속성 data-server-rendered은 클라이언트 측 Vue가 마크업이 서버에 의해 렌더링 되고 하이드레이션 모드로 마운트되어야한다고 알립니다. +개발 모드에서 Vue는 클라이언트 측에서 만들어진 가상 DOM 트리가 서버에서 렌더링된 DOM구조와 일치함을 나타냅니다. 일치하지 않는 부분이 있으면 하이드레이션을 중단하고 기존 DOM을 삭제한 후 처음부터 렌더링 합니다. 배포 모드에서는 최대 성능을 위해 assert를 하지 않습니다.

                                                                                                        +

                                                                                                        하이드레이션 주의사항

                                                                                                        +

                                                                                                        SSR + 클라이언트 하이드레이션을 사용할 때 주의해야하는 것들 중 하나는 브라우저에서 변경할 수 있는 특수한 HTML 구조입니다. 예를 들어 Vue 템플릿을 다음과 같이 작성한 경우입니다.

                                                                                                        +
                                                                                                        <table>
                                                                                                        +  <tr><td>hi</td></tr>
                                                                                                        +</table>
                                                                                                        +
                                                                                                        +

                                                                                                        브라우저는 자동으로 <tbody><table> 안에 자동으로 주입합니다. 하지만 Vue가 생성한 가상 DOM에 <tbody>을 주입하면 불일치가 발생합니다. 그러므로 동일하도록 만들기 위해 템플릿에 유효한 HTML을 작성해야합니다.

                                                                                                        + + +
                                                                                                        + +
                                                                                                        +
                                                                                                        +
                                                                                                        + +

                                                                                                        results matching ""

                                                                                                        +
                                                                                                          + +
                                                                                                          +
                                                                                                          + +

                                                                                                          No results matching ""

                                                                                                          + +
                                                                                                          +
                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          + + +
                                                                                                          + + +
                                                                                                          + + + + + + + + + + + + + + +
                                                                                                          + + +
                                                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/index.html b/ko/index.html new file mode 100644 index 00000000..2bcc0e17 --- /dev/null +++ b/ko/index.html @@ -0,0 +1,640 @@ + + + + + + + Introduction · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                          +
                                                                                                          + + + + + + + + +
                                                                                                          + +
                                                                                                          + +
                                                                                                          + + + + + + + + + +
                                                                                                          +
                                                                                                          + +
                                                                                                          +
                                                                                                          + +
                                                                                                          + +

                                                                                                          Vue.js 서버 사이드 렌더링 가이드

                                                                                                          +
                                                                                                          +

                                                                                                          참고사항: 이 가이드는 아래에 표기된 라이브러리들의 최소 요구사항을 필요로 합니다.

                                                                                                          +
                                                                                                            +
                                                                                                          • vue & vue-server-renderer >= 2.3.0
                                                                                                          • +
                                                                                                          • vue-router >= 2.5.0
                                                                                                          • +
                                                                                                          • vue-loader >= 12.0.0 & vue-style-loader >= 3.0.0
                                                                                                          • +
                                                                                                          +
                                                                                                          +

                                                                                                          Vue 2.2 버전과 함께 SSR을 사용하고 있다면 권장하는 코드 구조가 약간 다릅니다. (runInNewContextfalse로 설정됨) 기존 앱을 사용해야 하는 것이 맞지만 새로운 권장 방식으로 마이그레이션 하는 것이 좋습니다.

                                                                                                          +

                                                                                                          서버사이드 렌더링(SSR)이란 무엇입니까?

                                                                                                          +

                                                                                                          Vue.js는 클라이언트 측 애플리케이션을 위한 프레임워크입니다. 기본적으로 Vue 컴포넌트는 브라우저에서 DOM을 생성 및 조작 후 출력합니다. 그러나 동일한 컴포넌트를 서버의 HTML 문자열로 렌더링한 후 직접 브라우저로 보내고 마지막으로 정적 마크업을 클라이언트의 상호작용하는 애플리케이션으로 "hydrate" 하는 것도 가능합니다.

                                                                                                          +

                                                                                                          서버에서 렌더링된 Vue.js 앱은 코드 대부분이 서버와 클라이언트 모두에서 실행하는 점에서 "같은 형태" 이며 "범용적"으로 여겨질 수 있습니다.

                                                                                                          +

                                                                                                          왜 SSR을 사용하나요?

                                                                                                          +

                                                                                                          전통적인 SPA(싱글 페이지 애플리케이션)에 비해 SSR의 장점은 주로 아래에 있는 내용과 같습니다.

                                                                                                          +
                                                                                                            +
                                                                                                          • 검색 엔진 크롤러는 완전히 렌더링 된 페이지를 직접 볼 수 있으므로 검색 엔진 최적화가 개선됩니다.

                                                                                                            +

                                                                                                            현재 Google과 Bing은 동기식 자바스크립트 애플리케이션의 인덱싱을 할 수 있습니다. 여기서 동기식이 핵심 단어입니다. 앱이 로딩 스피너로 시작한 다음 Ajax를 이용해 컨텐츠를 가져오는 경우 크롤러가 완료될 때까지 기다리지 않습니다. 즉, SEO가 중요한 페이지에서 비동기적으로 콘텐츠를 가져오는 경우 SSR이 필요합니다.

                                                                                                            +
                                                                                                          • +
                                                                                                          • 컨텐츠 도달 시간 단축, 특히 느린 인터넷 또는 느린 장치의 경우에 서버 렌더링 마크업은 모든 자바 스크립트가 다운로드되어 실행될 때까지 기다릴 필요가 없으므로 사용자는 완전히 렌더링 된 페이지를 더 빨리 볼 수 있습니다. 일반적으로 사용자 경험이 향상되고 전환율과 직접적인 관련성이있는 애플리케이션의 경우 중요해질 수 있습니다.

                                                                                                            +
                                                                                                          • +
                                                                                                          +

                                                                                                          하지만 SSR을 사용할 때 고려해야할 몇가지 단점이 있습니다.

                                                                                                          +
                                                                                                            +
                                                                                                          • 개발 제약 사항이 있습니다. 브라우저의 특정 코드는 특정한 라이프사이클에서만 사용할 수 있습니다. 일부 외부 라이브러리는 서버에서 렌더링 된 애플리케이션에서 실행할 수 있도록 추가적인 처리가 필요할 수 있습니다.
                                                                                                          • +
                                                                                                          • 설치 및 배포 요구사항을 보다 복잡하게 만들 수 있습니다. 정적 파일 서버에 배포할 수 있는 완전히 정적인 SPA와 달리 서버 사이드 렌더링 애플리케이션에서는 Node.js 서버를 실행할 수 있는 환경이 필요합니다.
                                                                                                          • +
                                                                                                          • 더 많은 서버측 부하가 생깁니다. Node.js의 전체 애플리케이션 렌더링은 정적 파일을 제공하는 것 보다 CPU를 많이 사용하므로 트래픽이 많을 것으로 예상되면 서버 부하에 대비하고 캐싱 전략을 잘 짜야합니다.
                                                                                                          • +
                                                                                                          +

                                                                                                          앱에 SSR을 사용하기 전에 먼저 실제 필요한지 고민해야합니다. 보통 앱의 컨텐츠가 얼마나 빨리 도달해야 하는지에 달려 있습니다. 예를 들어, 초기 로드 시 추가적인 수백 밀리 초가 그다지 중요하지 않은 내부 대시 보드를 구축하는 경우 SSR은 불필요합니다. 그러나 시간에 따른 컨텐츠가 절대적으로 중요한 경우 SSR을 사용하면 최상의 초기 로드 성능을 얻을 수 있습니다.

                                                                                                          +

                                                                                                          서버 사이드 렌더링 vs 사전 렌더링

                                                                                                          +

                                                                                                          몇 가지 마케팅 페이지 (예 : /, /about, /contact 등)의 검색 엔진 최적화를 개선하기 위해 SSR을 고려하는 중이라면 사전 렌더링이 더 좋습니다. HTML을 즉석에서 컴파일하기 위해 웹 서버를 사용하는 대신 사전 렌더링은 빌드시 특정 경로에 대한 정적 HTML 파일을 생성합니다. 장점은 미리 렌더링을 설정하는 것이 훨씬 간단하며 프론트 엔드를 완전히 정적인 사이트로 유지할 수 있다는 것입니다.

                                                                                                          +

                                                                                                          webpack을 사용하는 경우 prerender-spa-plugin을 사용하여 사전 렌더링을 쉽게 추가 할 수 있습니다. Vue 앱으로 광범위하게 테스트되었습니다. 실제로 제작자는 Vue 핵심 팀의 멤버입니다.

                                                                                                          +

                                                                                                          이 가이드에 관하여

                                                                                                          +

                                                                                                          이 안내서는 Node.js를 서버로 사용하는 서버 렌더링 싱글 페이지 애플리케이션에 중점을 둡니다. Vue SSR과 다른 백엔드 설정을 혼용하는 것은 다른 주제이므로 이 가이드에서는 다루지 않습니다.

                                                                                                          +

                                                                                                          이 가이드는 매우 깊이 있고 Vue.js 자체에 이미 익숙하고 Node.js와 webpack에 대한 실제 지식이 있다고 가정합니다. 즉시 원활하게 사용할 수있는 더 높은 수준의 솔루션을 원한다면 Nuxt.js를 사용해보십시오. 동일한 Vue 스택을 기반으로하지만 많은 상용구를 추상화하고 정적 사이트 생성과 같은 몇 가지 추가 기능을 제공합니다. 그러나 앱 구조를 직접 제어해야하는 경우 사용방식이 맞지 않을 수 있습니다. 그럼에도 불구하고 상황이 어떻게 작동하는지 더 잘 이해하기 위해 이 안내서를 읽는 것이 여전히 유용할 것입니다.

                                                                                                          +

                                                                                                          이 가이드를 읽으면서 가이드가 다루는 대부분의 기술을 사용하는 HackerNews Demo를 참조하는 것이 도움이 될 것입니다.

                                                                                                          +

                                                                                                          마지막으로, 이 가이드는 완벽하지 않습니다. 잘 작동하고 있는 것을 알고 있지만 개선할 여지가 있습니다. 이 가이드는 앞으로 개정 될 수 있습니다. 풀 리퀘스트를 해주세요

                                                                                                          + + +
                                                                                                          + +
                                                                                                          +
                                                                                                          +
                                                                                                          + +

                                                                                                          results matching ""

                                                                                                          +
                                                                                                            + +
                                                                                                            +
                                                                                                            + +

                                                                                                            No results matching ""

                                                                                                            + +
                                                                                                            +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            + + +
                                                                                                            + + +
                                                                                                            + + + + + + + + + + +
                                                                                                            + + +
                                                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/routing.html b/ko/routing.html new file mode 100644 index 00000000..6f040939 --- /dev/null +++ b/ko/routing.html @@ -0,0 +1,719 @@ + + + + + + + 라우팅과 코드 분할 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                            +
                                                                                                            + + + + + + + + +
                                                                                                            + +
                                                                                                            + +
                                                                                                            + + + + + + + + + +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            + +
                                                                                                            + +

                                                                                                            라우팅과 코드 분할

                                                                                                            +

                                                                                                            vue-router를 이용한 라우팅

                                                                                                            +

                                                                                                            서버 코드가 임의의 URL을 처리하는 * 핸들러를 사용하는 것을 알 수 있습니다. 이렇게 하면 방문한 URL을 Vue앱에 전달하고 클라이언트와 서버 모두에 동일한 라우팅 구성을 재사용할 수 있습니다.

                                                                                                            +

                                                                                                            이를 위해서는 공식 vue-router를 사용하는 것이 좋습니다. 먼저 라우터를 생성하는 파일을 만듭니다. createApp과 비슷하게 각 요청에 대해 새로운 라우터 인스턴스가 필요하므로 파일에서 createRouter 함수를 export 합니다.

                                                                                                            +
                                                                                                            // router.js
                                                                                                            +import Vue from 'vue'
                                                                                                            +import Router from 'vue-router'
                                                                                                            +Vue.use(Router)
                                                                                                            +export function createRouter () {
                                                                                                            +  return new Router({
                                                                                                            +    mode: 'history',
                                                                                                            +    routes: [
                                                                                                            +      // ...
                                                                                                            +    ]
                                                                                                            +  })
                                                                                                            +}
                                                                                                            +
                                                                                                            +

                                                                                                            그리고 app.js파일을 수정합니다

                                                                                                            +
                                                                                                            // app.js
                                                                                                            +import Vue from 'vue'
                                                                                                            +import App from './App.vue'
                                                                                                            +import { createRouter } from './router'
                                                                                                            +export function createApp () {
                                                                                                            +  // create router instance
                                                                                                            +  const router = createRouter()
                                                                                                            +  const app = new Vue({
                                                                                                            +    // inject router into root Vue instance
                                                                                                            +    router,
                                                                                                            +    render: h => h(App)
                                                                                                            +  })
                                                                                                            +  // return both the app and the router
                                                                                                            +  return { app, router }
                                                                                                            +}
                                                                                                            +
                                                                                                            +

                                                                                                            이제 entry-server.js에 서버측 라우팅 로직을 작성합니다.

                                                                                                            +
                                                                                                            // entry-server.js
                                                                                                            +import { createApp } from './app'
                                                                                                            +export default context => {
                                                                                                            +  // since there could potentially be asynchronous route hooks or components,
                                                                                                            +  // we will be returning a Promise so that the server can wait until
                                                                                                            +  // everything is ready before rendering.
                                                                                                            +  return new Promise((resolve, reject) => {
                                                                                                            +    const { app, router } = createApp()
                                                                                                            +    // set server-side router's location
                                                                                                            +    router.push(context.url)
                                                                                                            +    // wait until router has resolved possible async components and hooks
                                                                                                            +    router.onReady(() => {
                                                                                                            +      const matchedComponents = router.getMatchedComponents()
                                                                                                            +      // no matched routes, reject with 404
                                                                                                            +      if (!matchedComponents.length) {
                                                                                                            +        return reject({ code: 404 })
                                                                                                            +      }
                                                                                                            +      // the Promise should resolve to the app instance so it can be rendered
                                                                                                            +      resolve(app)
                                                                                                            +    }, reject)
                                                                                                            +  })
                                                                                                            +}
                                                                                                            +
                                                                                                            +

                                                                                                            이미 서버 번들이 빌드되었다고 가정하면 (빌드 설정은 이 단계에서는 무시합니다.) 서버 코드는 다음과 같습니다.

                                                                                                            +
                                                                                                            // server.js
                                                                                                            +const createApp = require('/path/to/built-server-bundle.js')
                                                                                                            +server.get('*', (req, res) => {
                                                                                                            +  const context = { url: req.url }
                                                                                                            +  createApp(context).then(app => {
                                                                                                            +    renderer.renderToString(app, (err, html) => {
                                                                                                            +      if (err) {
                                                                                                            +        if (err.code === 404) {
                                                                                                            +          res.status(404).end('Page not found')
                                                                                                            +        } else {
                                                                                                            +          res.status(500).end('Internal Server Error')
                                                                                                            +        }
                                                                                                            +      } else {
                                                                                                            +        res.end(html)
                                                                                                            +      }
                                                                                                            +    })
                                                                                                            +  })
                                                                                                            +})
                                                                                                            +
                                                                                                            +

                                                                                                            코드 분할

                                                                                                            +

                                                                                                            코드 분할 또는 지연된 로딩은 초기 렌더링을 위해 브라우저에서 다운로드할 에셋의 양을 줄이는데 도움이 되며 큰 규모의 번들을 가지는 앱의 경우 TTI (time-to-interactive)를 크게 향상시킬 수 있습니다. 핵심은 초기 화면에서 "필요한 것을 로드하는 것"입니다.

                                                                                                            +

                                                                                                            Vue는 비동기 컴포넌트를 일급 클래스 컨셉으로 제공하며 webpack 2에서 지원하는 코드 분할과 결합할 수 있습니다.

                                                                                                            +
                                                                                                            // changing this...
                                                                                                            +import Foo from './Foo.vue'
                                                                                                            +// to this:
                                                                                                            +const Foo = () => import('./Foo.vue')
                                                                                                            +
                                                                                                            +

                                                                                                            이는 순수 클라이언트 측 Vue 앱을 만드는 어떠한 시나리오에서도 작동합니다. 그러나 SSR을 사용할 때 몇가지 제한 사항이 있습니다. 먼저 렌더링을 시작하기 전에 서버에서 모든 비동기 컴포넌트를 처리해야합니다. 그렇지 않으면 마크업에 미처 불러오지 못한 부분들이 생깁니다. 클라이언트에서 처리하기 전에 이를 마무리해야합니다. 그렇지 않으면 클라이언트와의 컨텐츠가 일치하지 않는 에러가 발생할 수 있습니다.

                                                                                                            +

                                                                                                            이로 인해 앱의 임의의 위치에서 비동기 컴포넌트를 사용하는 것이 약간 까다로울 수 있습니다.(향후 이 기능이 향상됩니다.) 그러나 라우트 레벨에서 수행하는 경우(라우트 컴포넌트에서 비동기 컴포넌트 사용) 원할히 작동합니다. 라우트를 해석할 때 (vue-router와 일치하는 비동기 컴포넌트를 자동으로 분석할 때) 해야할 일은 서버와 클라이언트 모두에서 router.onReady를 사용해야 합니다.

                                                                                                            +
                                                                                                            // entry-client.js
                                                                                                            +import { createApp } from './app'
                                                                                                            +const { app, router } = createApp()
                                                                                                            +router.onReady(() => {
                                                                                                            +  app.$mount('#app')
                                                                                                            +})
                                                                                                            +
                                                                                                            +

                                                                                                            비동기 라우트 컴포넌트를 사용하는 예입니다.

                                                                                                            +
                                                                                                            // router.js
                                                                                                            +import Vue from 'vue'
                                                                                                            +import Router from 'vue-router'
                                                                                                            +Vue.use(Router)
                                                                                                            +export function createRouter () {
                                                                                                            +  return new Router({
                                                                                                            +    mode: 'history',
                                                                                                            +    routes: [
                                                                                                            +      { path: '/', component: () => import('./components/Home.vue') },
                                                                                                            +      { path: '/item/:id', component: () => import('./components/Item.vue') }
                                                                                                            +    ]
                                                                                                            +  })
                                                                                                            +}
                                                                                                            +
                                                                                                            + + +
                                                                                                            + +
                                                                                                            +
                                                                                                            +
                                                                                                            + +

                                                                                                            results matching ""

                                                                                                            +
                                                                                                              + +
                                                                                                              +
                                                                                                              + +

                                                                                                              No results matching ""

                                                                                                              + +
                                                                                                              +
                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              + + +
                                                                                                              + + +
                                                                                                              + + + + + + + + + + + + + + +
                                                                                                              + + +
                                                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/search_index.json b/ko/search_index.json new file mode 100644 index 00000000..673efecf --- /dev/null +++ b/ko/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["\"hydrate\"","\"같은","\"범용적\"으로","&","(runinnewcontext이","(예","/,","/about,","/contact","12.0.0","2.2","2.3.0","2.5.0","3.0.0",":",">=","ajax를","bing은","cpu를","demo를","dom을","false로","google과","hackernew","html","html을","introduct","loader","node.j","node.js를","node.js와","node.js의","nuxt.js를","plugin을","prerend","render","router","seo가","server","spa","spa(싱글","spa와","ssr과","ssr은","ssr을","ssr의","ssr이","style","vs","vue","vue.j","vue.js는","webpack에","webpack을","가능합니다.","가이드","가이드가","가이드는","가이드를","가이드에","가이드에서는","가정합니다.","가져오는","가지","간단하며","같습니다.","같은","개발","개선됩니다.","개선하기","개선할","개정","검색","것","것도","것으로","것은","것을","것이","것입니다.","경로에","경우","경우에","경험이","고려하는","고려해야할","고민해야합니다.","관련성이있는","관하여","광범위하게","구조가","구조를","구축하는","권장","권장하는","그다지","그러나","그럼에도","기능을","기다리지","기다릴","기반으로하지만","기본적으로","기술을","기존","깊이","내부","내용과","높은","느린","다루는","다루지","다른","다릅니다.","다운로드되어","다음","단어입니다.","단점이","단축,","달려","달리","대부분의","대부분이","대비하고","대시","대신","대한","더","도달","도달해야","도움이","동기식","동기식이","동일한","된","될","둡니다.","들어,","등)의","따른","때","때까지","또는","라이브러리는","라이브러리들의","라이프사이클에서만","렌더링","렌더링(ssr)이란","렌더링된","렌더링은","렌더링을","렌더링이","렌더링한","로드","로딩","리퀘스트를","마이그레이션","마지막으로","마지막으로,","마케팅","마크업은","마크업을","만들","많은","많을","많이","맞지","맞지만","매우","먼저","멤버입니다.","몇","몇가지","모두에서","모든","무엇입니까?","문자열로","미리","밀리","및","방식으로","배포","배포할","백엔드","버전과","보내고","보다","보드를","보통","복잡하게","볼","부하가","부하에","불구하고","불필요합니다.","브라우저로","브라우저에서","브라우저의","비동기적으로","비해","빌드시","빨리","사용방식이","사용자","사용자는","사용하고","사용하기","사용하나요?","사용하는","사용하면","사용하므로","사용하여","사용할","사용해보십시오.","사용해야","사이드","사이트","사이트로","사전","사항이","상용구를","상호작용하는","상황이","새로운","생깁니다.","생성","생성과","생성합니다.","서버","서버로","서버를","서버사이드","서버에","서버에서","서버와","서버의","서버측","설정됨)","설정을","설정하는","설치","성능을","솔루션을","수","수백","수있는","수준의","쉽게","스크립트가","스택을","스피너로","시","시간","시간에","시작한","실제","실제로","실행될","실행하는","실행할","싱글","아래에","안내서는","안내서를","않습니다.","않은","않을","알고","앞으로","애플리케이션","애플리케이션)에","애플리케이션에","애플리케이션에서","애플리케이션에서는","애플리케이션으로","애플리케이션을","애플리케이션의","앱","앱에","앱으로","앱은","앱을","앱의","앱이","약간","어떻게","얻을","얼마나","없으므로","엔드를","엔진","여겨질","여기서","여전히","여지가","예를","예상되면","완료될","완벽하지","완전히","왜","외부","요구사항을","원한다면","원활하게","웹","위한","위해","유용할","유지할","이","이며","이미","이용해","이해하기","익숙하고","인덱싱을","인터넷","일반적으로","일부","읽는","읽으면서","있고","있는","있다고","있다는","있다면","있도록","있습니다.","있으므로","있지만","자바","자바스크립트","자체에","작동하고","작동하는지","잘","장점은","장치의","전략을","전에","전체","전통적인","전환율과","절대적으로","점에서","정적","정적인","제공하는","제공합니다.","제약","제어해야하는","제작자는","조작","좋습니다.","주로","주제이므로","중요하지","중요한","중요해질","중이라면","중점을","즉,","즉석에서","즉시","지식이","직접","직접적인","짜야합니다.","참고사항:","참조하는","처리가","초가","초기","최상의","최소","최적화가","최적화를","추가","추가적인","추상화하고","출력합니다.","측","캐싱","컨텐츠","컨텐츠가","컨텐츠를","컴파일하기","컴포넌트는","컴포넌트를","코드","코드는","콘텐츠를","크롤러가","크롤러는","클라이언트","클라이언트의","테스트되었습니다.","트래픽이","특정","특정한","특히","팀의","파일","파일을","페이지","페이지를","페이지에서","표기된","풀","프레임워크입니다.","프론트","필요가","필요로","필요한지","필요할","필요합니다.","하는","하는지에","하지만","할","함께","합니다.","해주세요","핵심","향상되고","현재","형태\"","혼용하는","환경이","후","훨씬"],"basic.html":["\"hello\"","\"render","${html}","'hello',","'utf","(err)","(err,","(req,","(예:","*.vue","//","1:","2:","3:","8')","=","=>","`","`)","`hello","`the","app","clientmanifest를","console.log(html)","const","content","context","context,","creat","createrenderer({","css를","data:","err","error')","express","express와","full","hello","html","html)","index.template.html)","inject","injected.","instal","instanc","is:","javascript","meta","meta:","new","node.j","node.js에서만","npm","npm을","object\"","page","render","renderer').createrenderer()","renderer.rendertostring(app,","renderer는","rendertostring의","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('intern","return","save","server","server.get('*',","server.listen(8080)","state(상태)","step","tag","template:","throw","titl","title:","url","url:","v6","visit","vue","vue({","vuex","world","xss를","yarn을","{","{{","{{{","}","})","},","}}","}}`","}}}","가이드에서","가이드에서는","가지","간단한","간단합니다.","간단히","같은","같이","개념을","것","경우","고급","곳","공유할","관련","관련한","권장합니다.","그","기능을","기본","나중에","네이티브","다룰","다른","다음","다음과","대부분의","데이터를","동적으로","되지","두번째","등록할","때","또한","런타임에서","레핑해야합니다.","렌더러는","렌더러로","렌더러를","렌더링","렌더링할","를","리소스에","링크","마크업만","마크업이","만들","맞는","매우","몇","모듈을","문제가","및","반드시","방법","방법을","버전을","보다","사용","사용하면","사용하므로","사용하여도","사용하지만","사용할","사용해야합니다.","사항","삽입되는","생성합니다.","서로","서버에서","서버와","설치","소개할","수","쉘로","실행할","않습니다.","앞으로","앱","앱을","앱의","에셋","예방을","예정입니다.","예제에서","와vue는","위한","위해","이","이것은","이를","이상을","이용하기","인스턴스","인스턴스와","인터폴레이션","인터폴레이션(interpolation)","인터폴레이션(보간)도","인터폴레이션을","일부","읽고","입니다.","있는","있습니다.","있으므로","자동","자동으로","자세히","자체","저장합니다.","전달인자로","전달하여","전달합니다.","전혀","제공할","주목하세요.","주석을","주입","주입합니다.","지원합니다.","직접","참고","추가","출력을","측","컨텍스트객체는","컴포넌트가","컴포넌트를","클라이언트","템플릿","템플릿은","템플릿을","통합하는","파일에","파일을","페이지","포함시","하기","하이드레이션을","확인하세요.","힌트를"],"universal.html":["\"미리","\"서버용","\"유니버설\"","(예","(예:",":","access)을","api","api로","api를","api에","api의","axios는","beforecr","beforecreate와","beforedestroy","beforemount","created만","created에서","destroy","destroyed에서","directives옵션을","document와","dom","dom을","fetching)\"옵니다.","http","mounted와","node.js에서","request","setinterval로","ssr","ssr중","state)","window","가상","가정할","가져(pre","가짜로","각","감지","같은","객체로","갱신이","건드릴","것","것들을","것이","게으른","격리","결정적이어야하므로","경우","경우도","경우에도","경우의","계속","고려하지","공유되지만","관하여","교차","구현을","그러나","기능","기본적으로","까다로울","꼭","다룹니다.","다른","다음","대부분의","데이터","데이터를","동일한","동일할","동작이","동적인","되어","된","두가지","들어","디렉티브","디렉티브가","디렉티브는","따라","때","때문에","또","또는","뚀는mounted로","라이브러리가","라이브러리를","라이브러리의","라이프사이클","래핑하거나","렌더러를","렌더링","렌더링을","렌더링의","마찬가지","만드는","만들","만들어(mocking)","메커니즘으로","모두에서","모든","문제를","및","바꿀","반대의","반응성","반응성을","반응성이","반응형","발생하는","발생합니다.","방법은","버전\"을","범용적인","변수를","변환하는","별","브라우저","브라우저에서","비용을","비활성화","비활성화하면","사용)","사용을","사용자","사용자가","사용하게됩니다.","사용하고","사용하는","사용하면","사용해","사이드이펙트를","사항은","살아있습니다.","살펴보기","살펴봅니다.","상태(cross","상태는","새","새로운","서로","서버","서버에서","서버에서의","서버와","설정)","설정한","성능","수","수는","수준에서","쉽게","시작할","실제","실행가능한","실행됩니다.","실행할","써드파티","안의","않고","않기","않으므로","알아야할","애플리케이션","애플리케이션과","앱","앱에서는","앱의","없는","없도록","없습니다.","없으므로","여기서는","영원히","예를","오류가","오염이","옮겨야","완료되어","요청","요청에는","요청이","위해","유니버설","유즈케이스","의존하는","이","이는","이를","이미","인스턴스가","인스턴스를","일반적인","일부","입니다.","있는","있습니다.","있어야","있어야합니다.","있으나","자세히","작동시킬","작성된","작성하기","작성하는","작업해야합니다.","잠시","전에","전역","전역적인","전용","접근(lazyili","접근을","접근하기","정의","정확히","제거할","제공하는","제공할","제약사항에","조작하므로","존재하는","좋습니다.","주의","중","중에","중요한","즉","즉,","직접","차이에","추상화","측","컴포넌트","컴포넌트로","컴포넌트를","코드","코드,","코드가","코드는","코드를","코드에서만","코드의","클라이언트","클라이언트간","클라이언트만","클라이언트에서만","타이머","타이머가","타이머를","통합하는","특정","편법이며","프로세스는","플랫폼","플랫폼에","플랫폼의","피하려면","피할","필요하지","필요합니다.","하는","합니다.","해결하는","호출되지","호출됩니다.","환경설정","환경에서","훅","훅에","훅이"],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(err,","(req,","//",":","=","=>","`","`id=\"app\"`","`방문한","app","app,","app.$mount('#app')","app.j","app.js는","app.vu","assum","bar.vu","baz.vu","bootstrap","browser","client","client.j","client.js:","compon","component.","const","context","context.url","context를","creat","createapp","createapp()","createapp(context)","createapp에","css","css를","data:","default","default를","dom에","element","entri","error...","es2015를","export","export하고","factori","fetch","file","foo.vu","fresh","function","h","h(app)","handl","html)","import","instanc","loader로","loader를","logic)을","logic...","module.export","new","node.j","node.js에서","render","render:","renderer.rendertostring(app,","req.url","require('./app')","require('vue')","res)","res.end(html)","return","root","router","run","runinnewcontext:","server","server.get('*',","server.j","server.js:","simpli","specif","src","ssr에","ssr의","store","store(저장소)","templat","template:","true","univers","url","url:","url은","vm","vue","vue({","vue인스턴스를","vue인스턴스에서","webpack","webpack과","webpack을","{","{{","}","})","},","}}","}와","│","└──","├──","가정하고","가져오는","각","간단한","같습니다.","같은","같을","같이","객체를","것","것,","것과","것에","것입니다.","경우","경우에는","계산되어","공유된","공유될","관련","구동된다는","구성되어","구조","규칙이","그러나","기능은","기반으로","기본","나중에","남아있게","노출하고","논의","다루지","다룹니다.","다른","단계가","단순히","대부분의","대신","대해","데이터","동일한","됩니다.","들어오는","따라","따라서","때","때문에","라우터,","라우트","렌더러를","렌더링마다","로직(pre","루트","마운트하는","마운트합니다.","마크업을","만들고","만들기","만들면","만들어야","만들어야하기","많은","매칭","메모리에","몇가지","모두를","모두에서","모듈에서","모든","및","반복적으로","반환하는","발생합니다.","방법을","버스","버전은","버전의","번들","번들로","번들링해야합니다.","번들은","범용적인","변경합니다.","변환해야합니다.","보듯이,","보존하는","브라우저로","브라우저에서","비용이","빌드","사실,","사용되며,","사용자가","사용하는","사용하면","사용하여","사용할","사용합니다.","사용해","사항들이","사항을","상당한","상태","상태를","상호","새","새로운","생성하고","생성하는","생성합니다.","서로","서버","서버는","서버에","서버에서","서버와","설정을","설정의","성능에","세부","섹션에서","소개","소스","소스코드","수","수있는","순서","시작","실행되는","실행할","싱글톤","싱글톤을","아래와","않습니다.","않았습니다.","않지만","애플리케이션에서는","애플리케이션을","앱","앱에서","앱은","앱을","앱의","엔트리","엔트리는","역할만","예제에서","오랫동안","오염을","옮겨갑니다.","완벽히","요청","요청간에","요청에","요청에서","위해","유사합니다.","이","이는","이러한","이를","이벤트","이외에는","이용한","이용해","이유는","이전","이제","이해한다고","이후","익숙할","인스턴스는","인스턴스를","인스턴스에도","일반적으로","일으킬","입니다.","있는","있도록","있습니다.","있으며","있지만","작동하지","작동할","작성할","적용됩니다.","전달하는","전송됩니다.","전용","정적","제거할","제공할","제약","조건은","주의해야할","주입해야합니다.","즉,","지금까지","지원하지만","지점입니다.","직접","책임이","처리하므로","최신","측","컨텍스트에서","코드","코드가","코드는","코드를","클라이언트","클라이언트에","클라이언트와","통해","파일로","파일에","파일을","팩토리","페칭","프로세스에","프로세스입니다.","프로젝트는","프리","피하세요","필요하며","필요한","필요합니다.","하는","하지","한번","할","함께","함수를","함수인","합니다.","항목은","항상","현재","호출할"],"routing.html":["\"필요한","'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(err)","(err,","(err.cod","(req,","(time","(vue","(빌드","*","...","//","2에서","404","404)","=","===","=>","[","]","app","app,","app.$mount('#app')","app.j","app.js파일을","async","asynchron","befor","both","bundle.js')","chang","client.j","code:","compon","component:","components,","const","context","creat","createapp","createapp()","createapp(context).then(app","createapp과","createrout","createrouter()","default","entri","error')","everyth","export","foo","found')","function","h","h(app)","hook","html)","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","inject","instanc","interactive)를","locat","match","matchedcompon","mode:","new","path:","possibl","potenti","promis","promise((resolve,","readi","reject","reject({","reject)","render","render:","renderer.rendertostring(app,","rendering.","req.url","require('/path/to/built","res)","res.end(html)","res.status(404).end('pag","res.status(500).end('intern","resolv","resolve(app)","return","root","rout","router","router'","router({","router,","router.getmatchedcomponents()","router.j","router.onready(()","router.onready를","router.push(context.url)","router를","router와","routes,","routes:","server","server.get('*',","server.j","server.js에","set","side","ssr을","this...","this:","tti","until","url:","url을","vue","vue({","vue.use(router)","vue는","vue앱에","wait","webpack","{","}","})","},","가정하면","가지는","각","같습니다.","것\"입니다.","것을","것이","결합할","경우","경우(라우트","공식","구성을","규모의","그러나","그렇지","그리고","기능이","까다로울","다운로드할","다음과","단계에서는","대해","도움이","동일한","되며","때","때)","또는","라우터","라우터를","라우트","라우트를","라우팅","라우팅과","레벨에서","렌더링을","로드하는","로딩은","로직을","마무리해야합니다.","마크업에","만드는","만듭니다.","먼저","몇가지","모두에","모두에서","모든","못한","무시합니다.)","미처","발생할","방문한","번들을","번들이","부분들이","분석할","분할","분할과","불러오지","브라우저에서","비동기","비슷하게","빌드되었다고","사용)","사용하는","사용할","사용해야","사항이","새로운","생깁니다.","생성하는","서버","서버에서","서버와","서버측","설정은","수","수정합니다","수행하는","순수","시나리오에서도","시작하기","않는","않으면","알","앱을","앱의","약간","양을","어떠한","에러가","에셋의","예입니다.","요청에","원할히","위치에서","위해","위해서는","이","이는","이렇게","이로","이를","이미","이용한","이제","인스턴스가","인해","일급","일은","일치하는","일치하지","임의의","있습니다.","있습니다.(향후","자동으로","작동합니다.","작성합니다.","재사용할","전달하고","전에","제공하며","제한","좋습니다.","줄이는데","지연된","지원하는","처리하기","처리하는","처리해야합니다.","초기","측","컨셉으로","컨텐츠가","컴포넌트","컴포넌트를","컴포넌트에서","코드","코드가","코드는","크게","큰","클라이언트","클라이언트에서","클라이언트와","클라이언트와의","클래스","파일에서","파일을","필요하므로","하면","함수를","합니다.","해석할","해야할","핵심은","핸들러를","향상됩니다.)","향상시킬","화면에서"],"data.html":["!==","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(dif","(prevmatched[i]","(state,","(to,","(window.__initial_state__)","({","(тот","...опустим","//","0","404","=","=>","`asyncdata()`","`router.beforeresolve()`,","`store.dispatch()`","`store/index.js`","`template`","`this.datapromise.then(...)`","`window.__initial_state__`.","actions:","activ","api,","app","app,","app.$mount('#app')","app.j","app.js:","asyncdata","asyncdata({","asyncdata.","beforemount","beforemount.","beforerouteupd","c))","c.asyncdata({","client.j","code:","commit","commit('inc')","commit('setitem',","component.asyncdata({","computed:","const","context","context.st","count:","createapp","createapp()","createrout","createrouter()","createstor","createstore()","default","destroy","dif","entri","export","fals","fetchitem","fetchitem(id).then(item","foocount","foostoremodul","foostoremodule)","from,","function","h","h(app)","html","html.","i)","id)","id,","id:","import","inc:","item","item)","item.titl","items:","lazi","match","matched.filter((c,","matchedcompon","mutations:","namespaced:","new","next()","next)","prefetch","prevmatch","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","reject({","reject)","render:","resolve(app)","return","rout","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","server.j","setitem","state","state.count++","state:","store","store,","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","sync","sync'","sync(store,","template,","this.","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","true,","user/1","user/2).","ux","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.","vuex.store({","webpack.","window.__initial_state__.","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}","«застревание»","«контейнере","«снимок»","а","автоматически","аргументами:","асинхронные","асинхронный","библиотеку","более","большом","будем","будет","будут","были","было","быть","в","важно:","вами","вероятно,","вложенное","вне","внедрено","внедряя","внимание,","внутри","во","возвращаем","возвращает","времени","время","все","всего","всех","встраивать","встроен","всё","выбираться","выбранной","вызвать","вызов","вызывает","вызываться","вызывая","выполнена.","выполнения","выполняем","где","гидратация","глобальной","глобальных","готовности","готово,","давайте","дальнейшей","данного","данные","данные,","данными,","данных","данных.","данных:","данных?","два","дважды","две","действия","делать","детали","для","до","добавляем","добавлять","должен","должна","должно","должны","достичь","доступа","доступно","доступны","другая","других","другого","дублирования","его","если","есть","есть.","её.","же","забирали","заботимся","зависимостью","заготовки,","загружать","загруженности","загружены","загрузка","загрузки","загрузки,","задач","закладываем","заключается","занимает","занятием.","заполнено","заполнить","зарегистрировать","затем","здесь","здесь,","и","из","избегайте","изменились,","или","импортируем","иначе","индикатор","инициализации","инстанцироваться","информация","использованием","использовании","использовать","используем","используемая","использует","использующего","исходного","итак,","их","к","каждого","как","какие","клиента","клиенте","клиенте,","клиенте:","клиентское","клиентской","когда","код","код,","кода","кода!","компонент","компонента","компонента,","компонентам,","компонентах","компонентах,","компонентов","компонентов,","компоненты","компоненты,","конечно,","конечном","контексту","контексту,","контент,","которые","который","кроме","лишний","логики","логику","логичным","маршрут","маршрут,","маршрута","маршрута,","маршрута.","маршрута:","маршрутизатор","маршрутизатора","маршрутом","маршруту,","маршруту:","мгновенно","много","мог","могли","модулей","модулей.","модуль","модуля","можем","может","можно","момент","моментом","монтированием","монтирования","мы","на","навигацией","навигации","найдём","нам","например","нас","находиться","начала","наше","нашего","наших","не","него","независимо","некоторой","необходимо","необходимые","необходимым","необходимыми","непосредственно","несколько","неё","но","но,","нового","новое","нужно","об","облегчения","обновляем","обрабатывать","обработки","образом","обратите","однако","он","они","операцию","определяет","определяются","опустим","опция","основе","останавливаем","остаётся","от","отдельных","отзывчивым.","отличия","отображаем","отображаемым","отображения","отображено","отображены.","отсутствующих","официальную","ощущается","ощущать","параметры","первоначального","перед","передаваться","переключаться","перемещён","по","повторном","подхода","позволяет","пока","полный","полных","получать","получению","получения","полученные","получить","получить,","пользователь","пользовательскую","помощью","понять","пор,","посещается","посещённым","поскольку","после","поэтому","предварительно","предзагрузить","предзагрузка","предзагрузке","предоставим","предоставляет","предположим,","представление","представлении","представления","представления,","представления:","преимущество","при","приложение","приложение,","приложении","приложения","приложения,","приложения.","приложения:","примеси","присваиваем","присоединить","присоединяем","приятным","проблема","проблемой","проблему,","проверки","проверяя","процесса","раз","раз.","разделение","разделено","разделить","различными","разместить","размещать","размещение","разных","разрабатываемого","разработки.","разрешения","разрешены","разрешены.","разрешить","разрешённое","ранее","располагает","реализации","реализовать","регистрации","рекомендуется","рендера.","рендерера,","рендеринга","рендеринга,","рендеринга.","рендерингом","рендерингом.","рендерить","решениями","решить","с","самой","связано","сервера,","сервера.","сервере","серверного","серверной","сериализовано","сериализовывать","симуляцией","синхронизируем","скорее","следующий","сложной","сможет","снова","собственно","создадим","создание","создания","создаём","соответствующие","соответствующих","состояние","состоянием","состоянием,","состояния","состояния».","специальном","списка,","срабатывании","сравниваем","статичную","стороне","странице.","стратегии","стратегии,","стратегии.","стратегию","стратегию.","стратегия","существует","сценария","счёте","так","также","таким","такой","текущей","текущем","тем,","теперь","тех","то","того,","только","том,","у","уже","универсальная","универсальный","управления","условие","файл","фактически,","фактического","финальный","фрагмент","фрагменты","фундамент","функцией,","функции","функцию","функция","фух,","хороший","хранение","хранилища","хранилища.","хранилища:","хранилище","хранилище.","хук","хуке","хуков","хуков,","цели","части","части:","часть","через","что","чтобы","экземпляр","экземпляры","элемент","элемента","эта","эти","этих","это","этого","этой","этот","эту","является","является,","являются","—"],"hydration.html":["\"수화","(hydrate)\"하여","+","//","`id=\"app\"`","app.$mount('#app')","app.vu","assert를","assum","client.js에서","data","dom","dom구조와","dom에","dom을","element","entri","hi","html","html을","rendered은","root","server","ssr","templat","vue","vue가","vue는","가상","같이","개발","검사하면","것들","결과를","경우입니다.","구조입니다.","그러므로","기존","나타냅니다.","다시","다음과","단순히","대신","동일하도록","되고","들어","때","라인을","렌더링","렌더링된","루트","를","마운트","마운트되어야한다고","마크","마크업을","마크업이","만들","만들고","만들기","만들어진","모드로","모드에서","모드에서는","모든","발생합니다.","배포","버리고","변경할","부분이","불일치가","브라우저는","브라우저에서","사용할","사이드","삭제한","상호작용하게","생성한","서버가","서버에","서버에서","성능을","속성","속성을","수","싶습니다.","아래","안에","않는","않습니다.","알립니다.","애플리케이션을","앱의","업을","없습니다.","엘리먼트에","예를","요소를","위해","유효한","을","의해","이를","이미","일치하지","일치함을","있는","있습니다.","있으면","자동으로","작성한","작성해야합니다.","정적","주의사항","주의해야하는","주입하면","주입합니다.","중","중단하고","처음부터","최대","측","측에서","클라이언트","템플릿에","템플릿을","통해","트리가","특수","특수한","필요는","하나는","하이드레이션","하이드레이션을","하지","하지만","한","합니다.","했으므로,","확인할","후"],"bundle-renderer.html":["'once'로","'sourc","(err,","(optional)","(req,","(webpack","(속성을","(업데이트된","*.vue파일","//",":","=","=>","api","api를","app","app!","auto","build","bundle.","bundle.js')","bundlerender","client","clientmanifest","clientmanifest를","const","context","context로","creat","createapp","createbundlerender","createbundlerenderer(serverbundle,","css","css를","css섹션에서","decoupl","devtool:","error...","execut","fals","false,","handl","handler...","here","html)","insid","json파일로","manifest","map'","need","node.js는","now","page","pass","recommend","render","renderer')","renderer.rendertostring(context,","renderer는","rendertostring이","req.url","require('/path/to/built","require('vu","require를","res)","res.end(html)","runinnewcontext","runinnewcontext:","server","server.get('*',","ssr의","templat","template,","url:","vue","webpack","webpack을","{","}","})","가정하고","가정했습니다.","간단하지만","같은","개발","개발하는","것이","과정에서","구성하는","기본적인","내보내진","내용은","다룹니다.","다시","다음","다음과","덩어리를","동일하지만","되면","됩니다.)","디렉티브와","떨어집니다.","또는","또한","레퍼런스를","렌더러","렌더러가","렌더러에","렌더러에서","렌더러와","렌더링","렌더링에","렌더링합니다.","리로드","만드는","만든","만들기만","매우","맵","문제","문제를","및","방법을","배포","번들","번들된","번들렌더러를","번들에","번들을","번들이","부분이","분할","빌드","빌트인","사용)","사용법은","사용시","사용자","사용하는","사용하면","사용한다고","삽입합니다.","생산성이","생성되면","생성됩니다.","생성하도록","서버를","서버측","설명합니다.","설정에서","설정하는","섹션에서","소개","소스","소스맵을","소스코드를","수","수정할때마다","시작하기","시작해야합니다.","실행하여","아티팩트를","않습니다.","앱","앱에서","에셋","여기서는","옵션을","위해","유추합니다.","의해","이","이는","이렇게","이미","이용해","이점이","인라인으로","인스턴스를","일반적인","읽고","있는","있다고","있습니다.","자동으로","자세한","자세히","전달)","전달인자로","전달할","정의","제공합니다.","좋습니다.","주입","중","중지했다가","지금까지","지원","지원하지","직접","참조하십시오","초기","최적의","컴포넌트에","코드","코드는","특수한","프리로드","프리페치","플러그인을","필요한","하면","하지만","함수를","핫","해결하기","호출되면"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","(e.g.","(예:","*.sass)","*.vue","*.vue,","...other","/","//","/\\.css$/","2.3.0버전","7.6","8')","=",">","[","]","`","`global`","`vue","add","allow","app","app'","app/vendor","appropri","async","babel","baseconfig","better","build","bundl","bundle.json')","bundle.json',","bundle.json`","bundle.json이","cach","chunk","client","client.js',","clientmanifest","clientmanifest가","clientmanifest를","code","code.","commonschunkplugin을","compil","components.","const","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.state를","contextkey:","context객체는","context를","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","createbundlerenderer에","css","css가","css는","css파일","css파일을","default","dep","depend","dependencies.","devtool:","directory.","dynam","e.g.","emit","enabl","entir","entri","entry:","entry파일을","export","extern","externals')","externals:","externals옵션에서는","extract","fals","false를","fashion,","faster","file","file.","gener","hackernew","handl","here","html","html에","html이","http/2","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","import","important:","infin","inject","inject:","it.","javascript","json","lead","librarytarget:","loader`","loader로","make","manifest.json')","manifest.json`","map","map',","merg","merge')","merge(baseconfig,","merge를","minchunks:","modifi","module.export","more","much","name","name:","need","new","node","nodeextern","nodeexternals({","object)","option","orient","output","output:","plugin","plugin')","plugins:","plugin을","point","polyfills)","polyfill이","process","raw","render","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostring콜백에서","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","right","runinnewcontext:","runtim","script","server","server.js',","serverbundl","shouldpreload옵션을","singl","smaller","sourc","split","ssr","state(상태)","state(상태)를","style","support","target:","tell","templat","template,","template은","template을","text","true를","tti(첫","turn","type","url을","us","vue","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","webpack","webpack.","webpack.optimize.commonschunkplugin({","webpack에서","webpack을","webpack의","whitelist","whitelist:","window.__initial_state__로","window.__my_state__={...}","windowkey:","{","{{{","}","})","}),","},","}}}","가리키면","가정합니다.","가져오는","가져온","가지고","같습니다.","같아야","같은","같이","개발중","개선합니다.","객체로","객체를","객체의","거의","것","것이","경로","경로를","경우","경우(예:","공유되는","관리를","구성에는","구성을","구성하는","그","그러나","그런","기능을","기본","기본적으로","나누는","나중에","나타내는","내부","내용은","노출합니다.","다른","다음","다음과","단순히","단일","대신","대체할","대한","더","데모의","동일합니다.","됩니다.","두","두가지","들어","디렉티브","때","때문에","때문입니다.","또는","또는,","렌더러를","렌더러에","렌더링","렌더링된","렌더링할","로더와","로드","로드된","로드해야","리로드를","리소스","리턴합니다.","링크","만들때","만들어","매니페스트를","매니페스트와","메소드는","메소드를","모두","모드를","모든","목록에","문자열에는","문자열을","미리","및","반환되는","반환됩니다.","반환하지","반환합니다.","방법을","방식으로","배열을","번들","번들에","번들을","번들의","변수를","별칭","보간되므로","분할","분할을","비동기","빌드","빌드의","사용된","사용자","사용하는","사용하려면","사용하면","사용하여","사용하지","사용할","사용합니다.","사용해","사용해야합니다.","삽입하기","삽입하는","삽입할","새","생성","생성된","생성하기","생성한","생성할","서버","서버)로","서버렌더링된","서버에서는","서버와","설정","설정과","설정들이","설정에서만","설정은","설정을","세가지로(기본,","세밀하게","수","수도","수동","수동으로","수정하는","수집된","수행됩니다.","수행할","쉽습니다.","스크립트를","시간)을","시작하는데","실제로","아래와","않는","않으면","않으므로","않을","알고있다고","애플리케이션","애플리케이션이","에셋","에셋을","여전히","연결할","예를","올바른","옵션","옵션과","옵션을","와","외에도","요청을","위한","위해","윈도우","유사하지만","유용합니다.","유추합니다.","유형의","의존성에서","이","이는","이러한","이름에","이미","이상을","이후","인라인","입니다.","있기","있는","있습니다.","있습니다.(inject:","있을","자동으로","자세한","자체적으로","작동까지의","장점이","전달된","전달될","전달하고","전달하여","전달한","전달할","전달합니다.","전역","전용","전혀","정보가","정의할","제공되면","제공하면","제어하거나","좋습니다.","주문형","주의사항","주입","주입됩니다)","주입을","주입이","중에","지능적으로","지원","직렬화하고","직접","참조하세요.","참조하십시오.","처리해야합니다.","청크","청크가","청크를","청크에","최적의","추가된)에","추가로","추가합니다.","추가해야합니다.","출력될","컨텍스트","컴포넌트에서","코드","코드가","코드에서","클라이언트","클라이언트에","클라이언트에서","클라이언트와","클라이언트의","키는","키와","태그가","태그를","템플릿과","템플릿안에서","템플릿에","템플릿을","파일","파일은","파일을","페이지","페이지에","포함되므로","포함된","포함됩니다.","포함하는","포함할","폭포수","폴리필(polyfill)을","표시됩니다.(전체가","푸시를","프로그래밍","프로젝트","프로젝트를","프리로드/프리페치","프리로드/프리페치하고","프리페치","피하기","필요로","필요하기","필요하지","필요한","필요할","하는데","할","함께","함께)","합니다.","핫","해시가","허용","허용하는","현재","확장합니다.","환경에","활용하는","후","힌트를"],"css.html":["!/\\.css$/.test(module.request)","&","&&","'common.[chunkhash].css'","'css","'foo.css',","'manifest'","'production'","'vendor',","'vue","(","(*.vue","(main)","(module)","(автоматически","(требует",")","*.vue","+",".","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)","12.0.0+):",":","=","===","?","[","['vue","[]","[new","]","bundlerenderer.","commonschunkplugin,","const","css","css.","extract","extractcss","extractcss:","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fallback:","filename:","function","html","import","isproduct","javascript","javascript,","loader","loader'","loader',","loader']","loader,","loader.","loader:","manifest","minchunks:","module.export","module:","name:","new","node_modul","npm","options:","plugin","plugin')","plugins:","postcss","process.env.node_env","product","require('extract","return","rules:","runtim","style","template),","template).","test:","text","use:","vue","vue.","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","{","}","})","}),","})]","},","а","автоматизация","асинхронных","более","будет","будут","быть","в","важно,","важно:","вам","вендоров","вендоров.","вещей,","вместо","внедряемый","внешнего","внешней","внимание,","внутри","во","возможность","возникать","время","вставлен","встроен","встроенный","встроенным","вы","выше","горячая","горячую","дело,","динамически","для","добавили","должен","должно","единый","если","есть","ещё","зависимостей","зависимостей:","зависимости","зависимостью","загрузчик","загрузчики:","замена","запрос","и","из","избегайте","извлекаемый","извлекает","извлекается","извлекать","извлечение","извлечения","извлечённого","или","имеет","имеется","импорта","импорте","импортирование","импортировать","использовании","использования","использовать","использоваться","используемый","используется","к","клиента","клиенте,","клиентской","когда","когда...","код","компонент","компонента","компонента,","компонентов","компоненты","конфигурации","конфигурация","которые","критического","кэширования.","кэшировать","ли","локальный","лучшего","много","модуль","может","можете","на","например","настроить","настройка","находится","не","некоторые","несколько","нет,","но","нужно","обойти","обрабатывается","обратите","общего","обычное","однофайловых","он","опции","опция","освновном","особенности","остаётся","отдельно.","отдельный","первый","перезагрузку","плагин!","подключаем","подключения","позволяет","помощью","потребуется","пре","предоставляют:","при","приведённая","применяется","пример","проблемы,","проверяет,","просто","процессоров","работала","раз,","разработке","разработки.","рекомендуемый","рекомендуется,","рендеринга","рендеринга:","с","сборке.","сервера.","сервере,","серверного","серверной","сервером","собран","соответствующие","способ","стилей","стилям","строки","тег","теги","только","у","убедитесь","уже","указан","управление","управления","учитывать","файл","файлах,","файлов","файлов),","файлом","фрагмент","фрагмента","фрагменте","хотите","части:","через","что","чтобы","этапе","это","это,","этого","является","—"],"head.html":["$options에","'function'","'server'","()","(title)","(vm)","({","...","//","2.3.2",":","=","===","?","[titlemixin],","`title`","asyncdata","clienttitlemixin","compon","computed:","const","context","context에","creat","createapp()에","default","document.titl","document의","export","function","gettitl","gettitle(this)","head","inject","item","item.vu","mixin.j","mixins:","mixin을","mount","mustache(html","option","process.env.vue_env","provid","return","rout","route.params.id)","servertitlemixin","simpli","ssr","store,","store.dispatch('fetchitem',","string","templat","template에서","this.$root.$options.ssrcontext를","this.$ssrcontext.titl","this.$ssrcontext로","this.$store.state.items[this.$route.params.id]","this.item.titl","titl","title.call(vm)","title을","typeof","vm.$option","vue_env","webpack.defineplugin","xss","{","{{","}","})","},","}}","간단한","객체를","경우","공격을","관리","관리도","관리를","그러면","기본","내부입니다","노출시켜","다음","데이터를","동안","동일한","동적으로","두개의","때","라우트","라이프사이클에서","렌더러에","렌더링","렌더링하는","루트","마찬가지로","만들","방법을","버전","버전에서는","번들","보간)를","보간할","사용하면","사용하여","사용합니다.","사용해","설정하지","수","수동으로","아이디어를","않은","액세스할","에셋","위해","유틸리티로","이","이를","이스케이프된","이전","이제","이후에서","인스턴스의","인젝션과","일반","있습니다.","자식","작성합니다.","전달된","전달하고","제공해야합니다.","제어할","주입해야합니다.","즉","직접","참고","추가한","컨텍스트를","컨텍스트에","컴포넌트가","컴포넌트를","컴포넌트에","컴포넌트의","타이틀","태그","통해","피해야","합니다.","해당"],"caching.html":["\"name\"","'::'","'item',","(cacheable)","(h)","(hit)","(req,","+","...","//","1","100,","1000","10000,","1초","=","=>","['item'],","cach","cache')","cache:","cacheabl","cache로","caching이라고","check","const","context에","createrenderer({","default","dom","entri","expir","export","getcachekey구현을","h('div',","hit","html)","id를","id와","implement","implementation이","important:","iscach","iscacheable(req)","logic","lru","lru({","max:","maxage:","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","name:","nginx","node.js에서도","non","page","prop","props.item.id","props.item.id,","props.item.id에","props.item.last_upd","props:","render","renderer.rendertostring((err,","renderer에는","req","request","requir","require('lru","res)","res.end(hit)","res.end(html)","return","second.","server","server.get('*',","servercachekey:","servercachekey로부터","servercachekey함수를","specif","specific.","ssr성능이","ssr은","this.item.id)","url의","user","v","vue","vue의","{","}","})","가능한","가상","가장","가져야합니다.","가지고","가진","각","간단한","같은","같지는","객체에","거대한","걱정할","것만","결과가","결과는","결과를","결정되는","경우","경우에","고려하여","고유한","구동되기","구현을","구현입니다.","구현하여","구현할","그러나","그런","기반","나타내는","내용은","노드를","높은","다르면(즉,","다른","다시","다음","다음과","단","단일","대개","대부분의","대폭","대해","데이터를","데이터베이스","도달하면","동안","동안만","동일한","동적이기","된다는","됨)","됩니다.","두","따라","따라서","때","때문에","레벨","레이어에서","렌더러가","렌더러를","렌더링","렌더링된","렌더링만","렌더링하는","리스트에서","만드는","만들","매우","모든","모음의","문자열","및","반드시","반복되는","반환하는","반환하면","받은","발생시키는","방식을","변경되거나","변수를","병목을","본질적인","볼","부르는","부하를","비용때문에","빠르지만","사용법은","사용자는","사용자별로","사용자에게","사용하는","사용하려면","사용하므로","사용하여","사용할","사용합니다.","사이드이펙트를","상수를","상태에","생성하는","서버","서버가","서버에서","성능과","성능상의","성능을","속성에","수","수정해야합니다.","수준의","수행하면","순수","순수한","시간을","시간이","신중하게","않습니다.","않아도","않아야","앱은","앱의","업데이트된","없습니다.","오랫동안","옵션을","외부","위","유용합니다.","유형의","응답","의미합니다.","의존하는","의해","이것은","이는","이러한","이루어지지만","이를","이전","인스턴스","일반적으로","일반적인","있는","있습니다,","있습니다.","있으므로","적용해야합니다.","적합한","전달됩니다.","전략을","전역","전체","정보가","정적","제공해야","좋은","줄일","중요한","지남에","직접","처리하는","초당","최대","최종","충분한","캐시","캐시되며","캐시되므로","캐시된","캐시에","캐시키를","캐시하지","캐시할","캐싱","캐싱에","캐싱을","컨텐츠가","컨텐츠는","컨텐츠를","컴포넌트","컴포넌트가","컴포넌트는","컴포넌트를","컴포넌트마다","컴포넌트에","컴포넌트의","컴포넌트입니다.","크게","키는","키를","키에는","타임스탬프를","템플릿","트래픽을","트리에","페이지","페이지에","포함될","필요가","하나의","하위","합니다.","항목이","항상","해결하려면","향상시키고","향상시킬","현명하게","활용하면","활용하여"],"streaming.html":["\"첫번째","''","()","+=","//","=","=>","complet","console.log(html)","const","css)가","data","data.tostring()","dom","err","error...","handl","html","node.j","render","renderer.rendertostream(context)","renderer는","rendertostream","rendertostring대신","server","stream","stream.on('data',","stream.on('end',","stream.on('error',","stream입니다.","vue","{","})","가능한","가상","가져와","값은","것이","경우","그러나","그러므로","기다려야","기본","더","데이터가","데이터를","데이터에","되지","됩니다.","따라서","때","때까지","또는","라이프사이클","렌더러","렌더러는","렌더러와","렌더링","렌더링을","마크업","만들어질","많은","모두","모드를","모드에서","반환","번들","보냅니다.","빠르게","사용하기","사용하면","사용하지","사용할","상태입니다.","수","수명주기","스트리밍","스트림","스트림을","스트림이","시작할","아직","않고","않는","않은","애플리케이션","없습니다.","완료될","의존하는","인라인으로","인스턴스화","자식","전에","정보","정보(head","좋습니다.","주의사항","즉,","지원합니다.","첫번째","청크\"를","청크가","추가되는","출력합니다.","컨텍스트","컨텍스트에","컴포넌트","컴포넌트가","컴포넌트는","클라이언트로","탐색할","트리를","표시되어야","필요한","하므로","하위","한","합니다.","호출되지","훅도","훅의"],"non-node.html":["\"development\"","\"production\"","\"production\".","\"server\",","$v8","'hello'","(err,","//","2.5+","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","app.j","data:","env:","executestring('var","global","java.","javascript","msg","msg:","nashorn","nashorn.","new","node.j","node_env:","oracl","php","print(res)","process","process,","process.env.node_env","process.env.vue_env","process:","promis","render","renderer/basic.js,","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","server","settimeout","template:","this.glob","v8j","v8js:","var","vm","vue","vue({","vue_env:","{","}","})","};');","}};","}}`,","альтернативных","в","вариантов","версии","выше.","делает","для","её","зависима","значение","значительной","и","или","использование","использованием","использовании","использования","как","которая","менее","может","моки","мы","нативных","не","необходимо","непригодной","обоих","объектов","окружение","окружения,","окружениях","окружениях,","от","переменной","по","подготовить","полифилл","потребоваться","предоставить","предоставляем","предоставляется","предполагает","при","пригодной","пример","с","сборка","сборку","сначала","создав","степени","таймеров","также","таких","умолчанию","упомянутых","установленной","что"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'(2.3.1+)를","'once'`","'once'를","'script'","'style')","(`'once'`","(err,","(file,","(key,","(key:","(object)","(string)","(type","(vnode,","(권장하지","(비동기","+","...",".json).","//","/\\.woff2$/.test(file)","/로","10000","2.2.0+","2.3.0+","2.3.0에서","2.3.1+","2.3.1버전","=","===","=>","]callback)","`boolean","`createbundlerenderer`에서만","api","api를","asset","base","basedir","bind","boolean","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context])","bundlerenderer.rendertostring([context,","bundlerenderer인스턴스를","bundle와","cach","cache')","cache:","cache:일반적으로","cache를","callback)","cb(res)","cb)","cb?:","class:","client","clientmanifest","clientmanifest,","clientmanifest을","clientmanifest이","code","const","context.head:","context.state:","context.styles:","context])","context],","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","css","css.","css에","css파일만","destin","direct","directivemeta)","directives:","error","escap","exampl","extension.","fals","false가","false를","file","filename:","flow","font","function)","get:","get과","global","global(예:","global을","handl","has?:","has는","head에","html","html에","https://fetch.spec.whatwg.org/#concept","imag","import","infer","inject","inject:","injection을","interpolation)을","introduc","javascript","javascript를","json은","loader","loader를","lru","lru({","manifest.json","manual","max:","metadata","mustache를","new","node.j","node_modul","npm","npm으로","options])","options와","options을","plugin","plugin')","plugin로","plugin에","preload","problem에","redi","redisclient.get(key,","redisclient.set(key,","render","rendercach","renderer')","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","renderer가","renderer인스턴스를","request","requir","require('lru","require('vu","res)","return","runinnewcontext","runinnewcontext:","serial","server","serverbundl","set:","set을","shouldpreload","shouldpreload:","shouldpreload옵션을","show의","singleton","sourc","ssr","state","state(상태)","store(저장소)","string","string)","string,","structure를","style","templat","template,","template을","transform","true","true가","true입니다.","type","type)","v","v8","val)","val:","vnode","void;","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex","webpack","window.__initial_state__에서","woff2","xss를","{","|","||","}","})","},","};","가능할","가정합니다.","가지는","가집니다.","각","값은","같습니다.","같은","객체는","객체를","객체입니다.","걱정할","것은","것을","것이","경로로","경우","경우에만","관리를","구현을","구현해야합니다.","그러나","글꼴과","기본","기본값은","기본값이지만","기본적으로","낭비하고","내부에서","내용은","내용은gener","내용을","너무","다른","다시","다음","다음과","달라야합니다.","대상은","대역폭을","대한","대해","더","데이터가","독립실행형으로","동일한","되지","두번째","둘","들기","들어","디렉토리를","디렉티브에","따라","때","때마다","때문에","또는","또한","레퍼런스","렌더러","렌더러는","렌더러에","렌더러에게","렌더링","렌더링된","렌더링에","렌더링합니다.","렌더에","로드합니다.","를","리소스","마크업","만들고","만듭니다.","많이","많이하면","매니페스트","매니페스트는","명시적으로","몇가지","모드는","모드에서는","모든","문서에","문자열","문자열로","미리","및","반드시","반환된","발견되면","발견된","발생시킵니다.","방지하기","방지하므로","버그가","버전을","번들","번들과","번들은","번들을","번들의","번들이","번들파일(.j","별도의","분리되어","비","비동기","비동기화할","비용을","비용이","비활성화","빌드","뿐입니다.","사용","사용자","사용하는","사용하면","사용하여","사용한다고","사용할","사용합니다.","사용해","삭제합니다.","삼중","삽입되어야하는","상당한","새로운","생성되는","생성되어야하는","생성된","생성자를","생성한","생성할","서버","서버측","선언해야합니다.","선택적으로","선택합니다.","선택해야합니다.","설정을","설치되어있거나","성능","성능을","속성이","수","수동","수정하는","스타일이며","스트리밍을","스트림으로","시나리오에","시작에","시작할","시작해야","실수로","실행되므로","실행에서","실행하는","실행합니다.","아래","안전한","않습니다.","않습니다.)","애플리케이션","앱","앱이","언급된","없습니다.","에서만","에셋","에셋의","여부를","역할을","연결된","예:","예를","예상:","오류,","오류는","오염시키는","옵션","옵션은","옵션입니다.","외부에","외부화된","위치에","위한","위해","유추됨)","유형의","의존성을","의해","이","이는","이렇게하면","이름은","이미지","이스케이프","이용해","이중","이후","인라인","인라인되어야하는","인라인된","인스턴스가","인스턴스를","인터페이스를","인터폴레이션(html","인터폴레이션(non","인터폴레이션을","일반적인","입니다.","있는","있습니다.","있어야","있으며","자동","자동으로","자세한","장점을","저하시키므로","적절한","전달인자는","전달인자를","전달하여","전역","전체","절대경로를","절대적으로","정보를","정의","정의할","정확하게","제공되면","제공되므로","제공할","제공합니다.","제어하는","종속성","종속성이","좋습니다.","주석","주의사항은","주의해야","주입","주입을","주입합니다.","중","지원함)","지원합니다.","직접","참고하세요","참조","참조하세요","참조하세요.","채워집니다.","처리를","첫번째","청크가","초기","최소한","최적의","측","캐시","캐시를","캐시에서","커지면","컨텍스트","컨텍스트로","컨텍스트를","컨텍스트에서","컨텐츠를","컨텐츠의","컴포넌트","코드","코드가","코드는","코드를","코드에서","콜백으로","콜백은","클라이언트","템플릿","템플릿에는","템플릿으로","템플릿은","템플릿입니다.","특정","파일","파일을","파일이","파일입니다.","판단합니다.","페이지","페이지에","평가되지만","폴리필)을","표기법을","프로세스에서","프로세스와","프로세스의","프리로드를","프리로드할","플러그인","플러그인은","플러그인을","플레이스홀더(placeholder)","필요가","필요한","필요합니다.","하나입니다.","하는","하위","한번","할","함께","함수입니다.","합니다.","항목을","해야합니다.","허용하면","호환성을","확인하세요","힌트","힌트가"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"초":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"2":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"2":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},".":{"0":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"docs":{}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562},"./":{"ref":"./","tf":0.0016556291390728477}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"버":{"docs":{},"전":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"버":{"docs":{},"전":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"2":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"+":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"docs":{}}},"5":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"0":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0024916943521594683},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"没":{"docs":{},"有":{"docs":{},"传":{"docs":{},"入":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"3":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},".":{"0":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"docs":{}},"docs":{}},"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"7":{"docs":{},".":{"6":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"+":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"같":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"범":{"docs":{},"용":{"docs":{},"적":{"docs":{},"\"":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"미":{"docs":{},"리":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"서":{"docs":{},"버":{"docs":{},"용":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"유":{"docs":{},"니":{"docs":{},"버":{"docs":{},"설":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"필":{"docs":{},"요":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"수":{"docs":{},"화":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"첫":{"docs":{},"번":{"docs":{},"째":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"d":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"data.html":{"ref":"data.html","tf":0.00532319391634981},"head.html":{"ref":"head.html","tf":0.016736401673640166},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"d":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"./":{"ref":"./","tf":0.001282051282051282}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.012552301255230125}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.003424657534246575}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0038022813688212928},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":2.5034843205574915}}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{},"\"":{"docs":{},"하":{"docs":{},"여":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003424657534246575}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"«":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"н":{"docs":{},"а":{"docs":{},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}},"о":{"docs":{},"п":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"р":{"docs":{},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"т":{"docs":{},"ё":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"а":{"docs":{},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"예":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"빌":{"docs":{},"드":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"속":{"docs":{},"성":{"docs":{},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"업":{"docs":{},"데":{"docs":{},"이":{"docs":{},"트":{"docs":{},"된":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"`":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{},"`":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"권":{"docs":{},"장":{"docs":{},"하":{"docs":{},"지":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"비":{"docs":{},"동":{"docs":{},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01818181818181818},"structure.html":{"ref":"structure.html","tf":0.014010507880910683},"routing.html":{"ref":"routing.html","tf":0.03564727954971857},"data.html":{"ref":"data.html","tf":0.030418250950570342},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.026415094339622643},"build-config.html":{"ref":"build-config.html","tf":0.027283511269276393},"css.html":{"ref":"css.html","tf":0.035196687370600416},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.00684931506849315}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"d":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"」":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"f":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004}},")":{"docs":{},"它":{"docs":{},"们":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"è":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.014010507880910683},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.0022813688212927757}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"파":{"docs":{},"일":{"docs":{},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},")":{"docs":{},"中":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"会":{"docs":{},"在":{"docs":{},"他":{"docs":{},"们":{"docs":{},"各":{"docs":{},"自":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"希":{"docs":{},"望":{"docs":{},"如":{"docs":{},"此":{"docs":{},":":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"应":{"docs":{},"该":{"docs":{},"都":{"docs":{},"是":{"docs":{},"全":{"docs":{},"新":{"docs":{},"的":{"docs":{},"、":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"造":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":5.001141552511416}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},")":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"像":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"方":{"docs":{},"式":{"docs":{},"是":{"docs":{},",":{"docs":{},"在":{"docs":{},"「":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"(":{"docs":{},"请":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"此":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"r":{"docs":{},"è":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.006844106463878327},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"会":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"无":{"docs":{},"法":{"docs":{},"访":{"docs":{},"问":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"调":{"docs":{},"用":{"docs":{},"这":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"然":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"u":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},")":{"docs":{},",":{"docs":{},"但":{"docs":{},"现":{"docs":{},"在":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"有":{"docs":{},"了":{"docs":{},"这":{"docs":{},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},",":{"docs":{},"以":{"docs":{},"下":{"docs":{},"就":{"docs":{},"是":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"ê":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.012716763005780347},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.006912442396313},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.005280528052805281}}}}}}}},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004276114844227245},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"c":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}}},"z":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"s":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"q":{"docs":{},"u":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"q":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.00228310502283105},"basic.html":{"ref":"basic.html","tf":3.3351032448377578},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},")":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"相":{"docs":{},"当":{"docs":{},"。":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"n":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"g":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.005988023952095809},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}}}}}}}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"」":{"docs":{},"会":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"混":{"docs":{},"合":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"用":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"而":{"docs":{},"「":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}},"不":{"docs":{},"能":{"docs":{},"被":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},")":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"。":{"docs":{},"它":{"docs":{},"应":{"docs":{},"该":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"信":{"docs":{},"息":{"docs":{},"假":{"docs":{},"定":{"docs":{},"版":{"docs":{},"本":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"这":{"docs":{},"具":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"好":{"docs":{},"处":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"l":{"docs":{},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"일":{"docs":{},"반":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},"。":{"docs":{},"要":{"docs":{},"启":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}},"이":{"docs":{},"라":{"docs":{},"고":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.007029876977152899}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"u":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":3.3456790123456788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"中":{"docs":{},",":{"docs":{},"也":{"docs":{},"将":{"docs":{},"包":{"docs":{},"含":{"docs":{},"着":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":2.516366612111293},"structure.html":{"ref":"structure.html","tf":3.348362235067437},"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.010384850335980453},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.023778071334214},"streaming.html":{"ref":"streaming.html","tf":0.008}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"è":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"c":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"仅":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"é":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.023376623376623377},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.0150093808630394},"data.html":{"ref":"data.html","tf":0.008365019011406844},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01509433962264151},"build-config.html":{"ref":"build-config.html","tf":0.017793594306049824},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.014018691588785047},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0136986301369863}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"与":{"docs":{},"转":{"docs":{},"化":{"docs":{},"率":{"docs":{},"直":{"docs":{},"接":{"docs":{},"相":{"docs":{},"关":{"docs":{},"」":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"重":{"docs":{},"要":{"docs":{},"程":{"docs":{},"度":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"正":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"部":{"docs":{},"仪":{"docs":{},"表":{"docs":{},"盘":{"docs":{},",":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"时":{"docs":{},"的":{"docs":{},"额":{"docs":{},"外":{"docs":{},"几":{"docs":{},"百":{"docs":{},"毫":{"docs":{},"秒":{"docs":{},"并":{"docs":{},"不":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"去":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"将":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"小":{"docs":{},"题":{"docs":{},"大":{"docs":{},"作":{"docs":{},"之":{"docs":{},"举":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"要":{"docs":{},"求":{"docs":{},"是":{"docs":{},"绝":{"docs":{},"对":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{},"指":{"docs":{},"标":{"docs":{},",":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"可":{"docs":{},"以":{"docs":{},"帮":{"docs":{},"助":{"docs":{},"你":{"docs":{},"实":{"docs":{},"现":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"性":{"docs":{},"能":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"对":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"网":{"docs":{},"络":{"docs":{},"情":{"docs":{},"况":{"docs":{},"或":{"docs":{},"运":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"设":{"docs":{},"备":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.006600660066006601},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},":":{"docs":{},"(":{"docs":{},"对":{"docs":{},"象":{"docs":{},")":{"docs":{},"初":{"docs":{},"始":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"内":{"docs":{},"联":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"将":{"docs":{},"会":{"docs":{},"被":{"docs":{},"作":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"中":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"。":{"docs":{},"在":{"docs":{},"旧":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"必":{"docs":{},"须":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{},"其":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},",":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"将":{"docs":{},"不":{"docs":{},"可":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"大":{"docs":{},"量":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"存":{"docs":{},"在":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"定":{"docs":{},"属":{"docs":{},"性":{"docs":{},"时":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"值":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"只":{"docs":{},"在":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},"取":{"docs":{},"值":{"docs":{},"一":{"docs":{},"次":{"docs":{},"。":{"docs":{},"这":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"定":{"docs":{},"程":{"docs":{},"度":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"能":{"docs":{},"够":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"进":{"docs":{},"行":{"docs":{},"基":{"docs":{},"本":{"docs":{},"插":{"docs":{},"值":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"객":{"docs":{},"체":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"ô":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"中":{"docs":{},"。":{"docs":{},"首":{"docs":{},"先":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"之":{"docs":{},"前":{"docs":{},"预":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"并":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"填":{"docs":{},"充":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"é":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"包":{"docs":{},"需":{"docs":{},"要":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{},"入":{"docs":{},"口":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"两":{"docs":{},"个":{"docs":{},"环":{"docs":{},"境":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"输":{"docs":{},"出":{"docs":{},"路":{"docs":{},"径":{"docs":{},"(":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"和":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"显":{"docs":{},"然":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"把":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"将":{"docs":{},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":3.345436207766011},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.004392386530014641}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},")":{"docs":{},"中":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"驱":{"docs":{},"动":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},":":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"唯":{"docs":{},"一":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"需":{"docs":{},"要":{"docs":{},"给":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"。":{"docs":{},"这":{"docs":{},"对":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"的":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"是":{"docs":{},"很":{"docs":{},"有":{"docs":{},"用":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"css.html":{"ref":"css.html","tf":5.043478260869565},"api.html":{"ref":"api.html","tf":0.001141552511415525},"streaming.html":{"ref":"streaming.html","tf":0.004}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.001141552511415525},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},")":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"标":{"docs":{},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},"出":{"docs":{},"现":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"必":{"docs":{},"须":{"docs":{},"等":{"docs":{},"待":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"开":{"docs":{},"始":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"가":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"或":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"此":{"docs":{},"属":{"docs":{},"性":{"docs":{},"会":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"自":{"docs":{},"动":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"次":{"docs":{},"使":{"docs":{},"用":{"docs":{},"该":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"섹":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"파":{"docs":{},"일":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"r":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"u":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.013513513513513514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},",":{"docs":{},"并":{"docs":{},"开":{"docs":{},"始":{"docs":{},"更":{"docs":{},"快":{"docs":{},"地":{"docs":{},"将":{"docs":{},"其":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375}}},",":{"docs":{},"之":{"docs":{},"后":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"用":{"docs":{},"于":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"universal.html":{"ref":"universal.html","tf":0.019639934533551555},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.00855222968845449},"hydration.html":{"ref":"hydration.html","tf":3.354938271604938},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.012}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.014729950900163666},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":1.4628571428571426},"api.html":{"ref":"api.html","tf":0.011221122112211221}}}},"e":{"docs":{"./":{"ref":"./","tf":0.06293706293706294},"basic.html":{"ref":"basic.html","tf":3.4147492625368727},"universal.html":{"ref":"universal.html","tf":0.06546644844517185},"structure.html":{"ref":"structure.html","tf":3.381888246628131},"routing.html":{"ref":"routing.html","tf":0.04685212298682284},"data.html":{"ref":"data.html","tf":2.048869883934026},"hydration.html":{"ref":"hydration.html","tf":0.030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.064516129032258},"build-config.html":{"ref":"build-config.html","tf":3.379475542107917},"css.html":{"ref":"css.html","tf":3.3825136612021853},"head.html":{"ref":"head.html","tf":3.3790650406504064},"caching.html":{"ref":"caching.html","tf":0.06472919418758256},"streaming.html":{"ref":"streaming.html","tf":0.08},"non-node.html":{"ref":"non-node.html","tf":1.4571428571428569},"api.html":{"ref":"api.html","tf":3.4105610561056103}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.00228310502283105},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"옵":{"docs":{},"션":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"责":{"docs":{},"任":{"docs":{},"转":{"docs":{},"移":{"docs":{},"到":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"导":{"docs":{},"致":{"docs":{},"错":{"docs":{},"误":{"docs":{},"。":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"法":{"docs":{},"可":{"docs":{},"以":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"구":{"docs":{},"조":{"docs":{},"와":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"n":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":2.018937080024435},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.016},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.008849557522123894},"universal.html":{"ref":"universal.html","tf":2.5147299509001635},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"p":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"r":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"«":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"è":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"ê":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"é":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"d":{"docs":{},"i":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"j":{"docs":{},"à":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"y":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0161290322580645},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"û":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"ê":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.018032786885245903},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":3.369000440334654},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015841584158415842}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"non-node.html":{"ref":"non-node.html","tf":1.4514285714285713}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.337333333333333}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"(":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"中":{"docs":{},"实":{"docs":{},"现":{"docs":{},"过":{"docs":{},"了":{"docs":{},",":{"docs":{},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"新":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"」":{"docs":{},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}},"파":{"docs":{},"일":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"è":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"ê":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":3.3394308943089426}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016983016983016984},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00916310323762981},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.01639344262295082},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015181518151815182}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.01098901098901099},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.016366612111292964},"structure.html":{"ref":"structure.html","tf":0.017341040462427744},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":2.0122174709835066},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.006557377049180328},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.008580858085808581}},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"와":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"routing.html":{"ref":"routing.html","tf":0.009380863039399626},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"옵":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"i":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},")":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},"。":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"继":{"docs":{},"续":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"迁":{"docs":{},"移":{"docs":{},"到":{"docs":{},"新":{"docs":{},"的":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},")":{"docs":{},"处":{"docs":{},"理":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"(":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"\"":{"docs":{},"옵":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"已":{"docs":{},"有":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01588502269288956},"css.html":{"ref":"css.html","tf":0.011475409836065573},"api.html":{"ref":"api.html","tf":0.008580858085808581}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"o":{"docs":{},"u":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"u":{"docs":{},"x":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.357333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.006097560975609756},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.00819672131147541},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.008368200836820083},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"구":{"docs":{},"현":{"docs":{},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":3.336612021857923},"head.html":{"ref":"head.html","tf":3.3455284552845526}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"e":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006993006993006993}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"必":{"docs":{},"须":{"docs":{},"被":{"docs":{},"打":{"docs":{},"包":{"docs":{},"进":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"예":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{},"控":{"docs":{},"制":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"你":{"docs":{},"根":{"docs":{},"本":{"docs":{},"不":{"docs":{},"使":{"docs":{},"用":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"â":{"docs":{},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"é":{"docs":{},"n":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.01255230125523},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},")":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"会":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"streaming.html":{"ref":"streaming.html","tf":0.012},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},";":{"docs":{},"一":{"docs":{},"些":{"docs":{},"外":{"docs":{},"部":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"库":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.0045662100456621},"head.html":{"ref":"head.html","tf":0.005988023952095809}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"其":{"docs":{},"变":{"docs":{},"为":{"docs":{},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"我":{"docs":{},"们":{"docs":{},"显":{"docs":{},"然":{"docs":{},"无":{"docs":{},"需":{"docs":{},"将":{"docs":{},"其":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"再":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"使":{"docs":{},"他":{"docs":{},"们":{"docs":{},"成":{"docs":{},"为":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"(":{"docs":{},"能":{"docs":{},"够":{"docs":{},"响":{"docs":{},"应":{"docs":{},"后":{"docs":{},"续":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"变":{"docs":{},"化":{"docs":{},")":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.342592592592592},"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"时":{"docs":{},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"及":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.01876172607879925},"data.html":{"ref":"data.html","tf":0.0076045627376425855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.001141552511415525},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},")":{"docs":{},"。":{"docs":{},"典":{"docs":{},"型":{"docs":{},"做":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"i":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{},"就":{"docs":{},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}},"é":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"n":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"é":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"里":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"对":{"docs":{},"初":{"docs":{},"始":{"docs":{},"首":{"docs":{},"屏":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"\"":{"docs":{},"只":{"docs":{},"加":{"docs":{},"载":{"docs":{},"所":{"docs":{},"需":{"docs":{},"\"":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.001639344262295082},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"r":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"t":{"docs":{"./":{"ref":"./","tf":10},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0023041474654377}}}},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"l":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"或":{"docs":{},"内":{"docs":{},"联":{"docs":{},"关":{"docs":{},"键":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"(":{"docs":{},"如":{"docs":{},"头":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.008281573498964804}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"f":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"é":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},",":{"docs":{},"再":{"docs":{},"加":{"docs":{},"上":{"docs":{},"最":{"docs":{},"后":{"docs":{},"更":{"docs":{},"新":{"docs":{},"的":{"docs":{},"时":{"docs":{},"间":{"docs":{},"戳":{"docs":{},",":{"docs":{},"来":{"docs":{},"生":{"docs":{},"成":{"docs":{},"其":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"와":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.003424657534246575}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"파":{"docs":{},"일":{"docs":{},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"u":{"docs":{},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{},"'":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"e":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"à":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"递":{"docs":{},"选":{"docs":{},"项":{"docs":{},"对":{"docs":{},"象":{"docs":{},"进":{"docs":{},"行":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{},"你":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"两":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"返":{"docs":{},"回":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.03596403596403597},"basic.html":{"ref":"basic.html","tf":0.03893805309734513},"universal.html":{"ref":"universal.html","tf":0.04746317512274959},"structure.html":{"ref":"structure.html","tf":0.026589595375722544},"routing.html":{"ref":"routing.html","tf":0.0424597364568082},"data.html":{"ref":"data.html","tf":0.03420891875381796},"hydration.html":{"ref":"hydration.html","tf":0.05555555555555555},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.052995391705069124},"build-config.html":{"ref":"build-config.html","tf":0.049924357034795766},"css.html":{"ref":"css.html","tf":0.029508196721311476},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.048},"non-node.html":{"ref":"non-node.html","tf":0.045714285714285714},"api.html":{"ref":"api.html","tf":0.0462046204620462}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.016666666666666666}},")":{"docs":{},"」":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},")":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},")":{"docs":{},"和":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}},"g":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.010351966873706004},"api.html":{"ref":"api.html","tf":0.001141552511415525},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},")":{"docs":{},",":{"docs":{},"具":{"docs":{},"备":{"docs":{},"一":{"docs":{},"些":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"功":{"docs":{},"能":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},")":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.01588271227855834},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0226928895612708},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.018494055482166448},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.02178217821782178}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":3.3339933993399335}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}}}}},"u":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"b":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.00819672131147541}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"d":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"a":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.005497861942577886},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"p":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"c":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"é":{"docs":{},"g":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"’":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"à":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"./":{"ref":"./","tf":0.000999000999000999}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},")":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{},"和":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"n":{"docs":{},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003115264797507788}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},",":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"文":{"docs":{},"档":{"docs":{},"标":{"docs":{},"题":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":3.354469396741523},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.004276114844227245},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.006211180124223602}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"下":{"docs":{},"自":{"docs":{},"行":{"docs":{},"移":{"docs":{},"除":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"è":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},")":{"docs":{},",":{"docs":{},"只":{"docs":{},"会":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"执":{"docs":{},"行":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"é":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.02073732718894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},")":{"docs":{},"进":{"docs":{},"行":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"é":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"n":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"css.html":{"ref":"css.html","tf":0.004140786749482402},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"non-node.html":{"ref":"non-node.html","tf":2.012121212121212},"api.html":{"ref":"api.html","tf":0.0045662100456621},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"도":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559},"head.html":{"ref":"head.html","tf":0.003048780487804878}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.019653179190751446},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.015271838729383017},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"a":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"。":{"docs":{},"它":{"docs":{},"建":{"docs":{},"立":{"docs":{},"在":{"docs":{},"同":{"docs":{},"等":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{},"但":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"'":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"v":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"e":{"docs":{},"z":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"é":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}}}}}}}},"œ":{"docs":{},"u":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"。":{"docs":{},"此":{"docs":{},"对":{"docs":{},"象":{"docs":{},"包":{"docs":{},"含":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"可":{"docs":{},"选":{"docs":{},"。":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"是":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.0039603960396039604},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"」":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"访":{"docs":{},"问":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"设":{"docs":{},"置":{"docs":{},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"全":{"docs":{},"局":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"习":{"docs":{},"惯":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"在":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"中":{"docs":{},"对":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"行":{"docs":{},"取":{"docs":{},"值":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0019801980198019802},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":3.349333333333333},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"g":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"o":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},",":{"docs":{},"别":{"docs":{},"名":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}}},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"t":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0046204620462046205}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.001141552511415525},"./":{"ref":"./","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"è":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"当":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"模":{"docs":{},"式":{"docs":{},"时":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.017982017982017984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.023121387283236993},"routing.html":{"ref":"routing.html","tf":0.01903367496339678},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.01639344262295082},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.019815059445178335},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.022857142857142857},"api.html":{"ref":"api.html","tf":0.0165016501650165}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"i":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"è":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"i":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"e":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.003041825095057034},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{},"或":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},",":{"docs":{},"则":{"docs":{},"需":{"docs":{},"要":{"docs":{},"修":{"docs":{},"改":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.004995004995004995}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":3.3340897629853754},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"n":{"docs":{},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"ê":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"é":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.016184971098265895},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.014050091631032376},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.016},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"à":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"o":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005280528052805281}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"这":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.01818181818181818},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}},",":{"docs":{},"用":{"docs":{},"法":{"docs":{},"和":{"docs":{},"普":{"docs":{},"通":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"来":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"所":{"docs":{},"有":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"에":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"은":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"streaming.html":{"ref":"streaming.html","tf":0.004}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"의":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"콜":{"docs":{},"백":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"대":{"docs":{},"신":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},")":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.012389380530973451},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525},"./":{"ref":"./","tf":0.006666666666666667}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"改":{"docs":{},"善":{"docs":{},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ê":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"в":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.003115264797507788},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.013133208255159476},"data.html":{"ref":"data.html","tf":0.00988593155893536},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.016736401673640166},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"i":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}},"t":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.01876172607879925},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.003041825095057034}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005628517823639775}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"路":{"docs":{},"由":{"docs":{},"器":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"提":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"正":{"docs":{},"确":{"docs":{},"地":{"docs":{},"调":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"可":{"docs":{},"能":{"docs":{},"存":{"docs":{},"在":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"。":{"docs":{},"这":{"docs":{},"一":{"docs":{},"步":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"、":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"首":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},"와":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034}}},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":2.0029282576866763}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"é":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}}},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"n":{"docs":{},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":3.3339933993399335}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":2.005497861942578},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}}}},"d":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"引":{"docs":{},"擎":{"docs":{},"爬":{"docs":{},"虫":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"查":{"docs":{},"看":{"docs":{},"完":{"docs":{},"全":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.01818181818181818},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.018867924528301886},"build-config.html":{"ref":"build-config.html","tf":0.01542111506524318},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.01141552511415525}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"로":{"docs":{},"부":{"docs":{},"터":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"함":{"docs":{},"수":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"。":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.014985014985014986},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.006557377049180328},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"./":{"ref":"./","tf":0.001998001998001998}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"u":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.006600660066006601}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"(":{"docs":{},"싱":{"docs":{},"글":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"页":{"docs":{},"面":{"docs":{},"才":{"docs":{},"会":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"(":{"docs":{},"即":{"docs":{},"对":{"docs":{},"于":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"时":{"docs":{},",":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"将":{"docs":{},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"推":{"docs":{},"断":{"docs":{},"需":{"docs":{},"要":{"docs":{},"引":{"docs":{},"入":{"docs":{},"的":{"docs":{},"那":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.00830367734282325},"head.html":{"ref":"head.html","tf":0.012552301255230125},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.00228310502283105},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"./":{"ref":"./","tf":0.009933774834437087},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"중":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"성":{"docs":{},"능":{"docs":{},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"(":{"docs":{},"상":{"docs":{},"태":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.003424657534246575}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":3.335645472061657},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},")":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"退":{"docs":{},"出":{"docs":{},"混":{"docs":{},"合":{"docs":{},"模":{"docs":{},"式":{"docs":{},",":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.014492753623188406},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"或":{"docs":{},"\"":{"docs":{},"状":{"docs":{},"态":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"(":{"docs":{},"저":{"docs":{},"장":{"docs":{},"소":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"옵":{"docs":{},"션":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"状":{"docs":{},"态":{"docs":{},"被":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}}}}}}}},"é":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"û":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.006756756756756757},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.001141552511415525},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"己":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"은":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.006211180124223602}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"。":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},")":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"生":{"docs":{},"成":{"docs":{},"针":{"docs":{},"对":{"docs":{},"特":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"head.html":{"ref":"head.html","tf":0.04184100418410042}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}},")":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.012552301255230125}}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.012195121951219513}}}},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"请":{"docs":{},"准":{"docs":{},"备":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},",":{"docs":{},"并":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"采":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"与":{"docs":{},"从":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"发":{"docs":{},"送":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"获":{"docs":{},"得":{"docs":{},"\"":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"尽":{"docs":{},"可":{"docs":{},"能":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.002443494196701283},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.003424657534246575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"(":{"docs":{},"첫":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"ô":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.030969030969030968},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.025433526011560695},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.018937080024434942},"hydration.html":{"ref":"hydration.html","tf":0.027777777777777776},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.022950819672131147},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.021122112211221122}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":2.5049099836333877},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},")":{"docs":{},"时":{"docs":{},",":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},",":{"docs":{},"总":{"docs":{},"是":{"docs":{},"为":{"docs":{},"所":{"docs":{},"有":{"docs":{},"用":{"docs":{},"户":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},")":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"名":{"docs":{},"为":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":3.343952802359882},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4457142857142855},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"docs":{}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}}}}},"v":{"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"8":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},")":{"docs":{},"\"":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.016891891891891893}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004}},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.018211920529801324},"basic.html":{"ref":"basic.html","tf":0.03116883116883117},"structure.html":{"ref":"structure.html","tf":0.01576182136602452},"routing.html":{"ref":"routing.html","tf":0.013133208255159476},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.014492753623188406},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.01141552511415525}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"./":{"ref":"./","tf":0.001282051282051282}},"j":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"以":{"docs":{},"下":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"앱":{"docs":{},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}}},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"u":{"docs":{"./":{"ref":"./","tf":0.024975024975024976},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01664145234493192},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0071174377224199285},"css.html":{"ref":"css.html","tf":0.010351966873706004},"api.html":{"ref":"api.html","tf":0.00228310502283105},"./":{"ref":"./","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001557632398753894}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"项":{"docs":{},"目":{"docs":{},"类":{"docs":{},"似":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"配":{"docs":{},"置":{"docs":{},"分":{"docs":{},"为":{"docs":{},"三":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},":":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.010507880910683012},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"과":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"s":{"docs":{},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"(":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"docs":{}}},"docs":{}}},"docs":{}},"`":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"合":{"docs":{},"适":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.004140786749482402}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"파":{"docs":{},"일":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},")":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"添":{"docs":{},"加":{"docs":{},"到":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"中":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.023376623376623377},"structure.html":{"ref":"structure.html","tf":0.014010507880910683},"routing.html":{"ref":"routing.html","tf":0.0150093808630394},"data.html":{"ref":"data.html","tf":0.011406844106463879},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01509433962264151},"build-config.html":{"ref":"build-config.html","tf":0.020166073546856466},"css.html":{"ref":"css.html","tf":0.010351966873706004},"head.html":{"ref":"head.html","tf":0.029288702928870293},"caching.html":{"ref":"caching.html","tf":0.014018691588785047},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.014840182648401826}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.015584415584415584},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"routing.html":{"ref":"routing.html","tf":0.020637898686679174},"data.html":{"ref":"data.html","tf":0.011406844106463879},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"caching.html":{"ref":"caching.html","tf":0.011682242990654205},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.007990867579908675}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.008368200836820083},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"确":{"docs":{},"保":{"docs":{},"所":{"docs":{},"有":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"都":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"并":{"docs":{},"注":{"docs":{},"入":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"l":{"docs":{},"'":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"в":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"방":{"docs":{},"문":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{},"에":{"docs":{},"서":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02077922077922078},"structure.html":{"ref":"structure.html","tf":0.02276707530647986},"routing.html":{"ref":"routing.html","tf":0.0450281425891182},"data.html":{"ref":"data.html","tf":0.03954372623574144},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.018867924528301886},"build-config.html":{"ref":"build-config.html","tf":0.00830367734282325},"css.html":{"ref":"css.html","tf":0.018633540372670808},"head.html":{"ref":"head.html","tf":0.058577405857740586},"caching.html":{"ref":"caching.html","tf":0.018691588785046728},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"non-node.html":{"ref":"non-node.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.017123287671232876}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.01576182136602452},"routing.html":{"ref":"routing.html","tf":0.03189493433395872},"data.html":{"ref":"data.html","tf":0.02585551330798479},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.05439330543933055},"caching.html":{"ref":"caching.html","tf":0.014018691588785047},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.01141552511415525}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02077922077922078},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"routing.html":{"ref":"routing.html","tf":0.016885553470919325},"data.html":{"ref":"data.html","tf":0.013688212927756654},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011320754716981131},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.011682242990654205},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.010273972602739725}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.006083650190114068},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.006211180124223602},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.010507880910683012}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"忽":{"docs":{},"略":{"docs":{},"无":{"docs":{},"关":{"docs":{},"代":{"docs":{},"码":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"о":{"docs":{},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},")":{"docs":{},"。":{"docs":{},"必":{"docs":{},"须":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.006211180124223602}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.006211180124223602}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}},"!":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.003424657534246575}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.008368200836820083},"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.011221122112211221}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.008368200836820083},"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"«":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},"г":{"docs":{},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ф":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"с":{"docs":{},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{},"»":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"»":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"à":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.013872832369942197},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.020737327188940093},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"é":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":2.0024434941967013}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":2.5016366612111294},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"m":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"api.html":{"ref":"api.html","tf":0.007260726072607261}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"ç":{"docs":{},"a":{"docs":{"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"—":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"与":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"传":{"docs":{},"统":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"集":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"专":{"docs":{},"门":{"docs":{},"章":{"docs":{},"节":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"中":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"显":{"docs":{},"然":{"docs":{},"会":{"docs":{},"比":{"docs":{},"仅":{"docs":{},"仅":{"docs":{},"提":{"docs":{},"供":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"简":{"docs":{},"要":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"将":{"docs":{},"来":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{},"「":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"执":{"docs":{},"行":{"docs":{},"时":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"反":{"docs":{},"之":{"docs":{},"也":{"docs":{},"是":{"docs":{},"如":{"docs":{},"此":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"或":{"docs":{},"者":{"docs":{},"使":{"docs":{},"用":{"docs":{},"为":{"docs":{},"你":{"docs":{},"执":{"docs":{},"行":{"docs":{},"此":{"docs":{},"操":{"docs":{},"作":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"路":{"docs":{},"由":{"docs":{},"获":{"docs":{},"得":{"docs":{},"与":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"用":{"docs":{},"下":{"docs":{},"面":{"docs":{},"这":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"上":{"docs":{},"述":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"并":{"docs":{},"从":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"它":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"以":{"docs":{},"下":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"而":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"这":{"docs":{},"样":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"具":{"docs":{},"有":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"意":{"docs":{},"外":{"docs":{},"污":{"docs":{},"染":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"只":{"docs":{},"有":{"docs":{},"在":{"docs":{},"所":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"资":{"docs":{},"源":{"docs":{},"都":{"docs":{},"将":{"docs":{},"被":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"是":{"docs":{},"低":{"docs":{},"优":{"docs":{},"先":{"docs":{},"级":{"docs":{},"指":{"docs":{},"令":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"收":{"docs":{},"集":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"无":{"docs":{},"法":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"在":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"为":{"docs":{},"什":{"docs":{},"么":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"了":{"docs":{},"简":{"docs":{},"化":{"docs":{},"这":{"docs":{},"些":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"获":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"需":{"docs":{},"要":{"docs":{},"位":{"docs":{},"于":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"即":{"docs":{},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"专":{"docs":{},"门":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"状":{"docs":{},"态":{"docs":{},"管":{"docs":{},"理":{"docs":{},"库":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"整":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"页":{"docs":{},"面":{"docs":{},"提":{"docs":{},"供":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"作":{"docs":{},"者":{"docs":{},"是":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"什":{"docs":{},"么":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}},"作":{"docs":{},"出":{"docs":{},"贡":{"docs":{},"献":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"为":{"docs":{},"对":{"docs":{},"象":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"时":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"权":{"docs":{},"衡":{"docs":{},"之":{"docs":{},"处":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"视":{"docs":{},"图":{"docs":{},"所":{"docs":{},"需":{"docs":{},"数":{"docs":{},"据":{"docs":{},"全":{"docs":{},"部":{"docs":{},"解":{"docs":{},"析":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"传":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"并":{"docs":{},"处":{"docs":{},"理":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"。":{"docs":{},"好":{"docs":{},"处":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"如":{"docs":{},"果":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"需":{"docs":{},"要":{"docs":{},"很":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"会":{"docs":{},"感":{"docs":{},"受":{"docs":{},"到":{"docs":{},"\"":{"docs":{},"明":{"docs":{},"显":{"docs":{},"卡":{"docs":{},"顿":{"docs":{},"\"":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"「":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"基":{"docs":{},"本":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"双":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"将":{"docs":{},"此":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"三":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"关":{"docs":{},"于":{"docs":{},"此":{"docs":{},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"键":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"单":{"docs":{},"页":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},")":{"docs":{},"相":{"docs":{},"比":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"的":{"docs":{},"优":{"docs":{},"势":{"docs":{},"主":{"docs":{},"要":{"docs":{},"在":{"docs":{},"于":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"很":{"docs":{},"好":{"docs":{},"对":{"docs":{},"同":{"docs":{},"步":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"能":{"docs":{},"会":{"docs":{},"分":{"docs":{},"为":{"docs":{},"多":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"这":{"docs":{},"些":{"docs":{},"模":{"docs":{},"块":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"分":{"docs":{},"割":{"docs":{},"到":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"随":{"docs":{},"时":{"docs":{},"间":{"docs":{},"而":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"其":{"docs":{},"他":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"读":{"docs":{},"流":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}},"和":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.004672897196261682},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.01054481546572935}},"操":{"docs":{},"作":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"路":{"docs":{},"由":{"docs":{},"信":{"docs":{},"息":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},"传":{"docs":{},"递":{"docs":{},"进":{"docs":{},"去":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"对":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"问":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"真":{"docs":{},"的":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},"。":{"docs":{},"这":{"docs":{},"主":{"docs":{},"要":{"docs":{},"取":{"docs":{},"决":{"docs":{},"于":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"之":{"docs":{},"后":{"docs":{},"的":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"相":{"docs":{},"关":{"docs":{},"概":{"docs":{},"念":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"详":{"docs":{},"细":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"这":{"docs":{},"些":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"带":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"嵌":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"花":{"docs":{},"点":{"docs":{},"时":{"docs":{},"间":{"docs":{},"来":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"编":{"docs":{},"写":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},"的":{"docs":{},"约":{"docs":{},"束":{"docs":{},"条":{"docs":{},"件":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"大":{"docs":{},"型":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"是":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},",":{"docs":{},"不":{"docs":{},"能":{"docs":{},"持":{"docs":{},"续":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"内":{"docs":{},"容":{"docs":{},"不":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"处":{"docs":{},"理":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"不":{"docs":{},"同":{"docs":{},"方":{"docs":{},"式":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"预":{"docs":{},"取":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"期":{"docs":{},"间":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"是":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"\"":{"docs":{},"快":{"docs":{},"照":{"docs":{},"\"":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"如":{"docs":{},"果":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"一":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"在":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"先":{"docs":{},"预":{"docs":{},"取":{"docs":{},"和":{"docs":{},"解":{"docs":{},"析":{"docs":{},"好":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},",":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"该":{"docs":{},"以":{"docs":{},"激":{"docs":{},"活":{"docs":{},"模":{"docs":{},"式":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"并":{"docs":{},"没":{"docs":{},"有":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"之":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"这":{"docs":{},"里":{"docs":{},"导":{"docs":{},"入":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"部":{"docs":{},"署":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"读":{"docs":{},"取":{"docs":{},"更":{"docs":{},"新":{"docs":{},"后":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"端":{"docs":{},"接":{"docs":{},"管":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"发":{"docs":{},"送":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}},"下":{"docs":{},"一":{"docs":{},"章":{"docs":{},"节":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},"配":{"docs":{},"置":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}},"调":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"生":{"docs":{},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"中":{"docs":{},"有":{"docs":{},"哈":{"docs":{},"希":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"取":{"docs":{},"代":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"进":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"命":{"docs":{},"中":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"它":{"docs":{},"将":{"docs":{},"直":{"docs":{},"接":{"docs":{},"重":{"docs":{},"新":{"docs":{},"使":{"docs":{},"用":{"docs":{},"整":{"docs":{},"个":{"docs":{},"子":{"docs":{},"树":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"结":{"docs":{},"果":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"以":{"docs":{},"下":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.3429487179487176}}},"默":{"docs":{},"认":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"预":{"docs":{},"先":{"docs":{},"假":{"docs":{},"定":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}},"此":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"如":{"docs":{},"果":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"调":{"docs":{},"研":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"只":{"docs":{},"是":{"docs":{},"用":{"docs":{},"来":{"docs":{},"改":{"docs":{},"善":{"docs":{},"少":{"docs":{},"数":{"docs":{},"营":{"docs":{},"销":{"docs":{},"页":{"docs":{},"面":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"不":{"docs":{},"是":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"则":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"输":{"docs":{},"出":{"docs":{},"结":{"docs":{},"果":{"docs":{},",":{"docs":{},"你":{"docs":{},"会":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"上":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"本":{"docs":{},"没":{"docs":{},"有":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"想":{"docs":{},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"先":{"docs":{},"前":{"docs":{},"已":{"docs":{},"经":{"docs":{},"使":{"docs":{},"用":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"期":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"它":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"没":{"docs":{},"有":{"docs":{},",":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"示":{"docs":{},"例":{"docs":{},"所":{"docs":{},"示":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},",":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"直":{"docs":{},"接":{"docs":{},"发":{"docs":{},"送":{"docs":{},"到":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"最":{"docs":{},"后":{"docs":{},"将":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"\"":{"docs":{},"混":{"docs":{},"合":{"docs":{},"\"":{"docs":{},"为":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"完":{"docs":{},"全":{"docs":{},"交":{"docs":{},"互":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"由":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"体":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"密":{"docs":{},"集":{"docs":{},")":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"预":{"docs":{},"料":{"docs":{},"在":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"环":{"docs":{},"境":{"docs":{},"(":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"你":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"而":{"docs":{},"你":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"又":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"获":{"docs":{},"取":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"则":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"解":{"docs":{},"决":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"象":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{},"中":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"注":{"docs":{},"册":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"在":{"docs":{},"其":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"中":{"docs":{},"的":{"docs":{},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"项":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"会":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"以":{"docs":{},"下":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"插":{"docs":{},"值":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"默":{"docs":{},"认":{"docs":{},"标":{"docs":{},"题":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"组":{"docs":{},"件":{"docs":{},"没":{"docs":{},"有":{"docs":{},"设":{"docs":{},"置":{"docs":{},"标":{"docs":{},"题":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"于":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"共":{"docs":{},"享":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"但":{"docs":{},"用":{"docs":{},"于":{"docs":{},"不":{"docs":{},"同":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"预":{"docs":{},"先":{"docs":{},"在":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"模":{"docs":{},"拟":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"如":{"docs":{},"图":{"docs":{},"像":{"docs":{},"或":{"docs":{},"字":{"docs":{},"体":{"docs":{},")":{"docs":{},",":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"过":{"docs":{},"多":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"浪":{"docs":{},"费":{"docs":{},"带":{"docs":{},"宽":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"损":{"docs":{},"害":{"docs":{},"性":{"docs":{},"能":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"什":{"docs":{},"么":{"docs":{},"资":{"docs":{},"源":{"docs":{},"具":{"docs":{},"体":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"提":{"docs":{},"供":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"会":{"docs":{},"有":{"docs":{},"所":{"docs":{},"帮":{"docs":{},"助":{"docs":{},",":{"docs":{},"此":{"docs":{},"示":{"docs":{},"例":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"技":{"docs":{},"术":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"注":{"docs":{},"入":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"完":{"docs":{},"整":{"docs":{},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"永":{"docs":{},"远":{"docs":{},"保":{"docs":{},"留":{"docs":{},"下":{"docs":{},"来":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"避":{"docs":{},"免":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"请":{"docs":{},"将":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"和":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"作":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"操":{"docs":{},"作":{"docs":{},"分":{"docs":{},"配":{"docs":{},"给":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"推":{"docs":{},"断":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"为":{"docs":{},"可":{"docs":{},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"主":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"内":{"docs":{},"联":{"docs":{},"为":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"通":{"docs":{},"过":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"在":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"并":{"docs":{},"不":{"docs":{},"适":{"docs":{},"合":{"docs":{},"这":{"docs":{},"种":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"无":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},",":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"将":{"docs":{},"更":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"切":{"docs":{},"如":{"docs":{},"何":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"且":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"现":{"docs":{},"在":{"docs":{},"变":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"还":{"docs":{},"会":{"docs":{},"在":{"docs":{},"编":{"docs":{},"译":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"从":{"docs":{},"头":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"此":{"docs":{},"检":{"docs":{},"测":{"docs":{},"会":{"docs":{},"被":{"docs":{},"跳":{"docs":{},"过":{"docs":{},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"性":{"docs":{},"能":{"docs":{},"损":{"docs":{},"耗":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"较":{"docs":{},"小":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"列":{"docs":{},"同":{"docs":{},"级":{"docs":{},",":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"用":{"docs":{},"域":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"于":{"docs":{},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"被":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"\"":{"docs":{},"同":{"docs":{},"构":{"docs":{},"\"":{"docs":{},"或":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"代":{"docs":{},"码":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"广":{"docs":{},"泛":{"docs":{},"测":{"docs":{},"试":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"进":{"docs":{},"行":{"docs":{},"索":{"docs":{},"引":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},",":{"docs":{},"同":{"docs":{},"步":{"docs":{},"是":{"docs":{},"关":{"docs":{},"键":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"初":{"docs":{},"始":{"docs":{},"展":{"docs":{},"示":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"例":{"docs":{},"共":{"docs":{},"享":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"渲":{"docs":{},"染":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"提":{"docs":{},"供":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"做":{"docs":{},"到":{"docs":{},"这":{"docs":{},"一":{"docs":{},"点":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"由":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"中":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"对":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"复":{"docs":{},"用":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"或":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"减":{"docs":{},"少":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"下":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"体":{"docs":{},"积":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"地":{"docs":{},"改":{"docs":{},"善":{"docs":{},"大":{"docs":{},"体":{"docs":{},"积":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"该":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"包":{"docs":{},"含":{"docs":{},"足":{"docs":{},"够":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"来":{"docs":{},"表":{"docs":{},"示":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"的":{"docs":{},"具":{"docs":{},"体":{"docs":{},"情":{"docs":{},"况":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"仅":{"docs":{},"由":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"条":{"docs":{},"件":{"docs":{},"所":{"docs":{},"限":{"docs":{},"。":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"特":{"docs":{},"定":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{},"某":{"docs":{},"些":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"头":{"docs":{},"才":{"docs":{},"会":{"docs":{},"被":{"docs":{},"识":{"docs":{},"别":{"docs":{},"为":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"当":{"docs":{},"你":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"时":{"docs":{},",":{"docs":{},"参":{"docs":{},"考":{"docs":{},"官":{"docs":{},"方":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"编":{"docs":{},"写":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"状":{"docs":{},"态":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"发":{"docs":{},"现":{"docs":{},"它":{"docs":{},"们":{"docs":{},"对":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"说":{"docs":{},"很":{"docs":{},"好":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"并":{"docs":{},"不":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"无":{"docs":{},"法":{"docs":{},"继":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},"。":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"在":{"docs":{},"未":{"docs":{},"来":{"docs":{},"持":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},",":{"docs":{},"欢":{"docs":{},"迎":{"docs":{},"通":{"docs":{},"过":{"docs":{},"随":{"docs":{},"意":{"docs":{},"提":{"docs":{},"交":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"\"":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"\"":{"docs":{},",":{"docs":{},"作":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"全":{"docs":{},"局":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"执":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"编":{"docs":{},"写":{"docs":{},"一":{"docs":{},"个":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"将":{"docs":{},"在":{"docs":{},"整":{"docs":{},"个":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"后":{"docs":{},"面":{"docs":{},"的":{"docs":{},"章":{"docs":{},"节":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"规":{"docs":{},"划":{"docs":{},"结":{"docs":{},"构":{"docs":{},"的":{"docs":{},"细":{"docs":{},"节":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"静":{"docs":{},"态":{"docs":{},"函":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"只":{"docs":{},"关":{"docs":{},"心":{"docs":{},"非":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"需":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"来":{"docs":{},"决":{"docs":{},"定":{"docs":{},"获":{"docs":{},"取":{"docs":{},"哪":{"docs":{},"部":{"docs":{},"分":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"知":{"docs":{},"道":{"docs":{},",":{"docs":{},"如":{"docs":{},"何":{"docs":{},"为":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"技":{"docs":{},"术":{"docs":{},"栈":{"docs":{},"之":{"docs":{},"上":{"docs":{},",":{"docs":{},"但":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"出":{"docs":{},"很":{"docs":{},"多":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"静":{"docs":{},"态":{"docs":{},"站":{"docs":{},"点":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"直":{"docs":{},"接":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"结":{"docs":{},"构":{"docs":{},",":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"在":{"docs":{},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"事":{"docs":{},"项":{"docs":{},"要":{"docs":{},"牢":{"docs":{},"记":{"docs":{},"在":{"docs":{},"心":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"在":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"文":{"docs":{},"件":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"优":{"docs":{},"点":{"docs":{},"是":{"docs":{},"设":{"docs":{},"置":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},",":{"docs":{},"并":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"你":{"docs":{},"的":{"docs":{},"前":{"docs":{},"端":{"docs":{},"作":{"docs":{},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"所":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},",":{"docs":{},"里":{"docs":{},"面":{"docs":{},"会":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"一":{"docs":{},"些":{"docs":{},"根":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"则":{"docs":{},"无":{"docs":{},"需":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"时":{"docs":{},")":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"内":{"docs":{},"联":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"从":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"中":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"的":{"docs":{},"样":{"docs":{},"式":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"与":{"docs":{},"外":{"docs":{},"部":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"会":{"docs":{},"被":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"们":{"docs":{},"是":{"docs":{},"启":{"docs":{},"动":{"docs":{},"应":{"docs":{},"用":{"docs":{},"时":{"docs":{},"所":{"docs":{},"必":{"docs":{},"需":{"docs":{},"的":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"构":{"docs":{},"建":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"框":{"docs":{},"架":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"输":{"docs":{},"出":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"「":{"docs":{},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"在":{"docs":{},"要":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"通":{"docs":{},"过":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"更":{"docs":{},"加":{"docs":{},"大":{"docs":{},"量":{"docs":{},"占":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"多":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}},"信":{"docs":{},"息":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"构":{"docs":{},"建":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"好":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"快":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"最":{"docs":{},"后":{"docs":{},",":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"不":{"docs":{},"是":{"docs":{},"限":{"docs":{},"定":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"版":{"docs":{},"本":{"docs":{},"能":{"docs":{},"够":{"docs":{},"完":{"docs":{},"全":{"docs":{},"支":{"docs":{},"持":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"实":{"docs":{},"时":{"docs":{},"动":{"docs":{},"态":{"docs":{},"编":{"docs":{},"译":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"与":{"docs":{},"其":{"docs":{},"他":{"docs":{},"后":{"docs":{},"端":{"docs":{},"设":{"docs":{},"置":{"docs":{},"进":{"docs":{},"行":{"docs":{},"混":{"docs":{},"合":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"是":{"docs":{},"后":{"docs":{},"端":{"docs":{},"自":{"docs":{},"身":{"docs":{},"集":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"时":{"docs":{},"相":{"docs":{},"当":{"docs":{},"简":{"docs":{},"单":{"docs":{},"直":{"docs":{},"接":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"上":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"响":{"docs":{},"应":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"长":{"docs":{},"期":{"docs":{},"运":{"docs":{},"行":{"docs":{},"的":{"docs":{},"进":{"docs":{},"程":{"docs":{},"。":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"入":{"docs":{},"该":{"docs":{},"进":{"docs":{},"程":{"docs":{},"时":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"进":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"取":{"docs":{},"值":{"docs":{},"并":{"docs":{},"留":{"docs":{},"存":{"docs":{},"在":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"如":{"docs":{},"果":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"单":{"docs":{},"例":{"docs":{},"对":{"docs":{},"象":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"在":{"docs":{},"每":{"docs":{},"个":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"共":{"docs":{},"享":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"「":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"推":{"docs":{},"送":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"docs":{}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},",":{"docs":{},"是":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"成":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"专":{"docs":{},"注":{"docs":{},"于":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"将":{"docs":{},"会":{"docs":{},"非":{"docs":{},"常":{"docs":{},"深":{"docs":{},"入":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"熟":{"docs":{},"悉":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"最":{"docs":{},"低":{"docs":{},"为":{"docs":{},"如":{"docs":{},"下":{"docs":{},"版":{"docs":{},"本":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}},"身":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"具":{"docs":{},"有":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"核":{"docs":{},"心":{"docs":{},"团":{"docs":{},"队":{"docs":{},"的":{"docs":{},"成":{"docs":{},"员":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"将":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"释":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"入":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"里":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"涉":{"docs":{},"及":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},"和":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"更":{"docs":{},"多":{"docs":{},"要":{"docs":{},"求":{"docs":{},"。":{"docs":{},"与":{"docs":{},"可":{"docs":{},"以":{"docs":{},"部":{"docs":{},"署":{"docs":{},"在":{"docs":{},"任":{"docs":{},"何":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"的":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{},"不":{"docs":{},"同":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"处":{"docs":{},"于":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"将":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{},"现":{"docs":{},"在":{"docs":{},"略":{"docs":{},"有":{"docs":{},"不":{"docs":{},"同":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"快":{"docs":{},"速":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"和":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"不":{"docs":{},"错":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"经":{"docs":{},"验":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"倾":{"docs":{},"向":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"平":{"docs":{},"滑":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"体":{"docs":{},"验":{"docs":{},"的":{"docs":{},"更":{"docs":{},"高":{"docs":{},"层":{"docs":{},"次":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"去":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"话":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"任":{"docs":{},"务":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},")":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"平":{"docs":{},"台":{"docs":{},"特":{"docs":{},"定":{"docs":{},"实":{"docs":{},"现":{"docs":{},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"通":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"做":{"docs":{},"法":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"干":{"docs":{},"扰":{"docs":{},"到":{"docs":{},"其":{"docs":{},"他":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"差":{"docs":{},"异":{"docs":{},",":{"docs":{},"当":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"将":{"docs":{},"不":{"docs":{},"会":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"会":{"docs":{},"阐":{"docs":{},"述":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"理":{"docs":{},"解":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"事":{"docs":{},"项":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"检":{"docs":{},"测":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"编":{"docs":{},"写":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"位":{"docs":{},"置":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"得":{"docs":{},"益":{"docs":{},"于":{"docs":{},"核":{"docs":{},"心":{"docs":{},"算":{"docs":{},"法":{"docs":{},"的":{"docs":{},"升":{"docs":{},"级":{"docs":{},",":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"现":{"docs":{},"在":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"中":{"docs":{},"的":{"docs":{},"任":{"docs":{},"何":{"docs":{},"地":{"docs":{},"方":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"路":{"docs":{},"由":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"逻":{"docs":{},"辑":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"过":{"docs":{},"程":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"特":{"docs":{},"殊":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"插":{"docs":{},"件":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"其":{"docs":{},"他":{"docs":{},"选":{"docs":{},"项":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"参":{"docs":{},"考":{"docs":{},"设":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"按":{"docs":{},"需":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"推":{"docs":{},"荐":{"docs":{},"方":{"docs":{},"法":{"docs":{},"是":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},",":{"docs":{},"以":{"docs":{},"考":{"docs":{},"虑":{"docs":{},"其":{"docs":{},"他":{"docs":{},"变":{"docs":{},"量":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"来":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"度":{"docs":{},"提":{"docs":{},"高":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"处":{"docs":{},"理":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"的":{"docs":{},"能":{"docs":{},"力":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"示":{"docs":{},"例":{"docs":{},"用":{"docs":{},"法":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"形":{"docs":{},"式":{"docs":{},"内":{"docs":{},"联":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{},"运":{"docs":{},"行":{"docs":{},"时":{"docs":{},"将":{"docs":{},"会":{"docs":{},"以":{"docs":{},"此":{"docs":{},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"基":{"docs":{},"准":{"docs":{},"来":{"docs":{},"解":{"docs":{},"析":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"等":{"docs":{},")":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"到":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"进":{"docs":{},"行":{"docs":{},"生":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"时":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"收":{"docs":{},"集":{"docs":{},"的":{"docs":{},"。":{"docs":{},"有":{"docs":{},"关":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"可":{"docs":{},"以":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"异":{"docs":{},"步":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},"再":{"docs":{},"行":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"菊":{"docs":{},"花":{"docs":{},"图":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"通":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"截":{"docs":{},"至":{"docs":{},"目":{"docs":{},"前":{"docs":{},",":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"如":{"docs":{},"果":{"docs":{},"第":{"docs":{},"三":{"docs":{},"方":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"上":{"docs":{},"述":{"docs":{},"配":{"docs":{},"置":{"docs":{},"仅":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"还":{"docs":{},"必":{"docs":{},"须":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"应":{"docs":{},"至":{"docs":{},"少":{"docs":{},"要":{"docs":{},"实":{"docs":{},"现":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"(":{"docs":{},"支":{"docs":{},"持":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"导":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"添":{"docs":{},"加":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"它":{"docs":{},"已":{"docs":{},"经":{"docs":{},"被":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"环":{"docs":{},"境":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"时":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},"」":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"分":{"docs":{},"离":{"docs":{},"到":{"docs":{},"一":{"docs":{},"个":{"docs":{},"引":{"docs":{},"导":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"选":{"docs":{},"项":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"并":{"docs":{},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"所":{"docs":{},"提":{"docs":{},"供":{"docs":{},"\"":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"版":{"docs":{},"本":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"可":{"docs":{},"以":{"docs":{},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"时":{"docs":{},"自":{"docs":{},"动":{"docs":{},"处":{"docs":{},"理":{"docs":{},")":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"(":{"docs":{},"需":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"。":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},"精":{"docs":{},"确":{"docs":{},"控":{"docs":{},"制":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"资":{"docs":{},"源":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"都":{"docs":{},"完":{"docs":{},"成":{"docs":{},"下":{"docs":{},"载":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"才":{"docs":{},"显":{"docs":{},"示":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"标":{"docs":{},"记":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"你":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"会":{"docs":{},"更":{"docs":{},"快":{"docs":{},"速":{"docs":{},"地":{"docs":{},"看":{"docs":{},"到":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"可":{"docs":{},"以":{"docs":{},"产":{"docs":{},"生":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"对":{"docs":{},"于":{"docs":{},"那":{"docs":{},"些":{"docs":{},"「":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"的":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"所":{"docs":{},"有":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},",":{"docs":{},"用":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"加":{"docs":{},"载":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"取":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"与":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"一":{"docs":{},"些":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"位":{"docs":{},"置":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},"的":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"来":{"docs":{},"提":{"docs":{},"供":{"docs":{},"插":{"docs":{},"值":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},",":{"docs":{},"并":{"docs":{},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"来":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"册":{"docs":{},"此":{"docs":{},"钩":{"docs":{},"子":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"不":{"docs":{},"必":{"docs":{},"再":{"docs":{},"次":{"docs":{},"获":{"docs":{},"取":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"。":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"被":{"docs":{},"触":{"docs":{},"发":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"立":{"docs":{},"即":{"docs":{},"切":{"docs":{},"换":{"docs":{},"视":{"docs":{},"图":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"具":{"docs":{},"有":{"docs":{},"更":{"docs":{},"快":{"docs":{},"的":{"docs":{},"响":{"docs":{},"应":{"docs":{},"速":{"docs":{},"度":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"可":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"的":{"docs":{},"每":{"docs":{},"个":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"都":{"docs":{},"需":{"docs":{},"要":{"docs":{},"具":{"docs":{},"有":{"docs":{},"条":{"docs":{},"件":{"docs":{},"加":{"docs":{},"载":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"来":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"原":{"docs":{},"生":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"定":{"docs":{},"时":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"始":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"只":{"docs":{},"从":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"生":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"需":{"docs":{},"创":{"docs":{},"建":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"将":{"docs":{},"其":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"有":{"docs":{},"非":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"用":{"docs":{},"于":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"重":{"docs":{},"要":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"基":{"docs":{},"本":{"docs":{},"用":{"docs":{},"法":{"docs":{"basic.html":{"ref":"basic.html","tf":10.003731343283581}}}}},"于":{"docs":{},"指":{"docs":{},"令":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"元":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},"转":{"docs":{},"换":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"件":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"名":{"docs":{},"的":{"docs":{},"类":{"docs":{},"型":{"docs":{},"推":{"docs":{},"断":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"实":{"docs":{},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"出":{"docs":{},"并":{"docs":{},"将":{"docs":{},"其":{"docs":{},"导":{"docs":{},"入":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"与":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},"类":{"docs":{},"似":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"多":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"导":{"docs":{},"致":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},",":{"docs":{},"并":{"docs":{},"直":{"docs":{},"接":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"所":{"docs":{},"以":{"docs":{},"文":{"docs":{},"件":{"docs":{},"导":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"现":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"为":{"docs":{},",":{"docs":{},"检":{"docs":{},"查":{"docs":{},"请":{"docs":{},"求":{"docs":{},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"版":{"docs":{},"本":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"填":{"docs":{},"选":{"docs":{},"项":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"推":{"docs":{},"荐":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"机":{"docs":{},"制":{"docs":{},",":{"docs":{},"并":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"「":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"多":{"docs":{},"数":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"将":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"放":{"docs":{},"在":{"docs":{},"特":{"docs":{},"有":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"实":{"docs":{},"现":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"资":{"docs":{},"源":{"docs":{},"链":{"docs":{},"接":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"关":{"docs":{},"键":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"可":{"docs":{},"以":{"docs":{},"消":{"docs":{},"除":{"docs":{},"此":{"docs":{},"约":{"docs":{},"束":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"需":{"docs":{},"要":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"它":{"docs":{},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"「":{"docs":{},"由":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"并":{"docs":{},"不":{"docs":{},"真":{"docs":{},"正":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"只":{"docs":{},"需":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"确":{"docs":{},"保":{"docs":{},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"下":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"自":{"docs":{},"动":{"docs":{},"创":{"docs":{},"建":{"docs":{},"过":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"几":{"docs":{},"点":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"是":{"docs":{},"否":{"docs":{},"执":{"docs":{},"行":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"标":{"docs":{},"签":{"docs":{},"也":{"docs":{},"会":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"。":{"docs":{},"当":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"到":{"docs":{},"所":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"包":{"docs":{},"含":{"docs":{},"所":{"docs":{},"有":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"瀑":{"docs":{},"布":{"docs":{},"式":{"docs":{},"请":{"docs":{},"求":{"docs":{},"(":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"动":{"docs":{},"态":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"的":{"docs":{},"形":{"docs":{},"式":{"docs":{},"注":{"docs":{},"入":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"头":{"docs":{},"部":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"如":{"docs":{},"过":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"个":{"docs":{},"示":{"docs":{},"例":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"必":{"docs":{},"须":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"地":{"docs":{},"方":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"还":{"docs":{},"支":{"docs":{},"持":{"docs":{},"简":{"docs":{},"单":{"docs":{},"插":{"docs":{},"值":{"docs":{},"。":{"docs":{},"给":{"docs":{},"定":{"docs":{},"如":{"docs":{},"下":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"具":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"写":{"docs":{},"入":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"支":{"docs":{},"持":{"docs":{},"一":{"docs":{},"些":{"docs":{},"高":{"docs":{},"级":{"docs":{},"特":{"docs":{},"性":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"策":{"docs":{},"略":{"docs":{},"将":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"放":{"docs":{},"在":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}},"处":{"docs":{},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"插":{"docs":{},"件":{"docs":{},"在":{"docs":{},"输":{"docs":{},"出":{"docs":{},"目":{"docs":{},"录":{"docs":{},"中":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"不":{"docs":{},"返":{"docs":{},"回":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"返":{"docs":{},"回":{"docs":{},"引":{"docs":{},"导":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"支":{"docs":{},"持":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"选":{"docs":{},"项":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"或":{"docs":{},"函":{"docs":{},"数":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"步":{"docs":{},":":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}}}}}},"将":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"渲":{"docs":{},"染":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"选":{"docs":{},"项":{"docs":{},"时":{"docs":{},",":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"有":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"对":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"进":{"docs":{},"行":{"docs":{},"更":{"docs":{},"细":{"docs":{},"粒":{"docs":{},"度":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"最":{"docs":{},"优":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"读":{"docs":{},"取":{"docs":{},"和":{"docs":{},"传":{"docs":{},"输":{"docs":{},"文":{"docs":{},"件":{"docs":{},"到":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"你":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"实":{"docs":{},"现":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"更":{"docs":{},"新":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"修":{"docs":{},"改":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"将":{"docs":{},"会":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"而":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},"为":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"带":{"docs":{},"宽":{"docs":{},"使":{"docs":{},"用":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"取":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"具":{"docs":{},"有":{"docs":{},"与":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"把":{"docs":{},"那":{"docs":{},"些":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"与":{"docs":{},"环":{"docs":{},"境":{"docs":{},"无":{"docs":{},"关":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"编":{"docs":{},"译":{"docs":{},"到":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}},"嵌":{"docs":{},"入":{"docs":{},"式":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"此":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}},"状":{"docs":{},"态":{"docs":{},"进":{"docs":{},"行":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"融":{"docs":{},"合":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"到":{"docs":{},"最":{"docs":{},"终":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"键":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"第":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268}}},"这":{"docs":{},"里":{"docs":{},"将":{"docs":{},"是":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"假":{"docs":{},"定":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"进":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{},"…":{"docs":{},"…":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"如":{"docs":{},"果":{"docs":{},"有":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"无":{"docs":{},"需":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"在":{"docs":{},"执":{"docs":{},"行":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"其":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"进":{"docs":{},"行":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"过":{"docs":{},"程":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"是":{"docs":{},"多":{"docs":{},"余":{"docs":{},"的":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"。":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"将":{"docs":{},"「":{"docs":{},"数":{"docs":{},"据":{"docs":{},"」":{"docs":{},"转":{"docs":{},"换":{"docs":{},"为":{"docs":{},"「":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"对":{"docs":{},"象":{"docs":{},"」":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"两":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},"是":{"docs":{},"根":{"docs":{},"本":{"docs":{},"上":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},"决":{"docs":{},"策":{"docs":{},",":{"docs":{},"应":{"docs":{},"该":{"docs":{},"根":{"docs":{},"据":{"docs":{},"你":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"际":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挑":{"docs":{},"选":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"无":{"docs":{},"论":{"docs":{},"你":{"docs":{},"选":{"docs":{},"择":{"docs":{},"哪":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"重":{"docs":{},"用":{"docs":{},"(":{"docs":{},"同":{"docs":{},"一":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"也":{"docs":{},"决":{"docs":{},"定":{"docs":{},"了":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"给":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"在":{"docs":{},"该":{"docs":{},"路":{"docs":{},"由":{"docs":{},"上":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"放":{"docs":{},"置":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"自":{"docs":{},"然":{"docs":{},"的":{"docs":{},"事":{"docs":{},"情":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"你":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"是":{"docs":{},"理":{"docs":{},"所":{"docs":{},"应":{"docs":{},"当":{"docs":{},"的":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"编":{"docs":{},"辑":{"docs":{},"过":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"都":{"docs":{},"必":{"docs":{},"须":{"docs":{},"停":{"docs":{},"止":{"docs":{},"并":{"docs":{},"重":{"docs":{},"启":{"docs":{},"服":{"docs":{},"务":{"docs":{},"。":{"docs":{},"这":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"会":{"docs":{},"影":{"docs":{},"响":{"docs":{},"开":{"docs":{},"发":{"docs":{},"效":{"docs":{},"率":{"docs":{},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"整":{"docs":{},"个":{"docs":{},"输":{"docs":{},"出":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"允":{"docs":{},"许":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"内":{"docs":{},"联":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"可":{"docs":{},"以":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"防":{"docs":{},"御":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"包":{"docs":{},"裹":{"docs":{},"容":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"包":{"docs":{},"裹":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"不":{"docs":{},"是":{"docs":{},"以":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"用":{"docs":{},"法":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"则":{"docs":{},"将":{"docs":{},"其":{"docs":{},"集":{"docs":{},"成":{"docs":{},"到":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"很":{"docs":{},"棘":{"docs":{},"手":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{},"一":{"docs":{},"些":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},"来":{"docs":{},"使":{"docs":{},"其":{"docs":{},"正":{"docs":{},"常":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"只":{"docs":{},"是":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"要":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},"任":{"docs":{},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"检":{"docs":{},"查":{"docs":{},"这":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"否":{"docs":{},"已":{"docs":{},"经":{"docs":{},"具":{"docs":{},"有":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}},"遇":{"docs":{},"到":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"请":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}},"即":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"用":{"docs":{},"例":{"docs":{},"和":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"因":{"docs":{},"为":{"docs":{},"实":{"docs":{},"际":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"需":{"docs":{},"要":{"docs":{},"确":{"docs":{},"定":{"docs":{},"性":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"将":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"“":{"docs":{},"预":{"docs":{},"取":{"docs":{},"”":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"或":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"应":{"docs":{},"该":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"重":{"docs":{},"复":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"小":{"docs":{},"心":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"来":{"docs":{},"解":{"docs":{},"决":{"docs":{},"性":{"docs":{},"能":{"docs":{},"瓶":{"docs":{},"颈":{"docs":{},"。":{"docs":{},"在":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"也":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"单":{"docs":{},"一":{"docs":{},"实":{"docs":{},"例":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"在":{"docs":{},"大":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"填":{"docs":{},"充":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"则":{"docs":{},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"模":{"docs":{},"式":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"创":{"docs":{},"建":{"docs":{},"多":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"该":{"docs":{},"模":{"docs":{},"块":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"都":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"定":{"docs":{},"引":{"docs":{},"导":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"混":{"docs":{},"合":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10}},"」":{"docs":{},"时":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"了":{"docs":{},"解":{"docs":{},"的":{"docs":{},"一":{"docs":{},"件":{"docs":{},"事":{"docs":{},"是":{"docs":{},",":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"更":{"docs":{},"改":{"docs":{},"的":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"激":{"docs":{},"活":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"编":{"docs":{},"程":{"docs":{},"体":{"docs":{},"验":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"层":{"docs":{},"级":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},"或":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0425531914893617},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"其":{"docs":{},"他":{"docs":{},"能":{"docs":{},"够":{"docs":{},"选":{"docs":{},"取":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{},"选":{"docs":{},"择":{"docs":{},"器":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"正":{"docs":{},"常":{"docs":{},"激":{"docs":{},"活":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"期":{"docs":{},"间":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"望":{"docs":{},"值":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"时":{"docs":{},"产":{"docs":{},"生":{"docs":{},"全":{"docs":{},"局":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"默":{"docs":{},"认":{"docs":{},"文":{"docs":{},"件":{"docs":{},"是":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"于":{"docs":{},"没":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"更":{"docs":{},"新":{"docs":{},",":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"只":{"docs":{},"有":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"现":{"docs":{},"在":{"docs":{},"是":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"将":{"docs":{},"被":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"已":{"docs":{},"经":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"好":{"docs":{},"了":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"内":{"docs":{},"容":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"查":{"docs":{},"看":{"docs":{},"过":{"docs":{},"期":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"个":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"最":{"docs":{},"多":{"docs":{},"只":{"docs":{},"能":{"docs":{},"每":{"docs":{},"秒":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{"universal.html":{"ref":"universal.html","tf":10.01063829787234}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"分":{"docs":{},"开":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"建":{"docs":{},"议":{"docs":{},"用":{"docs":{},"于":{"docs":{},"存":{"docs":{},"在":{"docs":{},"很":{"docs":{},"多":{"docs":{},"公":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}},"推":{"docs":{},"导":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"清":{"docs":{},"理":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"设":{"docs":{},"置":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}}}}},"访":{"docs":{},"问":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"不":{"docs":{},"可":{"docs":{},"接":{"docs":{},"受":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"常":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"过":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"运":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"以":{"docs":{},"上":{"docs":{},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"构":{"docs":{},"建":{"docs":{},"后":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"基":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"可":{"docs":{},"能":{"docs":{},"像":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"被":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"什":{"docs":{},"么":{"docs":{},"文":{"docs":{},"件":{"docs":{},"应":{"docs":{},"该":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"对":{"docs":{},"于":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"坑":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"伴":{"docs":{},"随":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"显":{"docs":{},"著":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"状":{"docs":{},"态":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"中":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"请":{"docs":{},"留":{"docs":{},"意":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"尽":{"docs":{},"量":{"docs":{},"避":{"docs":{},"免":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"重":{"docs":{},"新":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"手":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"仅":{"docs":{},"运":{"docs":{},"行":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"介":{"docs":{},"绍":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"但":{"docs":{},"是":{"docs":{},"稍":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"执":{"docs":{},"行":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"目":{"docs":{},"前":{"docs":{},"为":{"docs":{},"止":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"没":{"docs":{},"有":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"过":{"docs":{},"如":{"docs":{},"何":{"docs":{},"将":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"打":{"docs":{},"包":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"将":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"通":{"docs":{},"过":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"同":{"docs":{},"样":{"docs":{},"的":{"docs":{},"规":{"docs":{},"则":{"docs":{},"也":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"状":{"docs":{},"态":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"错":{"docs":{},"误":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"它":{"docs":{},"接":{"docs":{},"受":{"docs":{},"任":{"docs":{},"意":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"异":{"docs":{},"常":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"导":{"docs":{},"入":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"任":{"docs":{},"何":{"docs":{},"错":{"docs":{},"误":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"导":{"docs":{},"入":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"它":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"调":{"docs":{},"用":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"此":{"docs":{},"时":{"docs":{},",":{"docs":{},"除":{"docs":{},"了":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"返":{"docs":{},"回":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"做":{"docs":{},"太":{"docs":{},"多":{"docs":{},"事":{"docs":{},"情":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"尽":{"docs":{},"管":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"所":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"看":{"docs":{},"法":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"都":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"比":{"docs":{},"它":{"docs":{},"们":{"docs":{},",":{"docs":{},"找":{"docs":{},"出":{"docs":{},"两":{"docs":{},"个":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"列":{"docs":{},"表":{"docs":{},"的":{"docs":{},"差":{"docs":{},"异":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"作":{"docs":{},"为":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"相":{"docs":{},"结":{"docs":{},"合":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"是":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"谓":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"激":{"docs":{},"活":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"需":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}},"打":{"docs":{},"包":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976}}}},"来":{"docs":{},"处":{"docs":{},"理":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"源":{"docs":{},"码":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"通":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"组":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"打":{"docs":{},"包":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"执":{"docs":{},"行":{"docs":{},"其":{"docs":{},"他":{"docs":{},"任":{"docs":{},"务":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"注":{"docs":{},"入":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},"标":{"docs":{},"题":{"docs":{},"管":{"docs":{},"理":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"访":{"docs":{},"问":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"访":{"docs":{},"问":{"docs":{},"它":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"许":{"docs":{},"多":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"为":{"docs":{},"单":{"docs":{},"个":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.001953125}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":10.003436426116838}}}}}},"特":{"docs":{},"定":{"docs":{},"功":{"docs":{},"能":{"docs":{},"不":{"docs":{},"能":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"性":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"转":{"docs":{},"译":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},"以":{"docs":{},"适":{"docs":{},"应":{"docs":{},"老":{"docs":{},"版":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"。":{"docs":{},"这":{"docs":{},"也":{"docs":{},"会":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"殊":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"让":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"与":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"耦":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}},",":{"docs":{},"先":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"将":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"规":{"docs":{},"划":{"docs":{},"都":{"docs":{},"弄":{"docs":{},"清":{"docs":{},"楚":{"docs":{},"了":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"启":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"以":{"docs":{},"上":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"填":{"docs":{},"充":{"docs":{},"入":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"有":{"docs":{},"了":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"和":{"docs":{},"注":{"docs":{},"入":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"避":{"docs":{},"免":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"重":{"docs":{},"复":{"docs":{},"注":{"docs":{},"册":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"后":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},",":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"拆":{"docs":{},"分":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},",":{"docs":{},"将":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},"(":{"docs":{},"所":{"docs":{},"有":{"docs":{},"都":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"(":{"docs":{},"不":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"将":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"在":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"下":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"只":{"docs":{},"能":{"docs":{},"用":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"便":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"能":{"docs":{},"够":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"前":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"后":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"会":{"docs":{},"二":{"docs":{},"次":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"知":{"docs":{},"道":{"docs":{},"数":{"docs":{},"据":{"docs":{},"在":{"docs":{},"何":{"docs":{},"时":{"docs":{},"更":{"docs":{},"新":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"之":{"docs":{},"后":{"docs":{},"正":{"docs":{},"确":{"docs":{},"注":{"docs":{},"入":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"获":{"docs":{},"得":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"做":{"docs":{},"法":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"给":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"入":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"已":{"docs":{},"经":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"添":{"docs":{},"加":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"类":{"docs":{},"型":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"未":{"docs":{},"处":{"docs":{},"理":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"应":{"docs":{},"该":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"定":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"」":{"docs":{},"所":{"docs":{},"导":{"docs":{},"出":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"传":{"docs":{},"入":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},")":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"它":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"插":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"时":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"匹":{"docs":{},"配":{"docs":{},"不":{"docs":{},"到":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"执":{"docs":{},"行":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"视":{"docs":{},"图":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"状":{"docs":{},"态":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"完":{"docs":{},"成":{"docs":{},"构":{"docs":{},"建":{"docs":{},"(":{"docs":{},"请":{"docs":{},"再":{"docs":{},"次":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"现":{"docs":{},"在":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},")":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"用":{"docs":{},"法":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"更":{"docs":{},"改":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"示":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"第":{"docs":{},"一":{"docs":{},"类":{"docs":{},"的":{"docs":{},"概":{"docs":{},"念":{"docs":{},",":{"docs":{},"将":{"docs":{},"其":{"docs":{},"与":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"此":{"docs":{},"模":{"docs":{},"板":{"docs":{},"应":{"docs":{},"包":{"docs":{},"含":{"docs":{},"注":{"docs":{},"释":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"优":{"docs":{},"点":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"必":{"docs":{},"须":{"docs":{},"实":{"docs":{},"现":{"docs":{},"以":{"docs":{},"下":{"docs":{},"接":{"docs":{},"口":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.010135135135135136}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"到":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"应":{"docs":{},"该":{"docs":{},"只":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"产":{"docs":{},"环":{"docs":{},"境":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"改":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}},"路":{"docs":{},"由":{"docs":{},"和":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.002994011976048}}}}}}}}},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"常":{"docs":{},"量":{"docs":{},"将":{"docs":{},"导":{"docs":{},"致":{"docs":{},"组":{"docs":{},"件":{"docs":{},"始":{"docs":{},"终":{"docs":{},"被":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"这":{"docs":{},"对":{"docs":{},"纯":{"docs":{},"静":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"有":{"docs":{},"好":{"docs":{},"处":{"docs":{},"的":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"值":{"docs":{},"是":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"需":{"docs":{},"要":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"样":{"docs":{},"式":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"停":{"docs":{},"止":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"细":{"docs":{},"节":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"查":{"docs":{},"看":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"另":{"docs":{},"一":{"docs":{},"个":{"docs":{},"需":{"docs":{},"要":{"docs":{},"关":{"docs":{},"注":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"后":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"返":{"docs":{},"回":{"docs":{},"最":{"docs":{},"终":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"否":{"docs":{},"则":{"docs":{},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"因":{"docs":{},"为":{"docs":{},"使":{"docs":{},"用":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"致":{"docs":{},"混":{"docs":{},"合":{"docs":{},"失":{"docs":{},"败":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"哦":{"docs":{},"?":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"要":{"docs":{},"写":{"docs":{},"很":{"docs":{},"多":{"docs":{},"代":{"docs":{},"码":{"docs":{},"!":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"通":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"可":{"docs":{},"能":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"最":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"为":{"docs":{},"下":{"docs":{},"一":{"docs":{},"步":{"docs":{},"开":{"docs":{},"发":{"docs":{},"做":{"docs":{},"前":{"docs":{},"期":{"docs":{},"准":{"docs":{},"备":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"设":{"docs":{},"定":{"docs":{},"好":{"docs":{},"模":{"docs":{},"板":{"docs":{},"示":{"docs":{},"例":{"docs":{},",":{"docs":{},"创":{"docs":{},"建":{"docs":{},"单":{"docs":{},"独":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"会":{"docs":{},"变":{"docs":{},"得":{"docs":{},"相":{"docs":{},"当":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"带":{"docs":{},"有":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"配":{"docs":{},"置":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"惰":{"docs":{},"性":{"docs":{},"注":{"docs":{},"册":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"和":{"docs":{},"状":{"docs":{},"态":{"docs":{"data.html":{"ref":"data.html","tf":10.001557632398754}}}}},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"指":{"docs":{},"令":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"暴":{"docs":{},"露":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"添":{"docs":{},"加":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"相":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"组":{"docs":{},"件":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"同":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"签":{"docs":{},"名":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"反":{"docs":{},",":{"docs":{},"它":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"组":{"docs":{},",":{"docs":{},"此":{"docs":{},"数":{"docs":{},"组":{"docs":{},"是":{"docs":{},"由":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"对":{"docs":{},"象":{"docs":{},"所":{"docs":{},"组":{"docs":{},"成":{"docs":{},"。":{"docs":{},"这":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"在":{"docs":{},"以":{"docs":{},"编":{"docs":{},"程":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"执":{"docs":{},"行":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"哪":{"docs":{},"里":{"docs":{},"放":{"docs":{},"置":{"docs":{},"「":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"信":{"docs":{},"息":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"当":{"docs":{},"多":{"docs":{},"次":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},"时":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"这":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},":":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"条":{"docs":{},"目":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"。":{"docs":{},"相":{"docs":{},"反":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"\"":{"docs":{},"激":{"docs":{},"活":{"docs":{},"\"":{"docs":{},"这":{"docs":{},"些":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"置":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},"支":{"docs":{},"持":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}},"属":{"docs":{},"性":{"docs":{},":":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"自":{"docs":{},"行":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"树":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"会":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"知":{"docs":{},"道":{"docs":{},"这":{"docs":{},"部":{"docs":{},"分":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.006756756756757},"head.html":{"ref":"head.html","tf":5.005988023952096}},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"遵":{"docs":{},"循":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"理":{"docs":{},"念":{"docs":{},":":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"追":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"结":{"docs":{},"构":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"当":{"docs":{},"你":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"为":{"docs":{},"能":{"docs":{},"够":{"docs":{},"正":{"docs":{},"确":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"写":{"docs":{},"入":{"docs":{},"有":{"docs":{},"效":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"其":{"docs":{},"中":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"它":{"docs":{},"提":{"docs":{},"供":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"作":{"docs":{},"为":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"参":{"docs":{},"考":{"docs":{"api.html":{"ref":"api.html","tf":5.001757469244288}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},":":{"docs":{},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"以":{"docs":{},"下":{"docs":{},"之":{"docs":{},"一":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"指":{"docs":{},"引":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3400900900900896},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"向":{"docs":{},"你":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"除":{"docs":{},"此":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"章":{"docs":{},"节":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"进":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"出":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"和":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"最":{"docs":{},"优":{"docs":{},"化":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"/":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"示":{"docs":{},"例":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},")":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"表":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"出":{"docs":{},"现":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"这":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"通":{"docs":{},"常":{"docs":{},"由":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"集":{"docs":{},"合":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"又":{"docs":{},"或":{"docs":{},"者":{"docs":{},",":{"docs":{},"你":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{},"在":{"docs":{},"不":{"docs":{},"传":{"docs":{},"递":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"构":{"docs":{},"建":{"docs":{},"速":{"docs":{},"度":{"docs":{},"更":{"docs":{},"快":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}},"好":{"docs":{},"处":{"docs":{},"是":{"docs":{},"双":{"docs":{},"重":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"扩":{"docs":{},"展":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"为":{"docs":{},"通":{"docs":{},"用":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"管":{"docs":{},"理":{"docs":{},"工":{"docs":{},"具":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"注":{"docs":{},"入":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"输":{"docs":{},"出":{"docs":{},"(":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"送":{"docs":{},"面":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"相":{"docs":{},"当":{"docs":{},"昂":{"docs":{},"贵":{"docs":{},"的":{"docs":{},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"当":{"docs":{},"应":{"docs":{},"用":{"docs":{},"很":{"docs":{},"大":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"适":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"链":{"docs":{},"接":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"项":{"docs":{},"目":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"才":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"除":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"风":{"docs":{},"格":{"docs":{},"导":{"docs":{},"出":{"docs":{},"模":{"docs":{},"块":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"可":{"docs":{},"能":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"毕":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"只":{"docs":{},"有":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"位":{"docs":{},"于":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"启":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"插":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"作":{"docs":{},"为":{"docs":{},"独":{"docs":{},"立":{"docs":{},"文":{"docs":{},"件":{"docs":{},"提":{"docs":{},"供":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"当":{"docs":{},"直":{"docs":{},"接":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"代":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"确":{"docs":{},"保":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"此":{"docs":{},"插":{"docs":{},"件":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"处":{"docs":{},"理":{"docs":{},"器":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"攻":{"docs":{},"击":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},",":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"何":{"docs":{},"时":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"决":{"docs":{},"定":{"docs":{},",":{"docs":{},"则":{"docs":{},"上":{"docs":{},"述":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"很":{"docs":{},"好":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"具":{"docs":{},"有":{"docs":{},"相":{"docs":{},"同":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"它":{"docs":{},"具":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"全":{"docs":{},"局":{"docs":{},"状":{"docs":{},"态":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"对":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"产":{"docs":{},"生":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"性":{"docs":{},"能":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"利":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"改":{"docs":{},"善":{"docs":{},"响":{"docs":{},"应":{"docs":{},"时":{"docs":{},"间":{"docs":{},"并":{"docs":{},"减":{"docs":{},"少":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"秒":{"docs":{},"后":{"docs":{},"过":{"docs":{},"期":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":10.005555555555556}}}},"节":{"docs":{},"点":{"docs":{},"的":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"无":{"docs":{},"法":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"基":{"docs":{},"于":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"(":{"docs":{},"p":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"虽":{"docs":{},"然":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}},"被":{"docs":{},"发":{"docs":{},"出":{"docs":{},"时":{"docs":{},",":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"可":{"docs":{},"能":{"docs":{},"不":{"docs":{},"被":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"其":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"遍":{"docs":{},"历":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"环":{"docs":{},"境":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.333333333333333}}}},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"(":{"docs":{},"如":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},",":{"docs":{},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}},"仍":{"docs":{},"然":{"docs":{},"使":{"docs":{},"用":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"文":{"docs":{},"档":{"docs":{},"中":{"docs":{},"提":{"docs":{},"到":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"模":{"docs":{},"式":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"相":{"docs":{},"当":{"docs":{},"大":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"典":{"docs":{},"型":{"docs":{},"用":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"出":{"docs":{},"于":{"docs":{},"向":{"docs":{},"后":{"docs":{},"兼":{"docs":{},"容":{"docs":{},"的":{"docs":{},"考":{"docs":{},"虑":{"docs":{},",":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"默":{"docs":{},"认":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"值":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"构":{"docs":{},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{},"捕":{"docs":{},"获":{"docs":{},"到":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"接":{"docs":{},"收":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"作":{"docs":{},"为":{"docs":{},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"那":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"整":{"docs":{},"个":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"从":{"docs":{},"而":{"docs":{},"可":{"docs":{},"以":{"docs":{},"让":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"显":{"docs":{},"式":{"docs":{},"地":{"docs":{},"声":{"docs":{},"明":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"用":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"绝":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"指":{"docs":{},"向":{"docs":{},"一":{"docs":{},"个":{"docs":{},"已":{"docs":{},"经":{"docs":{},"构":{"docs":{},"建":{"docs":{},"好":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"语":{"docs":{},"法":{"docs":{},"表":{"docs":{},"示":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"а":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"б":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.004152823920265781}},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}},"р":{"docs":{},"г":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},")":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"г":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"м":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"б":{"docs":{},"у":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"к":{"docs":{},"к":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"б":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"р":{"docs":{},"ё":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"и":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"о":{"docs":{},"т":{"docs":{},"е":{"docs":{},"к":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"и":{"docs":{},"н":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}},"р":{"docs":{},"а":{"docs":{},"у":{"docs":{},"з":{"docs":{},"е":{"docs":{},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"у":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.009125475285171103},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"щ":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.007475083056478406}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"э":{"docs":{},"к":{"docs":{},"э":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"й":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"г":{"docs":{},"о":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"в":{"docs":{"./":{"ref":"./","tf":0.02435897435897436},"basic.html":{"ref":"basic.html","tf":0.02666666666666667},"universal.html":{"ref":"universal.html","tf":0.0288659793814433},"structure.html":{"ref":"structure.html","tf":0.02656042496679947},"routing.html":{"ref":"routing.html","tf":0.018333333333333333},"data.html":{"ref":"data.html","tf":0.013688212927756654},"hydration.html":{"ref":"hydration.html","tf":0.040293040293040296},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.024464831804281346},"build-config.html":{"ref":"build-config.html","tf":0.02245088868101029},"css.html":{"ref":"css.html","tf":0.026915113871635612},"head.html":{"ref":"head.html","tf":0.024390243902439025},"caching.html":{"ref":"caching.html","tf":0.01971326164874552},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":2.0484848484848484},"api.html":{"ref":"api.html","tf":0.03156146179401993}},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"г":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ш":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{},"х":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"р":{"docs":{},"и":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"л":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"е":{"docs":{},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.01079734219269103}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"з":{"docs":{},"д":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"н":{"docs":{},"д":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"и":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ш":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"д":{"docs":{},"р":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.010351966873706004},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"з":{"docs":{},"м":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"д":{"docs":{},"о":{"docs":{},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"б":{"docs":{},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"д":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"ё":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"я":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.013096351730589336},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"у":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"в":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"о":{"docs":{},"д":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"а":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"в":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"г":{"docs":{},"л":{"docs":{},"я":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"и":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"г":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"ю":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403}}},"ю":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"а":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.006844106463878327},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"data.html":{"ref":"data.html","tf":2.5083650190114066},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005376344086021506}}}},"м":{"docs":{},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"л":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"н":{"docs":{},"е":{"docs":{},"й":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"е":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"в":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"ж":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}},"м":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"р":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.03054448871181939},"routing.html":{"ref":"routing.html","tf":0.021666666666666667},"data.html":{"ref":"data.html","tf":0.00988593155893536},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01834862385321101},"build-config.html":{"ref":"build-config.html","tf":0.01777362020579981},"css.html":{"ref":"css.html","tf":0.024844720496894408},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.021505376344086023},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.02574750830564784}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"л":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"у":{"docs":{},"п":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"head.html":{"ref":"head.html","tf":0.006968641114982578}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.006083650190114068},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"н":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.004152823920265781}}}}}},"к":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"р":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"у":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"у":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"с":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"щ":{"docs":{},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505}}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ы":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"е":{"docs":{},"р":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"ё":{"docs":{},"н":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.006968641114982578}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.510452961672474}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"д":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.019230769230769232},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.02257636122177955},"routing.html":{"ref":"routing.html","tf":2.5183333333333335},"data.html":{"ref":"data.html","tf":2.514448669201521},"hydration.html":{"ref":"hydration.html","tf":0.018315018315018316},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01529051987767584},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.008305647840531562}},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"л":{"docs":{},"и":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"ь":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"б":{"docs":{},"е":{"docs":{},"г":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.010351966873706004}}},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}}}}}}},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"м":{"docs":{},"е":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"й":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"е":{"docs":{},"с":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}}},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"й":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"о":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":10.004444444444445},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":2.012121212121212},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477}}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"я":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":3.335989375830013},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}},"д":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"к":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"к":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.010452961672473868},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"л":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"ю":{"docs":{},"ч":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.006644518272425249}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":3.3395189003436423},"structure.html":{"ref":"structure.html","tf":3.338645418326693},"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"д":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"ы":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"и":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{},"и":{"docs":{},"с":{"docs":{},"с":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"н":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"к":{"docs":{},"с":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.004152823920265781}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"п":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.009354536950421},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"е":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"р":{"docs":{},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.004152823920265781}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"а":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"у":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"э":{"docs":{},"ф":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"б":{"docs":{},"э":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"е":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"и":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":10.008960573476703}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"г":{"docs":{},"к":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ш":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"б":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ю":{"docs":{},"б":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"п":{"docs":{},"у":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ш":{"docs":{},"р":{"docs":{},"у":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"о":{"docs":{},"в":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":2.5033333333333334}}}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"head.html":{"ref":"head.html","tf":0.003484320557491289}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"с":{"docs":{},"с":{"docs":{},"и":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"д":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"р":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ж":{"docs":{},"д":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"х":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"з":{"docs":{},"м":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"о":{"docs":{},"д":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"к":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"е":{"docs":{},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"г":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"л":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"д":{"docs":{},"у":{"docs":{},"л":{"docs":{},"е":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.017264276228419653},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.014448669201520912},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"г":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.021794871794871794},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.024742268041237112},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.016730038022813688},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.016129032258064516},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"б":{"docs":{},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"ц":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"п":{"docs":{},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"я":{"docs":{},"м":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"к":{"docs":{},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"н":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"о":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"и":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"т":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ш":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"й":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ё":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.017921146953405017},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174},"non-node.html":{"ref":"non-node.html","tf":2.006060606060606},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"к":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"о":{"docs":{},"б":{"docs":{},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"х":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"з":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"ё":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"н":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"а":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"»":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"л":{"docs":{},"я":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ч":{"docs":{},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ё":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"е":{"docs":{},"с":{"docs":{},"п":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"с":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ъ":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"а":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ё":{"docs":{},"м":{"docs":{},"о":{"docs":{},"в":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ы":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"я":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ё":{"docs":{},"р":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"л":{"docs":{},"е":{"docs":{},"г":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"д":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"о":{"docs":{},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":2.006060606060606}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}},"н":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"щ":{"docs":{},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}},"ы":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"б":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"т":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ё":{"docs":{},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"з":{"docs":{},"и":{"docs":{},"л":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}},"а":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"н":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ш":{"docs":{},"и":{"docs":{},"б":{"docs":{},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"к":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"р":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"д":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{},"м":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ч":{"docs":{},"и":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"к":{"docs":{},"р":{"docs":{},"ё":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"х":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"о":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},"а":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"т":{"docs":{},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}}}}}},"о":{"docs":{},"х":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"в":{"docs":{},"ы":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"д":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"б":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"у":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"а":{"docs":{},"з":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"г":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"д":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"ж":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"з":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"ы":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"л":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0045627376425855515},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"д":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"е":{"docs":{},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"л":{"docs":{},"о":{"docs":{},"с":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"б":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"о":{"docs":{},"щ":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"я":{"docs":{},"в":{"docs":{},"я":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"л":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"д":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"м":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"т":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"м":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"я":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":2.500760456273764},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"в":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"а":{"docs":{},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"е":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"м":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.006548175865294668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}}},"д":{"docs":{},"ё":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{},"к":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"с":{"docs":{},"в":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{},"о":{"docs":{},"д":{"docs":{},"е":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"с":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"о":{"docs":{},"р":{"docs":{},"а":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"д":{"docs":{},"в":{"docs":{},"и":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"в":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"я":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"л":{"docs":{},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ш":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"с":{"docs":{},"е":{"docs":{},"в":{"docs":{},"д":{"docs":{},"о":{"docs":{},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"л":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"з":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"ё":{"docs":{},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"а":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"м":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"и":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"у":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ч":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"в":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"й":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"х":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"о":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"д":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"я":{"docs":{},"д":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"с":{"docs":{"./":{"ref":"./","tf":0.015384615384615385},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.01195219123505976},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.0076045627376425855},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.012458471760797342}},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"а":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":5.005612722170253},"api.html":{"ref":"api.html","tf":0.009136212624584718}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"о":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"ё":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"е":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"г":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},",":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"й":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{},"у":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"г":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"р":{"docs":{},"и":{"docs":{},"п":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"я":{"docs":{},"х":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"й":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"м":{"docs":{},"ы":{"docs":{},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"г":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"у":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.005813953488372093}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"ы":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ё":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}}}},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"е":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"б":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"о":{"docs":{},"я":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":2.5030418250950572},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"»":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"»":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ы":{"docs":{},"т":{"docs":{},"и":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"о":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"е":{"docs":{},"к":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"с":{"docs":{},"н":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"т":{"docs":{},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"о":{"docs":{},"к":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"й":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":3.335989375830013},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.004854368932039},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"я":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"ё":{"docs":{},"т":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ю":{"docs":{},"д":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"п":{"docs":{},"е":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"о":{"docs":{},"б":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"к":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":5.000830564784053}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"х":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"ы":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},".":{"docs":{},"д":{"docs":{},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"г":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.5069686411149825}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"к":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.006644518272425249}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"у":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ч":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"р":{"docs":{},"а":{"docs":{},"д":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"с":{"docs":{},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"и":{"docs":{},"п":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"и":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"м":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}}}},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ш":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{},"х":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":5.0020703933747415},"head.html":{"ref":"head.html","tf":2.5069686411149825}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"я":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ч":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"б":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"я":{"docs":{},"з":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{},"а":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"х":{"docs":{},"у":{"docs":{},"д":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"б":{"docs":{},"р":{"docs":{},"и":{"docs":{},"к":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"й":{"docs":{},"м":{"docs":{},"в":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"г":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},")":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"д":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"х":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"х":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ш":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"т":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"у":{"docs":{},"к":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"щ":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.00532319391634981}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"ц":{"docs":{},"и":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},";":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"х":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"р":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.00532319391634981},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.007483629560336763},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"б":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ы":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"ш":{"docs":{},"а":{"docs":{},"б":{"docs":{},"л":{"docs":{},"о":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"г":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"т":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"п":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.012371134020618556},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.019417475728155338},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"к":{"docs":{},"з":{"docs":{},"е":{"docs":{},"м":{"docs":{},"п":{"docs":{},"л":{"docs":{},"я":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"у":{"docs":{},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}},"ф":{"docs":{},"ф":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"가":{"docs":{},"능":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"정":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"했":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"져":{"docs":{},"오":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"온":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"와":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"지":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"상":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"짜":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"리":{"docs":{},"키":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"장":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"진":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"간":{"docs":{},"단":{"docs":{},"하":{"docs":{},"며":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"히":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"같":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"아":{"docs":{},"야":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"개":{"docs":{},"발":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"하":{"docs":{},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"중":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"선":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"정":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"념":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"검":{"docs":{},"색":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"사":{"docs":{},"하":{"docs":{},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"것":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"도":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"structure.html":{"ref":"structure.html","tf":0.005253940455341506}}}}}},"들":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"\"":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"경":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"우":{"docs":{"./":{"ref":"./","tf":0.011589403973509934},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.018691588785046728},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"도":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"도":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"(":{"docs":{},"라":{"docs":{},"우":{"docs":{},"트":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"예":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"험":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"고":{"docs":{},"려":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"해":{"docs":{},"야":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"민":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}},"급":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"유":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523}}}}},"관":{"docs":{},"련":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"성":{"docs":{},"이":{"docs":{},"있":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"하":{"docs":{},"여":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"리":{"docs":{"head.html":{"ref":"head.html","tf":5.00836820083682}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"도":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"광":{"docs":{},"범":{"docs":{},"위":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"구":{"docs":{},"조":{"docs":{"structure.html":{"ref":"structure.html","tf":5.003502626970228}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"축":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"현":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"하":{"docs":{},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}},"동":{"docs":{},"된":{"docs":{},"다":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"되":{"docs":{},"기":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"성":{"docs":{},"되":{"docs":{},"어":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"하":{"docs":{},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"권":{"docs":{},"장":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"그":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"다":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"러":{"docs":{},"나":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"면":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"럼":{"docs":{},"에":{"docs":{},"도":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"렇":{"docs":{},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},"리":{"docs":{},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"런":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"기":{"docs":{},"능":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"다":{"docs":{},"리":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"릴":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"려":{"docs":{},"야":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"반":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"으":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"하":{"docs":{},"지":{"docs":{},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"본":{"docs":{"basic.html":{"ref":"basic.html","tf":3.3359307359307357},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"인":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"값":{"docs":{},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{},"지":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"술":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"존":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"깊":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"내":{"docs":{},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"용":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"은":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"보":{"docs":{},"내":{"docs":{},"진":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"높":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"느":{"docs":{},"린":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"다":{"docs":{},"루":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"른":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.013736263736263736},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"릅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"운":{"docs":{},"로":{"docs":{},"드":{"docs":{},"되":{"docs":{},"어":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"음":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"과":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"룰":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"룹":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"시":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"르":{"docs":{},"면":{"docs":{},"(":{"docs":{},"즉":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"단":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"어":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"점":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"축":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"계":{"docs":{},"가":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"순":{"docs":{},"히":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"일":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"달":{"docs":{},"려":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"라":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"대":{"docs":{},"부":{"docs":{},"분":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"비":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"신":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"해":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"체":{"docs":{},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"개":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"폭":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"역":{"docs":{},"폭":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"더":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"도":{"docs":{},"달":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"해":{"docs":{},"야":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"하":{"docs":{},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"움":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"동":{"docs":{},"기":{"docs":{},"식":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"일":{"docs":{},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"도":{"docs":{},"록":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"지":{"docs":{},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{},"기":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"작":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"안":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"된":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},"다":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"될":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"둡":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"들":{"docs":{},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"오":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"등":{"docs":{},")":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"록":{"docs":{},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"따":{"docs":{},"른":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"라":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"때":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.012987012987012988},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"까":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"문":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"마":{"docs":{},"다":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"또":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"라":{"docs":{},"이":{"docs":{},"브":{"docs":{},"러":{"docs":{},"리":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"들":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"프":{"docs":{},"사":{"docs":{},"이":{"docs":{},"클":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}},"우":{"docs":{},"터":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"팅":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005628517823639775}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":3.335209505941213}}}}},"인":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"렌":{"docs":{},"더":{"docs":{},"링":{"docs":{"./":{"ref":"./","tf":0.014900662251655629},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"hydration.html":{"ref":"hydration.html","tf":0.025157232704402517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"이":{"docs":{},"란":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}},"된":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"마":{"docs":{},"다":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}},"하":{"docs":{},"는":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"러":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.340880503144654},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"가":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"게":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"와":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"로":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"해":{"docs":{},"야":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"딩":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"직":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"더":{"docs":{},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"리":{"docs":{},"퀘":{"docs":{},"스":{"docs":{},"트":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"소":{"docs":{},"스":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"로":{"docs":{},"드":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"턴":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"스":{"docs":{},"트":{"docs":{},"에":{"docs":{},"서":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"마":{"docs":{},"이":{"docs":{},"그":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"지":{"docs":{},"막":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"케":{"docs":{},"팅":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"크":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"업":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"찬":{"docs":{},"가":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"운":{"docs":{},"트":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}},"무":{"docs":{},"리":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}},"만":{"docs":{},"들":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"어":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}}},"야":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"하":{"docs":{},"기":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"진":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"질":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"기":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"면":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"때":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"드":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"듭":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"든":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"많":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"하":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"맞":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"매":{"docs":{},"우":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"칭":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"니":{"docs":{},"페":{"docs":{},"스":{"docs":{},"트":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"먼":{"docs":{},"저":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},"멤":{"docs":{},"버":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"몇":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"가":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"모":{"docs":{},"두":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"든":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"듈":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"드":{"docs":{},"로":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"음":{"docs":{},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"무":{"docs":{},"엇":{"docs":{},"입":{"docs":{},"니":{"docs":{},"까":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"시":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}},"문":{"docs":{},"자":{"docs":{},"열":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"에":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"제":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"가":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"서":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"미":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"처":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"밀":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"및":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"방":{"docs":{},"식":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"법":{"docs":{"basic.html":{"ref":"basic.html","tf":3.338528138528138}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"은":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}},"문":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"지":{"docs":{},"하":{"docs":{},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"배":{"docs":{},"포":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"열":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"백":{"docs":{},"엔":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"버":{"docs":{},"전":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"\"":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"스":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"리":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"그":{"docs":{},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"보":{"docs":{},"내":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"다":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"드":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"통":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"듯":{"docs":{},"이":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"존":{"docs":{},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"간":{"docs":{},"되":{"docs":{},"므":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},")":{"docs":{},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"냅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"복":{"docs":{},"잡":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"볼":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"부":{"docs":{},"하":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"분":{"docs":{},"들":{"docs":{},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"이":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"르":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"불":{"docs":{},"구":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"필":{"docs":{},"요":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"러":{"docs":{},"오":{"docs":{},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"일":{"docs":{},"치":{"docs":{},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"브":{"docs":{},"라":{"docs":{},"우":{"docs":{},"저":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"비":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"동":{"docs":{},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"화":{"docs":{},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"해":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"용":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"때":{"docs":{},"문":{"docs":{},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"활":{"docs":{},"성":{"docs":{},"화":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"하":{"docs":{},"면":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"슷":{"docs":{},"하":{"docs":{},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"빌":{"docs":{},"드":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":5.00355871886121},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"되":{"docs":{},"었":{"docs":{},"다":{"docs":{},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"트":{"docs":{},"인":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"빨":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"사":{"docs":{},"용":{"docs":{"basic.html":{"ref":"basic.html","tf":3.3359307359307357},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"방":{"docs":{},"식":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"자":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"별":{"docs":{},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"에":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"나":{"docs":{},"요":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"여":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"도":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"지":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"게":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"려":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"할":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"해":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"보":{"docs":{},"십":{"docs":{},"시":{"docs":{},"오":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"야":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"되":{"docs":{},"며":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"법":{"docs":{},"은":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"시":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"hydration.html":{"ref":"hydration.html","tf":3.339622641509434}},"이":{"docs":{},"펙":{"docs":{},"트":{"docs":{},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"전":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}},"항":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"은":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"들":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"실":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"상":{"docs":{},"용":{"docs":{},"구":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"호":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"작":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"게":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"황":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"태":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"당":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"수":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"새":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"로":{"docs":{},"운":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"생":{"docs":{},"깁":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"성":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"도":{"docs":{},"록":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"되":{"docs":{},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"자":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"산":{"docs":{},"성":{"docs":{},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"서":{"docs":{},"버":{"docs":{"./":{"ref":"./","tf":0.009933774834437087},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"build-config.html":{"ref":"build-config.html","tf":0.010676156583629894},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"사":{"docs":{},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"서":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"측":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},")":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"렌":{"docs":{},"더":{"docs":{},"링":{"docs":{},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"설":{"docs":{},"정":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.00355871886121}},"됨":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"지":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"한":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}}},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"만":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"들":{"docs":{},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"치":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"되":{"docs":{},"어":{"docs":{},"있":{"docs":{},"거":{"docs":{},"나":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"명":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755}}}}}}}},"성":{"docs":{},"능":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"솔":{"docs":{},"루":{"docs":{},"션":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"수":{"docs":{"./":{"ref":"./","tf":0.026490066225165563},"basic.html":{"ref":"basic.html","tf":0.015584415584415584},"universal.html":{"ref":"universal.html","tf":0.02197802197802198},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.013048635824436536},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.016355140186915886},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.010273972602739725}},"백":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"있":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"준":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"정":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"할":{"docs":{},"때":{"docs":{},"마":{"docs":{},"다":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}},"행":{"docs":{},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"도":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"동":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"집":{"docs":{},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"명":{"docs":{},"주":{"docs":{},"기":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"쉽":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"스":{"docs":{},"크":{"docs":{},"립":{"docs":{},"트":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"택":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"피":{"docs":{},"너":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"트":{"docs":{},"리":{"docs":{},"밍":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.020689655172413}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"림":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}},"을":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"이":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"타":{"docs":{},"일":{"docs":{},"이":{"docs":{},"며":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"간":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},")":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"작":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"하":{"docs":{},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{},"데":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"해":{"docs":{},"야":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"나":{"docs":{},"리":{"docs":{},"오":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{},"도":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}},"실":{"docs":{},"제":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"행":{"docs":{},"될":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"여":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{},"능":{"docs":{},"한":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"되":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"수":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"싱":{"docs":{},"글":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"톤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"아":{"docs":{},"래":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"티":{"docs":{},"팩":{"docs":{},"트":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"이":{"docs":{},"디":{"docs":{},"어":{"docs":{},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"직":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"안":{"docs":{},"내":{"docs":{},"서":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"전":{"docs":{},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"않":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"고":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"았":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"지":{"docs":{},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"아":{"docs":{},"도":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"야":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"알":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"있":{"docs":{},"다":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"아":{"docs":{},"야":{"docs":{},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"립":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"앞":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"애":{"docs":{},"플":{"docs":{},"리":{"docs":{},"케":{"docs":{},"이":{"docs":{},"션":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.003424657534246575}},")":{"docs":{},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"의":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"과":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"앱":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"약":{"docs":{},"간":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"어":{"docs":{},"떻":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"떠":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"얻":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"얼":{"docs":{},"마":{"docs":{},"나":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"없":{"docs":{},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"도":{"docs":{},"록":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"엔":{"docs":{},"드":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"진":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"트":{"docs":{},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"여":{"docs":{},"겨":{"docs":{},"질":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"기":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"전":{"docs":{},"히":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"부":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"예":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"상":{"docs":{},"되":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"방":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"정":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"제":{"docs":{},"에":{"docs":{},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"완":{"docs":{},"료":{"docs":{},"될":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"되":{"docs":{},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"벽":{"docs":{},"하":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"히":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"전":{"docs":{},"히":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}}}},"왜":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"외":{"docs":{},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"화":{"docs":{},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{},"도":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"요":{"docs":{},"구":{"docs":{},"사":{"docs":{},"항":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}}}},"청":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"간":{"docs":{},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"소":{"docs":{},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"원":{"docs":{},"한":{"docs":{},"다":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"활":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"할":{"docs":{},"히":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"웹":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"위":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"해":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"서":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"치":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"유":{"docs":{},"용":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"지":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"니":{"docs":{},"버":{"docs":{},"설":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3388278388278385}}}}},"즈":{"docs":{},"케":{"docs":{},"이":{"docs":{},"스":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"사":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"하":{"docs":{},"지":{"docs":{},"만":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"효":{"docs":{},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"추":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"됨":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"형":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"틸":{"docs":{},"리":{"docs":{},"티":{"docs":{},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"이":{"docs":{"./":{"ref":"./","tf":0.014900662251655629},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00830367734282325},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.00684931506849315}},"며":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"미":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"지":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"용":{"docs":{},"해":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"하":{"docs":{},"기":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"해":{"docs":{},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"것":{"docs":{},"은":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"러":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"벤":{"docs":{},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"외":{"docs":{},"에":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"유":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"전":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"제":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"후":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"렇":{"docs":{},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"하":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"점":{"docs":{},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"름":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"스":{"docs":{},"케":{"docs":{},"이":{"docs":{},"프":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},"된":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"루":{"docs":{},"어":{"docs":{},"지":{"docs":{},"지":{"docs":{},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"중":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"익":{"docs":{},"숙":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"인":{"docs":{},"덱":{"docs":{},"싱":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"터":{"docs":{},"넷":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"폴":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}},"보":{"docs":{},"간":{"docs":{},")":{"docs":{},"도":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"페":{"docs":{},"이":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"와":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"도":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"화":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"해":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"라":{"docs":{},"인":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"으":{"docs":{},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"젝":{"docs":{},"션":{"docs":{},"과":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"일":{"docs":{},"반":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"으":{"docs":{},"킬":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"급":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"치":{"docs":{},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"함":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"읽":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"으":{"docs":{},"면":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"고":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"있":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"다":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"도":{"docs":{},"록":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.024834437086092714},"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"universal.html":{"ref":"universal.html","tf":0.016483516483516484},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0166073546856465},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.014018691588785047},"api.html":{"ref":"api.html","tf":0.010273972602739725}},"(":{"docs":{},"향":{"docs":{},"후":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"i":{"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"나":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"지":{"docs":{},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"어":{"docs":{},"야":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"자":{"docs":{},"바":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"스":{"docs":{},"크":{"docs":{},"립":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"체":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"동":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"으":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011320754716981131},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}},"세":{"docs":{},"히":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"한":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"식":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"작":{"docs":{},"동":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"시":{"docs":{},"킬":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}}},"까":{"docs":{},"지":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"성":{"docs":{},"된":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3360805860805858}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0070052539404553416}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}},"업":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"잘":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"장":{"docs":{},"점":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"치":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"전":{"docs":{},"략":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}},"체":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"통":{"docs":{},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"환":{"docs":{},"율":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"달":{"docs":{},"인":{"docs":{},"자":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.005707762557077625}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"하":{"docs":{},"여":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"할":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"될":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"한":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"혀":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"역":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"적":{"docs":{},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"용":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"송":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"절":{"docs":{},"대":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"경":{"docs":{},"로":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"점":{"docs":{},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"정":{"docs":{},"적":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"인":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"확":{"docs":{},"히":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"게":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"보":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"제":{"docs":{},"공":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}}}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"되":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"해":{"docs":{},"야":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}},"약":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"사":{"docs":{},"항":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"어":{"docs":{},"해":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"하":{"docs":{},"거":{"docs":{},"나":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"작":{"docs":{},"자":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"거":{"docs":{},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"조":{"docs":{},"작":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"건":{"docs":{},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"좋":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"은":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"주":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"제":{"docs":{},"이":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"목":{"docs":{},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"석":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"입":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"하":{"docs":{},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"해":{"docs":{},"야":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"하":{"docs":{},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"사":{"docs":{},"항":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"문":{"docs":{},"형":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"중":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"요":{"docs":{},"하":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"해":{"docs":{},"질":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"이":{"docs":{},"라":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"점":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"단":{"docs":{},"하":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"지":{"docs":{},"했":{"docs":{},"다":{"docs":{},"가":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"즉":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"석":{"docs":{},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"지":{"docs":{},"식":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"원":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"하":{"docs":{},"지":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"함":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"금":{"docs":{},"까":{"docs":{},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"점":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"연":{"docs":{},"된":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"능":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}},"남":{"docs":{},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"직":{"docs":{},"접":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"렬":{"docs":{},"화":{"docs":{},"하":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"짜":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"참":{"docs":{},"고":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"사":{"docs":{},"항":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"조":{"docs":{"api.html":{"ref":"api.html","tf":5}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"십":{"docs":{},"시":{"docs":{},"오":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}}}}},"처":{"docs":{},"리":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"음":{"docs":{},"부":{"docs":{},"터":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"초":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"기":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"당":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"최":{"docs":{},"상":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"소":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"적":{"docs":{},"화":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"의":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"신":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"대":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"종":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"추":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"된":{"docs":{},")":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}},"한":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"되":{"docs":{},"는":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"상":{"docs":{},"화":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"출":{"docs":{},"력":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"될":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"측":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"캐":{"docs":{},"싱":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":10.011682242990654}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"시":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"되":{"docs":{},"며":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"므":{"docs":{},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"된":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"키":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"하":{"docs":{},"지":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"컨":{"docs":{},"텐":{"docs":{},"츠":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"가":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"텍":{"docs":{},"스":{"docs":{},"트":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"객":{"docs":{},"체":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"셉":{"docs":{},"으":{"docs":{},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"컴":{"docs":{},"파":{"docs":{},"일":{"docs":{},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"포":{"docs":{},"넌":{"docs":{},"트":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.011682242990654205},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.009380863039399626},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.011682242990654205}}},"가":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"마":{"docs":{},"다":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"코":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":3.3388278388278385},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":3.340838023764853},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"콘":{"docs":{},"텐":{"docs":{},"츠":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"크":{"docs":{},"롤":{"docs":{},"러":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"클":{"docs":{},"라":{"docs":{},"이":{"docs":{},"언":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.013736263736263736},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":3.3584905660377355},"build-config.html":{"ref":"build-config.html","tf":0.014234875444839857},"api.html":{"ref":"api.html","tf":0.005707762557077625}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"간":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"로":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"래":{"docs":{},"스":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"테":{"docs":{},"스":{"docs":{},"트":{"docs":{},"되":{"docs":{},"었":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}}},"트":{"docs":{},"래":{"docs":{},"픽":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"리":{"docs":{},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"를":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"특":{"docs":{},"정":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"히":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"수":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"팀":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"파":{"docs":{},"일":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"은":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"페":{"docs":{},"이":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"를":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"칭":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"표":{"docs":{},"기":{"docs":{},"된":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"법":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"시":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},"(":{"docs":{},"전":{"docs":{},"체":{"docs":{},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"풀":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"프":{"docs":{},"레":{"docs":{},"임":{"docs":{},"워":{"docs":{},"크":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}},"론":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"로":{"docs":{},"세":{"docs":{},"스":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"젝":{"docs":{},"트":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"그":{"docs":{},"래":{"docs":{},"밍":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"로":{"docs":{},"드":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"/":{"docs":{},"프":{"docs":{},"리":{"docs":{},"페":{"docs":{},"치":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"하":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"페":{"docs":{},"치":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"필":{"docs":{},"요":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01509433962264151},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"하":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"며":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"므":{"docs":{},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"지":{"docs":{},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"데":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"기":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{},"드":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"hydration.html":{"ref":"hydration.html","tf":3.352201257861635}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}}}}}}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"나":{"docs":{},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"위":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"함":{"docs":{},"께":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"수":{"docs":{},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"인":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}},"해":{"docs":{},"주":{"docs":{},"세":{"docs":{},"요":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"결":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"기":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"려":{"docs":{},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"석":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"야":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"시":{"docs":{},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"당":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"핵":{"docs":{},"심":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"향":{"docs":{},"상":{"docs":{},"되":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"시":{"docs":{},"킬":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"키":{"docs":{},"고":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"현":{"docs":{},"재":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"명":{"docs":{},"하":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"형":{"docs":{},"태":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"혼":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"환":{"docs":{},"경":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"설":{"docs":{},"정":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"후":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"훨":{"docs":{},"씬":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"곳":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"공":{"docs":{},"유":{"docs":{},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"되":{"docs":{},"지":{"docs":{},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"된":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"될":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"식":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"격":{"docs":{},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"나":{"docs":{},"중":{"docs":{},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"타":{"docs":{},"냅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"내":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"누":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"네":{"docs":{},"이":{"docs":{},"티":{"docs":{},"브":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"데":{"docs":{},"이":{"docs":{},"터":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793}}},"베":{"docs":{},"이":{"docs":{},"스":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"가":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"모":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"되":{"docs":{},"지":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"두":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"번":{"docs":{},"째":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"가":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"개":{"docs":{},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"런":{"docs":{},"타":{"docs":{},"임":{"docs":{},"에":{"docs":{},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"레":{"docs":{},"핑":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}},"벨":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"퍼":{"docs":{},"런":{"docs":{},"스":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"이":{"docs":{},"어":{"docs":{},"에":{"docs":{},"서":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"링":{"docs":{},"크":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"반":{"docs":{},"드":{"docs":{},"시":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"대":{"docs":{},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"응":{"docs":{},"성":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"형":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"복":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}},"되":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"환":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"지":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"되":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"삽":{"docs":{},"입":{"docs":{},"되":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"하":{"docs":{},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"소":{"docs":{},"개":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3371069182389936}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"스":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"코":{"docs":{},"드":{"docs":{"structure.html":{"ref":"structure.html","tf":5}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"맵":{"docs":{},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"쉘":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"에":{"docs":{},"셋":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"러":{"docs":{},"가":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"서":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"저":{"docs":{},"장":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"하":{"docs":{},"시":{"docs":{},"키":{"docs":{},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"템":{"docs":{},"플":{"docs":{},"릿":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"은":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"안":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"통":{"docs":{},"합":{"docs":{},"하":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"해":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"포":{"docs":{},"함":{"docs":{},"시":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"되":{"docs":{},"므":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"될":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"확":{"docs":{},"인":{"docs":{},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"할":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"장":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"힌":{"docs":{},"트":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"각":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"감":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"객":{"docs":{},"체":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.00684931506849315}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"갱":{"docs":{},"신":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"건":{"docs":{},"드":{"docs":{},"릴":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"게":{"docs":{},"으":{"docs":{},"른":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"격":{"docs":{},"리":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"결":{"docs":{},"정":{"docs":{},"적":{"docs":{},"이":{"docs":{},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"되":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"합":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"과":{"docs":{},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"가":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"계":{"docs":{},"속":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"산":{"docs":{},"되":{"docs":{},"어":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"교":{"docs":{},"차":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"까":{"docs":{},"다":{"docs":{},"로":{"docs":{},"울":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"꼭":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"디":{"docs":{},"렉":{"docs":{},"티":{"docs":{},"브":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"와":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"토":{"docs":{},"리":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"뚀":{"docs":{},"는":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}}}},"래":{"docs":{},"핑":{"docs":{},"하":{"docs":{},"거":{"docs":{},"나":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"메":{"docs":{},"커":{"docs":{},"니":{"docs":{},"즘":{"docs":{},"으":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"모":{"docs":{},"리":{"docs":{},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"소":{"docs":{},"드":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}},"바":{"docs":{},"꿀":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"발":{"docs":{},"생":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"시":{"docs":{},"키":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"킵":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"견":{"docs":{},"되":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"범":{"docs":{},"용":{"docs":{},"적":{"docs":{},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}}},"변":{"docs":{},"수":{"docs":{},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"환":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}}},"경":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"할":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"되":{"docs":{},"거":{"docs":{},"나":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"별":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"칭":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"도":{"docs":{},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"살":{"docs":{},"아":{"docs":{},"있":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"펴":{"docs":{},"보":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"봅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"써":{"docs":{},"드":{"docs":{},"파":{"docs":{},"티":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"영":{"docs":{},"원":{"docs":{},"히":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"오":{"docs":{},"류":{"docs":{},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"염":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"시":{"docs":{},"키":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"랫":{"docs":{},"동":{"docs":{},"안":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"옮":{"docs":{},"겨":{"docs":{},"야":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"갑":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"의":{"docs":{},"존":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"성":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"해":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"미":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"잠":{"docs":{},"시":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"접":{"docs":{},"근":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"존":{"docs":{},"재":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"차":{"docs":{},"이":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"타":{"docs":{},"이":{"docs":{},"머":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"틀":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"임":{"docs":{},"스":{"docs":{},"탬":{"docs":{},"프":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"편":{"docs":{},"법":{"docs":{},"이":{"docs":{},"며":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"플":{"docs":{},"랫":{"docs":{},"폼":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"러":{"docs":{},"그":{"docs":{},"인":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"레":{"docs":{},"이":{"docs":{},"스":{"docs":{},"홀":{"docs":{},"더":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}}},"피":{"docs":{},"하":{"docs":{},"려":{"docs":{},"면":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"세":{"docs":{},"요":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"해":{"docs":{},"야":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"호":{"docs":{},"출":{"docs":{},"되":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"환":{"docs":{},"성":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"훅":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"도":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"의":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}}},"규":{"docs":{},"칙":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"모":{"docs":{},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"남":{"docs":{},"아":{"docs":{},"있":{"docs":{},"게":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"노":{"docs":{},"출":{"docs":{},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"시":{"docs":{},"켜":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"드":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"논":{"docs":{},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"루":{"docs":{},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"번":{"docs":{},"들":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.352201257861635},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"링":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}}}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"된":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"렌":{"docs":{},"더":{"docs":{},"러":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"파":{"docs":{},"일":{"docs":{},"(":{"docs":{},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"세":{"docs":{},"부":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{},"지":{"docs":{},"로":{"docs":{},"(":{"docs":{},"기":{"docs":{},"본":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"밀":{"docs":{},"하":{"docs":{},"게":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"섹":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"순":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"수":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"역":{"docs":{},"할":{"docs":{},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"적":{"docs":{},"용":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}},"합":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"절":{"docs":{},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"책":{"docs":{},"임":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"팩":{"docs":{},"토":{"docs":{},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"번":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"항":{"docs":{},"목":{"docs":{},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"상":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"못":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"분":{"docs":{},"석":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3389618511569727},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"리":{"docs":{},"되":{"docs":{},"어":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"양":{"docs":{},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"임":{"docs":{},"의":{"docs":{},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}},"재":{"docs":{},"사":{"docs":{},"용":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"줄":{"docs":{},"이":{"docs":{},"는":{"docs":{},"데":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"일":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"큰":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"핸":{"docs":{},"들":{"docs":{},"러":{"docs":{},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"화":{"docs":{},"면":{"docs":{},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"삭":{"docs":{},"제":{"docs":{},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"속":{"docs":{},"성":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"싶":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"업":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"데":{"docs":{},"이":{"docs":{},"트":{"docs":{},"된":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"엘":{"docs":{},"리":{"docs":{},"먼":{"docs":{},"트":{"docs":{},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"했":{"docs":{},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"과":{"docs":{},"정":{"docs":{},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"덩":{"docs":{},"어":{"docs":{},"리":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"떨":{"docs":{},"어":{"docs":{},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"맵":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"옵":{"docs":{},"션":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}}}},"핫":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"거":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"대":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"목":{"docs":{},"록":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}},"연":{"docs":{},"결":{"docs":{},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"올":{"docs":{},"바":{"docs":{},"른":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"윈":{"docs":{},"도":{"docs":{},"우":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"청":{"docs":{},"크":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"\"":{"docs":{},"를":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"키":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"태":{"docs":{},"그":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}},"폭":{"docs":{},"포":{"docs":{},"수":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"폴":{"docs":{},"리":{"docs":{},"필":{"docs":{},"(":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}},")":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"푸":{"docs":{},"시":{"docs":{},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"허":{"docs":{},"용":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"활":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"액":{"docs":{},"세":{"docs":{},"스":{"docs":{},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}},"걱":{"docs":{},"정":{"docs":{},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"됨":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"받":{"docs":{},"은":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"병":{"docs":{},"목":{"docs":{},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"본":{"docs":{},"질":{"docs":{},"적":{"docs":{},"인":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"빠":{"docs":{},"르":{"docs":{},"지":{"docs":{},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"게":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}}}},"신":{"docs":{},"중":{"docs":{},"하":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"응":{"docs":{},"답":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"충":{"docs":{},"분":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"값":{"docs":{},"은":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"첫":{"docs":{},"번":{"docs":{},"째":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"탐":{"docs":{},"색":{"docs":{},"할":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"글":{"docs":{},"꼴":{"docs":{},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"낭":{"docs":{},"비":{"docs":{},"하":{"docs":{},"고":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"너":{"docs":{},"무":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"독":{"docs":{},"립":{"docs":{},"실":{"docs":{},"행":{"docs":{},"형":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"둘":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"명":{"docs":{},"시":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"뿐":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"삼":{"docs":{},"중":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"선":{"docs":{},"언":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"택":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"언":{"docs":{},"급":{"docs":{},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"종":{"docs":{},"속":{"docs":{},"성":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"채":{"docs":{},"워":{"docs":{},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"커":{"docs":{},"지":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"콜":{"docs":{},"백":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"판":{"docs":{},"단":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"평":{"docs":{},"가":{"docs":{},"되":{"docs":{},"지":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"length":19456},"corpusTokens":["!","!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"name\"","\"pre","\"production\"","\"production\".","\"production\"。","\"render","\"server","\"server\"","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","\"привет\"","\"같은","\"미리","\"범용적\"으로","\"서버용","\"수화","\"유니버설\"","\"첫번째","\"필요한","#","$option","$options에","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'bonjour'","'bonjour',","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css',","'foo.css',你需要配置合适的","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'(2.3.1+)를","'once'.","'once'`","'once'。","'once'。更多细节请查看","'once'로","'once'를","'once'('once'","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","'привет',","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(*.vue","(.j","(2.3.1+),","(2.3.1+),bundl","(`'once'`","(again,","(asyncdata)","(auto","(automat","(automatiqu","(avec","(base)","(bi","(c.","(c.asyncdata)","(cacheable)","(client","(client)","(code","(comm","(component.asyncdata)","(context)","(dif","(e.g.","(en","(encor","(entri","(err)","(err,","(err.cod","(event","(everyth","(ex","(ex.","(ex:","(externalize);","(file,","(h)","(head)","(hit)","(html","(hydrate)\"하여","(i.e.","(interpol","(key,","(key:","(lazy)","(like","(long","(main)","(module)","(même","(non","(not","(object)","(optional)","(optionnel)","(par","(pass","(platform","(prefetch)","(preload","(preload)","(prevmatched[i]","(req,","(requiert","(requir","(router),","(runinnewcontext이","(récupérat","(same","(seo","(server)","(side","(singl","(spa","(ssr","(ssr).","(ssr)?","(state,","(store)","(string)","(time","(title)","(to,","(tout","(type","(use","(utilis","(vm)","(vnode,","(vue","(webpack","(when","(window.__initial_state__)","(with","({","(«","(автоматически","(все","(добавлено","(интерполяция","(например,","(не","(опционально)","(опциональными)","(опять","(передавая","(при","(путём","(с","(соответствуя","(тот","(требует","(권장하지","(비동기","(빌드","(속성을","(업데이트된","(예","(예:",")","*","*,","*.sass)","*.sass),","*.sass),那么你也应该将它们添加到白名单中。","*.styl),","*.vue","*.vue)","*.vue,","*.vue.","*.vue파일","+","+=",",",".","...","...autr","...omiss","...omit","...other","...другие","...опустим","...忽略无关代码",".json).",".json)。必须以","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact","/contact,","/node_modules/.test(module.context)","/로","0","1","100,","1000","10000","10000,","12.0.0","12.0.0+","12.0.0+)","12.0.0+):","12.0.0+)","1:","1초","2","2'","2.2","2.2,","2.2.0+","2.3.0","2.3.0+","2.3.0버전","2.3.0에서","2.3.1+","2.3.1+)","2.3.1+),","2.3.1+.","2.3.1+。","2.3.1버전","2.3.2","2.3.2+","2.3.2+,","2.5","2.5+","2.5+,","2.5,","2.5.0","2.5.0+","2.5.0+,","2.5.0+,如果没有传入回调函数,则会返回","2:","2에서","3","3.0.0","3.0.0+","3:","3rd","404","404)","6","6+.","6+。","7.6","7.6+","7.6+,","8')",":",";","=","===","=>",">",">=",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","]callback)","`","`)","`*.vue`","``","`asyncdata()`","`asyncdata`","`boolean","`createbundlerenderer`에서만","`global`","`global`(例如","`hello","`id=\"app\"`","`l'url","`router.beforeresolve()`","`router.beforeresolve()`,","`router.beforeresolve()`,以便确保所有异步组件都","`store.dispatch()`","`store.dispatch()`,","`store/index.js`","`style","`template`","`the","`this.datapromise.then(...)`","`title`","`title`,","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`.","`window.__initial_state__`,并注入","`{{","`вы","`访问的","`방문한","abil","abordé","abov","above.","absolu","absolue,","absolut","abstract","accept","access","access)它们。","access)을","accident","account.","accè","accéder","achiev","actif.","action","actions:","actions?","action」的代码?","activ","activé","actual","actuel","add","added:","addit","addition,","address","advanc","advantag","affich","affiché.","afin","again","again.","agnostic,","agnostiqu","agréable.","ahead","ai","aid","aider","ainsi","ainsi,","ait","ajax","ajax,","ajax를","ajout","ajouté","algorithm","alias","aliases,","alimenté","all,","all.","allon","allow","along,","alor","alreadi","also:","alter","altern","alternativ","alternatively,","although","altéré","alway","amount","amélior","ancien","anciennes,","anim","anoth","anywher","apercevrez","api","api,","apis),","apis,","apis.","api。","api로","api를","api에","api의","api(请忽略此","api,例如,一个","api,因此如果你的代码中,直接使用了像","api,用于处理此问题,通过使用","api,通常方式是,在「纯客户端(cli","app","app!","app'","app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross","app,","app.","app.$mount('#app')","app.j","app.js:","app.js는","app.js파일을","app.js:","app.vu","app/vendor","apparaitr","appareil","appear","appel","appelé","appelés.","appli","applic","application),","application,","application.","application:","applications,","applications.","appliqué","approach","approch","appropri","approprié","appréciation.","aprè","arbitrari","arbr","are:","argument","argument)","arguments:","around","array","arrêt","arrêté","artifact","artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用","artéfact","as:","asid","ask","assert","assert를","asset","assign","associ","associé","assum","assur","assurez","assuré","astucieus","async","asyncdata","asyncdata({","asyncdata.","asyncdata。注意,由于此函数会在组件实例化之前调用,所以它无法访问","asyncdata,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(rend","asynchron","asynchrones,","attach","attachon","attaché","attacks.","attaqu","attend","attendez","attent","attribut","attribute:","au","aucun","aura","aurait","aurez","aurion","auron","aussi","aussitôt","autant,","author","auto","automat","automatiqu","autonom","autr","autrement,","aux","avail","avancé","avant","avec","avez","avion","avoid","avoir","avon","awar","away","axio","axios는","ayant","ayon","babel","backend","backward","bail","baisser","balis","balises,","band","bandwidth","bar.vu","basant","base","base,","base.","baseconfig","based)的模板的性能相当。在","basedir","basic","basiqu","bass","baz.vu","be","beaucoup","because:","becomes:","befor","beforecr","beforecreate와","beforedestroy","beforemount","beforemount.","beforerouteupd","behavior","benefici","benefit","benefits:","besoin","besoin.","best","better","between","bibliothèqu","bibliothèques.","bien","big","bigger.","bind","bing","bing은","bit","bloquer","bogu","boilerpl","boilerplate,","bon","bonjour","bonn","boolean","boot.","bootstrap","bord","both","bottlenecks.","box","box,","break","briefli","brièvement","browser","browser,","browser.","browsers.","bu","bug","bug,其中","build","build.","building.","builds,","built","bundl","bundle(serv","bundle),render","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundle.json이","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context])","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundlerenderer인스턴스를","bundles.","bundle。以下信息假定版本为","bundle。它应该是这样的:","bundle。这具有一些好处","bundle」会发送给浏览器,用于混合静态标记。","bundle」然后用于服务器端渲染(ssr),而「客户端","bundle와","bundle,不能被外部化","bundle,然后重新创建","bus).","bypass","bénéfice","bénéfices,","c'est","c))","c.asyncdata({","ca","cach","cache')","cache,","cache.","cache:","cache:일반적으로","cacheabl","cached,","cached.","cache로","cache를","cache:","caching)","caching)。要启用组件级别缓存,你需要在创建","caching.","caching이라고","call","callback","callback)","callback,","callback.","callback]):","called.","can't","can.","canal","capabl","capacité","car","caractèr","caractère.","caractères.","care","carefulli","cas,","cas.","cascad","case","case,","cases,","cater","caught","caus","causer","cavali","caveat","caveats)","cb(res)","cb)","cb?:","ce","ceci","cela","cela,","cell","celui","cepend","cependant,","certain","cet","cett","ceux","ceux,","chain","chang","changed.","changement","changer","changes.","chaqu","charg","chargement","chargement,","charger","charger,","chargé","chaud","check","chemin","chercher","child","choisi","choix","chose","chunk","chunk\"","chunk\",并开始更快地将其发送给客户端。","chunk(main","chunk)","chunk.","chunks.","chunk。","chunk,之后可能会用于渲染","ci","cibl","class","class:","classe.","client","client,","client.","client.j","client.js',","client.js).","client.js,","client.js:","client.js에서","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clientmanifest。","clientmanifest가","clientmanifest를","clientmanifest을","clientmanifest이","clientmanifest,返回的字符串中,也将包含着","clienttitlemixin","clé","clé.","code","code!","code)。","code,","code.","code:","collect","collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一","collections,","colloc","collocated,","combin","come","comm","commenc","comment","commentair","commençon","commit","commit('inc')","commit('setitem',","common","commonschunkplugin","commonschunkplugin,","commonschunkplugin을","commonschunkplugin,请确保仅在客户端配置(cli","commun","commun.","compar","comparaison","compatibility,","compil","compilé","complet","complet.","complex","complèt","complète.","complètement","compon","component'","component,","component.","component.asyncdata({","component:","components)","components,","components.","components:","components;","comport","compos","composant,","composant.","composants,","composants.","comprendr","compt","compteur","computed:","concaten","concatén","concept","concept,","concern","concord","concordance,","concordance.","concordant","condit","conditionnel","conduis","conduit","config","config)","config)中使用,因为服务器包需要单独的入口","config)包含在两个环境共享的配置,例如,输出路径(output","config)和基本配置(bas","config)和客户端配置(cli","config)大体上相同。显然你需要把","config)将如下所示:","config),可以通过使用","config.","config:","configur","configuré","conjoint","connaiss","connaissance.","connexion","conseillé","consid","consider","considér","considéron","considéré","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructeur","constructors,","construisez.","construit","consultez","contain","container\".","container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到","conten","contenir","content","content),","content)与转化率直接相关」的应用程序而言,服务器端渲染(ssr)至关重要。","content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(ssr)将是一个小题大作之举。然而,内容到达时间(tim","content)要求是绝对关键的指标,在这种情况下,服务器端渲染(ssr)可以帮助你实现最佳的初始加载性能。","content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的","content,","content.","contenu","contenu,","context","context)","context)。在旧版本中,你必须通过将其传递给","context)上存在一些特定属性时,模板会自动注入对应的内容:","context)中。","context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止","context)执行","context)进行基本插值:","context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context","context),然后在模板中的占位符替换为这些数据。","context,","context.","context.getpreloadfiles()","context.head:","context.head:(字符串)将会被作为","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.state를","context.state:(对象)初始","context.styles:","context.styles:(字符串)内联","context.url","context:","context])","context]):","context],","contexte,","contexte.","contextkey:","context객체는","context로","context를","context에","contient","continu","contraint","contrair","contribu","contribut","control","contrôl","contrôler","convers","conversion.","convert","conviendra","core","correct","correcte,","correspond","correspondantes,","cost","couch","count:","courant","courant.","courante.","course,","cout","couteux,","cover","cpu","cpu를","crawler","creat","createapp","createapp()","createapp()에","createapp(context)","createapp(context).then(app","createapp,","createapp:","createapp과","createapp에","createapp,我们也需要给每个请求一个新的","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","createbundlerenderer。这对开发过程中的热重载是很有用的","createbundlerenderer에","createbundlerenderer:","created,","created만","created에서","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createrouter:","createstor","createstore()","creator","critic","critical,","critiqu","critiques,","cross","créateur","création","crée","créer","créez","créon","créé","créé,","créée","css","css(critic","css(inlin","css)","css)。","css)」;","css)가","css))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。","css,","css.","css。在客户端,当第一次使用该组件时,vue","css가","css는","css를","css섹션에서","css에","css파일","css파일만","css파일을","css)","css)。","css,例如,import","css,可以使用","css,将以","css,或使用","css,此属性会在构建过程中被自动生成。","current","custom","cycl","côté","d'abord","d'abstract","d'accidentel","d'accè","d'administr","d'ajout","d'aller","d'amélior","d'api","d'applic","d'application,","d'attach","d'attendr","d'autant","d'autr","d'avoir","d'effet","d'encapsul","d'entré","d'entrée.","d'entêt","d'environn","d'environnement,","d'extrair","d'exécut","d'ici","d'import","d'inclur","d'index","d'inform","d'informations.","d'interpol","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'«","d'écrire","d'émettr","d'étape","d'état","d'étranglement","d'éviter","d'évènements.","d'être","d.","dan","dashboard","data","data)","data,","data.","data.tostring()","data:","databas","de","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","default를","defin","definit","dehor","deliv","demand","demo","demo,","demo를","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","depui","dernièr","dessou","dessu","destin","destiné","destroy","destroyed.","destroyed에서","detail","details,","details.","detect","determin","deterministic,","deux","develop","development.","devez","devices.","devient","devoir","devon","devraient","devrait","devrez","devriez","devrion","devtool:","didn't","dif","differ","differences,","diffèrent","différenc","différent","différents.","dire","direct","directive),以及","directive;","directivemeta)","directives,","directives:","directives옵션을","directli","directly:","directori","directory.","disabl","discard","discuss","discut","discuteron","discuté","dispatch","display","displayed,","dispon","dispos","dit","diver","do","docs.","document","document,","document.titl","documentation.","document와","document의","document,这种仅浏览器可用的全局变量,则会在","doesn't","doit","doivent","dom","dom(virtu","dom)","dom,","dom.","dom:","dom。但是,对于服务器端渲染(ssr),责任转移到纯客户端","dom。然而,也可以将同一个组件渲染为服务器端的","dom구조와","dom에","dom을","dom,因此会在服务器端渲染(ssr)过程中导致错误。有两种方法可以解决这个问题:","don't","donc","donc,","done","donné","données,","données.","dont","dossier","doubl","dout","down","download","drastic","driven","du","due","duplic","durant","dure","dynam","dynamiqu","dynamiques,","début.","débute","débuter","déclarat","déclarer","déclencher","découplé","dédié","dédiée.","déduir","déduit","déduits),","défaut","défaut,","défaut.","défini","définir","définiss","définitives.","déjà","déjà.","délicat","démarrag","démarrage.","démarrer.","démo","dépaquetag","dépaquetage,","dépendanc","dépendra","déplacez","déplacé","déploiement","déployé","désactiv","désactivé","désinfecté","détail","détails,","détails.","détection","détermin","déterministe,","déterminé","développ","développement,","développement.","dû","e.g.","each","earlier","easier","easili","edit","effect","effect)的子组件。","effects)","effectu","effectué","effet","element","elements.","elimin","ell","emb","embed","emit","emitted)的","emitted,","empaquet","empaqueté","employ","empêch","en","enabl","enabled.","encapsulé","enclenché,","encor","encore,","endroit","enfant","engin","enregistr","ensuit","ensur","enter","entir","entièr","entr","entrer","entri","entry(univers","entry)","entry)中实现过了,现在我们只需要更新客户端入口(cli","entry):","entry,","entry.","entry:","entry」。在纯客户端应用程序中,我们将在此文件中创建根","entry파일을","entré","entêt","entêtes.","env:","environ","environment,","environments,","environments.","environn","environnements,","envisagez","envoi","envoy","envoyé","err","erreur","erreurs...","error","error')","error...","es2015","es2015,","es2015를","escap","especi","essay","essenti","essentiel","est","est,","et","etc),","etc.),","evalu","even","event","everyth","ex.","exact","exactli","examin","exampl","example,","except","exceptions.","exclu","exclus","exclusif","exclusiv","execut","executestring('var","exempl","exemple,","exist","expand","expect","expects:","expens","experi","experience,","expir","explicit","explicitli","expliqué","export","exports)","exporté","export하고","expos","exposé","express","express:","express와","express:","expérienc","extend","extens","extension.","extern","externalis","externalisé","externals')","externals:","externals옵션에서는","externes.","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","exécut","exécution)","exécuté","fabriqu","facil","fact","fact,","factori","fail.","fair","faire.","fait","fait,","fallback:","fals","false)","false).","false):","false,","false。","false가","false로","false를","false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。","false)在模板中使用这些方法:","false,bundl","familiar","familiarisé","far,","fashion)处理动态导入(dynam","fashion,","fast,","faster","faster.","faudrait","faut","façon","featur","features,","features.","feel","fetch","fetch)已有的数据。","fetching\"","fetching)","fetching)\"옵니다.","fetching:","fetchitem","fetchitem(id).then(item","few","fichier","fichier,","fichier.","fichiers.","figur","fil","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","fin","final","finally,","fine","fine.","finer","finie.","finir,","finish.","fiou,","first","flow","flow)","flow):","flux","flux,","flux.","fly,","focus","foi","fois,","fois.","fold:","follow","following:","fonction","fonctionn","fonctionnait","fonctionnalité","fonctionner,","fonctionnerai","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","for.","forever.","form","format","fort","found","found')","fourni","fourni,","fournie,","fournir","fourniron","fourniss","fournissez","fournit","fragment","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function))。","function.","function:","functions)","further","further,","futur","futur.","future.","garder","gener","generated,","generated.","generation.","gestion","gestionnair","get","get:","getcachekey구현을","gettitl","gettitle(this)","get과","give","given","global","global(예:","global,","global.","globales,","globals,","global。","global을","global(例如,polyfill)的依赖模块必须被打包进","globaux","go","good","googl","google과","goulot","grain","grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建","grand","grandement","granularité","greatli","gross","grosse.","groundwork","grâce","guid","guide,","guide.","gâcher","génère","généralement","générateur","générer","génériqu","généré","généré,","générée.","générées.","générés.","gérer","géré","h","h('div',","h(app)","habituel","habitué","hack","hackernew","hackernews,","hacki","hand","handl","handler","handler...","has?:","hash","has는","haut","have.","haven't","head","head,","head에","hello","help","here","here.","hi","high","higher","hint","hint)。默认情况下会:","hints)。","hints)」;","hit","hook","hook)","hook)中使用;一些外部扩展库(extern","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html),","html,","html.","html;","html。","html에","html을","html이","html,使其变为由","html,我们显然无需将其丢弃再重新创建所有的","html,然后使他们成为动态的(能够响应后续的数据变化)。","html,而是使用预渲染方式,在构建时(build","http","http/2","http/2.","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydratation.","hydration)","hydration)时,自动注入以及","hydration,","hydration.","i)","ici","ici,","ici.","id","id)","id,","id:","id=\"app\"","id=\"app\",","id=\"app\",而是添加","idea","idea:","identifi","identiqu","identiques.","idé","id를","id와","id,再加上最后更新的时间戳,来生成其缓存键(cach","ignor","ignoron","il","imag","imaginon","implement","implementation)。典型做法是传入","implementation.","implementation이","impliqu","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","import),","important","important,","important:","importante,","importantly,","importez","importé","improv","improved.","in:","inc:","inclu","includ","include.","inclure.","incom","index","index.template.html","index.template.html)","index.template.html:","index.template.html:","indic","indicateur","indicator)","indicator)。","indicator),就触发","individu","individuel","individuellement.","indépendam","infer","inferred);","infin","inform","information)或内联关键","information)(如头信息(head","information.","initi","initial","initial,","initial.","initiale,","inject","inject:","injected):","injected.","injection)","injection)。","injection,","injection.","injection을","injecté","injecté)","injecté.","injectées)","injectées.","injectés,","inlin","inlined)的","insid","inspect","inspectez","instal","installed,","installées,","instanc","instance'","instance)","instance,","instance.","instances:","instancié","instanciés,","instantané","instanti","instantiated,","instantli","instead","instead,","instead.","insérer","inséré","integr","intellig","intelligem","intens","interact","interactive)","interactive).","interactive)。","interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。","interactive)를","interactive.","interactives.","interfac","interfer","interfér","intern","internet","interpol","interpolation)","interpolation)。","interpolation)을","interpolation),以避免","interpolation);","interpolation.","interpolation;","interpolé","interprété","introduc","introduct","introduiron","intégrat","intégrer","intégré","intéress","inutil","inutilis","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isolée.","isomorphiqu","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","item。","itself,","jamai","java","java'","java.","javascript","javascript,","javascript.","javascript를","jeter","jeux","jour","json","json.","json은","json파일로","jusqu'en","jusqu'ici,","jusqu'à","just","keep","key","key)和","key)对应一个组件:你无需担心两个组件返回同一个","key),都可以通过传递选项对象进行自定义:","key):","key.","key。","know","knowledg","l'accè","l'action","l'activer,","l'api","l'api.","l'applic","l'application,","l'application.","l'approch","l'arbr","l'argument","l'attach","l'attribut","l'augment","l'avanc","l'avantag","l'emplac","l'emploi,","l'entré","l'environn","l'environnement.","l'envoi","l'erreur","l'erreur...","l'esprit","l'exempl","l'export","l'expos","l'expose.","l'extens","l'externalis","l'extract","l'exécut","l'exécuteur","l'hydrat","l'hydratation,","l'idé","l'implément","l'import","l'indexeur","l'indicateur","l'inject","l'instanc","l'instanci","l'instant),","l'instant,","l'interfac","l'interpol","l'introduct","l'intégralité","l'intégrer","l'intérieur","l'object","l'objectif","l'objet","l'on","l'option","l'un","l'usag","l'utilis","l'utilisateur","l'écosystèm","l'écran","l'écritur","l'élément","l'équip","l'étape","l'état","la","laissé","lancer","larg","largement","last","later","latest","lay","layer,","lazi","lazili","le","lead","lecture,","lent","lents.","lequel","let","let'","leur","level","level)」(例如,使用渲染函数(rend","leverag","levé","li","liaison","librari","libraries.","libraries:","library)可能需要特殊处理,才能在服务器渲染应用程序中运行。","librarytarget:","library。例如,axio","lieu","lifecycl","lifecycle,","lign","limit","limité","line:","link","links)和资源预加载提示(resourc","lire","list","lister","lists.","live","lié","liée","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader`","loaders.","loaders:","loader。服务器配置(serv","loader로","loader를","loader(vu","loader),具备一些服务器端渲染的特殊功能:","loader:","locat","logic","logic)。","logic)을","logic):","logic...","logiqu","loin,","long","look","lor","lorsqu","lot","low","lru","lru({","lui","lui.","là","lèveront","légèrement","l’intérieur","mai","main","mainten","maintenant,","maitr","major","majorité","make","mal","manag","management:","mani","manifest","manifest)。使用客户端清单(cli","manifest)以及页面模板:","manifest)和服务器","manifest),客户端配置(cli","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manifest.json`。","manipul","manièr","manual","manuel","map","map'","map',","map')","map。","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching)和数据预取逻辑(data","matching,","matièr","matter","max:","maxage:","maximales.","maximum","mayb","mean","meant","mechan","meilleur","member","membr","memory.","mener","mention","mentionné","merg","merge')","merge(baseconfig,","merge.","merge를","meta","meta:","metadata","method","methods:","mettent","metton","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mieux","migrat","migrer","millisecond","minchunks:","mind","mind,","minimum","mise","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mixin을","mixin,来控制文档标题(docu","mock","mode","mode)下自行移除。","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","modèl","moin","moment","moment,","monopag","montag","monter","monton","montée,","montée.","morceaux","more","mostli","mot","moteur","moteur)","mount","mounted,","mounted.","mounted와","mounted),只会在客户端执行。","moustach","move","msg","msg:","much","much,","multipl","mustach","mustache(html","mustache)进行","mustache를","mutations:","mécanism","mémoire.","méthode","même","mêmes.","n'a","n'ajout","n'attendra","n'aura","n'aurait","n'avez","n'avon","n'en","n'est","n'hésitez","n'i","n'import","n'ont","n'utiliserez","n'utilisez","name","name,","name.","name:","namespaced:","nashorn","nashorn,","nashorn.","natif","nativ","natively.","nativement.","natur","naturel","navig","navigateur","navigateur,","navigateur.","navigateurs.","navigation:","ne","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","nginx,","niveau","no","node","node.j","node.js,","node.js.","node.js:","node.js는","node.js를","node.js에서","node.js에서도","node.js에서만","node.js와","node.js의","node_env:","node_modul","node_modules.","nodeextern","nodeexternals({","nodes.","nom","nombr","non","normal","not,","notat","notations):","note","note:","noter","notes:","notez","notic","noton","notr","nou","nous,","nouveau","nouvel","now","now),","now,","npm","npm,","npm으로","npm을","npm,但你也可以使用","number","numéro","nuxt.j","nuxt.js.","nuxt.js。它建立在同等的","nuxt.js를","nécessair","nécessaire.","nécessit","nœud","object","object\"","object)","object)。此对象包含了","object)可选。回调函数是典型的","object)可选。回调是一个典型的","object)可选。更多细节请查看流式渲染。","object,","object.","object:","objects,","objects.","objet","obtenir","obvious","occup","of.","off","offers:","offici","officiel","older","on","onc","only)」的生命周期钩子函数中惰性访问(lazili","only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,node.j","only)的代码中,我们可以设置一个","only)的全局","only)项目配置","ont","oper","optim","optimal","optimaux","optimis","optimisations),","optimisé","option","option).","option.","option:","optional.","optionnel","optionnel.","optionnelle.","optionnelles.","options.","options:","options])","options와","options을","opérat","oracl","order","orient","otherwis","ou","out","outdat","output","output,","output.","output:","outsid","over","overkill.","où","pa","page","page'","page,","page.","pages.","paquetag","paquetage.","par","param","paramètr","parc","parcourir","parcourt","parfait","parfoi","part","partag","partagé","partagés.","parti","particuli","particulièr","partie.","parton","partout","pass","passant","passante.","passed,","passed:","passer","passez","passé","path","path),别名(alias)和","path,","path.","path:","patient","pendant","per","perform","performance,","performance.","performances,","periods.","permet","permett","personnalis","personnalisé","personnalisé,","pertin","petit.","peu","peut","peuvent","phase","phew,","php","pick","pick,","place","place,","place.","placehold","placer","placé","plateform","plateforme,","plateforme.","plateformes,","platform","pleasant.","pleinement","plu","pluge","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","plugin로","plugin에","plugin을","plupart","plus,","plusieur","plutôt","point","point,","pointer","polic","polices,","polluer","pollut","pollution)。","pollution.","polyfil","polyfill.","polyfills)","polyfill。","polyfill。这是因为当使用新的上下文模式时,serv","polyfill이","polyfill)的依赖模块列入白名单","popul","poser","possibilité","possibl","possible.","possèd","postcss","postcss,","posé","potenti","potentiel","pour","pourquoi","pourra","pourrait","pourriez","pourron","pouvant","pouvez","pouvez.","pouvon","power","pre","precis","prefer","prefetch","prefetch)","prefetch,","prefetched,","preload","preload/prefetch","preloaded,","preloaded.","premier","premièr","prendr","prenon","prepar","prerend","prerendering)","pretti","prevent","previous","prevmatch","pri","primarili","princip","principal","principale.","print(res)","prior","prioriti","priorité","priorité.","probabl","problem","problem.","problem에","problèm","problème.","process","process'","process).","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","processor)或","processu","processus,","prochain","produc","product","production,","production.","productivité","produis","profondeur","programmat","programmatiqu","project","project.","projet","promess","promis","promise((resolve,","promise,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","promise,","promise:","prop","prop,","proper","properli","properly.","properti","propo","propr","proprement.","propriété","props.item.id","props.item.id,","props.item.id.","props.item.id에","props.item.last_upd","props:","prop,则需要修改","proven","provid","provided,","provoqu","pré","préchargement","précharger","préchargé","préchargées.","préchargés,","préchargés.","précisément","précompil","précompilation.","précompilé","préconçu","précédemment.","précédent","préférer","préférez","préoccup","préparer","préparez","préprocesseur","présent","présent,","présuppos","prévention","prêt","prêt,","prête","pui","puis...","puisqu","puisqu'il","puiss","pull","pure","purpose.","push)。","push.","put","périmé.","périod","qu'argu","qu'au","qu'en","qu'est","qu'exemple.","qu'il","qu'un","qu'à","qu'état","quand","quantité","que","que,","quel","quell","quelqu","queri","question","qui","quit","quoi","racin","raison","ralentit","rapid","rapide,","rapidement.","rappel","rappel.","rapport","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recharg","recherch","recommandations.","recommandé","recommandé).","recommend","recommendations.","recommended).","recréant","recréer","redi","redis:","redisclient.get(key,","redisclient.set(key,","reduc","redémarr","refair","refer","regardless","regardless,","regist","register)这个模块:","registr","reject","reject({","reject)","rejett","reli","relis","reload","reload)","remain","remarquerez","remarqué","remov","remplac","remplacé","rempli","remplir","rend","rendant","render","render,","render.","render:","rendercach","rendered.","rendered:","rendered은","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js,","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","renderer가","renderer는","renderer에는","renderer인스턴스를","renderer,来禁用所有自动注入。","renderer,用法和普通","renderer:","rendering)","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring,","rendertostring:","rendertostring대신","rendertostring의","rendertostring이","rendertostring콜백에서","rendertostring:","rendervuecomponenttostring(vm,","rendr","rendu","rendu)","rendu,","rendu.","rendus.","renvoi","renvoy","repeat","repeatedli","replac","repres","repris","représent","req","req.url","request","request),以及改善可交互时间(tti","request,","request.","request:","requests!","requests,","requi","requiert","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","require를","require:","requises.","requêt","requête,","requête.","requêtes,","requêtes.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(404).end('страница","res.status(500).end('erreur","res.status(500).end('intern","res.status(500).end('внутренняя","resolv","resolve(app)","resolved,","resolved.","resolve。","resourc","respect","respons","responsabilité","responsive.","ressembl","ressemblerait","ressourc","rest","restart","reste.","rester","restera","result","result.","retir","retiré","retourn","retournerai","retourné","return","reus","revis","right","risqu","root","rout","routag","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.onready를","router.onready,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(serv","router.push(context.url)","router、stor","router。我们首先创建一个文件,在其中创建","router。注意,类似于","router를","router와","routes,","routes.","routes:","routeur","routeur,","routeur.","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","règle","réactif","réactifs.","réactive.","réactivité","réagir","réalis","réalisé","récemment","récupérat","récupérer","récupéré","récupérés,","réduir","réel,","réellement","réexécut","référenc","référer","répons","répétée","réservé","résolu","résolu,","résolues.","résolut","résoudr","résultat","rétrocompatibilité,","réutilis","réviser","s'appliqu","s'appui","s'exécut","s'hydratera","s'il","salut","same","same:","san","sanit","save","savent","savez","savoir","savon","scenario","scind","scinder","scindé","scission","scope","scratch.","screen.","script","script,其中状态被嵌入在","scénario","se","seamlessli","search","second","second,","second.","seconde,","seconde.","secondes,","section","section,","section.","sections.","see","seen","selector","self","selon","semblera","sen","send","sens","sent","sentir","seo","seo,","seo가","seo,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。","seo,那么你可能需要预渲染。无需使用","separ","sera","seraient","serait","serial","seront","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.js에","server.listen(8080)","serverbundl","servercachekey","servercachekey,","servercachekey:","servercachekey로부터","servercachekey함수를","servertitlemixin","server。基本配置(bas","serveur","serveur')","serveur,","serveur.","serveur...","set","set.","set:","setinterv","setinterval.","setinterval로","setitem","settimeout","setup","setup,","setup.","set。此外,如果","set을","seul","seulement","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","shouldpreload옵션을","show","show'","show.","show의","si","side","side).","signatur","signifi","signific","significatif","significativ","similair","similaire,","similar","similar,","simpl","simple,","simple.","simplement","simpler","simpli","simplifi","simul","singl","singleton","singleton,","singulièr","sinon","sinon,","site","site.","slow","smaller","smooth","so,","soient","soin","soit","sole","solut","someth","sometim","somm","son","sont","soon","sooner.","sort","sorti","sortie,","sortie.","sou","souhaitez","soumett","sourc","spa","spa(싱글","spa,","spa와","spa(singl","special","specif","specific)","specific)。","specific)页面才会缓存","specific)(即对于相同的","specific.","spinner,","split","splitting)","splitting),","splitting)时,此方法将智能地正确的推断需要引入的那些异步","splitting,","spécial","spécifiqu","src","ssr","ssr,","ssr.","ssr:","ssr?","ssr과","ssr성능이","ssr에","ssr은","ssr을","ssr의","ssr이","ssr중","stack","stade,","standalon","start","starts.","startup.","state","state(상태)","state(상태)를","state)","state)到","state.","state.count++","state:","static","statiqu","statique.","statiques,","statiques.","stay","step","step.","still","stop","stopper","store","store(저장소)","store)","store)或\"状态容器(st","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","store。","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stratégi","stratégie,","stratégie.","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","stream입니다.","stream:","string","string)","string,","string.","structur","structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的","structure.","structure를","style","sub","submit","substitu","such","suffici","suffisam","suggest","suggéron","suit","suitabl","suivant","sujet","supplémentair","support","supporté","suppos","supposez","supposon","supprim","supérieur","sur","surcout","sure","surtout","switch","sync","sync'","sync(store,","synchron","synchrones.","synchronis","sélecteur","séparer","séparé","séparé,","séparé.","sérialis","sérialisé","sûr","sûr,","tableau","tag","tag.","take","tant","tard","tard.","target:","task","taux","team.","tear","techniqu","tel","tell","temp","templat","template),","template).","template,","template.","template:","templates.","template에서","template은","template을","template,你可以自己拼接字符串。","temps,","tenant","term","terminé","test","test:","testé","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext","this.$root.$options.ssrcontext.","this.$root.$options.ssrcontext를","this.$rout","this.$ssrcontext","this.$ssrcontext.","this.$ssrcontext.titl","this.$ssrcontext로","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","this。需要将","those","three","through","throughout","throw","thu","tier","tierc","tierces.","tiers.","time","time)简单地生成针对特定路由的静态","time,","time.","timer","timers.","timer。在纯客户端(cli","timer,然后在","times.","timestamp","timestamp:","tirer","titl","title):","title.call(vm)","title:","title을","titr","togeth","together.","topic","tou","toujour","tourn","tourner","tourner.","tout","tout,","tout.","trade","tradit","traditionnel","traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。","traffic,","traffic.","trafic,","trafic.","traiter","traité","transform","transpil","travail","traver","travers","treat","treatment","tree","tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个","tree),是否与从服务器渲染的","tree.","tricki","trigger","triggered,","tripl","troi","trop","trouv","trouver","trouvé","trouvée')","true","true,","true.","true。","true가","true를","true입니다.","true,但建议你尽可能使用","true,那么你还应该将修改","try.","trè","tti","tti(첫","turn","two","type","type)","typeof","typic","typiqu","tâche","téléchargé","tôt.","ultim","un","understand","uniqu","unique,","unique.","univers","universel","universel.","universelle,","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url.","url:","urls.","url。","url。这允许我们将访问的","url은","url을","url의","url,总是为所有用户渲染相同的内容),我们可以利用名为","us","us,","usabl","usag","usage.","use:","user","user/1","user/2).","user/2)时,也应该调用","users),","usual","util","utilis","utilisateur","utilisateur,","utilisateur.","utilisateur/1","utilisateur/2).","utilisateurs),","utilisera","utiliseron","utiliseront","utilisez","utilison","utilisé","utilitair","utility)。","utility.","ux","v","v6","v8","v8j","v8js:","va","val)","val:","valabl","valeur","valid","valu","var","variabl","variables.","vendor","ver","veri","verra","verront","versa.","version","version\"","version)\"。","versions.","veut","via","vice","vie","vie,","vie.","view","view.","virtual","virtuel","virtuel.","visibl","visit","visité","visitée,","vivr","vm","vm.","vm.$option","vnode","vo","voici","void;","voient","voir","volé","vont","votr","vou","voudra","voulon","vous.","voyez","vs","vs.","vu","vue","vue!","vue'","vue({","vue).","vue,","vue.","vue.j","vue.js,","vue.js는","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue:","vue_env","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex,","vuex.","vuex.store({","vuex。我们先创建一个","vue가","vue는","vue앱에","vue의","vue인스턴스를","vue인스턴스에서","vue,以及以下","vérifiant","vérific","vérifier","wait","want","wast","waterfal","way","we'v","web","web.","webpack","webpack'","webpack'ом","webpack)","webpack,","webpack.","webpack.config.j","webpack.defineplugin","webpack.optimize.commonschunkplugin({","webpack。服务器端渲染(ssr)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base,","webpack과","webpack에","webpack에서","webpack을","webpack의","webpack,以生成","webpack,你可以使用","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial_state__","window.__initial_state__.","window.__initial_state__로","window.__initial_state__에서","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","xss를","y","yarn","yarn.","yarn。","yarn을","yet,","yet.","you'd","you'r","you.","yourself","yourself.","zone","{","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","}와","«","«гидрировать»","«загружать","«застревание»","«изоморфным»","«контейнере","«первый","«предзагружать»","«серверный","«синглтона","«снимок»","«стиле»,","«универсального»","«универсальным»,","»","»)","»),","»).","»,","».","à","ça","échappé","échappé)","échappé.","échouer.","écrire","écrit","écrite","écrivant","écrivez","éditez","également","égaler","éliminé","élément","émi","émis,","émise","étant","étape","état","étendr","étendues.","éternellement.","été","évalué","évidem","évite","éviter","évitez","éviton","ête","être","а","абсолютно","абсолютный","абстрагироваться","абстракции","автоматизация","автоматически","автоматически);","автоматические","автоматического","автоматическую","адреса.","адресов","аккуратностью","алгоритма","альтернативных","альтернативы,","аналогично","аргумент","аргумента),","аргументами:","аргументом","асинхронного","асинхронные","асинхронный","асинхронными","асинхронными,","асинхронных","атрибут","атрибут:","базовая","базового","базовой.","базовую","базовые","базы","без","белый","берёт","беспокоиться","библиотек:","библиотека","библиотеках.","библиотеки","библиотеки,","библиотеку","блок","более","большая","больше","большим.","большими","большинстве","большинство","больших","большого","большой","большом","браузер","браузер,","браузера","браузерами.","браузере","браузере.","браузеров","браузером.","браузеру","будем","будет","будут","будут:","будущем","будьте","бы","был","была","были","было","быстр,","быстрее","быстро","быть","бэкэнда","в","важен,","важно","важно,","важно:","важного","важны,","важные","валидный","вам","вами","вариант»","вариантов","вас","вас.","ваш","ваше","вашего","вашем","ваших","ввиду","веб","везде","вендоров","вендоров.","вероятно","вероятно,","версии","версии.","версия","версиях","весь","вещей,","вещи,","вещь,","видеть","видно","виртуального","виртуальное","виртуальный","вклад,","включения.","влияет","вложенное","вместе","вместе.","вместо","вне","внедрение","внедрению","внедрения","внедрено","внедрены","внедряем","внедряемый","внедряет","внедряется):","внедрять","внедряться","внедряя","внести","внешнего","внешней","внешние","внешними","внешних","внимание","внимание,","вносить","внутренних","внутри","внутрь","во","водопада","возврата","возвратом","возвращаем","возвращаемая","возвращаемое","возвращаемые","возвращаемый","возвращает","возвращать","возвращающих","возвращении","возможно","возможно,","возможно.","возможности","возможности,","возможность","возможные","возникало","возникать","возникнут","вообще","вообще.","вопрос,","временем","времени","времени.","временную","время","время,","вручную","вручную.","все","всегда","всегда,","всего","всей","всем","всех","вставлен","вставлена","встраиваемый","встраивает","встраивании","встраивать","встроен","встроенная","встроенном","встроенную","встроенные","встроенный","встроенным","всю","всякий","всё","всё,","второй","вторым","входа","входа,","входа.","входа:","входной","входящих","вы","выбираться","выбранной","выбрасывать","выведен","вывод","вывода,","выводить","выглядеть","выглядит","выгода","выделяйте","вызваны","вызвать","вызов","вызова","вызовет","вызывает","вызывается","вызывать","вызываться","вызывая","выполнен","выполнен,","выполнена.","выполнение","выполнении","выполнения","выполнения.","выполнит","выполняем","выполняемых","выполняется","выполнять","выполняться","высокоуровневые","выставляя","выше","выше.","гарантировать,","где","генерации","генерация","генерировать","генерируемый","генерируемых","генерирует","генерируются","гидратации","гидратации.","гидратацию","гидратация","гидратироваться","главный","глобальное","глобальной","глобальном","глобальные","глобальных","горячая","горячей","горячую","готовности","готово","готово,","готовы","грязным","давайте","даже","далее","дальнейшей","дальше,","данного","данные","данные,","данный","данными","данными,","данных","данных,","данных.","данных:","данных?","два","дважды","две","двойная:","двойные","двух","действительно","действия","делаем","делает","делать","делают","деле","деле,","дело,","демо","дерево","детали","детальным","детерминированным,","динамически","динамические","динамический","динамическим,","динамических","директив","директив:","директива","директива,","директиве","директивы","длительным","длительных","для","до","добавили","добавить","добавлен","добавления","добавлено","добавляем","добавляемыми","добавляет","добавлять","догружает","дождаться","дожидаться","документа:","должен","должна","должно","должны","дополнительно","дополнительные","дополнительным","дорого,","доставлять","достаточно","достаточную","достижения","достичь","доступ","доступа","доступно","доступны","доступом","дочерние","другая","другие","другими","других","другого","другой","другом","дублирования","его","его.","единственном","единый","если","есть","есть.","ещё","её","её.","же","же,","же:","жизненного","жизненном","за","забирали","заботимся","завершения","завершён","зависима","зависимостей","зависимостей,","зависимостей:","зависимости","зависимости,","зависимостью","зависимостями","зависимым","зависимым:","зависит","зависящие","заголовком","заголовком:","заголовок","заголовочный","заголовочными","заголовочных","заготовки,","загружать","загружен","загруженности","загружены","загружены,","загрузить","загрузка","загрузки","загрузки,","загрузки.","загрузки...","загрузчик","загрузчики.","загрузчики:","загрязнение","загрязнению","загрязнения","задайте","задач","задач,","закладываем","заключается","заключаются","замена","заменить","заметили,","заметите,","заметить,","занимает","заново","занятием.","записи","заполнено","заполнить","заполняемые","запрос","запрос:","запроса","запроса,","запроса.","запросах.","запросов","запросов,","запросов.","запросы","запускается","запускаться","запуске.","запустить","запущена","заранее","зарегистрировать","заставить","заставлять","затем","затрат","затратами","захотим","здесь","здесь,","знаете","знакомы","знания","знать","знать,","знать.","значение","значения,","значит,","значительно","значительной","значительных","и","идее:","идентификатор","идентификатором","идея","идти","из","избегайте","избегать","избежать","извлекаемый","извлекает","извлекается","извлекать","извлечение","извлечения","извлечённого","извлечённый","излишеством.","изложенных","изменения","изменены","изменились,","изменить","изменяет","изменяют","изменяющих","изображения","изолирован","изолированный","изоляцию","или","или,","имеет","имеете","имеется","имена","именах","именем","иметь","импорт","импорта","импорте","импортирование","импортированный","импортировать","импортируем","импортируете","импортов","импорты","имя","иначе","индексировать","индикатор","индикатором","инициализации","инлайновый","иногда","инстанцироваться","интеграция","интегрировать","интеллектуально","интерактивное","интерактивной.","интерактивности)","интерактивности).","интересуетесь","интернете","интерполирован","интерполировать","интерполяции","интерполяции,","интерполяции.","интерфейс","информации","информации.","информацию","информация","исключительно","исполнения","исполнялась","исполнять","использовали","использован","использование","использование,","использованием","использовании","использованию","использования","использовать","использоваться","используем","используемая","используемую","используемые","используемый","используемых","использует","используете","используется","используйте","использующего","использующих","используя","исследовали","исходного","исходный","итак,","итогового","их","к","каждого","каждой","каждый","как","какие","каким","какой","канала","каталога","каталоге","качестве","класс:","клиент","клиента","клиента,","клиента.","клиенте","клиенте,","клиенте.","клиенте:","клиентом,","клиентская","клиентский","клиентского","клиентское","клиентской","клиентском","клиентскую","клиенту","клиенту.","ключ","ключ,","ключ.","ключевое","ключевые","ключи","ко","когда","когда...","когда:","код","код,","кода","кода!","кода,","кода.","коде","кодом","кодом,","коду","количество","коллбэк","коллбэк.","коллбэке","коллбэком,","коллекции","команды","комментарий","компилировать","компиляции","компонент","компонент,","компонента","компонента,","компонента.","компонентам","компонентам,","компонентами,","компонентами:","компонентах","компонентах,","компоненто","компонентов","компонентов,","компонентов.","компонентов;","компоненты","компоненты,","компромиссы","конверсии.","конечно,","конечном","конкатенировать","конкретного","конкретной","константы","конструкторы,","контекст","контекста","контекста,","контекста.","контексте","контексте.","контекстной","контексту","контексту,","контент","контент,","контент.","контента","контролировать,","контролирует,","контроль","контроля","конфигурации","конфигурацию","конфигурацию,","конфигурация","концепции,","концепции.","корневого","корневой","корневом","коробки","коробки,","которая","которого","которое","которой","котором","которую","которые","который","коэффициентом","крайне","кратко","критически","критический","критического","критическом","критична,","критично,","критичным","кроме","кусок»","кэша","кэша,","кэше","кэширование","кэширование,","кэшированию","кэширования","кэширования.","кэширования:","кэшированной","кэшированный","кэшировать","кэшироваться","кэшироваться,","кэшируемыми","кэшируется","кэшу","легко","ленивая","ленивый","лету,","ли","либо","лишний","лишь","логика","логики","логику","логичным","локальный","лучше","лучшего","лучшее","лучшему","лучшие","лучшую","любая","любой","любом","любые","любых","максимальной","манипулируют","манифест","манифест,","манифеста","маркетинговых","маршрут","маршрут,","маршрута","маршрута,","маршрута.","маршрута:","маршрутизатор","маршрутизатор.","маршрутизатора","маршрутизации","маршрутизация","маршрутов","маршрутов,","маршрутом","маршруту,","маршруту:","массив","мгновенно","медленных","между","менее","менее,","меняться","мере","мест","месте","месте,","место","метаданных","метку","метод","методы","методы:","механизма","микро","миллисекунд","многие","много","многом","мог","могли","могут","модулей","модулей.","модуль","модуля","можем","может","можете","можно","моки","момент","момента","моментом","моменты,","мониторинга","монтировали","монтированием","монтирования","монтироваться","монтируем","монтирует","мы","мы,","на","навигацией","навигации","навсегда.","нагрузка","нагрузке","нагрузку","над","названием","названное","наиболее","наилучшей","найдена')","найдены","найдём","найдёт","наконец","наконец,","нам","наоборот.","написана","написание","написании","написания","написать","например","например,","например:","напрямую","напрямую:","нас","нас,","насколько","настраивать","настроить","настройка","настройками","настройками.","настройками:","настройке","настройки","настройки.","нативно.","нативных","находится","находиться","нахождении","начала","начального","начальное","начальной","начать","начинаться","начнётся.","наш","наше","нашего","нашем","наших","не","него","него.","независимо","некоторой","некоторые","некоторыми","некоторых","нельзя","немного","нему","ненужному","необходим","необходима","необходимо","необходимое,","необходимости","необходимую","необходимы","необходимые","необходимый","необходимым","необходимыми","необходимых","непосредственно","непосредственного","непригодной","нескольких","несколько","несмотря","несоответствие.","несоответствия,","нет","нет,","неудачной,","неё","ни","низким","ним,","ничего,","но","но,","нового","новое","новой","новом","новый","новых","нотациям","нужд,","нуждаться","нужен","нужен.","нужна,","нужно","нужно»","нужные","нуля.","нём.","о","об","обернуть","обеспечения","обеспечивает","обеспечивающие","обеспечить","облегчения","обнаружения","обновим","обновить","обновлений","обновления:","обновляем","обновлённого","обоих","обойти","обрабатывается","обрабатывать","обрабатываться","обработан","обработка","обработке,","обработки","обработчик","обработчика","образом","образом:","обратите","обратной","обращаться","обсудим","обсудим,","обсуждается","обсуждали","обходится","общего","общей","общий","объект","объекта","объектов","объекты","объекты.","объявлены","объёмов","обычно","обычного","обычное","обычной","обычный","обычным","обязательно","обёртки","ограничение","ограничения","один","одинаковое","одинаковые","одинаковый","одна","однако","однако,","одним","одного","одной","однофайловых","одну","ожидаем,","ожидает","ожидаете","ожидается:","означает,","окончания","окончательными","окружение","окружений,","окружения","окружения,","окружениях","окружениях,","он","она","они","оно","операцию","определено","определяет","определяется","определять","определяются","определяющая","определённые","определённых","оптимальные","опуская","опустим","опцией","опции","опционален.","опционально","опциональным.","опцию","опция","опыт","опыту","ориентированный","ориентировано","освновном","основе","основная","основной","основными","особенно","особенности","особой","оставаться","оставить","останавливаем","останется","остановить","останутся","остаётся","осторожным","от","ответ","ответственность","отдаются","отдельно.","отдельной","отдельном","отдельные","отдельный","отдельных","отделён","отзывчивым.","отказываться","отклика","отклоняем","отключена","отключена.","отключение","отключить","открыли","отличается","отличаться","отличие","отличии","отличия","отлично","отметить,","относится","отображаем","отображаемой","отображаемом","отображаемым","отображается","отображения","отображено","отображены.","отобразил","отправить","отправлен,","отправленный","отправлять","отправляться","отправляя","отражают","отрендерен","отрендеренного","отрендеренное","отрендеренной","отрендеренную","отрендеренный","отрендеренным","отсутствия","отсутствующих","официальному","официальную","официальный","очевидно","очевидно,","очень","ошибка","ошибка,","ошибки","ошибкой,","ошибок,","ошибок...","ощущается","ощущать","пакета","памяти.","панель","параметр","параметре","параметры","первоклассной","первоначального","первый","перед","передав","передаваемой","передавать","передаваться","передайте","передали,","передан","передана","переданного","переданный","передать","передачи,","перезагрузка","перезагрузки","перезагрузку","перезапустить","переиспользовать","переключаться","перекрёстных","переменной","переменные","переменные.","переменных,","переместите","перемещён","переносится","пересмотрены","пересоздания","периодов","писать","пишете","пишите","плагин","плагин!","плагина,","плагина:","плагином","плагины","платформо","платформы","платформы,","плохо","плохом","по","побочные","поведение","повторно","повторное","повторном","повторяются","повышенная","под","подготовить","поддерева.","поддерживает","поддерживается","поддержка","поддержки","поддержкой","поддержку","подключаем","подключен","подключения","подключены","подлежащий","подобное","подобным","подойти,","подразумеваем","подробнее","подробной","подробностей.","подробности","подсказок","подставит","подставлена","подставленным","подставлены","подстановки","подстановку","подход","подхода","подходит","подходящих","позволит","позволяет","позднее,","позже","поисковые","поисковый","пока","показатели","полагаетесь","полагаться","полагаются","полезно","полезным","полифилл","полифиллы)","полифиллы,","полного","полностью","полноценного","полный","полных","получать","получению","получения","полученные","получить","получить,","пользователей","пользователи","пользователь","пользовательская","пользовательские","пользовательских","пользовательскому","пользовательскую","пользователя","пользователя.","пользователям),","помешать","помимо","помогает","поможет","помощью","понадобится","понадобиться","понимать,","понять","попадание","попробовать","пор","пор,","посещается","посещённый","посещённым","поскольку","после","последнего","последняя","посмотреть","построен","поток","потока","потока,","потоковой","потоковый","потом","потомки","потому","потребовалось","потребоваться","потребуется","потребуется,","поэтому","поэтому,","появится","появиться","появления","появятся","правило","правило,","правильно.","правильного","правильное","правильных","практически","пре","превращает","предварительно","предзагружать","предзагружать,","предзагружаться,","предзагруженные","предзагружены","предзагружены.","предзагрузить","предзагрузка","предзагрузке","предзагрузки","предзагрузки,","предзаполнены,","предлагаем","предназначена","предоставив","предоставим","предоставить","предоставлен","предоставляем","предоставляет","предоставляется","предоставлять","предоставляют:","предоставляются","предоставляющий","предостережения","предотвращает","предотвращение","предотвращения","предполагаем,","предполагает","предполагает,","предполагается,","предполагали,","предполагая,","предположим,","предпочитаете","предпочитайте","представим","представление","представлении","представления","представления,","представления:","представляем","представляющие","прежде","прежнему","преимущества","преимущества:","преимуществами","преимущество","преимуществом","преобразования","преобразуем","преобразует","пререндеринг","пререндеринга","пререндеринга.","при","приведённая","приведёт","привести","привет","приводит","привыкли","привязанных","пригодной","приложение","приложение,","приложение.","приложении","приложении,","приложении.","приложений","приложений,","приложения","приложения,","приложения.","приложения:","приложениями","применимо","применяется","применять","пример","примера","примера,","примере","примерно","примеси","примесь","примечание:","примечания","примечания:","принимает","принимают","приоритетом;","природе,","присваиваем","присоединить","присоединяем","присоединять","приятным","проблем","проблема","проблеме","проблемой","проблему,","проблемы","проблемы,","проблемы.","проверка","проверки","проверяет,","проверять,","проверяя","программной","продвинутые","проект","проекта","проекте.","проектов.","производит","производительности","производительности,","производительности.","производительность","производительностью","производить","простая","просто","просто,","простого","простой","простота","простую","простые","протестирован","проходит","процесс","процесс,","процесса","процесса.","процессе","процессе.","процессом","процессора,","процессоров","процессу","прочитать","прочтения","проще","прямо","псевдонимы","пулл","пути","путь","работает","работайте","работала","работало","работать","работать,","работают","работе","работу","работы","равно","раз","раз,","раз.","разбивает","разбивать","разбирать","развёрнут","развёртыванию","развёртывания","раздача","разделах","разделе","разделе,","разделе.","разделение","разделением","разделения","разделено","разделить","разделяемых","различий","различными","размер","разместить","разметка","разметки,","разметки.","разметкой","разметку","разметку,","размещать","размещение","разные","разных","разрабатываемого","разрабатываете","разработке","разработке.","разработки","разработки.","разрешает","разрешается","разрешения","разрешены","разрешены.","разрешит","разрешить","разрешиться","разрешённое","разрешённым,","разумное","ранее","ранних","раньше","раньше.","располагает","располагается","расположить","рассмотрим","расчётом","расширения","расширять","расширяют","реагировать","реактивности","реактивность","реактивные","реализацией,","реализации","реализации,","реализаций","реализацию","реализация","реализовав","реализован","реализовать","реализовывать","реализуется","регистрации","регистрировать","редактируете","режим","режима","режиме","режиме;","результат","результата","реквесты!","рекомендаций.","рекомендуемая","рекомендуемый","рекомендуется","рекомендуется).","рекомендуется,","рендер","рендера","рендера.","рендера:","рендерер","рендерер.","рендерер:","рендерера","рендерера)","рендерера,","рендерера.","рендерере,","рендерим","рендеринг","рендеринг.","рендеринга","рендеринга,","рендеринга.","рендеринга:","рендеринге","рендерингом","рендерингом,","рендерингом.","рендерингу","рендерингу.","рендерит","рендерите","рендерить","ресурсам","ресурсах.","ресурсов","ресурсов,","ресурсы","ресурсы,","решения","решения,","решениями","решили,","решить","робот","роботы","руководства","руководства,","руководстве","руководстве.","руководство","руководство,","ряд","с","сайта.","самим","самой","самом","самостоятельно","самостоятельно.","сборка","сборками.","сборке","сборке,","сборке.","сборки","сборки),","сборки,","сборки.","сборки:","сборки;","сборкой","сборку","сборку,","сборку.","свежий","свежий,","свежих","свободно","своей","свой","свойства","свойство","своём","связанные","связано","сгенерированное","сгенерированный","сгенерировать","сгенерирует","сгенерируйте","сделали","сделать","сделать,","себе","сейчас","сейчас,","секунду","секунду.","секунды,","селектор","сервер","сервер.","сервера","сервера!","сервера')","сервера,","сервера.","сервера...","сервере","сервере,","сервере.","серверная","серверно","серверного","серверной","серверном","серверному","серверную","серверный","серверным","сервером","сервером,","сервером.","серверу","сериализовано","сериализовывать","сериализует","сигнатуру","симуляцией","синглтон,","синглтонов","синхронизируем","синхронные","синхронные.","ситуации.","сих","скобки","скорее","скрипт","скрипт,","следует","следующее:","следующем","следующем:","следующие","следующий","следующих","следующих:","слово","сложно","сложной","сложные","случае","случае,","случаев","случай,","случайно","случаях,","см.","смог","смогут","сможем","сможет","смысле,","сначала","снизить","снова","со","собран","собранный","собранных","собраны","собственно","собственный","событий","советуем","совместимости","совместимости,","совместно","совпадает","содержать","содержаться","содержащие","содержимое","содержит","создав","создавали","создавать","создавая","создадим","создан,","создание","создании","создания","созданной","созданному","созданы,","создатель","создают","создаём","создаёт","создаёте","создаётся","сообщает","соответствие,","соответствующей","соответствующие","соответствующий","соответствующих","сопоставления","сопряжено","составляющие","состояние","состояние.","состоянием","состоянием,","состоянием»,","состояния","состояния.","состояния».","сотен","сочетании","специализированное","специализированному","специальном","специальные","специальный","специфичная","специфичные","специфичных","списка,","список","список.","способ","способа","справочник","срабатывании","сравнению","сравниваем","сравниться","сразу","средах","ссылки","ссылкой","ссылок","станет","становится","старыми","статический","статических","статической","статическую","статичного","статичном","статичную","статичные","статичным.","статичных","стеке","степени","стесняйтесь","стиле","стиле,","стилей","стилям","стоит","стороне","сторонняя","стороны","стороны.","страниц","страницах","странице.","страницу","страницу.","страницы","страницы,","страницы.","страницы:","стратегии","стратегии,","стратегии.","стратегий","стратегию","стратегию,","стратегию.","стратегия","стриминг","стриминга","строк","строка","строки","строкой,","строкой.","строкой:","строку","строку.","структура","структурой","структуры","существенными","существу","существует","существующего","существующее","схоже","схожей,","сценария","считать","счёте","сырого","сырые","сюда","т.д.),","таймер,","таймеров","таймеры","так","так,","так:","также","также:","такие","таким","таким:","такими","таких","таковые","такое","такой","таком","такую","те","те,","тег","тегами","тегами.","тегах","теги","текущей","текущем","тем","тем,","темой","теперь","теперь,","тех","техник,","технологиями","течение","тип","типичные","типов","типы","то","то,","того","того,","тоже","той","только","том","том,","тому","тому,","точек","точка","точке","точки","точку","точно","традиционным","трактоваться","транспилировать","трафик,","трафика.","требования","требователен","требует","требуется","требуются","три","тройные","ту","тут","тщательно","у","убедитесь","убедитесь,","увеличению","увидит","удаляется","уже","узких","узлов","укажите","указан","указан,","указан:","указание","указанное","указанных","указать","указываем","указывать","улучшая","улучшением","улучшены.","улучшить","уменьшает","уменьшения","уменьшить","умолчанию","умолчанию,","универсальная","универсального","универсальное","универсальном","универсальную","универсальный","уникальную","уникальный","уникальным","уничтожения","упоминалась","упомянутых","управление","управлению","управления","управлять","упростить","уровне","уровня","ускоряет","условие","устанавливаем","устанавливая","установит","установить","установка","установку","установленной","устаревают","устаревший","устранения","устройствах.","утилиту","ухудшению","учитывать","учётом","уязвимостей.","фабрику","фабрику,","файл","файл,","файл.","файла","файла.","файла:","файлами,","файлах,","файле","файле,","файлов","файлов),","файлов):","файлов,","файлов.","файловом","файлом","файлу","файлу.","файлы","файлы,","файлы:","фактически,","фактический","фактического","фигурные","финальный","формы","фрагмент","фрагмента","фрагментами","фрагменте","фрагменты","фраментов,","фреймворк","фронтенд","фундамент","функцией","функцией,","функции","функции).","функции,","функции:","функцию","функцию,","функция","функция,","функциям","фух,","хаком","хорошей","хороший","хорошо","хотели","хотим","хотите","хранение","хранилища","хранилища.","хранилища:","хранилище","хранилище.","хук","хуках","хуке","хуки","хуков","хуков,","хэши.","цели","цикла","цикла,","цикла.","цикла;","циклах.","цикле","частей","части","части,","части.","части:","часть","частях","чаще","чего,","чем","через","чисто","чистых","член","чтения","что","что:","чтобы","шаблон","шаблон,","шаблона","шаблона,","шаблонах.","шаблоне","шаблоне.","шаблонного","шаблонов","шаблоном","шаг","шины","шрифты","шрифты,","экземплере","экземпляр","экземпляра","экземплярам","экземпляре.","экземпляров","экземпляром","экземпляры","экрана.","экранированного","экспортировать","экспортируем","экспортируемую","экспортирует","экспорты","элемент","элемента","элементы","эта","этапе","эти","этих","это","это,","это...","это:","этого","этого,","этой","этом","этому","этот","эту","эффекты","является","является,","являются","ядре,","—","……render","│","└──","├──","一个函数,用来控制什么文件应该生成","一个函数,用来控制对于哪些文件,是需要生成","一个基本项目可能像是这样:","一个模块被提取到","一些需要注意的坑","上下文中的","上下文中运行,所以请留意在应用程序代码中尽量避免修改","上下文并重新执行整个","上下文状态键(context","上下文,因此伴随有一些显著性能开销。","上,才能手动注入服务器端渲染上下文(ssr","不包含","不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是","不要外置化","不转义插值(non","与","与传统","与服务器集成","专门章节","中","中。","中。假设我们有以下","中。此外,我们将在","中。而在客户端,在挂载到应用程序之前,store","中使用。我们可能会提供一个更简单的构建,可以在将来在其他「javascript","中创建一个新的实例,并从根","中包含","中实现它:","中实现服务器端路由逻辑(server","中导入","中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从","中执行时抛出错误,反之也是如此。","中收集和内联(使用","中无法使用。在","中渲染完整的应用程序,显然会比仅仅提供静态文件的","中的","中的代码具有自己的","中的代码意外污染服务器进程的","中的依赖模块。只有在所生成的","中的所有资源都将被预取,因为这是低优先级指令;","中运行(例如通过","中进行简要讨论。","中,","中,我们可以通过路由获得与","中,我们用下面这行挂载(mount)应用程序:","中,或者使用为你执行此操作的","中,此选项有一个","中,这使得它可以在上述环境中使用。","中:","为了简化这些,你可以直接在创建","为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data","为什么使用服务器端渲染(ssr)?","为整个页面的","为此,建议使用官方提供的","为此,我们将使用官方状态管理库","为要渲染页面提供最佳的","之中,extract","之前调用","之后,只需将文件路径传递给","之外,我们还可以生成客户端构建清单(client","也可以与","也可以也可以在生产模式(product","也可以是可选的异步函数。这允许缓存使用异步","事实上,作者是","什么是服务器端渲染(ssr)?","仅运行于服务器","仅运行于浏览器","介绍构建步骤","仍然使用独立的全局上下文(separ","从","从依赖模块导入样式","代码分割","代码字符串(不推荐)。","代码将与服务器进程在同一个","代码拆分(store","代码提供了更好的缓存。","代码,将看起来如下(所有都是自动注入):","以","以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在","以便可以在之后正确注入异步","以便在组件中,我们可以在数据准备就绪后","以便我们不会二次预取(doubl","以便我们能够知道数据在何时更新","以便服务器能够等待所有的内容在渲染前,","以获得更好的缓存,是很常见的做法。","会在服务器端渲染(ssr)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如","会检查这个组件是否已经具有服务器内联(server","会返回","会遇到问题。为了解决这个问题,请避免在","传入","传递到我们的","传递给","但是稍后我们将在此执行服务器端路由匹配(server","位于提取的","何时使用组件缓存","作为对象传递给","作出贡献!","你也可以通过将","你可以在这里添加更多的文件类型。例如,未处理","你可能已经注意到,我们的服务器代码使用了一个","你应该在创建","你还应该将修改","使用","使用「ssr","使用一个页面模板","使用三花括号(tripl","使用双花括号(doubl","使用基本","使用服务器端渲染(ssr)时还需要有一些权衡之处:","使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data","使用相同的策略,你可以轻松地将此","使用(可选的)选项创建一个","例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个","例如,请查看","依赖一些","依赖模块导入","依赖模块放置在不同位置,或者","假定我们有一个可以返回","假设服务器","停止加载指示器(load","元素。相反,我们需要\"激活\"这些静态的","关于此指南","关键","具体实现细节)","具体查看:","具体请查看","典型用法是传入","内置支持组件级别缓存(compon","内置的","内部使用的","内部异步组件中的","内部抛出的错误,使用的是","内部自动注入","决定,则上述是一个很好的实现。但是,如果具有相同","出于向后兼容的考虑,此选项默认为","函数。我们也可以通过纯客户端(client","函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。","函数来缓存组件。","函数的第二个参数,来提供插值数据:","函数,并返回","函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。","函数:","列入白名单,例如","列表中重复出现的组件。由于这些组件通常由数据库集合(databas","创建","创建应用程序实例,将","创建插件实例时可以自定义文件名:","创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。","到","到根","到目前为止,我们假设打包的服务器端代码,将由服务器通过","到目前为止,我们还没有讨论过如何将相同的","匹配不到的路由,执行","匹配要渲染的视图后,再获取数据:","单个文件组件内的","单页应用程序)相比,服务器端渲染(ssr)的优势主要在于:","即运行在服务器和客户端的代码。由于用例和平台","原始文件,","原生定时器,来为","原生模块,因此只能在","参数可以是以下之一:","参考","参考。","参考:手动资源注入(manual","参考:源码结构","又或者,你还可以将","另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据","只从应用程序生成","只在","只有非用户特定(non","只用于","只需创建应用程序,并且将其挂载到","只预加载","只预加载重要","可以很好对同步","可以通过","可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件","可能会随时间而变化,或者如果渲染结果依赖于其他","可读流。上下文对象(context","同样的规则也适用于","同步路由状态(rout","后执行,","后返回最终渲染的","后,","后,会返回","否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。","启用","告知","和","和将","和操作","和路由信息作为参数传递进去:","和(可选的)选项创建一个","哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。","回调函数中,你传入的","回调函数是可选项。在不传递","因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre","因为有可能会是异步路由钩子函数或组件,所以我们将返回一个","因此可以创建多个实例化该模块","因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。","因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的","因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:","在","在下一章节中,我们将讨论如何配置","在之后的指南中介绍相关概念时,我们将详细讨论这些。","在使用","在使用带有","在初始路由","在大型应用程序中,我们的","在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user","在客户端,处理数据预取有两种不同方式:","在对你的应用程序使用服务器端渲染(ssr)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time","在嵌入","在开发模式下,vue","在开发环境甚至部署过程中热重载(通过读取更新后的","在所有预取钩子(prefetch","在服务器处理函数中……","在服务器端构建过程中,不应该外置化提取。","在服务器端渲染(ssr)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。","在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加","在此模式下,修改","在流式渲染模式下,当","在浏览器端接管由服务端发送的静态","在生成","在生成的文件名中有哈希时,可以取代","在纯客户端应用程序(client","在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:","在调用","在路由导航之前解析数据:","在路由组件内","在这里导入模块,而不是在","在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件","在通过","在非","在默认构建时,会预先假定有一个","基于指令绑定元数据(metadata)转换","基于文件扩展名的类型推断。","基本用法","处理。","处理。如果你导入依赖于","处理任何错误","处理异常……","处理程序,它接受任意","处理错误……","外置化应用程序依赖模块。可以使服务器构建速度更快,","大多数自定义指令直接操作","好处是双重的:","如基本示例所示,我们为每个请求创建一个新的根","如果","如果你使用","如果你想从","如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器","如果你根本没有使用","如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:","如果你调研服务器端渲染(ssr)只是用来改善少数营销页面(例如","如果先前已经使用过","如果在服务器端渲染期间使用,可以在","如果它在","如果提供了","如果没有,css","字体","字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。","字符串,并由","它具有可能依赖于全局状态的子组件。","它具有对渲染上下文产生副作用(side","安装","实例","实例。","实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在","实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross","实例注入。","实例渲染为","实例渲染为一个","实例渲染为字符串。上下文对象(context","实例)","实例,并直接挂载到","实例,所以文件导出一个","实现逻辑为,检查请求是否是用户特定(user","客户端","客户端和服务器端的通用编程体验。","客户端数据预取(client","客户端混合","客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的","客户端激活(client","客户端特定引导逻辑……","客户端配置(client","客户端,可以向服务器和客户端都暴露相同的","客户端:","密集),因此如果你预料在高流量环境(high","对","对于","对于仅浏览器可用的","对于共享于服务器和客户端,但用于不同平台","对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用","对于所有环境,必须要预先在环境中模拟","对于自定义指令,允许提供服务器端实现:","对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(ssr)解决此问题。","对所有匹配的路由组件调用","对象(client","对象。","对象。注意事项如下:","对象。由于在使用","对象中的获取","对象会暴露以下方法:","对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。","对象进行插值,你可以(通过传入","对象,以及将","对象,允许模板插值中的组件动态地注册数据。","对象,在其","导入","导入它。","导入文件,通过","导入的","导出一个","导出一个工厂函数,用于创建新的","导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情","将","将主","将会使用","将会是","将会有所帮助,此示例使用了本指南涵盖的大部分技术。","将作为","将使用","将依赖模块提取到","将内联为","将创建一个新的","将可能的异步组件和钩子函数解析完","将在独立的全局上下文(separ","将外部","将推断客户端生成的虚拟","将是注入应用程序内容的完整页面","将永远保留下来。为了避免这种情况,请将副作用代码移动到","将生成为可传递到","将获取数据操作分配给","将通过","就已经准备就绪。","就应该获取到状态:","尽管","层完成,但是我们也可以在","层级(virtual","属性:你需要自行添加","已更改,例如,从","已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:","带有逻辑配置的组件(logic","并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。","并且","并且我们的服务器代码现在变为:","并且还会在编译","并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。","并列同级,组件作用域","并将其暴露于根实例的","并手动执行资源注入时,传入","并生成较小的","并返回一个内联的","应用程序/vendor","应用程序、router","应用程序。事实上,我们可能需要在服务器上使用","应用程序中,然后对客户端和服务器复用相同的路由配置!","应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。","应用程序代码。","应用程序实例共享","应用程序实例,以便它可以渲染","应用程序广泛测试","应用程序提供给客户端。为了做到这一点,我们需要使用","应用程序时,render","应用程序是由","应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积","应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示","应用程序,因为:","应该","应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由","开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycl","开发过程中热重载(hot","开头才会被识别为文件路径。","异步路由组件的路由配置示例:","当你在渲染","当你阅读时,参考官方","当使用","当在渲染上下文(render","当我们将状态附加到上下文,","当编写纯客户端(client","必填选项","必须匹配版本。","必须是一个函数,","性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。","惰性注册(lazi","我们假设你已经知道,如何为纯客户端(client","我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交","我们只关心非预渲染的组件","我们可以在路由组件的","我们可以编写一个简单的","我们可以通过传入一个\"渲染上下文对象\",作为","我们可以通过检查匹配的组件,并在全局路由钩子函数中执行","我们将在后面的章节讨论规划结构的细节","我们将在整个指南中使用","我们将在路由组件上暴露出一个自定义静态函数","我们的","我们需要通过访问路由,来决定获取哪部分数据","或","或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。","所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用","所以我们对比它们,找出两个匹配列表的差异组件","所支持的使用动态导入作为代码分割点相结合,你需要做的是:","所谓客户端激活,指的是","所需的构建工件(build","手动资源注入(manual","打包","执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到","扩展为通用的头部管理工具(gener","扩展说明(extern","技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,nuxt.j","指向你的客户端入口文件。除此之外,如果你使用","指向应用程序的","指引","接收第二个参数作为回调,那","控制使用","推荐","推荐使用","推荐使用组件作为抽象机制,并运行在「虚拟","提供","提供一个名为","提供一个模板。此模板应包含注释","提供以下优点:","提供异步组件作为第一类的概念,将其与","提供组件缓存具体实现。缓存对象必须实现以下接口(使用","提取","提取。","提取到单独的","提取应该只用于生产环境","提取的","插件","插件作为独立文件提供,并且应当直接","插件提取","支持","支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。","支持(在","支持)","支持:","改为这样:","攻击。","数据预取","数据预取和状态","数据预取存储容器(data","数据预取指令(preload","整个构建过程的信息,从而可以让","文件","文件。","文件。app.j","文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。","文件。客户端","文件。所创建的","文件与外部的","文件中提取","文件中的样式,然而你也可以使用","文件中(使用","文件会被预加载,因为它们是启动应用时所必需的。","文件列入白名单。这是因为从依赖模块导入的","文件时):自动内联在渲染过程中用到的组件所需的css。更多细节请查看","文件的插件。","文件(.j","文件(例如,使用","文件,则无需外置化提取","文件,里面会模拟一些根据","时……","时。","时已经自动创建过。","时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如","时提供具体缓存实现方式(cach","时是否执行自动注入。默认是","时需要注意的几点:","时,","时,context.st","时,使用","时,可以消除此约束,但是由于需要为每个请求创建一个新的","时,在服务器并不真正需要它,所以实际上只需在客户端","时,如果提取的","时,它将自动执行「由","时,我们可以确保对","时,模板会自动注入以下内容:","时,此方法返回一个","时,自动注入「资源链接(asset","时,自动注入关键","是一个","是在要用到的","是我们应用程序的「通用","是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出","是由","是通过","是:","显式地声明","智能地注入为","暴露","更加大量占用","更多信息请查看构建配置。","更多的服务器端负载。在","更多细节请查看","更好的","更快的内容到达时间(time","更重要的是,vue","替代","最后,请注意,本指南中的解决方案不是限定的","最新版本能够完全支持","服务器","服务器上的数据响应","服务器中使用时相当简单直接,例如","服务器实时动态编译","服务器推送(http/2","服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。","服务器渲染的","服务器端数据预取(server","服务器端渲染","服务器端渲染(ssr)与其他后端设置进行混合使用,是后端自身集成","服务器端渲染指南","服务器配置(server","服务器配置,是用于生成传递给","服务器需要「服务器","期望值:boolean","期间并不会调用销毁钩子函数,所以","本指南专注于,使用","本指南将会非常深入,并且假设你已经熟悉","本指南需要最低为如下版本的","本身不支持","本身,并且具有","来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用","来处理组件","来处理这个问题:","来完成标题管理:","来实现:","来打包我们的","来执行其他任务","来注入正确的资源","来直接访问组件中的服务器端渲染上下文(ssr","来简单地扩展基本配置。","来访问它。","构建为单个","构建配置","构建配置。","构建,并且许多","构造函数,所以它不会是服务器进程中","标签。当在应用程序代码中使用异步代码分割(async","标签也会注入","标签内由","标签到所渲染的","标签动态注入。","标签包含所有关键","标签的形式注入到页面头部。注意,如过你使用了","标签,以避免客户端的瀑布式请求(waterfal","标记(markup)。在这个示例中,我们必须用一个额外的","标记。","标记注入的地方。","树(virtual","核心团队的成员。","根元素的","根实例简单的渲染应用程序组件。","模块:","模板中写入:","模板中根元素具有","模板中注入的内容。更多详细信息,请查看生成","模板插值","模板还支持使用渲染上下文(render","模板还支持简单插值。给定如下模板:","此处告知","此外还需要注意的是,你应该避免在","此外,当提供","此外,模板支持一些高级特性,例如:","此插件在输出目录中","此方法不返回字符串","此方法序列化","此方法返回引导客户端应用程序所需的","此方法返回当前要渲染的页面,所需的","此策略将客户端数据预取逻辑,放在视图组件的","此设置支持使用","此选项可以是一个字符串或函数","步:创建一个","步:将","注入","注入到页面的头部(head)里。","注入(在使用","注意","注意,推荐将","注意:","注释","流式传输说明(stream","流式渲染","流式渲染(streaming)","浏览器会在","涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(spa)不同,服务器渲染应用程序,需要处于","添加路由钩子函数,用于处理","渲染一个","渲染为一个","渲染为字符串。上下文对象(context","渲染完成","渲染当前页面所需的最优客户端","渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer","源码结构","然后修改","然后子组件可以通过","然后更新","然后模板中的内容将会传递给","然后,你可以通过实现","然后,你就可以使用生成的客户端清单(client","然后,我们可以读取和传输文件到","然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与","然而,当第一个数据","版本","版本中,嵌入式","版本中,我们把那些基本上与环境无关的构建,编译到","版本中,此","特定功能不能直接在","特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。","特殊属性,让客户端","状态将自动序列化为","状态进行客户端融合(client","状态键(window","状态,将以","状态,自动嵌入到最终的","环境下使用","环境下,可能还需要使用","环境中使用","环境(如","环境,这使得它在其他","现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载","现在已经填充入渲染应用程序所需的状态。","现在我们正在使用","现在我们的服务器与应用程序已经解耦!","现在我们需要在","现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用","现在,路由组件可以利用以上","生命周期中。","生命周期时产生全局副作用的代码,例如在其中使用","生命周期时将其销毁。但是,由于在","生成","生成的","生成的客户端构建","生成的虚拟","生成的默认文件是:","用于客户端插件。","用于服务器端插件;","由","由于传递给","由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。","由于服务器已经渲染好了","由于模块现在是路由组件的依赖,所以它将被","由于没有动态更新,所有的生命周期钩子函数中,只有","的","的一个实例。","的任何其他类型的文件(例如","的任务(task),建议将平台特定实现包含在通用","的位置","的做法,并且可能会干扰到其他","的其他选项","的参考设置。","的可交互时间(tti","的基本","的实现,以考虑其他变量。","的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。","的形式内联到页面。内联的","的情况下编写我们的","的按需代码分割特性渲染","的推荐方法是简单地使用","的方法:","的服务器端单页面应用程序渲染。将","的服务器端实现。","的服务器端渲染(ssr)相当快速,但是由于创建组件实例和虚拟","的服务器端渲染(ssr),你应该注意到,推荐的代码结构现在略有不同(使用新的","的源码结构","的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。","的版本,你可以通过","的特殊","的环境检测代码。","的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用","的示例用法:","的缓存策略,来大幅度提高应用程序处理高流量的能力。","的自定义插件,server","的话题,我们会在","的路由","的过程。","的运行目录。运行时将会以此目录为基准来解析","的逻辑:","的问题","直接使用:","相匹配的组件,如果组件暴露出","相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行","相同的函数签名。","相同,但是","知道这部分","确保添加了此插件!","秒后过期。","移动到路由组件的异步","章节。","第","等到","等)的","简单地使用","管理","管理。","管理的动态","管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render","类似于资源注入,head","组件。","组件可以提供一个","组件时,","组件时,自动注入「关键的","组件生命周期钩子函数","组件的渲染过程中收集的。有关更多详细信息,请查看","组件级别缓存(compon","组件,进行生成","结构(dom","结构。例如,当你在","绝对路径,指向一个已经构建好的","缓存","编写通用代码","能够使用预处理器(pre","自动推导需要在","自动注入),这样可以将文件分开缓存。建议用于存在很多公用","自动清理,以防止","自定义指令","节点的开销,无法与纯基于字符串拼接(pure","获取","获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果","获取到内联预置(inline)状态。","菊花图,然后通过","虽然","被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render","要从","要使用客户端清单(client","触发","设置","设置为","设置服务器端","访问特定平台(platform","语法表示):","请注意,上述配置仅适用于","请注意,可缓存组件还必须定义一个唯一的","请注意,在","请注意,截至目前,googl","请注意,缓存对象应至少要实现","请注意,考虑到如果第三方","资源(cpu","资源提示(resourc","资源提示。","资源预加载提示(resourc","资源(支持自动推导异步代码分割所需的文件);","路由和代码分割","转义插值(html","轻松地添加预渲染。它已经被","输出(webpack","输送面向服务器代码(server","运行时(runtime)」运行。","运行时分离到一个引导","运行时和","运行环境。","返回","返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。","返回的","返回的值是","还应该由","还是相当昂贵的,特别是当应用很大的时候。","这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是","这也为你的","这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。","这允许","这可以通过纯客户端(client","这将返回内联","这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。","这是将服务器的整个输出","这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,node.j","这样我们在开发过程中仍然可以热重载","这通常在","这里假定","这里如果有加载指示器(load","这里将是应用程序","这里无需传入一个应用程序,因为在执行","这里进行修改……","进行最优化的资源预加载/数据预取,并且还可以将所需的异步","进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割","适用方式(node","选项","选项。通过使用唯一的名称,每个缓存键(cach","选项中,我们将","选项可以进一步自定义要预加载的文件。","选项所提供\"服务器端版本(server","选项时自动处理)组件的","选项用于","选项精确控制预加载资源:","选项设置为","选项(需要","选项,并设置为","通常","通用","通用代码不可接受特定平台的","通过","通过以上设置,使用代码分割特性构建后的服务器渲染的","通过此选项提供一个由","通过运行","遍历虚拟","避免在客户端重复注册模块。","避免状态单例","那么,我们在哪里放置「dispatch","都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time","都提供开箱即用的流式渲染功能。所有你需要做的就是,用","配置中使用","配置示例如下:","重要信息:state","重要信息:当多次访问路由时,","重要信息:这将","重要提示:条目在","重要:使用","钩子函数中,使用","链接","链接到当前项目中时,才需要配置此选项。","防御。","除了","需要","需要处理的依赖模块。","需要注意的是,你仍然需要在挂载","需要版本","页面","页面包裹容器,来包裹生成的","页面级别缓存(page","预加载页面所需的","预取异步","预渲染(ssr","风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。","风格导出模块(node","默认情况下,只有","默认情况下,对于每次渲染,bundl","默认情况下,异步","默认情况下,当提供","默认文件名为","가능한","가능할","가능합니다.","가리키면","가상","가이드","가이드가","가이드는","가이드를","가이드에","가이드에서","가이드에서는","가장","가정하고","가정하면","가정할","가정합니다.","가정했습니다.","가져(pre","가져야합니다.","가져오는","가져온","가져와","가지","가지고","가지는","가진","가집니다.","가짜로","각","간단하며","간단하지만","간단한","간단합니다.","간단히","감지","값은","같습니다.","같아야","같은","같을","같이","같지는","개념을","개발","개발중","개발하는","개선됩니다.","개선하기","개선할","개선합니다.","개정","객체는","객체로","객체를","객체에","객체의","객체입니다.","갱신이","거대한","거의","걱정할","건드릴","검사하면","검색","것","것\"입니다.","것,","것과","것도","것들","것들을","것만","것에","것으로","것은","것을","것이","것입니다.","게으른","격리","결과가","결과는","결과를","결정되는","결정적이어야하므로","결합할","경로","경로로","경로를","경로에","경우","경우(라우트","경우(예:","경우도","경우에","경우에는","경우에도","경우에만","경우의","경우입니다.","경험이","계산되어","계속","고급","고려하는","고려하여","고려하지","고려해야할","고민해야합니다.","고유한","곳","공격을","공식","공유되는","공유되지만","공유된","공유될","공유할","과정에서","관련","관련성이있는","관련한","관리","관리도","관리를","관하여","광범위하게","교차","구동되기","구동된다는","구성되어","구성에는","구성을","구성하는","구조","구조가","구조를","구조입니다.","구축하는","구현을","구현입니다.","구현하여","구현할","구현해야합니다.","권장","권장하는","권장합니다.","규모의","규칙이","그","그다지","그러나","그러면","그러므로","그런","그럼에도","그렇지","그리고","글꼴과","기능","기능은","기능을","기능이","기다려야","기다리지","기다릴","기반","기반으로","기반으로하지만","기본","기본값은","기본값이지만","기본적으로","기본적인","기술을","기존","깊이","까다로울","꼭","나누는","나중에","나타내는","나타냅니다.","남아있게","낭비하고","내보내진","내부","내부에서","내부입니다","내용과","내용은","내용은gener","내용을","너무","네이티브","노드를","노출시켜","노출하고","노출합니다.","논의","높은","느린","다루는","다루지","다룰","다룹니다.","다르면(즉,","다른","다릅니다.","다시","다운로드되어","다운로드할","다음","다음과","단","단계가","단계에서는","단순히","단어입니다.","단일","단점이","단축,","달라야합니다.","달려","달리","대개","대부분의","대부분이","대비하고","대상은","대시","대신","대역폭을","대체할","대폭","대한","대해","더","덩어리를","데모의","데이터","데이터가","데이터를","데이터베이스","데이터에","도달","도달하면","도달해야","도움이","독립실행형으로","동기식","동기식이","동안","동안만","동일하도록","동일하지만","동일한","동일할","동일합니다.","동작이","동적으로","동적이기","동적인","되고","되며","되면","되어","되지","된","된다는","될","됨)","됩니다.","됩니다.)","두","두가지","두개의","두번째","둘","둡니다.","들기","들어","들어,","들어오는","등)의","등록할","디렉토리를","디렉티브","디렉티브가","디렉티브는","디렉티브에","디렉티브와","따라","따라서","따른","때","때)","때까지","때마다","때문에","때문입니다.","떨어집니다.","또","또는","또는,","또한","뚀는mounted로","라우터","라우터,","라우터를","라우트","라우트를","라우팅","라우팅과","라이브러리가","라이브러리는","라이브러리들의","라이브러리를","라이브러리의","라이프사이클","라이프사이클에서","라이프사이클에서만","라인을","래핑하거나","런타임에서","레벨","레벨에서","레이어에서","레퍼런스","레퍼런스를","레핑해야합니다.","렌더러","렌더러가","렌더러는","렌더러로","렌더러를","렌더러에","렌더러에게","렌더러에서","렌더러와","렌더링","렌더링(ssr)이란","렌더링된","렌더링마다","렌더링만","렌더링에","렌더링은","렌더링을","렌더링의","렌더링이","렌더링하는","렌더링한","렌더링할","렌더링합니다.","렌더에","로더와","로드","로드된","로드하는","로드합니다.","로드해야","로딩","로딩은","로직(pre","로직을","루트","를","리로드","리로드를","리소스","리소스에","리스트에서","리퀘스트를","리턴합니다.","링크","마무리해야합니다.","마운트","마운트되어야한다고","마운트하는","마운트합니다.","마이그레이션","마지막으로","마지막으로,","마찬가지","마찬가지로","마케팅","마크","마크업","마크업만","마크업에","마크업은","마크업을","마크업이","만드는","만든","만들","만들고","만들기","만들기만","만들때","만들면","만들어","만들어(mocking)","만들어야","만들어야하기","만들어진","만들어질","만듭니다.","많은","많을","많이","많이하면","맞는","맞지","맞지만","매니페스트","매니페스트는","매니페스트를","매니페스트와","매우","매칭","맵","먼저","메모리에","메소드는","메소드를","메커니즘으로","멤버입니다.","명시적으로","몇","몇가지","모두","모두를","모두에","모두에서","모듈에서","모듈을","모드는","모드로","모드를","모드에서","모드에서는","모든","모음의","목록에","못한","무시합니다.)","무엇입니까?","문서에","문자열","문자열로","문자열에는","문자열을","문제","문제가","문제를","미리","미처","밀리","및","바꿀","반대의","반드시","반복되는","반복적으로","반응성","반응성을","반응성이","반응형","반환","반환되는","반환된","반환됩니다.","반환하는","반환하면","반환하지","반환합니다.","받은","발견되면","발견된","발생시키는","발생시킵니다.","발생하는","발생할","발생합니다.","방문한","방법","방법은","방법을","방식으로","방식을","방지하기","방지하므로","배열을","배포","배포할","백엔드","버그가","버리고","버스","버전","버전\"을","버전과","버전에서는","버전은","버전을","버전의","번들","번들과","번들된","번들렌더러를","번들로","번들링해야합니다.","번들에","번들은","번들을","번들의","번들이","번들파일(.j","범용적인","변경되거나","변경할","변경합니다.","변수를","변환하는","변환해야합니다.","별","별도의","별칭","병목을","보간)를","보간되므로","보간할","보내고","보냅니다.","보다","보드를","보듯이,","보존하는","보통","복잡하게","본질적인","볼","부르는","부분들이","부분이","부하가","부하를","부하에","분리되어","분석할","분할","분할과","분할을","불구하고","불러오지","불일치가","불필요합니다.","브라우저","브라우저는","브라우저로","브라우저에서","브라우저의","비","비동기","비동기적으로","비동기화할","비슷하게","비용때문에","비용을","비용이","비해","비활성화","비활성화하면","빌드","빌드되었다고","빌드시","빌드의","빌트인","빠르게","빠르지만","빨리","뿐입니다.","사실,","사용","사용)","사용되며,","사용된","사용방식이","사용법은","사용시","사용을","사용자","사용자가","사용자는","사용자별로","사용자에게","사용하게됩니다.","사용하고","사용하기","사용하나요?","사용하는","사용하려면","사용하면","사용하므로","사용하여","사용하여도","사용하지","사용하지만","사용한다고","사용할","사용합니다.","사용해","사용해보십시오.","사용해야","사용해야합니다.","사이드","사이드이펙트를","사이트","사이트로","사전","사항","사항들이","사항은","사항을","사항이","삭제한","삭제합니다.","살아있습니다.","살펴보기","살펴봅니다.","삼중","삽입되는","삽입되어야하는","삽입하기","삽입하는","삽입할","삽입합니다.","상당한","상수를","상용구를","상태","상태(cross","상태는","상태를","상태에","상태입니다.","상호","상호작용하게","상호작용하는","상황이","새","새로운","생깁니다.","생산성이","생성","생성과","생성되는","생성되면","생성되어야하는","생성된","생성됩니다.","생성자를","생성하고","생성하기","생성하는","생성하도록","생성한","생성할","생성합니다.","서로","서버","서버)로","서버가","서버는","서버렌더링된","서버로","서버를","서버사이드","서버에","서버에서","서버에서는","서버에서의","서버와","서버의","서버측","선언해야합니다.","선택적으로","선택합니다.","선택해야합니다.","설명합니다.","설정","설정)","설정과","설정됨)","설정들이","설정에서","설정에서만","설정은","설정을","설정의","설정하는","설정하지","설정한","설치","설치되어있거나","성능","성능과","성능상의","성능에","성능을","세가지로(기본,","세밀하게","세부","섹션에서","소개","소개할","소스","소스맵을","소스코드","소스코드를","속성","속성에","속성을","속성이","솔루션을","수","수는","수도","수동","수동으로","수명주기","수백","수있는","수정하는","수정할때마다","수정합니다","수정해야합니다.","수준에서","수준의","수집된","수행됩니다.","수행하는","수행하면","수행할","순서","순수","순수한","쉘로","쉽게","쉽습니다.","스크립트가","스크립트를","스타일이며","스택을","스트리밍","스트리밍을","스트림","스트림으로","스트림을","스트림이","스피너로","시","시간","시간)을","시간에","시간을","시간이","시나리오에","시나리오에서도","시작","시작에","시작하기","시작하는데","시작한","시작할","시작해야","시작해야합니다.","신중하게","실수로","실제","실제로","실행가능한","실행되는","실행되므로","실행될","실행됩니다.","실행에서","실행하는","실행하여","실행할","실행합니다.","싱글","싱글톤","싱글톤을","싶습니다.","써드파티","아래","아래에","아래와","아이디어를","아직","아티팩트를","안내서는","안내서를","안에","안의","안전한","않고","않기","않는","않습니다.","않습니다.)","않아도","않아야","않았습니다.","않으면","않으므로","않은","않을","않지만","알","알고","알고있다고","알립니다.","알아야할","앞으로","애플리케이션","애플리케이션)에","애플리케이션과","애플리케이션에","애플리케이션에서","애플리케이션에서는","애플리케이션으로","애플리케이션을","애플리케이션의","애플리케이션이","액세스할","앱","앱에","앱에서","앱에서는","앱으로","앱은","앱을","앱의","앱이","약간","양을","어떠한","어떻게","언급된","얻을","얼마나","업데이트된","업을","없는","없도록","없습니다.","없으므로","에러가","에서만","에셋","에셋을","에셋의","엔드를","엔진","엔트리","엔트리는","엘리먼트에","여겨질","여기서","여기서는","여부를","여전히","여지가","역할만","역할을","연결된","연결할","영원히","예:","예를","예방을","예상:","예상되면","예입니다.","예정입니다.","예제에서","오랫동안","오류,","오류가","오류는","오염시키는","오염을","오염이","올바른","옮겨갑니다.","옮겨야","옵션","옵션과","옵션은","옵션을","옵션입니다.","와","와vue는","완료되어","완료될","완벽하지","완벽히","완전히","왜","외부","외부에","외부화된","외에도","요구사항을","요소를","요청","요청간에","요청에","요청에는","요청에서","요청을","요청이","원한다면","원할히","원활하게","웹","위","위치에","위치에서","위한","위해","위해서는","윈도우","유니버설","유사하지만","유사합니다.","유용할","유용합니다.","유즈케이스","유지할","유추됨)","유추합니다.","유틸리티로","유형의","유효한","을","응답","의미합니다.","의존성에서","의존성을","의존하는","의해","이","이것은","이는","이러한","이렇게","이렇게하면","이로","이루어지지만","이를","이름에","이름은","이며","이미","이미지","이벤트","이상을","이스케이프","이스케이프된","이외에는","이용하기","이용한","이용해","이유는","이전","이점이","이제","이중","이해하기","이해한다고","이후","이후에서","익숙하고","익숙할","인덱싱을","인라인","인라인되어야하는","인라인된","인라인으로","인스턴스","인스턴스가","인스턴스는","인스턴스를","인스턴스에도","인스턴스와","인스턴스의","인스턴스화","인젝션과","인터넷","인터페이스를","인터폴레이션","인터폴레이션(html","인터폴레이션(interpolation)","인터폴레이션(non","인터폴레이션(보간)도","인터폴레이션을","인해","일급","일반","일반적으로","일반적인","일부","일으킬","일은","일치하는","일치하지","일치함을","읽고","읽는","읽으면서","임의의","입니다.","있고","있기","있는","있다고","있다는","있다면","있도록","있습니다,","있습니다.","있습니다.(inject:","있습니다.(향후","있어야","있어야합니다.","있으나","있으며","있으면","있으므로","있을","있지만","자동","자동으로","자바","자바스크립트","자세한","자세히","자식","자체","자체에","자체적으로","작동까지의","작동시킬","작동하고","작동하는지","작동하지","작동할","작동합니다.","작성된","작성하기","작성하는","작성한","작성할","작성합니다.","작성해야합니다.","작업해야합니다.","잘","잠시","장점은","장점을","장점이","장치의","재사용할","저장합니다.","저하시키므로","적용됩니다.","적용해야합니다.","적절한","적합한","전달)","전달된","전달될","전달됩니다.","전달인자는","전달인자로","전달인자를","전달하고","전달하는","전달하여","전달한","전달할","전달합니다.","전략을","전송됩니다.","전에","전역","전역적인","전용","전체","전통적인","전혀","전환율과","절대경로를","절대적으로","점에서","접근(lazyili","접근을","접근하기","정보","정보(head","정보가","정보를","정의","정의할","정적","정적인","정확하게","정확히","제거할","제공되면","제공되므로","제공하는","제공하며","제공하면","제공할","제공합니다.","제공해야","제공해야합니다.","제약","제약사항에","제어하거나","제어하는","제어할","제어해야하는","제작자는","제한","조건은","조작","조작하므로","존재하는","종속성","종속성이","좋습니다.","좋은","주로","주목하세요.","주문형","주석","주석을","주의","주의사항","주의사항은","주의해야","주의해야하는","주의해야할","주입","주입됩니다)","주입을","주입이","주입하면","주입합니다.","주입해야합니다.","주제이므로","줄이는데","줄일","중","중단하고","중에","중요하지","중요한","중요해질","중이라면","중점을","중지했다가","즉","즉,","즉석에서","즉시","지금까지","지남에","지능적으로","지식이","지연된","지원","지원하는","지원하지","지원하지만","지원함)","지원합니다.","지점입니다.","직렬화하고","직접","직접적인","짜야합니다.","차이에","참고","참고사항:","참고하세요","참조","참조하는","참조하세요","참조하세요.","참조하십시오","참조하십시오.","채워집니다.","책임이","처리가","처리를","처리하기","처리하는","처리하므로","처리해야합니다.","처음부터","첫번째","청크","청크\"를","청크가","청크를","청크에","초가","초기","초당","최대","최상의","최소","최소한","최신","최적의","최적화가","최적화를","최종","추가","추가되는","추가된)에","추가로","추가적인","추가한","추가합니다.","추가해야합니다.","추상화","추상화하고","출력될","출력을","출력합니다.","충분한","측","측에서","캐시","캐시되며","캐시되므로","캐시된","캐시를","캐시에","캐시에서","캐시키를","캐시하지","캐시할","캐싱","캐싱에","캐싱을","커지면","컨셉으로","컨텍스트","컨텍스트객체는","컨텍스트로","컨텍스트를","컨텍스트에","컨텍스트에서","컨텐츠","컨텐츠가","컨텐츠는","컨텐츠를","컨텐츠의","컴파일하기","컴포넌트","컴포넌트가","컴포넌트는","컴포넌트로","컴포넌트를","컴포넌트마다","컴포넌트에","컴포넌트에서","컴포넌트의","컴포넌트입니다.","코드","코드,","코드가","코드는","코드를","코드에서","코드에서만","코드의","콘텐츠를","콜백으로","콜백은","크게","크롤러가","크롤러는","큰","클라이언트","클라이언트간","클라이언트로","클라이언트만","클라이언트에","클라이언트에서","클라이언트에서만","클라이언트와","클라이언트와의","클라이언트의","클래스","키는","키를","키에는","키와","타이머","타이머가","타이머를","타이틀","타임스탬프를","탐색할","태그","태그가","태그를","테스트되었습니다.","템플릿","템플릿과","템플릿안에서","템플릿에","템플릿에는","템플릿으로","템플릿은","템플릿을","템플릿입니다.","통합하는","통해","트래픽을","트래픽이","트리가","트리를","트리에","특수","특수한","특정","특정한","특히","팀의","파일","파일로","파일에","파일에서","파일은","파일을","파일이","파일입니다.","판단합니다.","팩토리","페이지","페이지를","페이지에","페이지에서","페칭","편법이며","평가되지만","포함되므로","포함된","포함될","포함됩니다.","포함시","포함하는","포함할","폭포수","폴리필(polyfill)을","폴리필)을","표기된","표기법을","표시되어야","표시됩니다.(전체가","푸시를","풀","프레임워크입니다.","프로그래밍","프로세스는","프로세스에","프로세스에서","프로세스와","프로세스의","프로세스입니다.","프로젝트","프로젝트는","프로젝트를","프론트","프리","프리로드","프리로드/프리페치","프리로드/프리페치하고","프리로드를","프리로드할","프리페치","플랫폼","플랫폼에","플랫폼의","플러그인","플러그인은","플러그인을","플레이스홀더(placeholder)","피하기","피하려면","피하세요","피할","피해야","필요가","필요는","필요로","필요하기","필요하며","필요하므로","필요하지","필요한","필요한지","필요할","필요합니다.","하기","하나는","하나의","하나입니다.","하는","하는데","하는지에","하면","하므로","하위","하이드레이션","하이드레이션을","하지","하지만","한","한번","할","함께","함께)","함수를","함수인","함수입니다.","합니다.","핫","항목은","항목을","항목이","항상","해결하기","해결하는","해결하려면","해당","해석할","해시가","해야할","해야합니다.","해주세요","핵심","핵심은","핸들러를","했으므로,","향상되고","향상됩니다.)","향상시키고","향상시킬","허용","허용하는","허용하면","현명하게","현재","형태\"","호출되면","호출되지","호출됩니다.","호출할","호환성을","혼용하는","화면에서","확인하세요","확인하세요.","확인할","확장합니다.","환경설정","환경에","환경에서","환경이","활용하는","활용하면","활용하여","후","훅","훅도","훅에","훅의","훅이","훨씬","힌트","힌트가","힌트를","(可选)客户端构建","(可选)页面模板",",作为渲染应用程序内容的占位符。",",其中关键",",它提供:",",所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的",",然而,由于"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Vue.js 서버 사이드 렌더링 가이드\n\n참고사항: 이 가이드는 아래에 표기된 라이브러리들의 최소 요구사항을 필요로 합니다.\n\nvue & vue-server-renderer >= 2.3.0\nvue-router >= 2.5.0\nvue-loader >= 12.0.0 & vue-style-loader >= 3.0.0\n\n\nVue 2.2 버전과 함께 SSR을 사용하고 있다면 권장하는 코드 구조가 약간 다릅니다. (runInNewContext이 false로 설정됨) 기존 앱을 사용해야 하는 것이 맞지만 새로운 권장 방식으로 마이그레이션 하는 것이 좋습니다.\n서버사이드 렌더링(SSR)이란 무엇입니까?\nVue.js는 클라이언트 측 애플리케이션을 위한 프레임워크입니다. 기본적으로 Vue 컴포넌트는 브라우저에서 DOM을 생성 및 조작 후 출력합니다. 그러나 동일한 컴포넌트를 서버의 HTML 문자열로 렌더링한 후 직접 브라우저로 보내고 마지막으로 정적 마크업을 클라이언트의 상호작용하는 애플리케이션으로 \"hydrate\" 하는 것도 가능합니다.\n서버에서 렌더링된 Vue.js 앱은 코드 대부분이 서버와 클라이언트 모두에서 실행하는 점에서 \"같은 형태\" 이며 \"범용적\"으로 여겨질 수 있습니다.\n왜 SSR을 사용하나요?\n전통적인 SPA(싱글 페이지 애플리케이션)에 비해 SSR의 장점은 주로 아래에 있는 내용과 같습니다.\n\n검색 엔진 크롤러는 완전히 렌더링 된 페이지를 직접 볼 수 있으므로 검색 엔진 최적화가 개선됩니다.\n현재 Google과 Bing은 동기식 자바스크립트 애플리케이션의 인덱싱을 할 수 있습니다. 여기서 동기식이 핵심 단어입니다. 앱이 로딩 스피너로 시작한 다음 Ajax를 이용해 컨텐츠를 가져오는 경우 크롤러가 완료될 때까지 기다리지 않습니다. 즉, SEO가 중요한 페이지에서 비동기적으로 콘텐츠를 가져오는 경우 SSR이 필요합니다.\n\n컨텐츠 도달 시간 단축, 특히 느린 인터넷 또는 느린 장치의 경우에 서버 렌더링 마크업은 모든 자바 스크립트가 다운로드되어 실행될 때까지 기다릴 필요가 없으므로 사용자는 완전히 렌더링 된 페이지를 더 빨리 볼 수 있습니다. 일반적으로 사용자 경험이 향상되고 전환율과 직접적인 관련성이있는 애플리케이션의 경우 중요해질 수 있습니다.\n\n\n하지만 SSR을 사용할 때 고려해야할 몇가지 단점이 있습니다.\n\n개발 제약 사항이 있습니다. 브라우저의 특정 코드는 특정한 라이프사이클에서만 사용할 수 있습니다. 일부 외부 라이브러리는 서버에서 렌더링 된 애플리케이션에서 실행할 수 있도록 추가적인 처리가 필요할 수 있습니다.\n설치 및 배포 요구사항을 보다 복잡하게 만들 수 있습니다. 정적 파일 서버에 배포할 수 있는 완전히 정적인 SPA와 달리 서버 사이드 렌더링 애플리케이션에서는 Node.js 서버를 실행할 수 있는 환경이 필요합니다.\n더 많은 서버측 부하가 생깁니다. Node.js의 전체 애플리케이션 렌더링은 정적 파일을 제공하는 것 보다 CPU를 많이 사용하므로 트래픽이 많을 것으로 예상되면 서버 부하에 대비하고 캐싱 전략을 잘 짜야합니다.\n\n앱에 SSR을 사용하기 전에 먼저 실제 필요한지 고민해야합니다. 보통 앱의 컨텐츠가 얼마나 빨리 도달해야 하는지에 달려 있습니다. 예를 들어, 초기 로드 시 추가적인 수백 밀리 초가 그다지 중요하지 않은 내부 대시 보드를 구축하는 경우 SSR은 불필요합니다. 그러나 시간에 따른 컨텐츠가 절대적으로 중요한 경우 SSR을 사용하면 최상의 초기 로드 성능을 얻을 수 있습니다.\n서버 사이드 렌더링 vs 사전 렌더링\n몇 가지 마케팅 페이지 (예 : /, /about, /contact 등)의 검색 엔진 최적화를 개선하기 위해 SSR을 고려하는 중이라면 사전 렌더링이 더 좋습니다. HTML을 즉석에서 컴파일하기 위해 웹 서버를 사용하는 대신 사전 렌더링은 빌드시 특정 경로에 대한 정적 HTML 파일을 생성합니다. 장점은 미리 렌더링을 설정하는 것이 훨씬 간단하며 프론트 엔드를 완전히 정적인 사이트로 유지할 수 있다는 것입니다.\nwebpack을 사용하는 경우 prerender-spa-plugin을 사용하여 사전 렌더링을 쉽게 추가 할 수 있습니다. Vue 앱으로 광범위하게 테스트되었습니다. 실제로 제작자는 Vue 핵심 팀의 멤버입니다.\n이 가이드에 관하여\n이 안내서는 Node.js를 서버로 사용하는 서버 렌더링 싱글 페이지 애플리케이션에 중점을 둡니다. Vue SSR과 다른 백엔드 설정을 혼용하는 것은 다른 주제이므로 이 가이드에서는 다루지 않습니다.\n이 가이드는 매우 깊이 있고 Vue.js 자체에 이미 익숙하고 Node.js와 webpack에 대한 실제 지식이 있다고 가정합니다. 즉시 원활하게 사용할 수있는 더 높은 수준의 솔루션을 원한다면 Nuxt.js를 사용해보십시오. 동일한 Vue 스택을 기반으로하지만 많은 상용구를 추상화하고 정적 사이트 생성과 같은 몇 가지 추가 기능을 제공합니다. 그러나 앱 구조를 직접 제어해야하는 경우 사용방식이 맞지 않을 수 있습니다. 그럼에도 불구하고 상황이 어떻게 작동하는지 더 잘 이해하기 위해 이 안내서를 읽는 것이 여전히 유용할 것입니다.\n이 가이드를 읽으면서 가이드가 다루는 대부분의 기술을 사용하는 HackerNews Demo를 참조하는 것이 도움이 될 것입니다.\n마지막으로, 이 가이드는 완벽하지 않습니다. 잘 작동하고 있는 것을 알고 있지만 개선할 여지가 있습니다. 이 가이드는 앞으로 개정 될 수 있습니다. 풀 리퀘스트를 해주세요\n"},"basic.html":{"url":"basic.html","title":"기본 사용 방법","keywords":"","body":"기본 사용 방법\n설치\nnpm install vue vue-server-renderer --save\n\n이 가이드에서는 NPM을 사용하지만 Yarn을 사용하여도 전혀 문제가 되지 않습니다.\n참고 사항\n\nNode.js v6 이상을 권장합니다.\nvue-server-renderer 와vue는 반드시 서로 맞는 버전을 사용해야합니다.\nvue-server-renderer는 일부 Node.js 네이티브 모듈을 사용하므로 Node.js에서만 사용할 수 있습니다. 앞으로 다른 JavaScript 런타임에서 실행할 수 있는 보다 간단한 방법을 제공할 예정입니다.\n\nVue 인스턴스 렌더링\n// Step 1: Create a Vue instance\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World `\n})\n// Step 2: Create a renderer\nconst renderer = require('vue-server-renderer').createRenderer()\n// Step 3: Render the Vue instance to HTML\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => Hello World \n})\n\n서버와 통합하는 방법\nExpress와 같이 Node.js 서버에서 사용하면 매우 간단합니다.\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `The visited URL is: {{ url }}`\n })\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Internal Server Error')\n return\n }\n res.end(`\n\n\n Hello\n ${html}\n\n `)\n })\n})\nserver.listen(8080)\n\n페이지 템플릿 이용하기\nVue 앱을 렌더링할 때 렌더러는 앱의 마크업만 생성합니다. 이 예제에서 추가 HTML 페이지 쉘로 출력을 레핑해야합니다.\n이를 간단히 하기 위해 렌더러를 만들 때 페이지 템플릿을 직접 제공할 수 있습니다. 대부분의 경우 페이지 템플릿을 자체 파일에 저장합니다. (예: index.template.html)\n\n\n Hello\n\n \n\n 주석을 주목하세요. 이것은 앱의 마크업이 삽입되는 곳 입니다.\n그 다음 파일을 읽고 Vue 렌더러로 전달합니다.\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // will be the full page with app content injected.\n})\n\n템플릿 인터폴레이션(Interpolation)\n템플릿은 간단한 인터폴레이션(보간)도 지원합니다. 다음 템플릿을 확인하세요.\n\n\n \n {{ title }}\n \n {{{ meta }}}\n\n\n \n\nrenderToString의 두번째 전달인자로 \"render context object\" 를 전달하여 인터폴레이션 데이터를 제공할 수 있습니다.\nconst context = {\n title: 'hello',\n meta: `\n \n \n `\n}\nrenderer.renderToString(app, context, (err, html) => {\n // page title will be \"Hello\"\n // with meta tags injected\n})\n\n컨텍스트객체는 Vue 앱 인스턴스와 공유할 수 있으므로 컴포넌트가 템플릿 인터폴레이션을 위해 데이터를 동적으로 등록할 수 있습니다.\n또한 템플릿은 다음과 같은 몇 가지 고급 기능을 지원합니다.\n\n*.vue 컴포넌트를 사용할 때 CSS를 자동으로 주입합니다.\nclientManifest를 사용할 때 에셋 링크 및 리소스에 관련한 힌트를 자동으로 주입합니다.\n클라이언트 측 하이드레이션을 위한 Vuex state(상태) 포함시 자동 주입 및 XSS를 예방을 지원합니다.\n\n나중에 이 가이드에서 관련 개념을 소개할 때 자세히 다룰 것 입니다.\n"},"universal.html":{"url":"universal.html","title":"유니버설 코드 작성하기","keywords":"","body":"유니버설 코드 작성하기\n자세히 살펴보기 전에 잠시 \"유니버설\" 코드, 즉 서버와 클라이언트 모두에서 실행가능한 코드를 작성하는 경우의 제약사항에 관하여 살펴봅니다. 유즈케이스 및 플랫폼 API의 차이에 따라 서로 다른 환경에서 실행할 때 코드의 동작이 정확히 동일할 수는 없습니다. 여기서는 꼭 알아야할 중요한 것들을 다룹니다.\n서버에서의 데이터 반응성\n클라이언트만 존재하는 앱에서는 모든 사용자가 브라우저에서 앱의 새로운 인스턴스를 사용하게됩니다. 서버 측 렌더링의 경우에도 동일한 요청이 필요합니다. 각 요청에는 교차 요청 상태(Cross Request State) 오염이 없도록 격리 된 새 앱 인스턴스가 있어야합니다.\n실제 렌더링 프로세스는 결정적이어야하므로 서버에서 데이터를 \"미리 가져(pre-fetching)\"옵니다. 렌더링을 시작할 때 애플리케이션 상태는 이미 완료되어 있어야 합니다. 즉, 서버에서 데이터 반응성이 필요하지 않으므로 기본적으로 비활성화 되어 있습니다. 데이터 반응성을 비활성화하면 데이터를 반응형 객체로 변환하는 성능 비용을 피할 수 있습니다.\n컴포넌트 라이프사이클 훅\n동적인 갱신이 없으므로 모든 라이프사이클 훅 중 beforeCreate 및 created만 SSR 중에 호출됩니다. 즉, beforeMount 또는 mounted와 같은 다른 라이프사이클 훅 안의 모든 코드는 클라이언트에서만 실행됩니다.\n또 다른 주의 사항은 beforeCreate와 created에서 전역적인 사이드이펙트를 만드는 코드 (예: setInterval로 타이머 설정) 클라이언트 측 코드에서만 타이머를 설정한 다음 beforeDestroy 또는 destroyed에서 제거할 수 있습니다. 그러나 SSR 중 destroy 훅이 호출되지 않기 때문에 타이머가 영원히 계속 살아있습니다. 이를 피하려면 사이드이펙트를 발생하는 코드를 beforeMount 뚀는mounted로 옮겨야 합니다.\n플랫폼에 의존하는 API에 접근하기\n유니버설 코드는 특정 플랫폼의 API 접근을 가정할 수 없으므로 코드가 window 또는 document와 같은 브라우저 전용 전역 변수를 직접 사용하면 Node.js에서 실행할 때 오류가 발생합니다. 이 반대의 경우도 마찬가지 입니다.\n서버와 클라이언트간 공유되지만 다른 플랫폼 API를 사용하는 경우 플랫폼 별 구현을 범용적인 API로 래핑하거나 이를 위해 라이브러리를 사용하는 것이 좋습니다. 예를 들어 axios는 서버와 클라이언트 모두에서 동일한 API를 제공하는 HTTP 클라이언트 입니다.\n브라우저 전용 API의 경우 일반적인 방법은 클라이언트 전용 라이프사이클 훅에 게으른 접근(Lazyily Access)을 하는 것 입니다.\n써드파티 라이브러리가 범용적인 사용을 고려하지 않고 작성된 경우 서버에서 렌더링 된 애플리케이션과 통합하는 것이 까다로울 수 있습니다. 일부 전역 변수를 가짜로 만들어(mocking) 작동시킬 수 있으나 이는 편법이며 다른 라이브러리의 환경설정 감지 코드를 건드릴 수 있습니다.\n사용자 정의 디렉티브\n대부분의 사용자 정의 디렉티브는 DOM을 직접 조작하므로 SSR중 오류가 발생합니다. 이 문제를 해결하는 방법은 두가지 입니다.\n\n추상화 메커니즘으로 컴포넌트를 사용하고 가상 DOM 수준에서 작업해야합니다. (예 : 렌더링 기능 사용)\n컴포넌트로 쉽게 바꿀 수 없는 사용자 정의 디렉티브가 있는 경우 서버 렌더러를 만들 때 directives옵션을 사용해 \"서버용 버전\"을 제공할 수 있습니다.\n\n"},"structure.html":{"url":"structure.html","title":"소스코드 구조","keywords":"","body":"소스 코드 구조\n상태를 보존하는 싱글톤을 피하세요\n클라이언트 전용 코드를 작성할 때 코드가 항상 새로운 컨텍스트에서 구동된다는 것에 익숙할 것입니다. 그러나 Node.js 서버는 오랫동안 실행되는 프로세스입니다. 프로세스에 코드가 필요한 경우 한번 계산되어 메모리에 남아있게 됩니다. 즉, 싱글톤 객체를 만들면 들어오는 모든 요청간에 공유될 수 있습니다.\n기본 예제에서 보듯이, 각 요청에 따라 새로운 루트 Vue인스턴스를 생성합니다. 이는 각 사용자가 브라우저에서 앱의 새로운 인스턴스를 사용하는 것과 유사합니다. 서로 다른 요청에서 공유된 인스턴스를 사용하면 상호 요청 상태 오염을 일으킬 수 있습니다.\n따라서 앱 인스턴스를 직접 생성하는 대신 반복적으로 실행할 수 있는 팩토리 함수를 노출하고 각 요청에 따라 새로운 앱 인스턴스를 만들어야 합니다.\n// app.js\nconst Vue = require('vue')\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `방문한 URL은 : {{ url }} `\n })\n}\n\n이제 서버 측 코드는 아래와 같이 변경합니다.\n// server.js\nconst createApp = require('./app')\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n renderer.renderToString(app, (err, html) => {\n // handle error...\n res.end(html)\n })\n})\n\n동일한 규칙이 라우터, store(저장소) 및 이벤트 버스 인스턴스에도 적용됩니다. 모듈에서 직접 export하고 앱에서 import 하는 대신 createApp에 새 인스턴스를 만들고 루트 Vue인스턴스에서 이를 주입해야합니다.\n\n이러한 제약 조건은 번들 렌더러를 { runInNewContext: true }와 함께 사용할 때 제거할 수 있지만 각 요청에 대해 새로운 vm context를 만들어야하기 때문에 성능에 상당한 비용이 발생합니다.\n\n빌드 순서 소개\n지금까지 클라이언트에 동일한 Vue 앱을 전달하는 방법을 다루지 않았습니다. 이를 위해 webpack을 사용해 Vue 앱을 번들링해야합니다. 사실, webpack을 사용해 서버에 Vue 앱을 번들링해야합니다. 이유는 아래와 같습니다.\n\n일반적으로 Vue 앱은 webpack과 vue-loader로 구성되어 있으며 file-loader를 통해 파일을 가져오는 것, css-loader를 통해 CSS를 가져오는 것과 같은 많은 webpack 관련 기능은 Node.js에서 직접 작동하지 않습니다.\nNode.js 최신 버전은 ES2015를 완벽히 지원하지만 이전 버전의 브라우저에서 작동할 수 있도록 만들기 위해 클라이언트 측 코드를 변환해야합니다. 이 때문에 빌드 단계가 필요합니다.\n\n따라서 webpack을 사용하여 클라이언트와 서버 모두를 번들로 제공할 것입니다. 서버 번들은 서버에서 필요하며 SSR에 사용되며, 클라이언트 번들은 정적 마크업을 위해 브라우저로 전송됩니다.\n\n이후 섹션에서 설정의 세부 사항을 논의 할 것입니다. 이제 빌드 설정을 이해한다고 가정하고 webpack을 사용하여 Vue 앱 코드를 작성할 수 있습니다.\nWebpack을 이용한 코드 구조\nwebpack을 이용해 서버와 클라이언트 모두에서 애플리케이션을 처리하므로 대부분의 소스 코드를 모든 webpack 기반으로 작성할 수 있습니다. 범용적인 코드를 작성할 때 주의해야할 몇가지 사항들이 있습니다.\n간단한 프로젝트는 아래와 같을 것 입니다.\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # universal entry\n├── entry-client.js # runs in browser only\n└── entry-server.js # runs on server only\n\napp.js\napp.js는 앱의 범용적인 시작 지점입니다. 클라이언트 전용 애플리케이션에서는 이 파일에 루트 Vue 인스턴스를 만들고 DOM에 직접 마운트합니다. 그러나 SSR의 경우에는 책임이 클라이언트 전용 엔트리 파일로 옮겨갑니다.\nimport Vue from 'vue'\nimport App from './App.vue'\n// export a factory function for creating fresh app, router and store\n// instances\nexport function createApp () {\n const app = new Vue({\n // the root instance simply renders the App component.\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\n클라이언트 엔트리는 단순히 앱을 생성하고 DOM에 마운트하는 역할만 합니다.\nimport { createApp } from './app'\n// client-specific bootstrapping logic...\nconst { app } = createApp()\n// this assumes App.vue template root element has `id=\"app\"`\napp.$mount('#app')\n\nentry-server.js:\n서버 항목은 각 렌더링마다 반복적으로 호출할 수있는 함수인 export default를 사용합니다. 현재 이 인스턴스는 앱 인스턴스를 생성하고 반환하는 것 이외에는 하지 않지만 나중에 서버 측 라우트 매칭 및 데이터 프리-페칭 로직(pre-fetching logic)을 다룹니다.\nimport { createApp } from './app'\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"라우팅과 코드 분할","keywords":"","body":"라우팅과 코드 분할\nvue-router를 이용한 라우팅\n서버 코드가 임의의 URL을 처리하는 * 핸들러를 사용하는 것을 알 수 있습니다. 이렇게 하면 방문한 URL을 Vue앱에 전달하고 클라이언트와 서버 모두에 동일한 라우팅 구성을 재사용할 수 있습니다.\n이를 위해서는 공식 vue-router를 사용하는 것이 좋습니다. 먼저 라우터를 생성하는 파일을 만듭니다. createApp과 비슷하게 각 요청에 대해 새로운 라우터 인스턴스가 필요하므로 파일에서 createRouter 함수를 export 합니다.\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\nVue.use(Router)\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\n그리고 app.js파일을 수정합니다\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nexport function createApp () {\n // create router instance\n const router = createRouter()\n const app = new Vue({\n // inject router into root Vue instance\n router,\n render: h => h(App)\n })\n // return both the app and the router\n return { app, router }\n}\n\n이제 entry-server.js에 서버측 라우팅 로직을 작성합니다.\n// entry-server.js\nimport { createApp } from './app'\nexport default context => {\n // since there could potentially be asynchronous route hooks or components,\n // we will be returning a Promise so that the server can wait until\n // everything is ready before rendering.\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n // set server-side router's location\n router.push(context.url)\n // wait until router has resolved possible async components and hooks\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // no matched routes, reject with 404\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n // the Promise should resolve to the app instance so it can be rendered\n resolve(app)\n }, reject)\n })\n}\n\n이미 서버 번들이 빌드되었다고 가정하면 (빌드 설정은 이 단계에서는 무시합니다.) 서버 코드는 다음과 같습니다.\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Page not found')\n } else {\n res.status(500).end('Internal Server Error')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\n코드 분할\n코드 분할 또는 지연된 로딩은 초기 렌더링을 위해 브라우저에서 다운로드할 에셋의 양을 줄이는데 도움이 되며 큰 규모의 번들을 가지는 앱의 경우 TTI (time-to-interactive)를 크게 향상시킬 수 있습니다. 핵심은 초기 화면에서 \"필요한 것을 로드하는 것\"입니다.\nVue는 비동기 컴포넌트를 일급 클래스 컨셉으로 제공하며 webpack 2에서 지원하는 코드 분할과 결합할 수 있습니다.\n// changing this...\nimport Foo from './Foo.vue'\n// to this:\nconst Foo = () => import('./Foo.vue')\n\n이는 순수 클라이언트 측 Vue 앱을 만드는 어떠한 시나리오에서도 작동합니다. 그러나 SSR을 사용할 때 몇가지 제한 사항이 있습니다. 먼저 렌더링을 시작하기 전에 서버에서 모든 비동기 컴포넌트를 처리해야합니다. 그렇지 않으면 마크업에 미처 불러오지 못한 부분들이 생깁니다. 클라이언트에서 처리하기 전에 이를 마무리해야합니다. 그렇지 않으면 클라이언트와의 컨텐츠가 일치하지 않는 에러가 발생할 수 있습니다.\n이로 인해 앱의 임의의 위치에서 비동기 컴포넌트를 사용하는 것이 약간 까다로울 수 있습니다.(향후 이 기능이 향상됩니다.) 그러나 라우트 레벨에서 수행하는 경우(라우트 컴포넌트에서 비동기 컴포넌트 사용) 원할히 작동합니다. 라우트를 해석할 때 (vue-router와 일치하는 비동기 컴포넌트를 자동으로 분석할 때) 해야할 일은 서버와 클라이언트 모두에서 router.onReady를 사용해야 합니다.\n// entry-client.js\nimport { createApp } from './app'\nconst { app, router } = createApp()\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\n비동기 라우트 컴포넌트를 사용하는 예입니다.\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\nVue.use(Router)\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"Предзагрузка данных и состояния","keywords":"","body":"Предзагрузка данных и состояния\nХранение данных\nВо время серверного рендеринга, мы собственно отображаем «снимок» нашего приложения, поэтому если приложение использует какие-то асинхронные данные они должны быть предварительно загружены и разрешены до начала процесса рендеринга.\nДругая проблема заключается в том, что на клиенте эти же данные должны быть доступны перед моментом монтирования приложения на клиенте — иначе клиентское приложение будет отображено с использованием другого состояния и гидратация не будет выполнена.\nЧтобы решить эту проблему, полученные данные должны находиться вне компонентов представления, в специальном хранилище данных или в «контейнере состояния». На сервере мы можем предзагрузить и заполнить данные в хранилище перед рендерингом. Кроме того, мы будем сериализовывать и встраивать состояние в HTML. Хранилище на клиентской стороне сможет непосредственно получать вложенное состояние перед монтированием приложения.\nДля этой цели мы будем использовать официальную библиотеку управления состоянием — Vuex. Давайте создадим файл store.js, с некоторой симуляцией логики получения элемента на основе id:\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\n\nVue.use(Vuex)\n\n// Предположим, что у нас есть универсальный API,\n// который возвращает Promises и опустим детали реализации\nimport { fetchItem } from './api'\n\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // возвращаем Promise через `store.dispatch()`\n // чтобы мы могли понять когда данные будут загружены\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\nИ обновляем app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\n\nexport function createApp () {\n // Создаём экземпляры маршрутизатора и хранилища\n const router = createRouter()\n const store = createStore()\n\n // Синхронизируем чтобы состояние маршрута было доступно как часть хранилища\n sync(store, router)\n\n // Создадим экземпляр приложения, внедряя и маршрутизатор и хранилище\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n\n // Возвращаем приложение, маршрутизатор и хранилище.\n return { app, router, store }\n}\n\nРазмещение логики для компонентов\nИтак, где мы должны размещать код, который вызывает действия по предзагрузке данных?\nДанные, которые нам нужно получить, определяются посещённым маршрутом — что также определяет какие компоненты должны будут отображены. Фактически, данные необходимые для данного маршрута, также являются данными, необходимыми компонентам, отображаемым для этого маршрута. Поэтому будет логичным разместить логику получения данных внутри компонентов маршрута.\nМы предоставим пользовательскую статичную функцию asyncData в наших компонентах маршрута. Обратите внимание, так как эта функция будет вызываться до инициализации компонентов, у неё не будет доступа к this. Информация хранилища и маршрута должна передаваться аргументами:\n\n\n {{ item.title }}\n\n\n\nexport default {\n asyncData ({ store, route }) {\n // возвращаем Promise из действия\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n // отображаем элемент из состояния хранилища.\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\nЗагрузка данных на серверной части\nВ entry-server.js мы можем получить компоненты, соответствующие маршруту, с помощью router.getMatchedComponents(), и вызвать asyncData если компонент предоставляет её. Затем нужно присоединить разрешённое состояние к контексту рендера.\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n\n router.push(context.url)\n\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // вызов `asyncData()` на всех соответствующих компонентах\n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // После разрешения всех preFetch хуков, наше хранилище теперь\n // заполнено состоянием, необходимым для рендеринга приложения.\n // Когда мы присоединяем состояние к контексту, и есть опция `template`\n // используемая для рендерера, состояние будет автоматически\n // сериализовано и внедрено в HTML как `window.__INITIAL_STATE__`.\n context.state = store.state\n\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\nПри использовании template, context.state будет автоматически встроен в финальный HTML как window.__INITIAL_STATE__. На клиенте хранилище должно получить состояние перед монтированием приложения:\n// entry-client.js\n\nconst { app, router, store } = createApp()\n\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\nЗагрузка данных на клиентской части\nНа клиенте существует два разных подхода к получению данных:\n\nРазрешить данные перед навигацией по маршруту:\nПо этой стратегии приложение остаётся на текущем представлении до тех пор, пока данные необходимые для нового представления не будут загружены и разрешены. Преимущество заключается в том, что новое представление может уже рендерить полный контент, так как всё готово, но если загрузка данных занимает много времени пользователь будет ощущать «застревание» на текущей странице. Поэтому рекомендуется использовать индикатор загрузки данных при использовании этой стратегии.\nМы можем реализовать эту стратегию на клиенте, проверяя соответствующие компоненты и вызывая их функцию asyncData внутри глобальных хуков маршрута. Обратите внимание, что мы должны зарегистрировать этот хук после готовности исходного маршрута, чтобы мы снова не забирали данные, полученные с сервера.\n// entry-client.js\n\n// ...опустим лишний код\n\nrouter.onReady(() => {\n // Добавляем хук маршрута для обработки asyncData.\n // Выполняем его после разрешения первоначального маршрута,\n // чтобы дважды не загружать данные, которые у нас уже есть.\n // Используем `router.beforeResolve()`, чтобы все асинхронные компоненты были разрешены.\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n\n // мы заботимся только об отсутствующих ранее компонентах,\n // поэтому мы сравниваем два списка, пока не найдём отличия\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n\n if (!activated.length) {\n return next()\n }\n\n // здесь мы должны вызвать индикатор загрузки, если используем его\n\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n\n // останавливаем индикатор загрузки\n\n next()\n }).catch(next)\n })\n\n app.$mount('#app')\n})\n\n\nЗагружать данные после отображения нового представления:\nЭта стратегия располагает логику загрузки данных на стороне клиента в функции компонента beforeMount. Это позволяет переключаться мгновенно при срабатывании навигации по маршруту, поэтому приложение ощущается более отзывчивым. Однако на момент отображения нового представления у него не будет полных данных. Поэтому необходимо добавлять условие проверки загруженности состояния для каждого компонента, использующего эту стратегию.\nЭтого можно достичь с помощью глобальной примеси на клиенте:\nVue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // присваиваем операцию загрузки к Promise\n // чтобы в компонентах мы могли делать так `this.dataPromise.then(...)`\n // для выполнения других задач после готовности данных\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n})\n\n\n\nЭти две стратегии в конечном счёте являются различными решениями UX и должны выбираться на основе фактического сценария разрабатываемого приложения. Но, независимо от выбранной вами стратегии, функция asyncData также должна вызываться при повторном использовании компонента маршрута (тот же маршрут, но параметры изменились, например с user/1 на user/2). Мы также можем обрабатывать это с помощью глобальной примеси для клиентской части:\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nРазделение кода хранилища\nВ большом приложении хранилище Vuex будет скорее всего разделено на несколько модулей. Конечно, также можно разделить код этих модулей на соответствующие фрагменты компонента маршрута. Предположим, что у нас есть следующий модуль хранилища:\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // ВАЖНО: state должен быть функцией, чтобы\n // модуль мог инстанцироваться несколько раз\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\nМы можем использовать store.registerModule для lazy-регистрации этого модуля в хуке asyncData компонента маршрута:\n// внутри компонента маршрута\n\n {{ fooCount }}\n\n\n\n// импортируем модуль здесь, а не в `store/index.js`\nimport fooStoreModule from '../store/modules/foo'\n\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n\n // ВАЖНО: избегайте дублирования регистрации модуля на клиенте\n // когда маршрут посещается несколько раз.\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\nПоскольку модуль теперь является зависимостью компонента маршрута, он будет перемещён в асинхронный фрагмент компонента маршрута с помощью Webpack.\n\nФух, это было много кода! Это связано с тем, что универсальная загрузка данных является, вероятно, самой сложной проблемой в приложении с рендерингом на стороне сервера, и таким образом мы закладываем хороший фундамент для облегчения дальнейшей разработки. После создания такой заготовки, создание отдельных компонентов будет приятным занятием.\n"},"hydration.html":{"url":"hydration.html","title":"클라이언트 사이드 하이드레이션","keywords":"","body":"클라이언트 사이드 하이드레이션\nentry-client.js에서 단순히 아래 라인을 통해 애플리케이션을 마운트 합니다.\n// this assumes App.vue template root element has `id=\"app\"`\napp.$mount('#app')\n\n서버가 이미 마크업을 렌더링 했으므로, 이를 버리고 모든 DOM 요소를 다시 만들 필요는 없습니다. 대신 정적 마크 업을 \"수화 (hydrate)\"하여 상호작용하게 만들고 싶습니다.\n서버에서 렌더링 한 결과를 검사하면 앱의 루트 엘리먼트에 특수 속성을 확인할 수 있습니다.\n\n\n특수 속성 data-server-rendered은 클라이언트 측 Vue가 마크업이 서버에 의해 렌더링 되고 하이드레이션 모드로 마운트되어야한다고 알립니다.\n개발 모드에서 Vue는 클라이언트 측에서 만들어진 가상 DOM 트리가 서버에서 렌더링된 DOM구조와 일치함을 나타냅니다. 일치하지 않는 부분이 있으면 하이드레이션을 중단하고 기존 DOM을 삭제한 후 처음부터 렌더링 합니다. 배포 모드에서는 최대 성능을 위해 assert를 하지 않습니다.\n하이드레이션 주의사항\nSSR + 클라이언트 하이드레이션을 사용할 때 주의해야하는 것들 중 하나는 브라우저에서 변경할 수 있는 특수한 HTML 구조입니다. 예를 들어 Vue 템플릿을 다음과 같이 작성한 경우입니다.\n\n hi\n\n\n브라우저는 자동으로 를 안에 자동으로 주입합니다. 하지만 Vue가 생성한 가상 DOM에 을 주입하면 불일치가 발생합니다. 그러므로 동일하도록 만들기 위해 템플릿에 유효한 HTML을 작성해야합니다.\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"번들 렌더러 소개","keywords":"","body":"번들 렌더러 소개\n기본적인 SSR의 문제\n지금까지 번들된 서버측 코드는 require를 직접 사용한다고 가정했습니다.\nconst createApp = require('/path/to/built-server-bundle.js')\n\n이는 간단하지만 앱에서 소스코드를 수정할때마다 서버를 중지했다가 다시 시작해야합니다. 이렇게 되면 개발하는 과정에서 생산성이 매우 떨어집니다. 또한 Node.js는 소스맵을 지원하지 않습니다.\nBundleRenderer 시작하기\nvue-server-renderer는 이 문제를 해결하기 위해 createBundleRenderer API를 제공합니다. 사용자 정의 webpack 플러그인을 사용하면 서버측 번들이 번들 렌더러에 전달할 수 있는 특수한 JSON파일로 생성됩니다. 번들 렌더러가 생성되면 사용법은 일반적인 렌더러와 동일하지만 다음과 같은 이점이 있습니다.\n\n빌트인 소스 맵 지원 (webpack 설정에서 devtool: 'source-map' 사용)\n개발 및 배포 중 핫 리로드 (업데이트된 번들을 읽고 렌더러 인스턴스를 다시 만들기만 하면 됩니다.)\n*.vue파일 사용시 CSS 주입 : 렌더링 중 사용하는 컴포넌트에 필요한 CSS를 자동으로 인라인으로 삽입합니다. CSS섹션에서 자세히 다룹니다.\nclientManifest를 이용해 에셋 주입 : 최적의 프리로드 및 프리페치 디렉티브와 초기 렌더링에 필요한 코드 분할 덩어리를 자동으로 유추합니다.\n\n\n다음 섹션에서 번들 렌더러에 필요한 빌드 아티팩트를 생성하도록 webpack을 구성하는 방법을 설명합니다. 하지만 여기서는 이미 필요한 부분이 있다고 가정하고 번들렌더러를 만드는 방법을 설명합니다.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // recommended\n template, // (optional) page template\n clientManifest // (optional) client build manifest\n})\n// inside a server handler...\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // No need to pass an app here because it is auto-created by\n // executing the bundle. Now our server is decoupled from our Vue app!\n renderer.renderToString(context, (err, html) => {\n // handle error...\n res.end(html)\n })\n})\n\nrenderToString이 번들 렌더러에서 호출되면 번들에 의해 내보내진 함수를 자동으로 실행하여 (속성을 context로 전달인자로 전달) 앱 인스턴스를 만든 다음 렌더링합니다.\nrunInNewContext 옵션을 false 또는 'once'로 설정하는 것이 좋습니다. 자세한 내용은 API 레퍼런스를 참조하십시오\n"},"build-config.html":{"url":"build-config.html","title":"빌드 설정","keywords":"","body":"빌드 설정\n클라이언트 전용 프로젝트를 위해 webpack을 구성하는 방법을 이미 알고있다고 가정합니다. SSR 프로젝트 설정은 거의 유사하지만 구성을 세가지로(기본, 클라이언트와 서버)로 나누는 것이 좋습니다. 기본 구성에는 출력될 경로 별칭 및 로더와 같은 두 환경에 공유되는 설정들이 있습니다. 서버와 클라이언트 설정은 단순히 webpack-merge를 사용해 기본 설정을 확장합니다.\n서버 설정\n서버 설정은 createBundleRenderer에 전달될 서버 번들을 생성하기 위한 것 입니다. 아래와 같습니다.\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nmodule.exports = merge(baseConfig, {\n // Point entry to your app's server entry file\n entry: '/path/to/entry-server.js',\n // This allows webpack to handle dynamic imports in a Node-appropriate\n // fashion, and also tells `vue-loader` to emit server-oriented code when\n // compiling Vue components.\n target: 'node',\n // For bundle renderer source map support\n devtool: 'source-map',\n // This tells the server bundle to use Node-style exports\n output: {\n libraryTarget: 'commonjs2'\n },\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // Externalize app dependencies. This makes the server build much faster\n // and generates a smaller bundle file.\n externals: nodeExternals({\n // do not externalize dependencies that need to be processed by webpack.\n // you can add more file types here e.g. raw *.vue files\n // you should also whitelist deps that modifies `global` (e.g. polyfills)\n whitelist: /\\.css$/\n }),\n // This is the plugin that turns the entire output of the server build\n // into a single JSON file. The default file name will be\n // `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\nvue-ssr-server-bundle.json이 생성된 후 파일 경로를 createBundleRenderer에 전달합니다.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // ...other renderer options\n})\n\n또는, 번들을 객체로 만들어 createBundleRenderer에 전달할 수 있습니다. 이는 개발중 핫 리로드를 사용할 때 유용합니다. HackerNews 데모의 설정을 참조하세요.\nExternals 주의사항\nexternals옵션에서는 CSS파일을 허용하는 목록에 추가합니다. 의존성에서 가져온 CSS는 여전히 webpack에서 처리해야합니다. webpack을 사용하는 다른 유형의 파일을 가져오는 경우(예: *.vue, *.sass) 파일을 허용 목록에 추가해야합니다.\nrunInNewContext: 'once' 또는 runInNewContext: true를 사용하는 경우 전역 변수를 수정하는 폴리필(Polyfill)을 허용 목록에 추가해야합니다. 예를 들어 babel-polyfill이 있습니다. 새 컨텍스트 모드를 사용할 때 서버 번들의 내부 코드가 자체적으로 전역 객체를 가지고 있기 때문입니다. Node 7.6 이상을 사용할 때 서버에서는 실제로 필요하지 않으므로 클라이언트에서 가져오는 것이 더 쉽습니다.\n클라이언트 설정\n클라이언트 설정은 기본 설정과 거의 동일합니다. 클라이언트의 entry파일을 가리키면 됩니다. 그 외에도 CommonsChunkPlugin을 사용하는 경우 서버 번들에 단일 entry 청크가 필요하기 때문에 클라이언트 설정에서만 사용해야합니다.\nclientManifest 생성\n\n2.3.0버전 이후 지원\n\n서버 번들 외에도 클라이언트 빌드 매니페스트를 생성할 수도 있습니다. 클라이언트 매니페스트와 서버 번들을 사용하면 렌더러에 서버 및 클라이언트 빌드 정보가 모두 포함되므로 프리로드/프리페치 디렉티브 와 CSS 링크 / script 태그를 렌더링된 HTML에 자동으로 삽입할 수 있습니다.\n두가지 장점이 있습니다.\n\n생성된 파일 이름에 해시가 있을 때 올바른 에셋 URL을 삽입하기 위해 html-webpack-plugin을 대체할 수 있습니다.\nwebpack의 주문형 코드 분할 기능을 활용하는 번들을 렌더링할 때 최적의 청크를 프리로드/프리페치하고 클라이언트에 폭포수 요청을 피하기 위해 필요한 비동기 청크에 태그를 지능적으로 삽입할 수 있습니다. 이는 TTI(첫 작동까지의 시간)을 개선합니다.\n\n클라이언트 매니페스트를 사용하려면 클라이언트 설정은 아래와 같아야 합니다.\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // Important: this splits the webpack runtime into a leading chunk\n // so that async chunks can be injected right after it.\n // this also enables better caching for your app/vendor code.\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // This plugins generates `vue-ssr-client-manifest.json` in the\n // output directory.\n new VueSSRClientPlugin()\n ]\n})\n\n그런 다음 생성한 클라이언트 매니페스트를 페이지 템플릿과 함께 사용합니다.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\n이 설정을 사용하면 코드 분할을 사용하는 빌드의 서버렌더링된 HTML이 다음과 같이 표시됩니다.(전체가 자동으로 주입됩니다)\n\n\n \n \n \n \n \n \n\n\n \n async \n \n \n \n \n \n\n`\n\n수동 에셋 주입\ntemplate 렌더링 옵션을 제공하면 기본적으로 에셋 주입이 자동으로 수행됩니다. 그러나 템플릿에 에셋을 삽입하는 방법을 세밀하게 제어하거나 템플릿을 전혀 사용하지 않을 수도 있습니다. 이 경우 렌더러를 만들때 inject: false를 전달하고 수동으로 에셋 주입을 수행할 수 있습니다.\nrenderToString콜백에서 전달한 context객체는 다음 메소드를 노출합니다.\n\ncontext.renderStyles()\n\n렌더링 중에 사용된 *.vue 컴포넌트에서 수집된 모든 CSS가 포함된 인라인 태그가 반환됩니다. 자세한 내용은 CSS 관리를 참조하십시오.\nclientManifest가 제공되면 반환되는 문자열에는 webpack에서 생성한 CSS파일 (예: extract-text-webpack-plugin 또는 file-loader로 추가된)에 대한 태그가 포함됩니다.\n\ncontext.renderState(options?: Object)\n\n이 메소드는 context.state를 직렬화하고 state(상태)를 window.__INITIAL_STATE__로 포함하는 인라인 스크립트를 리턴합니다.\n컨텍스트 state(상태) 키와 윈도우 state(상태) 키는 옵션 객체를 전달하여 사용자 정의할 수 있습니다.\n context.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n })\n // -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\nclientManifest를 필요로 합니다.\n\n\n\n이 메소드는 클라이언트 애플리케이션이 시작하는데 필요한 태그를 반환합니다. 애플리케이션 코드에서 비동기 코드 분할을 사용하는 경우 이 메소드는 포함할 올바른 비동기 청크를 지능적으로 유추합니다.\n\ncontext.renderResourceHints()\nclientManifest를 필요로 합니다.\n\n\n\n이 메소드는 현재 렌더링된 페이지에 필요한 리소스 힌트를 반환합니다. 기본적으로 다음과 같습니다.\n\n페이지에 필요한 JavaScript 및 CSS 파일을 미리 로드\n나중에 필요할 수 있는 비동기 JavaScript 청크 프리페치\n\n미리 로드된 파일은 shouldPreload옵션을 사용해 추가로 사용자 정의할 수 있습니다.\n\ncontext.getPreloadFiles()\nclientManifest를 필요로 합니다.\n\n\n\n이 메소드는 문자열을 반환하지 않는 대신 미리 로드해야 할 에셋을 나타내는 파일 객체의 배열을 반환합니다. 이는 프로그래밍 방식으로 HTTP/2 서버 푸시를 하는데 사용할 수 있습니다.\ncreateBundleRenderer에 전달된 template은 context를 사용하여 보간되므로 템플릿안에서 이러한 메소드를 사용할 수 있습니다.(inject: false 옵션과 함께)\n\n\n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n\n\n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n\ntemplate을 사용하지 않으면 문자열을 직접 연결할 수 있습니다.\n"},"css.html":{"url":"css.html","title":"Управление CSS","keywords":"","body":"Управление CSS\nРекомендуемый способ управления CSS — просто использовать теги внутри однофайловых компонентов (*.vue файлов), которые предоставляют:\n\nЛокальный CSS для компонентов\nВозможность использования пре-процессоров или PostCSS\nГорячую перезагрузку при разработке\n\nЧто ещё более важно, загрузчик vue-style-loader, используемый внутри vue-loader, имеет некоторые особенности для серверного рендеринга:\n\nЕдиный код для клиента и сервера.\n\nАвтоматизация критического CSS при использовании bundleRenderer.\nЕсли используется во время рендеринга на сервере, CSS компонента может быть собран и вставлен в HTML (автоматически обрабатывается при использовании опции template). На клиенте, когда компонент используется в первый раз, vue-style-loader проверяет, есть ли уже встроенный сервером CSS для этого компонента, а если нет, CSS будет динамически встроен через тег .\n\nИзвлечение общего CSS.\nИспользуется extract-text-webpack-plugin для извлечения CSS в освновном (main) фрагменте в отдельный файл CSS (автоматически внедряемый с template), что позволяет кэшировать файл отдельно. Это рекомендуется, когда имеется много общего CSS.\nCSS внутри асинхронных компонентов остаётся встроенным в строки JavaScript и обрабатывается vue-style-loader.\n\n\nНастройка извлечения CSS\nДля извлечения CSS из *.vue файлов в vue-loader используется опция extractCSS (требует vue-loader 12.0.0+):\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n\n// извлечение CSS должно использоваться только в production\n// чтобы работала горячая замена на этапе разработки.\nconst isProduction = process.env.NODE_ENV === 'production'\n\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // подключаем извлечение CSS\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // убедитесь что добавили плагин!\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\nОбратите внимание, что приведённая выше конфигурация применяется только к стилям в *.vue файлах, но вы можете использовать для импорта внешнего CSS в компоненты Vue.\nЕсли вы хотите импортировать CSS из JavaScript, например import 'foo.css', вам потребуется настроить соответствующие загрузчики:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // важно: использовать vue-style-loader вместо style-loader\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\nИмпортирование стилей NPM-зависимостей\nНесколько вещей, которые нужно учитывать при импорте CSS из NPM-зависимостей:\n\nОн не должен быть указан внешней зависимостью в серверной сборке.\n\nЕсли использовать извлечение CSS + извлечение из вендоров с помощью CommonsChunkPlugin, у extract-text-webpack-plugin будут возникать проблемы, если извлекаемый CSS находится внутри извлечённого фрагмента вендоров. Чтобы обойти это, избегайте подключения CSS файлов в фрагменте для вендоров. Пример конфигурации Webpack для клиентской части:\nmodule.exports = {\n // ...\n plugins: [\n // обычное дело, извлекать зависимости в фрагмент для вендоров для лучшего кэширования.\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // модуль извлекается в фрагмент для вендоров когда...\n return (\n // он находится внутри node_modules\n /node_modules/.test(module.context) &&\n // и не извлекать если запрос является CSS файлом\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // извлекает Webpack runtime & manifest\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n}\n\n\n\n"},"head.html":{"url":"head.html","title":"Head 관리","keywords":"","body":"Head 태그 관리\n에셋 인젝션과 마찬가지로 Head 관리도 동일한 아이디어를 사용합니다. 즉 컴포넌트의 라이프사이클에서 렌더링 context에 데이터를 동적으로 추가한 다음 template에서 해당 데이터를 보간할 수 있습니다.\n\n2.3.2 버전 이후에서 컴포넌트의 SSR 컨텍스트에 this.$ssrContext로 직접 액세스할 수 있습니다. 이전 버전에서는 createApp()에 SSR 컨텍스트를 전달하고 이를 루트 인스턴스의 $options에 노출시켜 수동으로 SSR 컨텍스트를 주입해야합니다. 그러면 자식 컴포넌트가 this.$root.$options.ssrContext를 통해 액세스할 수 있습니다.\n\n타이틀 관리를 위해 간단한 mixin을 작성합니다.\n// title-mixin.js\nfunction getTitle (vm) {\n // components can simply provide a `title` option\n // which can be either a string or a function\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$ssrContext.title = title\n }\n }\n}\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n// VUE_ENV can be injected with webpack.DefinePlugin\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\n이제 라우트 컴포넌트를 사용하여 document의 title을 제어할 수 있습니다.\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n }\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n번들 렌더러에 전달된 template 내부입니다\n\n\n {{ title }}\n\n\n ...\n\n참고\n\n두개의 mustache(HTML 이스케이프된 보간)를 사용해 XSS 공격을 피해야 합니다.\n렌더링하는 동안 컴포넌트에 title을 설정하지 않은 경우 context 객체를 만들 때 기본 title을 제공해야합니다.\n\n\n동일한 방법을 사용하면 이 mixin을 일반 Head 관리 유틸리티로 만들 수 있습니다.\n"},"caching.html":{"url":"caching.html","title":"캐싱","keywords":"","body":"캐싱\nVue의 SSR은 매우 빠르지만 컴포넌트 인스턴스 및 가상 DOM 노드를 만드는 비용때문에 순수 문자열 기반 템플릿 성능과 같지는 않습니다. SSR성능이 중요한 경우 캐싱 전략을 현명하게 활용하면 응답 시간을 크게 향상시키고 서버 부하를 줄일 수 있습니다.\n페이지 레벨 캐싱\n서버에서 렌더링된 앱은 외부 데이터를 사용하므로 본질적인 내용은 동적이기 때문에 오랫동안 캐시할 수 없습니다. 그러나 컨텐츠가 사용자별로 다르면(즉, 동일한 URL의 경우 항상 모든 사용자에게 동일한 컨텐츠가 렌더링 됨) micro-caching이라고 부르는 방식을 활용하여 높은 트래픽을 처리하는 앱의 성능을 대폭 향상시킬 수 있습니다.\n이것은 일반적으로 Nginx 레이어에서 이루어지지만 Node.js에서도 구현할 수 있습니다.\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // Important: entries expires after 1 second.\n})\nconst isCacheable = req => {\n // implement logic to check if the request is user-specific.\n // only non-user-specific pages are cache-able\n}\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\n컨텐츠는 단 1초 동안만 캐시되므로 사용자는 이전 컨텐츠를 볼 수 없습니다. 그러나 이는 서버가 각 캐시된 페이지에 대해 초당 최대 하나의 렌더링만 수행하면 된다는 것만 의미합니다.\n컴포넌트 레벨 캐싱\nvue-server-renderer에는 컴포넌트 수준의 cache implementation이 있습니다. 이를 사용하려면 렌더러를 만들 때 캐시 구현을 제공해야 합니다. 일반적인 사용법은 lru-cache로 전달됩니다.\nconst LRU = require('lru-cache')\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\n그런 다음 serverCacheKey함수를 구현하여 컴포넌트를 캐시할 수 있습니다.\nexport default {\n name: 'item', // required\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\n캐시 가능한 컴포넌트는 반드시 고유한 \"name\" 옵션을 가져야합니다. 고유한 캐시 키는 컴포넌트마다 가지고 있으므로 동일한 키를 반환하는 두 컴포넌트를 걱정할 필요가 없습니다.\nserverCacheKey로부터 받은 키에는 렌더링 결과를 나타내는 충분한 정보가 포함될 필요가 있습니다. 위 결과는 렌더링 결과가 props.item.id에 의해 결정되는 경우 좋은 구현입니다. 그러나 동일한 ID를 가진 항목이 시간이 지남에 따라 변경되거나 렌더링된 결과가 다른 속성에 의존하는 경우 다른 변수를 고려하여 getCacheKey구현을 수정해야합니다.\n상수를 반환하면 컴포넌트가 항상 캐시되며 이는 순수한 정적 컴포넌트에 유용합니다.\n컴포넌트 캐싱을 사용하는 경우\n렌더링하는 동안 렌더러가 컴포넌트의 캐시에 도달하면 전체 하위 트리에 대해 캐시된 결과를 직접 다시 사용합니다. 다음과 같은 경우에 컴포넌트를 캐시하지 않아야 합니다.\n\n전역 상태에 의존하는 하위 컴포넌트를 가지고 있는 경우\n렌더링 context에 사이드이펙트를 발생시키는 하위 컴포넌트가 있는 경우\n\n따라서 성능상의 병목을 해결하려면 컴포넌트 캐싱을 신중하게 적용해야합니다. 대부분의 경우 단일 인스턴스 컴포넌트를 캐시하지 않아도 됩니다. 캐싱에 적합한 가장 일반적인 유형의 컴포넌트는 거대한 v-for 리스트에서 반복되는 컴포넌트입니다. 이러한 컴포넌트는 대개 데이터베이스 모음의 객체에 의해 구동되기 때문에 고유한 ID와 최종 업데이트된 타임스탬프를 사용하여 캐시키를 생성하는 간단한 캐싱 전략을 사용할 수 있습니다,\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"스트리밍","keywords":"","body":"스트리밍\nvue-server-renderer는 기본 렌더러와 번들 렌더러 모두 스트림 렌더링을 지원합니다. renderToString대신 renderToStream 사용하면 됩니다.\nconst stream = renderer.renderToStream(context)\n\n반환 값은 Node.js stream입니다.\nlet html = ''\nstream.on('data', data => {\n html += data.toString()\n})\nstream.on('end', () => {\n console.log(html) // render complete\n})\nstream.on('error', err => {\n // handle error...\n})\n\n스트리밍 주의사항\n스트림 렌더링 모드에서 렌더러는 가상 DOM 트리를 탐색할 때 가능한 한 빠르게 데이터를 출력합니다. 즉, \"첫번째 청크\"를 가져와 클라이언트로 더 빠르게 보냅니다.\n그러나 첫번째 청크가 만들어질 때 하위 컴포넌트는 아직 인스턴스화 되지 않고 라이프사이클 훅도 호출되지 않은 상태입니다. 그러므로 자식 컴포넌트가 라이프사이클 훅의 렌더링 컨텍스트에 데이터가 필요한 경우 스트림을 시작할 때 데이터를 사용할 수 없습니다. 애플리케이션 마크업 전에 많은 컨텍스트 정보(Head 정보 또는 인라인으로 추가되는 CSS)가 표시되어야 하므로 컨텍스트 데이터를 사용하기 전에 스트림이 완료될 때까지 기다려야 합니다.\n따라서 컴포넌트 수명주기 훅의 컨텍스트 데이터에 의존하는 경우 스트리밍 모드를 사용하지 않는 것이 좋습니다.\n"},"non-node.html":{"url":"non-node.html","title":"Использование в не-Node.js окружениях","keywords":"","body":"Использование в не-Node.js окружениях\nПо умолчанию сборка vue-server-renderer предполагает использование Node.js окружения, что делает её непригодной для использования в альтернативных JavaScript окружениях, таких как PHP V8Js или Oracle Nashorn. С версии 2.5+ мы предоставляем сборку в vue-server-renderer/basic.js, которая в значительной степени менее зависима от окружения, что делает её пригодной для использования в окружениях, упомянутых выше.\nДля обоих вариантов необходимо сначала подготовить окружение создав моки для объектов global и process, с переменной process.env.VUE_ENV установленной в значение \"server\", и переменной process.env.NODE_ENV установленной в значение \"development\" или \"production\".\nПри использовании Nashorn также может потребоваться предоставить полифилл для Promise или setTimeout с использованием нативных таймеров Java.\nПример использования в php-v8js:\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'hello'\n }\n})\n\n// предоставляется `vue-server-renderer/basic.js`\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"API 참조","keywords":"","body":"API 레퍼런스\ncreateRenderer([options])\noptions와 함께 Renderer인스턴스를 만듭니다.\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\n서버 번들과 options을 이용해 BundleRenderer인스턴스를 만듭니다.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\nserverBundle 전달인자는 다음 중 하나입니다.\n\n절대경로를 가지는 번들파일(.js or .json). /로 시작해야 파일 경로로 판단합니다.\nvue-server-renderer/server-plugin로 생성한 번들 객체입니다.\nJavaScript 코드 문자열 (권장하지 않습니다.)\n\nIntroducing the Server Bundle와 를 참조하세요.\nClass: Renderer\n\nrenderer.renderToString(vm[, context], callback)\n\n\nVue 인스턴스를 문자열로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 콜백은 일반적인 Node.js 스타일이며 첫번째 전달인자는 오류, 두번째 전달인자는 렌더링된 문자열 입니다.\n\nrenderer.renderToStream(vm[, context])\n\n\nVue 인스턴스를 Node.js 스트림으로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 자세한 내용은 스트리밍을 참조하세요.\nClass: BundleRenderer\n\nbundleRenderer.renderToString([context, ]callback)\n\n\n번들을 문자열로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 콜백은 일반적인 Node.js 스타일이며 첫번째 전달인자는 오류, 두번째 전달인자는 렌더링된 문자열 입니다.\n\nbundleRenderer.renderToStream([context])\n\n\nVue 인스턴스를 Node.js 스트림으로 렌더링합니다. 컨텍스트 객체는 옵션입니다. 자세한 내용은 스트리밍을 참조하세요.\n렌더러 옵션\n\ntemplate\n\n\n전체 페이지 HTML에 대한 템플릿입니다. 템플릿에는 렌더링된 앱 컨텐츠의 플레이스홀더(placeholder) 역할을 하는 주석 이 있어야 합니다.\n템플릿은 렌더링 컨텍스트를 사용하여 기본 인터폴레이션을 지원합니다.\n\n이중 mustache를 이용해 HTML 이스케이프 인터폴레이션(HTML-escaped-interpolation)을 합니다.\n삼중 mustache를 이용해 비 HTML 이스케이프 인터폴레이션(Non HTML-escaped-interpolation)을 합니다.\n\n템플릿은 렌더링 컨텍스트에서 특정 데이터가 발견되면 적절한 컨텐츠를 자동으로 주입합니다.\n\ncontext.head: (string) 페이지 head에 삽입되어야하는 마크업\ncontext.styles: (string) 페이지 head에 삽입되어야하는 모든 인라인 CSS. 컴포넌트 CSS에 vue-loader + vue-style-loader를 사용하는 경우 이 속성이 자동으로 채워집니다.\ncontext.state: (Object) window.__INITIAL_STATE__에서 반드시 인라인되어야하는 초기 Vuex store(저장소) state(상태) 인라인된 JSON은 XSS를 방지하기 위해 serialize-javascript를 사용해 자동으로 삭제합니다.\n\nclientManifest이 제공되면 템플릿은 자동으로 아래 내용을 주입합니다.\n\n렌더링에 필요한 클라이언트 측 JavaScript 및 CSS 에셋 (비동기 청크가 자동으로 유추됨)\n최적의 렌더링된 페이지에 대한 리소스 힌트\n\n렌더러에 inject: false를 전달하여 모든 자동 주입을 비활성화 할 수 있습니다.\n참고하세요\n\n페이지 템플릿 사용\n수동 에셋 주입\nclientManifest\n\n\n\n2.3.0+\n\nvue-server-renderer/client-plugin에 의해 생성된 클라이언트 매니페스트 객체를 제공합니다. 클라이언트 매니페스트는 번들 렌더러에게 HTML 템플릿으로 자동 에셋 주입을 위한 적절한 정보를 제공합니다. 자세한 내용은Generating clientManifest을 참조하세요.\n-\ninject\n- 2.3.0+\ntemplate을 사용할 때 자동 주입 여부를 선택합니다. 기본값은 true입니다.\nManual Asset Injection을 참조하세요\n-\nshouldPreload\n- 2.3.0+\n 리소스 힌트가 생성되어야하는 파일을 제어하는 함수입니다.\n기본적으로 애플리케이션 시작에 절대적으로 필요한 JavaScript 및 CSS파일만 미리 로드합니다.\n이미지 또는 글꼴과 같은 다른 유형의 에셋의 경우 프리로드를 너무 많이하면 대역폭을 낭비하고 성능을 저하시키므로 프리로드할 대상은 시나리오에 따라 달라야합니다. shouldPreload옵션을 사용하여 프리로드할 항목을 정확하게 선택해야합니다.\n const renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // type is inferred based on the file extension.\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // only preload woff2 fonts\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // only preload important images\n return file === 'hero.jpg'\n }\n }\n })\n\n-\nrunInNewContext\n- 2.3.0+\n- `createBundleRenderer`에서만 사용할 수 있습니다.\n- 예상: `boolean | 'once'` (`'once'` 2.3.1+ 에서만 지원함)\n기본적으로 각 렌더에 대해 번들 렌더러는 새로운 V8 컨텍스트를 만들고 전체 번들을 다시 실행합니다. 이는 몇가지 장점을 가집니다. 예를 들어 애플리케이션 코드는 서버 프로세스와 분리되어 있으며 문서에 언급된 stateful singleton problem에 대해 걱정할 필요가 없습니다. 그러나 번들을 다시 실행하는 것은 앱이 커지면 비용이 많이 들기 때문에 이 모드는 상당한 성능 비용을 발생시킵니다.\n이 옵션은 하위 호환성을 위해 true가 기본값이지만 가능할 때마다 runInNewContext: false 또는 runInNewContext: 'once'를 사용하는 것이 좋습니다.\n\n2.3.0에서 이 옵션은 runInNewContext: false가 별도의 전역 컨텍스트를 사용하여 번들을 실행하는 버그가 있습니다. 2.3.1버전 이후 버전을 사용한다고 가정합니다.\n\nrunInNewContext: false를 사용하면 번들 코드가 서버 프로세스와 동일한 global 컨텍스트에서 실행되므로 애플리케이션 코드에서 global을 수정하는 코드를 주의해야 합니다.\nrunInNewContext: 'once'(2.3.1+)를 사용하면 번들은 별도의 global 컨텍스트로 평가되지만 시작할 때 한번 뿐입니다. 번들이 실수로 서버 프로세스의 global 객체를 오염시키는 것을 방지하므로 더 안전한 코드 관리를 할 수 있습니다. 주의사항은 다음과 같습니다.\n\n이 모드에서는 global(예: 폴리필)을 수정하는 의존성을 외부에 둘 수 없습니다.\n번들 실행에서 반환된 값은 다른 전역 생성자를 사용합니다. 번들 내부에서 발견된 오류는 서버 프로세스에서 Error 인스턴스가 되지 않습니다.\n\nSource Code Structure를 참조하세요\n-\nbasedir\n- 2.2.0+\n- `createBundleRenderer`에서만 사용할 수 있습니다.\nnode_modules 종속성 처리를 위해 서버 번들의 기본 디렉토리를 명시적으로 선언해야합니다. 생성된 번들 파일이 외부화된 NPM 종속성이 설치되어있거나 vue-server-renderer가 npm으로 연결된 다른 위치에 있는 경우에만 필요합니다.\n\ncache\n\n\n컴포넌트 캐시를 제공합니다. 캐시 객체는 Flow 표기법을 사용하여 다음 인터페이스를 구현해야합니다.\n type RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n };\n\nlru-cache:일반적으로 lru-cache를 전달하여 사용합니다.\n const LRU = require('lru-cache')\n const renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n })\n\n캐시 객체는 최소한 get과 set을 구현해야합니다. 또한 두번째 전달인자를 콜백으로 허용하면 get과 has는 선택적으로 비동기화할 수 있습니다. 이렇게하면 캐시에서 비동기 API를 사용할 수 있습니다. 예: redis 클라이언트\n const renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // handle error if any\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n })\n\n\ndirectives\n\n\n사용자 정의 디렉티브에 대한 서버측 구현을 제공할 수 있습니다.\n const renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // transform vnode based on directive binding metadata\n }\n }\n })\n\nv-show의 서버측 구현을 확인하세요\nwebpack 플러그인\nwebpack 플러그인은 독립실행형으로 제공되므로 직접 require 해야합니다.\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\n생성되는 기본 파일입니다.\n\n서버 플러그인을 위한 vue-ssr-server-bundle.json\n클라이언트 플러그인을 위한 vue-ssr-client-manifest.json\n\n파일 이름은 플러그인 인스턴스를 생성할 때 사용자 정의할 수 있습니다.\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\n빌드 설정을 참조하세요.\n"}}} \ No newline at end of file diff --git a/ko/streaming.html b/ko/streaming.html new file mode 100644 index 00000000..bcc1e6c5 --- /dev/null +++ b/ko/streaming.html @@ -0,0 +1,629 @@ + + + + + + + 스트리밍 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                              +
                                                                                                              + + + + + + + + +
                                                                                                              + +
                                                                                                              + +
                                                                                                              + + + + + + + + + +
                                                                                                              +
                                                                                                              + +
                                                                                                              +
                                                                                                              + +
                                                                                                              + +

                                                                                                              스트리밍

                                                                                                              +

                                                                                                              vue-server-renderer는 기본 렌더러와 번들 렌더러 모두 스트림 렌더링을 지원합니다. renderToString대신 renderToStream 사용하면 됩니다.

                                                                                                              +
                                                                                                              const stream = renderer.renderToStream(context)
                                                                                                              +
                                                                                                              +

                                                                                                              반환 값은 Node.js stream입니다.

                                                                                                              +
                                                                                                              let html = ''
                                                                                                              +stream.on('data', data => {
                                                                                                              +  html += data.toString()
                                                                                                              +})
                                                                                                              +stream.on('end', () => {
                                                                                                              +  console.log(html) // render complete
                                                                                                              +})
                                                                                                              +stream.on('error', err => {
                                                                                                              +  // handle error...
                                                                                                              +})
                                                                                                              +
                                                                                                              +

                                                                                                              스트리밍 주의사항

                                                                                                              +

                                                                                                              스트림 렌더링 모드에서 렌더러는 가상 DOM 트리를 탐색할 때 가능한 한 빠르게 데이터를 출력합니다. 즉, "첫번째 청크"를 가져와 클라이언트로 더 빠르게 보냅니다.

                                                                                                              +

                                                                                                              그러나 첫번째 청크가 만들어질 때 하위 컴포넌트는 아직 인스턴스화 되지 않고 라이프사이클 훅도 호출되지 않은 상태입니다. 그러므로 자식 컴포넌트가 라이프사이클 훅의 렌더링 컨텍스트에 데이터가 필요한 경우 스트림을 시작할 때 데이터를 사용할 수 없습니다. 애플리케이션 마크업 전에 많은 컨텍스트 정보(Head 정보 또는 인라인으로 추가되는 CSS)가 표시되어야 하므로 컨텍스트 데이터를 사용하기 전에 스트림이 완료될 때까지 기다려야 합니다.

                                                                                                              +

                                                                                                              따라서 컴포넌트 수명주기 훅의 컨텍스트 데이터에 의존하는 경우 스트리밍 모드를 사용하지 않는 것이 좋습니다.

                                                                                                              + + +
                                                                                                              + +
                                                                                                              +
                                                                                                              +
                                                                                                              + +

                                                                                                              results matching ""

                                                                                                              +
                                                                                                                + +
                                                                                                                +
                                                                                                                + +

                                                                                                                No results matching ""

                                                                                                                + +
                                                                                                                +
                                                                                                                +
                                                                                                                + +
                                                                                                                +
                                                                                                                + + +
                                                                                                                + + +
                                                                                                                + + + + + + + + + + + + + + +
                                                                                                                + + +
                                                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/structure.html b/ko/structure.html new file mode 100644 index 00000000..9fbfbbb3 --- /dev/null +++ b/ko/structure.html @@ -0,0 +1,693 @@ + + + + + + + 소스코드 구조 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                +
                                                                                                                + + + + + + + + +
                                                                                                                + +
                                                                                                                + +
                                                                                                                + + + + + + + + + +
                                                                                                                +
                                                                                                                + +
                                                                                                                +
                                                                                                                + +
                                                                                                                + +

                                                                                                                소스 코드 구조

                                                                                                                +

                                                                                                                상태를 보존하는 싱글톤을 피하세요

                                                                                                                +

                                                                                                                클라이언트 전용 코드를 작성할 때 코드가 항상 새로운 컨텍스트에서 구동된다는 것에 익숙할 것입니다. 그러나 Node.js 서버는 오랫동안 실행되는 프로세스입니다. 프로세스에 코드가 필요한 경우 한번 계산되어 메모리에 남아있게 됩니다. 즉, 싱글톤 객체를 만들면 들어오는 모든 요청간에 공유될 수 있습니다.

                                                                                                                +

                                                                                                                기본 예제에서 보듯이, 각 요청에 따라 새로운 루트 Vue인스턴스를 생성합니다. 이는 각 사용자가 브라우저에서 앱의 새로운 인스턴스를 사용하는 것과 유사합니다. 서로 다른 요청에서 공유된 인스턴스를 사용하면 상호 요청 상태 오염을 일으킬 수 있습니다.

                                                                                                                +

                                                                                                                따라서 앱 인스턴스를 직접 생성하는 대신 반복적으로 실행할 수 있는 팩토리 함수를 노출하고 각 요청에 따라 새로운 앱 인스턴스를 만들어야 합니다.

                                                                                                                +
                                                                                                                // app.js
                                                                                                                +const Vue = require('vue')
                                                                                                                +module.exports = function createApp (context) {
                                                                                                                +  return new Vue({
                                                                                                                +    data: {
                                                                                                                +      url: context.url
                                                                                                                +    },
                                                                                                                +    template: `<div data-segment-id="431091">방문한 URL은 : {{ url }} </div>`
                                                                                                                +  })
                                                                                                                +}
                                                                                                                +
                                                                                                                +

                                                                                                                이제 서버 측 코드는 아래와 같이 변경합니다.

                                                                                                                +
                                                                                                                // server.js
                                                                                                                +const createApp = require('./app')
                                                                                                                +server.get('*', (req, res) => {
                                                                                                                +  const context = { url: req.url }
                                                                                                                +  const app = createApp(context)
                                                                                                                +  renderer.renderToString(app, (err, html) => {
                                                                                                                +    // handle error...
                                                                                                                +    res.end(html)
                                                                                                                +  })
                                                                                                                +})
                                                                                                                +
                                                                                                                +

                                                                                                                동일한 규칙이 라우터, store(저장소) 및 이벤트 버스 인스턴스에도 적용됩니다. 모듈에서 직접 export하고 앱에서 import 하는 대신 createApp에 새 인스턴스를 만들고 루트 Vue인스턴스에서 이를 주입해야합니다.

                                                                                                                +
                                                                                                                +

                                                                                                                이러한 제약 조건은 번들 렌더러를 { runInNewContext: true }와 함께 사용할 때 제거할 수 있지만 각 요청에 대해 새로운 vm context를 만들어야하기 때문에 성능에 상당한 비용이 발생합니다.

                                                                                                                +
                                                                                                                +

                                                                                                                빌드 순서 소개

                                                                                                                +

                                                                                                                지금까지 클라이언트에 동일한 Vue 앱을 전달하는 방법을 다루지 않았습니다. 이를 위해 webpack을 사용해 Vue 앱을 번들링해야합니다. 사실, webpack을 사용해 서버에 Vue 앱을 번들링해야합니다. 이유는 아래와 같습니다.

                                                                                                                +
                                                                                                                  +
                                                                                                                • 일반적으로 Vue 앱은 webpack과 vue-loader로 구성되어 있으며 file-loader를 통해 파일을 가져오는 것, css-loader를 통해 CSS를 가져오는 것과 같은 많은 webpack 관련 기능은 Node.js에서 직접 작동하지 않습니다.
                                                                                                                • +
                                                                                                                • Node.js 최신 버전은 ES2015를 완벽히 지원하지만 이전 버전의 브라우저에서 작동할 수 있도록 만들기 위해 클라이언트 측 코드를 변환해야합니다. 이 때문에 빌드 단계가 필요합니다.
                                                                                                                • +
                                                                                                                +

                                                                                                                따라서 webpack을 사용하여 클라이언트와 서버 모두를 번들로 제공할 것입니다. 서버 번들은 서버에서 필요하며 SSR에 사용되며, 클라이언트 번들은 정적 마크업을 위해 브라우저로 전송됩니다.

                                                                                                                +

                                                                                                                architecture

                                                                                                                +

                                                                                                                이후 섹션에서 설정의 세부 사항을 논의 할 것입니다. 이제 빌드 설정을 이해한다고 가정하고 webpack을 사용하여 Vue 앱 코드를 작성할 수 있습니다.

                                                                                                                +

                                                                                                                Webpack을 이용한 코드 구조

                                                                                                                +

                                                                                                                webpack을 이용해 서버와 클라이언트 모두에서 애플리케이션을 처리하므로 대부분의 소스 코드를 모든 webpack 기반으로 작성할 수 있습니다. 범용적인 코드를 작성할 때 주의해야할 몇가지 사항들이 있습니다.

                                                                                                                +

                                                                                                                간단한 프로젝트는 아래와 같을 것 입니다.

                                                                                                                +
                                                                                                                src
                                                                                                                +├── components
                                                                                                                +│   ├── Foo.vue
                                                                                                                +│   ├── Bar.vue
                                                                                                                +│   └── Baz.vue
                                                                                                                +├── App.vue
                                                                                                                +├── app.js # universal entry
                                                                                                                +├── entry-client.js # runs in browser only
                                                                                                                +└── entry-server.js # runs on server only
                                                                                                                +
                                                                                                                +

                                                                                                                app.js

                                                                                                                +

                                                                                                                app.js는 앱의 범용적인 시작 지점입니다. 클라이언트 전용 애플리케이션에서는 이 파일에 루트 Vue 인스턴스를 만들고 DOM에 직접 마운트합니다. 그러나 SSR의 경우에는 책임이 클라이언트 전용 엔트리 파일로 옮겨갑니다.

                                                                                                                +
                                                                                                                import Vue from 'vue'
                                                                                                                +import App from './App.vue'
                                                                                                                +// export a factory function for creating fresh app, router and store
                                                                                                                +// instances
                                                                                                                +export function createApp () {
                                                                                                                +  const app = new Vue({
                                                                                                                +    // the root instance simply renders the App component.
                                                                                                                +    render: h => h(App)
                                                                                                                +  })
                                                                                                                +  return { app }
                                                                                                                +}
                                                                                                                +
                                                                                                                +

                                                                                                                entry-client.js:

                                                                                                                +

                                                                                                                클라이언트 엔트리는 단순히 앱을 생성하고 DOM에 마운트하는 역할만 합니다.

                                                                                                                +
                                                                                                                import { createApp } from './app'
                                                                                                                +// client-specific bootstrapping logic...
                                                                                                                +const { app } = createApp()
                                                                                                                +// this assumes App.vue template root element has `id="app"`
                                                                                                                +app.$mount('#app')
                                                                                                                +
                                                                                                                +

                                                                                                                entry-server.js:

                                                                                                                +

                                                                                                                서버 항목은 각 렌더링마다 반복적으로 호출할 수있는 함수인 export default를 사용합니다. 현재 이 인스턴스는 앱 인스턴스를 생성하고 반환하는 것 이외에는 하지 않지만 나중에 서버 측 라우트 매칭 및 데이터 프리-페칭 로직(pre-fetching logic)을 다룹니다.

                                                                                                                +
                                                                                                                import { createApp } from './app'
                                                                                                                +export default context => {
                                                                                                                +  const { app } = createApp()
                                                                                                                +  return app
                                                                                                                +}
                                                                                                                +
                                                                                                                + + +
                                                                                                                + +
                                                                                                                +
                                                                                                                +
                                                                                                                + +

                                                                                                                results matching ""

                                                                                                                +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + +

                                                                                                                  No results matching ""

                                                                                                                  + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + + +
                                                                                                                  + + +
                                                                                                                  + + + + + + + + + + + + + + +
                                                                                                                  + + +
                                                                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ko/universal.html b/ko/universal.html new file mode 100644 index 00000000..40b7a006 --- /dev/null +++ b/ko/universal.html @@ -0,0 +1,628 @@ + + + + + + + 유니버설 코드 작성하기 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                  +
                                                                                                                  + + + + + + + + +
                                                                                                                  + +
                                                                                                                  + +
                                                                                                                  + + + + + + + + + +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  + +
                                                                                                                  + +

                                                                                                                  유니버설 코드 작성하기

                                                                                                                  +

                                                                                                                  자세히 살펴보기 전에 잠시 "유니버설" 코드, 즉 서버와 클라이언트 모두에서 실행가능한 코드를 작성하는 경우의 제약사항에 관하여 살펴봅니다. 유즈케이스 및 플랫폼 API의 차이에 따라 서로 다른 환경에서 실행할 때 코드의 동작이 정확히 동일할 수는 없습니다. 여기서는 꼭 알아야할 중요한 것들을 다룹니다.

                                                                                                                  +

                                                                                                                  서버에서의 데이터 반응성

                                                                                                                  +

                                                                                                                  클라이언트만 존재하는 앱에서는 모든 사용자가 브라우저에서 앱의 새로운 인스턴스를 사용하게됩니다. 서버 측 렌더링의 경우에도 동일한 요청이 필요합니다. 각 요청에는 교차 요청 상태(Cross Request State) 오염이 없도록 격리 된 새 앱 인스턴스가 있어야합니다.

                                                                                                                  +

                                                                                                                  실제 렌더링 프로세스는 결정적이어야하므로 서버에서 데이터를 "미리 가져(pre-fetching)"옵니다. 렌더링을 시작할 때 애플리케이션 상태는 이미 완료되어 있어야 합니다. 즉, 서버에서 데이터 반응성이 필요하지 않으므로 기본적으로 비활성화 되어 있습니다. 데이터 반응성을 비활성화하면 데이터를 반응형 객체로 변환하는 성능 비용을 피할 수 있습니다.

                                                                                                                  +

                                                                                                                  컴포넌트 라이프사이클 훅

                                                                                                                  +

                                                                                                                  동적인 갱신이 없으므로 모든 라이프사이클 훅 중 beforeCreatecreated만 SSR 중에 호출됩니다. 즉, beforeMount 또는 mounted와 같은 다른 라이프사이클 훅 안의 모든 코드는 클라이언트에서만 실행됩니다.

                                                                                                                  +

                                                                                                                  또 다른 주의 사항은 beforeCreatecreated에서 전역적인 사이드이펙트를 만드는 코드 (예: setInterval로 타이머 설정) 클라이언트 측 코드에서만 타이머를 설정한 다음 beforeDestroy 또는 destroyed에서 제거할 수 있습니다. 그러나 SSR 중 destroy 훅이 호출되지 않기 때문에 타이머가 영원히 계속 살아있습니다. 이를 피하려면 사이드이펙트를 발생하는 코드를 beforeMount 뚀는mounted로 옮겨야 합니다.

                                                                                                                  +

                                                                                                                  플랫폼에 의존하는 API에 접근하기

                                                                                                                  +

                                                                                                                  유니버설 코드는 특정 플랫폼의 API 접근을 가정할 수 없으므로 코드가 window 또는 document와 같은 브라우저 전용 전역 변수를 직접 사용하면 Node.js에서 실행할 때 오류가 발생합니다. 이 반대의 경우도 마찬가지 입니다.

                                                                                                                  +

                                                                                                                  서버와 클라이언트간 공유되지만 다른 플랫폼 API를 사용하는 경우 플랫폼 별 구현을 범용적인 API로 래핑하거나 이를 위해 라이브러리를 사용하는 것이 좋습니다. 예를 들어 axios는 서버와 클라이언트 모두에서 동일한 API를 제공하는 HTTP 클라이언트 입니다.

                                                                                                                  +

                                                                                                                  브라우저 전용 API의 경우 일반적인 방법은 클라이언트 전용 라이프사이클 훅에 게으른 접근(Lazyily Access)을 하는 것 입니다.

                                                                                                                  +

                                                                                                                  써드파티 라이브러리가 범용적인 사용을 고려하지 않고 작성된 경우 서버에서 렌더링 된 애플리케이션과 통합하는 것이 까다로울 수 있습니다. 일부 전역 변수를 가짜로 만들어(mocking) 작동시킬 수 있으나 이는 편법이며 다른 라이브러리의 환경설정 감지 코드를 건드릴 수 있습니다.

                                                                                                                  +

                                                                                                                  사용자 정의 디렉티브

                                                                                                                  +

                                                                                                                  대부분의 사용자 정의 디렉티브는 DOM을 직접 조작하므로 SSR중 오류가 발생합니다. 이 문제를 해결하는 방법은 두가지 입니다.

                                                                                                                  +
                                                                                                                    +
                                                                                                                  1. 추상화 메커니즘으로 컴포넌트를 사용하고 가상 DOM 수준에서 작업해야합니다. (예 : 렌더링 기능 사용)
                                                                                                                  2. +
                                                                                                                  3. 컴포넌트로 쉽게 바꿀 수 없는 사용자 정의 디렉티브가 있는 경우 서버 렌더러를 만들 때 directives옵션을 사용해 "서버용 버전"을 제공할 수 있습니다.
                                                                                                                  4. +
                                                                                                                  + + +
                                                                                                                  + +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  + +

                                                                                                                  results matching ""

                                                                                                                  +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + +

                                                                                                                    No results matching ""

                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + + +
                                                                                                                    + + +
                                                                                                                    + + + + + + + + + + + + + + +
                                                                                                                    + + +
                                                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..1c8fd6b0 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,26 @@ +{ + "name": "vue-ssr-docs", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "gitbook-plugin-edit-link": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/gitbook-plugin-edit-link/-/gitbook-plugin-edit-link-2.0.2.tgz", + "integrity": "sha1-2PzZJ+ztgeemYqctWdtgnq/X5y8=", + "dev": true + }, + "gitbook-plugin-github": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/gitbook-plugin-github/-/gitbook-plugin-github-2.0.0.tgz", + "integrity": "sha1-UWbnY8/MQC1DKIC3pshcHFS1ao0=", + "dev": true + }, + "gitbook-plugin-theme-vuejs": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/gitbook-plugin-theme-vuejs/-/gitbook-plugin-theme-vuejs-1.1.0.tgz", + "integrity": "sha512-PxFkLJdhowOP0hQhafSZ05sMegCpr1GSNnMe9RilXNB2Vz2XG2WtHITNGmemM4WpULLhWCT1WTqyLodwBwqFEA==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 00000000..7fbf17f5 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "vue-ssr-docs", + "version": "1.0.0", + "private": true, + "description": "docs for vue-server-renderer", + "scripts": { + "dev": "gitbook serve", + "deploy": "bash deploy.sh" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vuejs/vue-ssr-docs.git" + }, + "keywords": [ + "vue", + "ssr", + "docs" + ], + "author": "Evan You", + "license": "MIT", + "bugs": { + "url": "https://github.com/vuejs/vue-ssr-docs/issues" + }, + "homepage": "https://github.com/vuejs/vue-ssr-docs#readme", + "devDependencies": { + "gitbook-plugin-theme-vuejs": "^1.1.0", + "gitbook-plugin-edit-link": "^2.0.2", + "gitbook-plugin-github": "^2.0.0" + } +} diff --git a/ru/api.html b/ru/api.html new file mode 100644 index 00000000..9bc69250 --- /dev/null +++ b/ru/api.html @@ -0,0 +1,836 @@ + + + + + + + Справочник API · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                    +
                                                                                                                    + + + + + + + + +
                                                                                                                    + +
                                                                                                                    + +
                                                                                                                    + + + + + + + + + +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    + +

                                                                                                                    Справочник API

                                                                                                                    +

                                                                                                                    createRenderer([options])

                                                                                                                    +

                                                                                                                    Создаёт экземпляр Renderer с (опциональными) настройками.

                                                                                                                    +
                                                                                                                    const { createRenderer } = require('vue-server-renderer')
                                                                                                                    +const renderer = createRenderer({ ... })
                                                                                                                    +
                                                                                                                    +

                                                                                                                    createBundleRenderer(bundle[, options])

                                                                                                                    +

                                                                                                                    Создаёт экземпляр BundleRenderer с сборкой сервера и (опциональными) настройками.

                                                                                                                    +
                                                                                                                    const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                    +const renderer = createBundleRenderer(serverBundle, { ... })
                                                                                                                    +
                                                                                                                    +

                                                                                                                    Аргумент serverBundle может быть одним из следующих:

                                                                                                                    +
                                                                                                                      +
                                                                                                                    • Абсолютный путь к созданному файлу сборки (.js или .json). Должен начинаться с /, чтобы трактоваться как путь к файлу.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • Объект сборки, сгенерированный Webpack + vue-server-renderer/server-plugin.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • Строка с кодом JavaScript (не рекомендуется).

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    +

                                                                                                                    См. также Представляем Bundle Renderer и Конфигурация сборки для подробностей.

                                                                                                                    +

                                                                                                                    Класс: Renderer

                                                                                                                    +
                                                                                                                      +
                                                                                                                    • renderer.renderToString(vm[, context, callback]): ?Promise<string>

                                                                                                                      +

                                                                                                                      Рендерит экземпляр Vue в строку. Объект контекста опционален. Коллбэк является обычным для Node.js коллбэком, где первый аргумент является ошибкой, а второй аргумент — отрендеренной строкой.

                                                                                                                      +

                                                                                                                      С версии 2.5.0+ коллбэк является опциональным. Когда коллбэк не указан, метод возвращает Promise, который разрешается отрендеренным HTML.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • renderer.renderToStream(vm[, context]): stream.Readable

                                                                                                                      +

                                                                                                                      Рендерит экземпляр Vue в Node.js readable stream. Объект контекста опционален. См. также Стриминг для подробностей.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    +

                                                                                                                    Класс: BundleRenderer

                                                                                                                    +
                                                                                                                      +
                                                                                                                    • bundleRenderer.renderToString([context, callback]): ?Promise<string>

                                                                                                                      +

                                                                                                                      Рендерит сборку в строку. Объект контекста опционален. Коллбэк является обычным для Node.js коллбэком, где первый аргумент является ошибкой, а второй аргумент — отрендеренной строкой.

                                                                                                                      +

                                                                                                                      С версии 2.5.0+ коллбэк является опциональным. Когда коллбэк не указан, метод возвращает Promise, который разрешается отрендеренным HTML.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • bundleRenderer.renderToStream([context]): stream.Readable

                                                                                                                      +

                                                                                                                      Рендерит сборку в Node.js readable stream. Объект контекста опционален. См. также Стриминг для подробностей.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    +

                                                                                                                    Настройки рендерера

                                                                                                                    +
                                                                                                                      +
                                                                                                                    • template

                                                                                                                      +

                                                                                                                      Предоставляет шаблон для всей HTML-страницы. Шаблон должен содержать комментарий <!--vue-ssr-outlet-->, который определяет место подстановки отрендеренного контента приложения.

                                                                                                                      +

                                                                                                                      Шаблон также поддерживает базовые интерполяции с использованием контекста рендера:

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Используйте двойные фигурные скобки для интерполяции экранированного HTML;
                                                                                                                      • +
                                                                                                                      • Используйте тройные фигурные скобки для интерполяции сырого HTML.
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Шаблон автоматически внедряет соответствующий контент, когда определённые свойства найдены в контексте рендера:

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • context.head: (string) любая разметка для head, которая должна быть вставлена в заголовочный тег страницы.

                                                                                                                        +
                                                                                                                      • +
                                                                                                                      • context.styles: (string) любой встроенный CSS, который должен быть вставлен в заголовочный тег страницы. Обратите внимание, что это свойство будет автоматически заполнено при использовании vue-loader + vue-style-loader для CSS компонента.

                                                                                                                        +
                                                                                                                      • +
                                                                                                                      • context.state: (Object) начальное состояние хранилища Vuex, которое должно быть внедрено в страницу как window.__INITIAL_STATE__. Внедряемый JSON автоматически обрабатывается с помощью serialize-javascript для предотвращения XSS-уязвимостей.

                                                                                                                        +
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      С версии 2.5.0+, встраиваемый скрипт также автоматически удаляется в режиме production.

                                                                                                                      +

                                                                                                                      Кроме того, когда предоставлен clientManifest, шаблон автоматически внедряет следующее:

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • JavaScript и CSS ресурсы для клиентской части, необходимые для рендеринга (с асинхронными фрагментами добавляемыми автоматически);
                                                                                                                      • +
                                                                                                                      • Оптимальные ресурсы <link rel="preload/prefetch"> для отображаемой страницы.
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Вы можете отключить все автоматические внедрения передав inject: false в рендерер.

                                                                                                                      +

                                                                                                                      См. также:

                                                                                                                      + +
                                                                                                                    • +
                                                                                                                    • clientManifest

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Добавлено в версии 2.3.0+
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Предоставляет объект манифеста клиентской сборки, сгенерированный vue-server-renderer/client-plugin. Клиентский манифест предоставляет для рендерера сборки необходимую информацию для автоматического внедрения ресурсов в шаблон HTML. Подробнее в разделе Генерация clientManifest.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • inject

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Добавлено в версии 2.3.0+
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Контролирует, выполнять ли автоматические внедрения при использовании template. По умолчанию true.

                                                                                                                      +

                                                                                                                      См. также: Внедрение ресурсов вручную.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • shouldPreload

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Добавлено в версии 2.3.0+
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Функция, определяющая какие файлы должны иметь <link rel="preload"> в генерируемых ресурсах.

                                                                                                                      +

                                                                                                                      По умолчанию, только JavaScript и CSS файлы будут предзагружаться, так как они абсолютно необходимы для загрузки приложения.

                                                                                                                      +

                                                                                                                      Для других типов ресурсов, таких как изображения или шрифты, предзагрузка может привести к ненужному увеличению объёмов передаваемой информации и даже к ухудшению производительности, поэтому список файлов, которые нужно предзагружать, зависит от ситуации. Вы можете точно контролировать, что требует предзагрузки, используя опцию shouldPreload:

                                                                                                                      +
                                                                                                                      const renderer = createBundleRenderer(bundle, {
                                                                                                                      +  template,
                                                                                                                      +  clientManifest,
                                                                                                                      +  shouldPreload: (file, type) => {
                                                                                                                      +    // тип определяется на основе расширения файла.
                                                                                                                      +    // https://fetch.spec.whatwg.org/#concept-request-destination
                                                                                                                      +    if (type === 'script' || type === 'style') {
                                                                                                                      +      return true
                                                                                                                      +    }
                                                                                                                      +    if (type === 'font') {
                                                                                                                      +      // предзагружать только woff2 шрифты
                                                                                                                      +      return /\.woff2$/.test(file)
                                                                                                                      +    }
                                                                                                                      +    if (type === 'image') {
                                                                                                                      +      // предзагружать только важные изображения
                                                                                                                      +      return file === 'hero.jpg'
                                                                                                                      +    }
                                                                                                                      +  }
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • shouldPrefetch

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Добавлено в версии 2.5.0+
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Функция для управления файлами, которые должны содержаться в генерируемых <link rel="prefetch">.

                                                                                                                      +

                                                                                                                      По умолчанию все ресурсы в асинхронных частях будут предварительно загружены, так как это директива с низким приоритетом; однако вы можете настроить что требуется предзагружать для лучшего контроля над использованием канала загрузки. Этот параметр ожидает такую же сигнатуру функции, как shouldPreload.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • runInNewContext

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Добавлено в версии 2.3.0+
                                                                                                                      • +
                                                                                                                      • Используется только в createBundleRenderer
                                                                                                                      • +
                                                                                                                      • Ожидается: boolean | 'once' ('once' поддерживается только с версии 2.3.1+)
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      По умолчанию, рендерер сборки будет создавать новый контекст V8 для каждого рендеринга и повторно исполнять всю сборку. Это имеет некоторые преимущества — например, код приложения изолирован от процесса сервера и не нужно беспокоиться о проблеме «синглтона с состоянием», которая упоминалась ранее в руководстве. Однако этот режим требует значительных затрат производительности, поскольку повторное выполнение сборки обходится дорого, особенно когда приложение становится большим.

                                                                                                                      +

                                                                                                                      По умолчанию эта опция имеет значение true для обеспечения обратной совместимости, но рекомендуется использовать runInNewContext: false или runInNewContext: 'once' всегда, когда это возможно.

                                                                                                                      +
                                                                                                                      +

                                                                                                                      В версии 2.3.0 у этой опции есть ошибка, когда при runInNewContext: false сборка всё ещё исполнялась в отдельном глобальном контексте. Информация далее предполагает использование версии 2.3.1+.

                                                                                                                      +
                                                                                                                      +

                                                                                                                      С опцией runInNewContext: false, код сборки будет выполняться в том же контексте global, что и серверный процесс, поэтому нужно быть осторожным с кодом, который изменяет global в вашем приложении.

                                                                                                                      +

                                                                                                                      С опцией runInNewContext: 'once' (добавлено в версии 2.3.1+), сборка выполняется в отдельном контексте global, но только один раз при запуске. Это обеспечивает лучшую изоляцию кода приложения поскольку предотвращает случайно загрязнение объекта global серверного процесса. Предостережения заключаются в следующем:

                                                                                                                      +
                                                                                                                        +
                                                                                                                      1. Зависимости, которые изменяют global (например, полифиллы) не должны быть объявлены внешними зависимостями в этом режиме;
                                                                                                                      2. +
                                                                                                                      3. Значения, возвращаемые при выполнении сборки будут использовать разные глобальные конструкторы, например, ошибка внутри сборки не будет экземпляром Error в серверном процессе.
                                                                                                                      4. +
                                                                                                                      +

                                                                                                                      См. также: Структура исходного кода

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • basedir

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Добавлено в версии 2.2.0+
                                                                                                                      • +
                                                                                                                      • Используется только в createBundleRenderer
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Указание пути базового каталога для серверной сборки для разрешения зависимостей из node_modules в нём. Это необходимо только в том случае, если сгенерированный файл сборки располагается в другом месте, в отличии от используемых NPM-зависимостей, или когда ваш vue-server-renderer подключен NPM-ссылкой в вашем текущем проекте.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • cache

                                                                                                                      +

                                                                                                                      Реализация кэширования на уровне компонентов. Объект кэша должен реализовать следующий интерфейс (соответствуя нотациям Flow):

                                                                                                                      +
                                                                                                                      type RenderCache = {
                                                                                                                      +  get: (key: string, cb?: Function) => string | void;
                                                                                                                      +  set: (key: string, val: string) => void;
                                                                                                                      +  has?: (key: string, cb?: Function) => boolean | void;
                                                                                                                      +};
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Для обычного использования достаточно передать lru-cache:

                                                                                                                      +
                                                                                                                      const LRU = require('lru-cache')
                                                                                                                      +
                                                                                                                      +const renderer = createRenderer({
                                                                                                                      +  cache: LRU({
                                                                                                                      +    max: 10000
                                                                                                                      +  })
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Обратите внимание, что объект кэша по крайне мере должен реализовывать get и set. Кроме того, get и has опционально могут быть асинхронными, если они принимают второй аргумент как коллбэк. Это позволяет кэшу использовать асинхронные API, например для Redis:

                                                                                                                      +
                                                                                                                      const renderer = createRenderer({
                                                                                                                      +  cache: {
                                                                                                                      +    get: (key, cb) => {
                                                                                                                      +      redisClient.get(key, (err, res) => {
                                                                                                                      +        // обработка ошибок, если таковые будут
                                                                                                                      +        cb(res)
                                                                                                                      +      })
                                                                                                                      +    },
                                                                                                                      +    set: (key, val) => {
                                                                                                                      +      redisClient.set(key, val)
                                                                                                                      +    }
                                                                                                                      +  }
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +
                                                                                                                    • +
                                                                                                                    • directives

                                                                                                                      +

                                                                                                                      Позволяет предоставить серверную реализацию для ваших пользовательских директив:

                                                                                                                      +
                                                                                                                      const renderer = createRenderer({
                                                                                                                      +  directives: {
                                                                                                                      +    example (vnode, directiveMeta) {
                                                                                                                      +      // преобразуем vnode на основе метаданных привязанных к директиве
                                                                                                                      +    }
                                                                                                                      +  }
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Например, можете посмотреть серверную реализацию для директивы v-show.

                                                                                                                      +
                                                                                                                    • +
                                                                                                                    +

                                                                                                                    Webpack плагины

                                                                                                                    +

                                                                                                                    Webpack плагины предоставляются как отдельные файлы, которые должны быть подключены напрямую:

                                                                                                                    +
                                                                                                                    const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                                                                    +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                                                                    +
                                                                                                                    +

                                                                                                                    По умолчанию генерируются файлы:

                                                                                                                    +
                                                                                                                      +
                                                                                                                    • vue-ssr-server-bundle.json для серверной сборки;
                                                                                                                    • +
                                                                                                                    • vue-ssr-client-manifest.json для клиентской сборки.
                                                                                                                    • +
                                                                                                                    +

                                                                                                                    Имена файлов могут быть изменены при создании экземпляров плагина:

                                                                                                                    +
                                                                                                                    const plugin = new VueSSRServerPlugin({
                                                                                                                    +  filename: 'my-server-bundle.json'
                                                                                                                    +})
                                                                                                                    +
                                                                                                                    +

                                                                                                                    См. также Конфигурация сборки для подробной информации.

                                                                                                                    + + +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + +

                                                                                                                    results matching ""

                                                                                                                    +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + +

                                                                                                                      No results matching ""

                                                                                                                      + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + + +
                                                                                                                      + + +
                                                                                                                      + + + + + + + + + + + + + + +
                                                                                                                      + + +
                                                                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/basic.html b/ru/basic.html new file mode 100644 index 00000000..0bd81267 --- /dev/null +++ b/ru/basic.html @@ -0,0 +1,755 @@ + + + + + + + Использование · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                      +
                                                                                                                      + + + + + + + + +
                                                                                                                      + +
                                                                                                                      + +
                                                                                                                      + + + + + + + + + +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      + +
                                                                                                                      + +

                                                                                                                      Использование

                                                                                                                      +

                                                                                                                      Установка

                                                                                                                      +
                                                                                                                      npm install vue vue-server-renderer --save
                                                                                                                      +
                                                                                                                      +

                                                                                                                      В руководстве мы будем использовать NPM, но вы свободно можете использовать и Yarn.

                                                                                                                      +

                                                                                                                      Примечания

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Рекомендуется использовать Node.js версии 6+.
                                                                                                                      • +
                                                                                                                      • vue-server-renderer и vue должны иметь одинаковые версии.
                                                                                                                      • +
                                                                                                                      • vue-server-renderer зависит от некоторых нативных модулей Node.js и поэтому может использоваться только в Node.js. Возможно в будущем мы предоставим более простую сборку, которая сможет быть запущена в других средах исполнения JavaScript.
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Рендеринг экземпляра Vue

                                                                                                                      +
                                                                                                                      // Шаг 1: Создаём экземпляр Vue
                                                                                                                      +const Vue = require('vue')
                                                                                                                      +const app = new Vue({
                                                                                                                      +  template: `<div>Hello World</div>`
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +// Шаг 2: Создаём рендерер
                                                                                                                      +const renderer = require('vue-server-renderer').createRenderer()
                                                                                                                      +
                                                                                                                      +// Шаг 3: Рендерим экземпляр Vue в HTML
                                                                                                                      +renderer.renderToString(app, (err, html) => {
                                                                                                                      +  if (err) throw err
                                                                                                                      +  console.log(html)
                                                                                                                      +  // => <div data-server-rendered="true">hello world</div>
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +// с версии 2.5.0+, возвращает Promise если коллбэк не указан:
                                                                                                                      +renderer.renderToString(app).then(html => {
                                                                                                                      +  console.log(html)
                                                                                                                      +}).catch(err => {
                                                                                                                      +  console.error(err)
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Интеграция с сервером

                                                                                                                      +

                                                                                                                      Это достаточно просто когда мы используем сервер на Node.js, например Express:

                                                                                                                      +
                                                                                                                      npm install express --save
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      const Vue = require('vue')
                                                                                                                      +const server = require('express')()
                                                                                                                      +const renderer = require('vue-server-renderer').createRenderer()
                                                                                                                      +
                                                                                                                      +server.get('*', (req, res) => {
                                                                                                                      +  const app = new Vue({
                                                                                                                      +    data: {
                                                                                                                      +      url: req.url
                                                                                                                      +    },
                                                                                                                      +    template: `<div>Вы открыли URL: {{ url }}</div>`
                                                                                                                      +  })
                                                                                                                      +
                                                                                                                      +  renderer.renderToString(app, (err, html) => {
                                                                                                                      +    if (err) {
                                                                                                                      +      res.status(500).end('Внутренняя ошибка сервера')
                                                                                                                      +      return
                                                                                                                      +    }
                                                                                                                      +    res.end(`
                                                                                                                      +      <!DOCTYPE html>
                                                                                                                      +      <html lang="en">
                                                                                                                      +        <head><title>Привет</title></head>
                                                                                                                      +        <body>${html}</body>
                                                                                                                      +      </html>
                                                                                                                      +    `)
                                                                                                                      +  })
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +server.listen(8080)
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Использование шаблона страниц

                                                                                                                      +

                                                                                                                      Когда вы рендерите приложение Vue, рендерер генерирует только разметку приложения. В примере выше нам потребовалось обернуть вывод дополнительным кодом для создания обычной HTML-страницы.

                                                                                                                      +

                                                                                                                      Вы можете упростить это, предоставив шаблон страницы при создании рендерера. Чаще всего нам требуется расположить шаблон в отдельном файле, например index.template.html:

                                                                                                                      +
                                                                                                                      <!DOCTYPE html>
                                                                                                                      +<html lang="en">
                                                                                                                      +  <head><title>Привет</title></head>
                                                                                                                      +  <body>
                                                                                                                      +    <!--vue-ssr-outlet-->
                                                                                                                      +  </body>
                                                                                                                      +</html>
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Обратите внимание на комментарий <!--vue-ssr-outlet--> — сюда будет подставлена разметка вашего приложения.

                                                                                                                      +

                                                                                                                      Теперь мы можем прочитать этот файл и передать его в рендерер Vue:

                                                                                                                      +
                                                                                                                      const renderer = createRenderer({
                                                                                                                      +  template: require('fs').readFileSync('./index.template.html', 'utf-8')
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +renderer.renderToString(app, (err, html) => {
                                                                                                                      +  console.log(html) // будет выведен код всей страницы, с подставленным кодом приложения.
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Интерполяции в шаблоне

                                                                                                                      +

                                                                                                                      Шаблон поддерживает простые интерполяции. Например:

                                                                                                                      +
                                                                                                                      <html>
                                                                                                                      +  <head>
                                                                                                                      +    <!-- Используйте двойные фигурные скобки для экранированного HTML-кода -->
                                                                                                                      +    <title>{{ title }}</title>
                                                                                                                      +
                                                                                                                      +    <!-- Используйте тройные фигурные скобки для подстановки сырого HTML -->
                                                                                                                      +    {{{ meta }}}
                                                                                                                      +  </head>
                                                                                                                      +  <body>
                                                                                                                      +    <!--vue-ssr-outlet-->
                                                                                                                      +  </body>
                                                                                                                      +</html>
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Мы можем предоставить необходимые данные для интерполяции, передав объект контекста для рендера вторым аргументом в renderToString:

                                                                                                                      +
                                                                                                                      const context = {
                                                                                                                      +  title: 'привет',
                                                                                                                      +  meta: `
                                                                                                                      +    <meta ...>
                                                                                                                      +    <meta ...>
                                                                                                                      +  `
                                                                                                                      +}
                                                                                                                      +
                                                                                                                      +renderer.renderToString(app, context, (err, html) => {
                                                                                                                      +  // заголовок страницы будет "привет"
                                                                                                                      +  // meta-теги также будут подставлены в код страницы
                                                                                                                      +})
                                                                                                                      +
                                                                                                                      +

                                                                                                                      Объект context может также использоваться совместно с экземпляром Vue приложения, что разрешает компонентам динамически регистрировать данные для интерполяции в шаблоне.

                                                                                                                      +

                                                                                                                      Кроме того, шаблон поддерживает некоторые продвинутые функции:

                                                                                                                      +
                                                                                                                        +
                                                                                                                      • Автоматическую подстановку критически важного CSS при использовании *.vue компонентов;
                                                                                                                      • +
                                                                                                                      • Автоматическую подстановку ссылок и подсказок для ресурсов (preload / prefetch) при использовании clientManifest;
                                                                                                                      • +
                                                                                                                      • Автоматическую подстановку и предотвращение XSS при встраивании Vuex-состояния для гидратации на стороне клиента.
                                                                                                                      • +
                                                                                                                      +

                                                                                                                      Мы обсудим это дальше, когда будем разбирать все связанные концепции.

                                                                                                                      + + +
                                                                                                                      + +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      + +

                                                                                                                      results matching ""

                                                                                                                      +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + +

                                                                                                                        No results matching ""

                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        + + +
                                                                                                                        + + + + + + + + + + + + + + +
                                                                                                                        + + +
                                                                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/build-config.html b/ru/build-config.html new file mode 100644 index 00000000..d5dbf2bc --- /dev/null +++ b/ru/build-config.html @@ -0,0 +1,809 @@ + + + + + + + Конфигурация сборки · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                        +
                                                                                                                        + + + + + + + + +
                                                                                                                        + +
                                                                                                                        + +
                                                                                                                        + + + + + + + + + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        + +

                                                                                                                        Конфигурация сборки

                                                                                                                        +

                                                                                                                        Мы предполагаем, что вы уже знаете как настраивать Webpack для клиентской части проектов. Конфигурация для проекта SSR будет во многом схожей, но мы предлагаем разбивать конфигурацию на три файла: base, client и server. Базовая конфигурация (base) содержит конфигурацию, совместно используемую для обоих окружений, такие как пути вывода, псевдонимы и загрузчики. Конфигурация сервера (server) и конфигурация клиента (client) просто расширяют базовую конфигурацию, используя webpack-merge.

                                                                                                                        +

                                                                                                                        Конфигурация серверной части

                                                                                                                        +

                                                                                                                        Конфигурация серверной части предназначена для создания серверной сборки, которая будет передана в createBundleRenderer. Это должно выглядеть так:

                                                                                                                        +
                                                                                                                        const merge = require('webpack-merge')
                                                                                                                        +const nodeExternals = require('webpack-node-externals')
                                                                                                                        +const baseConfig = require('./webpack.base.config.js')
                                                                                                                        +const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                                                                        +
                                                                                                                        +module.exports = merge(baseConfig, {
                                                                                                                        +  // Укажите точку входа серверной части вашего приложения
                                                                                                                        +  entry: '/path/to/entry-server.js',
                                                                                                                        +
                                                                                                                        +  // Это позволяет Webpack обрабатывать динамические импорты в Node-стиле,
                                                                                                                        +  // а также сообщает `vue-loader` генерировать серверно-ориентированный код
                                                                                                                        +  // при компиляции компонентов Vue.
                                                                                                                        +  target: 'node',
                                                                                                                        +
                                                                                                                        +  // Для поддержки source map в bundle renderer
                                                                                                                        +  devtool: 'source-map',
                                                                                                                        +
                                                                                                                        +  // Это сообщает что в серверной сборке следует использовать экспорты в стиле Node
                                                                                                                        +  output: {
                                                                                                                        +    libraryTarget: 'commonjs2'
                                                                                                                        +  },
                                                                                                                        +
                                                                                                                        +  // https://webpack.js.org/configuration/externals/#function
                                                                                                                        +  // https://github.com/liady/webpack-node-externals
                                                                                                                        +  // Внешние зависимости приложения. Это значительно ускоряет процесс
                                                                                                                        +  // сборки серверной части и уменьшает размер итогового файла сборки.
                                                                                                                        +  externals: nodeExternals({
                                                                                                                        +    // не выделяйте зависимости, которые должны обрабатываться Webpack.
                                                                                                                        +    // здесь вы можете добавить больше типов файлов, например сырые *.vue файлы
                                                                                                                        +    // нужно также указывать белый список зависимостей изменяющих `global` (например, полифиллы)
                                                                                                                        +    whitelist: /\.css$/
                                                                                                                        +  }),
                                                                                                                        +
                                                                                                                        +  // Этот плагин преобразует весь результат серверной сборки
                                                                                                                        +  // в один JSON-файл. Имя по умолчанию будет
                                                                                                                        +  // `vue-ssr-server-bundle.json`
                                                                                                                        +  plugins: [
                                                                                                                        +    new VueSSRServerPlugin()
                                                                                                                        +  ]
                                                                                                                        +})
                                                                                                                        +
                                                                                                                        +

                                                                                                                        После создания vue-ssr-server-bundle.json просто передайте путь к файлу в createBundleRenderer:

                                                                                                                        +
                                                                                                                        const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                        +const renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {
                                                                                                                        +  // ...другие настройки рендерера
                                                                                                                        +})
                                                                                                                        +
                                                                                                                        +

                                                                                                                        В качестве альтернативы, вы также можете передать сборку как объект в createBundleRenderer. Это полезно для горячей перезагрузки во время разработки — см. демо HackerNews для примера настройки.

                                                                                                                        +

                                                                                                                        Ограничения externals

                                                                                                                        +

                                                                                                                        Обратите внимание, что в параметре externals мы указываем белый список CSS файлов. Это связано с тем, что CSS, импортированный из зависимостей всё равно должен быть обработан Webpack. Если вы импортируете любые другие типы файлов, которые также полагаются на Webpack (например, *.vue, *.sass), вы должны их также добавить в белый список.

                                                                                                                        +

                                                                                                                        Если вы используете runInNewContext: 'once' или runInNewContext: true, вам также требуется добавить в белый список являются полифиллы, которые изменяют global, например babel-polyfill. Это связано с тем, что при использовании режима нового контекста, код внутри серверной сборки имеет свой собственный объект global. Поскольку это не будет нужно на сервере при использовании Node 7.6+, на самом деле проще просто импортировать его в клиентской точке входа.

                                                                                                                        +

                                                                                                                        Конфигурация клиентской части

                                                                                                                        +

                                                                                                                        Конфигурация клиентской части может оставаться практически такой же, как и базовой. Очевидно, вам нужно указать entry на файл входной точки клиентской части. Кроме того, если вы используете CommonsChunkPlugin, убедитесь, что используете его только в конфигурации клиентской части, потому что для серверной сборки требуется одна точка входа.

                                                                                                                        +

                                                                                                                        Генерация clientManifest

                                                                                                                        +
                                                                                                                        +

                                                                                                                        требуется версия 2.3.0+

                                                                                                                        +
                                                                                                                        +

                                                                                                                        Помимо серверной сборки, мы также можем сгенерировать манифест сборки. С помощью манифеста клиентской части и серверной сборки, у рендерера появится информация о серверной и клиентской сборке, поэтому он может автоматически внедрять директивы preload/prefetch в ссылки на CSS / теги script в отображаемом HTML.

                                                                                                                        +

                                                                                                                        Выгода тут двойная:

                                                                                                                        +
                                                                                                                          +
                                                                                                                        1. Он может заменить html-webpack-plugin для внедрения правильных URL-адресов ресурсов, когда в генерируемых именах файлов есть хэши.

                                                                                                                          +
                                                                                                                        2. +
                                                                                                                        3. При рендеринге сборки, которая использует возможности разделения кода Webpack, мы можем гарантировать, что оптимальные части были предзагружены и предзаполнены, а также интеллектуально внедрять теги <script> для необходимых асинхронных фраментов, чтобы избежать появления водопада запросов на клиенте, таким образом улучшая TTI (time-to-interactive — время до интерактивности).

                                                                                                                          +
                                                                                                                        4. +
                                                                                                                        +

                                                                                                                        Чтобы использовать клиентский манифест, конфигурация клиентской части будет выглядеть примерно так:

                                                                                                                        +
                                                                                                                        const webpack = require('webpack')
                                                                                                                        +const merge = require('webpack-merge')
                                                                                                                        +const baseConfig = require('./webpack.base.config.js')
                                                                                                                        +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                                                                        +
                                                                                                                        +module.exports = merge(baseConfig, {
                                                                                                                        +  entry: '/path/to/entry-client.js',
                                                                                                                        +  plugins: [
                                                                                                                        +    // Важно: это разбивает webpack runtime на главный фрагмент так,
                                                                                                                        +    // чтобы асинхронные части могли быть внедрены сразу после него.
                                                                                                                        +    // Это также позволяет лучше кэшировать код вашего приложения / вендоров.
                                                                                                                        +    new webpack.optimize.CommonsChunkPlugin({
                                                                                                                        +      name: "manifest",
                                                                                                                        +      minChunks: Infinity
                                                                                                                        +    }),
                                                                                                                        +    // Плагин генерирует `vue-ssr-client-manifest.json` в output-каталоге
                                                                                                                        +    new VueSSRClientPlugin()
                                                                                                                        +  ]
                                                                                                                        +})
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Затем вы можете использовать сгенерированный манифест клиента вместе с шаблоном страницы:

                                                                                                                        +
                                                                                                                        const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                        +
                                                                                                                        +const template = require('fs').readFileSync('/path/to/template.html', 'utf-8')
                                                                                                                        +const serverBundle = require('/path/to/vue-ssr-server-bundle.json')
                                                                                                                        +const clientManifest = require('/path/to/vue-ssr-client-manifest.json')
                                                                                                                        +
                                                                                                                        +const renderer = createBundleRenderer(serverBundle, {
                                                                                                                        +  template,
                                                                                                                        +  clientManifest
                                                                                                                        +})
                                                                                                                        +
                                                                                                                        +

                                                                                                                        С помощью этой настройки ваш отрендеренный на сервере HTML для сборки с разделением кода будет выглядеть примерно так (все автоматически внедряется):

                                                                                                                        +
                                                                                                                        <html>
                                                                                                                        +  <head>
                                                                                                                        +    <!-- фрагменты используемые для этого рендера будут предзагружены (preload) -->
                                                                                                                        +    <link rel="preload" href="/manifest.js" as="script">
                                                                                                                        +    <link rel="preload" href="/main.js" as="script">
                                                                                                                        +    <link rel="preload" href="/0.js" as="script">
                                                                                                                        +    <!-- неиспользуемые асинхронные фрагменты будут также предзагружены (prefetch) (с меньшим приоритетом) -->
                                                                                                                        +    <link rel="prefetch" href="/1.js" as="script">
                                                                                                                        +  </head>
                                                                                                                        +  <body>
                                                                                                                        +    <!-- содержимое приложения -->
                                                                                                                        +    <div data-server-rendered="true"><div>async</div></div>
                                                                                                                        +    <!-- фрагмент с манифестом должен быть первым -->
                                                                                                                        +    <script src="/manifest.js"></script>
                                                                                                                        +    <!-- асинхронные фрагменты внедряются после главного (main) -->
                                                                                                                        +    <script src="/0.js"></script>
                                                                                                                        +    <script src="/main.js"></script>
                                                                                                                        +  </body>
                                                                                                                        +</html>`
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Внедрение ресурсов вручную

                                                                                                                        +

                                                                                                                        По умолчанию, внедрение ресурсов выполняется автоматически при использовании опции template для рендера. Но иногда вам может понадобиться больше контроля над тем, как ресурсы должны внедряться в шаблон, или, возможно, вы не используете шаблон вообще. В таком случае вы можете передать опцию inject: false при создании рендерера и производить внедрение ресурсов вручную.

                                                                                                                        +

                                                                                                                        В коллбэке renderToString объект context, который вы передали, предоставляет следующие методы:

                                                                                                                        +
                                                                                                                          +
                                                                                                                        • context.renderStyles()

                                                                                                                          +

                                                                                                                          Возвращает встроенные теги <style>, содержащие весь критический CSS, собранный из *.vue компонентов, используемых во время рендеринга. Подробнее в разделе управления CSS.

                                                                                                                          +

                                                                                                                          Если указан clientManifest, возвращаемая строка также будет содержать теги <link rel="stylesheet"> для файлов CSS, собранных Webpack'ом (например, CSS извлечённый extract-text-webpack-plugin или импортированный с помощью file-loader)

                                                                                                                          +
                                                                                                                        • +
                                                                                                                        • context.renderState(options?: Object)

                                                                                                                          +

                                                                                                                          Метод сериализует context.state и возвращает инлайновый скрипт, который подставит состояние как window.__INITIAL_STATE__.

                                                                                                                          +

                                                                                                                          Ключ состояния контекста и ключ состояния для window можно изменить передав объект с настройками:

                                                                                                                          +
                                                                                                                          context.renderState({
                                                                                                                          +  contextKey: 'myCustomState',
                                                                                                                          +  windowKey: '__MY_STATE__'
                                                                                                                          +})
                                                                                                                          +
                                                                                                                          +// -> <script>window.__MY_STATE__={...}</script>
                                                                                                                          +
                                                                                                                          +
                                                                                                                        • +
                                                                                                                        • context.renderScripts()

                                                                                                                          +
                                                                                                                            +
                                                                                                                          • требует clientManifest
                                                                                                                          • +
                                                                                                                          +

                                                                                                                          Возвращает теги <script>, необходимые для загрузки клиентского приложения. При использовании асинхронного разделения кода в коде приложения этот метод будет интеллектуально выводить нужные асинхронные фрагменты для включения.

                                                                                                                          +
                                                                                                                        • +
                                                                                                                        • context.renderResourceHints()

                                                                                                                          +
                                                                                                                            +
                                                                                                                          • требует clientManifest
                                                                                                                          • +
                                                                                                                          +

                                                                                                                          Возвращает ссылки <link rel="preload/prefetch"> на ресурсы, необходимые для отображения страницы. По умолчанию такими будут:

                                                                                                                          +
                                                                                                                            +
                                                                                                                          • Предзагруженные (preload) файлы JavaScript и CSS, необходимые для страницы
                                                                                                                          • +
                                                                                                                          • Предзагруженные (prefetch) асинхронные фрагменты JavaScript, которые могут понадобится позже
                                                                                                                          • +
                                                                                                                          +

                                                                                                                          Настраивать какие файлы дополнительно могут быть предзагружены можно с помощью опции shouldPreload.

                                                                                                                          +
                                                                                                                        • +
                                                                                                                        • context.getPreloadFiles()

                                                                                                                          +
                                                                                                                            +
                                                                                                                          • требует clientManifest
                                                                                                                          • +
                                                                                                                          +

                                                                                                                          Этот метод не возвращает строку — вместо этого он возвращает массив объектов файлов, представляющие ресурсы которые должны быть предзагружены. Это можно использовать для программной загрузки HTTP/2 сервером.

                                                                                                                          +
                                                                                                                        • +
                                                                                                                        +

                                                                                                                        Поскольку template, переданный в createBundleRenderer будет интерполирован с использованием context, вы можете использовать эти методы внутри шаблона (при использовании inject: false):

                                                                                                                        +
                                                                                                                        <html>
                                                                                                                        +  <head>
                                                                                                                        +    <!-- используйте тройные фигурные скобки для подстановки сырого-HTML -->
                                                                                                                        +    {{{ renderResourceHints() }}}
                                                                                                                        +    {{{ renderStyles() }}}
                                                                                                                        +  </head>
                                                                                                                        +  <body>
                                                                                                                        +    <!--vue-ssr-outlet-->
                                                                                                                        +    {{{ renderState() }}}
                                                                                                                        +    {{{ renderScripts() }}}
                                                                                                                        +  </body>
                                                                                                                        +</html>
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Если вы вообще не используете template, вы можете конкатенировать строки самостоятельно.

                                                                                                                        + + +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + +

                                                                                                                        results matching ""

                                                                                                                        +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + +

                                                                                                                          No results matching ""

                                                                                                                          + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + + +
                                                                                                                          + + +
                                                                                                                          + + + + + + + + + + + + + + +
                                                                                                                          + + +
                                                                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/bundle-renderer.html b/ru/bundle-renderer.html new file mode 100644 index 00000000..4b0ff59a --- /dev/null +++ b/ru/bundle-renderer.html @@ -0,0 +1,669 @@ + + + + + + + Представляем Bundle Renderer · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                          +
                                                                                                                          + + + + + + + + +
                                                                                                                          + +
                                                                                                                          + +
                                                                                                                          + + + + + + + + + +
                                                                                                                          +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          + +
                                                                                                                          + +

                                                                                                                          Представляем Bundle Renderer

                                                                                                                          +

                                                                                                                          Проблемы с обычным SSR

                                                                                                                          +

                                                                                                                          До этого момента мы предполагали, что сборка с кодом серверной части будет напрямую использоваться сервером через require:

                                                                                                                          +
                                                                                                                          const createApp = require('/path/to/built-server-bundle.js')
                                                                                                                          +
                                                                                                                          +

                                                                                                                          Выглядит просто, однако всякий раз, когда вы редактируете исходный код вашего приложения, вам понадобится остановить и перезапустить сервер. Это очень плохо влияет на производительность во время разработки. К тому же, Node.js не поддерживает source maps нативно.

                                                                                                                          +

                                                                                                                          Добавляем BundleRenderer

                                                                                                                          +

                                                                                                                          vue-server-renderer предоставляет API, названное createBundleRenderer для решения этой проблемы. С помощью Webpack-плагина, серверная сборка создаётся как специальный JSON-файл, который может быть передан в рендерер. Как только рендерер создан, использование не будет отличаться от обычного рендерера, но появятся некоторые преимущества:

                                                                                                                          +
                                                                                                                            +
                                                                                                                          • Встроенная поддержка source map (с помощью devtool: 'source-map' в конфигурации Webpack)

                                                                                                                            +
                                                                                                                          • +
                                                                                                                          • Горячая перезагрузка в процессе разработки и даже развёртывания (путём простого чтения обновлённого пакета и пересоздания экземпляра рендерера)

                                                                                                                            +
                                                                                                                          • +
                                                                                                                          • Внедрение критического CSS (при использовании *.vue файлов): автоматически встраивает CSS, необходимый компонентам во время рендеринга. Подробнее в разделе CSS.

                                                                                                                            +
                                                                                                                          • +
                                                                                                                          • Внедрение ресурсов с помощью clientManifest: автоматически добавляет оптимальные директивы preload и prefetch, а также фрагменты кода, необходимые для первоначального рендеринга.

                                                                                                                            +
                                                                                                                          • +
                                                                                                                          +
                                                                                                                          +

                                                                                                                          Мы обсудим, как настроить Webpack для генерации необходимых частей для рендерера в следующем разделе, а сейчас давайте предположим, что у нас уже есть всё необходимое, и создадим рендерер:

                                                                                                                          +
                                                                                                                          const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                          +
                                                                                                                          +const renderer = createBundleRenderer(serverBundle, {
                                                                                                                          +  runInNewContext: false, // рекомендуется
                                                                                                                          +  template, // (опционально) шаблон страницы
                                                                                                                          +  clientManifest // (опционально) манифест клиентской сборки
                                                                                                                          +})
                                                                                                                          +
                                                                                                                          +// внутри обработчика сервера...
                                                                                                                          +server.get('*', (req, res) => {
                                                                                                                          +  const context = { url: req.url }
                                                                                                                          +  // Нет необходимости передавать приложение здесь, потому что оно автоматически создаётся
                                                                                                                          +  // при выполнении сборки. Теперь наш сервер отделён от нашего приложения Vue!
                                                                                                                          +  renderer.renderToString(context, (err, html) => {
                                                                                                                          +    // обработка ошибок...
                                                                                                                          +    res.end(html)
                                                                                                                          +  })
                                                                                                                          +})
                                                                                                                          +
                                                                                                                          +

                                                                                                                          Когда renderToString вызывается в рендерере, он автоматически выполнит функцию, экспортируемую сборкой для создания экземпляра приложения (передавая context в качестве аргумента), а затем рендерит его.

                                                                                                                          +

                                                                                                                          Обратите внимание, что рекомендуется установить опцию runInNewContext в значение false или 'once'. См. справочник API для подробностей.

                                                                                                                          + + +
                                                                                                                          + +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          + +

                                                                                                                          results matching ""

                                                                                                                          +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            No results matching ""

                                                                                                                            + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + + +
                                                                                                                            + + + + + + + + + + + + + + +
                                                                                                                            + + +
                                                                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/caching.html b/ru/caching.html new file mode 100644 index 00000000..40788b83 --- /dev/null +++ b/ru/caching.html @@ -0,0 +1,694 @@ + + + + + + + Кэширование · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                            +
                                                                                                                            + + + + + + + + +
                                                                                                                            + +
                                                                                                                            + +
                                                                                                                            + + + + + + + + + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            + +

                                                                                                                            Кэширование

                                                                                                                            +

                                                                                                                            Несмотря на то, что серверный рендеринг в Vue достаточно быстр, он не может сравниться с производительностью шаблонов на основе чистых строк из-за затрат при создании экземпляров компонента и узлов виртуального DOM. В случаях, когда производительность критична, разумное использование стратегий кэширования поможет значительно улучшить время отклика и снизить нагрузку на сервер.

                                                                                                                            +

                                                                                                                            Кэширование на уровне страниц

                                                                                                                            +

                                                                                                                            Приложение с рендерингом на стороне сервера в большинстве случаев зависит от внешних данных, поэтому содержимое является динамическим, по своей природе, и не может кэшироваться в течение длительных периодов времени. Однако, если содержимое не зависит от конкретного пользователя (например, для одного и того же URL всегда отображается одинаковое содержимое всем пользователям), мы можем использовать стратегию под названием микро-кэширование, чтобы значительно улучшить возможности нашего приложения для обработки большого трафика.

                                                                                                                            +

                                                                                                                            Это обычно реализуется на уровне Nginx, но мы также можем реализовать его в Node.js:

                                                                                                                            +
                                                                                                                            const microCache = LRU({
                                                                                                                            +  max: 100,
                                                                                                                            +  maxAge: 1000 // Важно: записи устаревают через 1 секунду.
                                                                                                                            +})
                                                                                                                            +
                                                                                                                            +const isCacheable = req => {
                                                                                                                            +  // реализация логики проверки является ли запрос зависимым от пользователя.
                                                                                                                            +  // только не зависящие от пользователей запросы должны быть кэшируемыми
                                                                                                                            +}
                                                                                                                            +
                                                                                                                            +server.get('*', (req, res) => {
                                                                                                                            +  const cacheable = isCacheable(req)
                                                                                                                            +  if (cacheable) {
                                                                                                                            +    const hit = microCache.get(req.url)
                                                                                                                            +    if (hit) {
                                                                                                                            +      return res.end(hit)
                                                                                                                            +    }
                                                                                                                            +  }
                                                                                                                            +
                                                                                                                            +  renderer.renderToString((err, html) => {
                                                                                                                            +    res.end(html)
                                                                                                                            +    if (cacheable) {
                                                                                                                            +      microCache.set(req.url, html)
                                                                                                                            +    }
                                                                                                                            +  })
                                                                                                                            +})
                                                                                                                            +
                                                                                                                            +

                                                                                                                            Поскольку содержимое кэшируется в течение одной секунды, пользователи не будут видеть устаревший контент. Тем не менее, это означает, что сервер будет выполнять не более одного полного рендеринга в секунду для каждой кэшированной страницы.

                                                                                                                            +

                                                                                                                            Кэширование на уровне компонентов

                                                                                                                            +

                                                                                                                            vue-server-renderer имеет встроенную поддержку кэширования на уровне компонентов. Для её использования вам необходимо предоставить реализацию кэширования при создании рендерера. Для обычного использования достаточно передать lru-cache:

                                                                                                                            +
                                                                                                                            const LRU = require('lru-cache')
                                                                                                                            +
                                                                                                                            +const renderer = createRenderer({
                                                                                                                            +  cache: LRU({
                                                                                                                            +    max: 10000,
                                                                                                                            +    maxAge: ...
                                                                                                                            +  })
                                                                                                                            +})
                                                                                                                            +
                                                                                                                            +

                                                                                                                            Затем вы можете кэшировать компонент, реализовав функцию serverCacheKey:

                                                                                                                            +
                                                                                                                            export default {
                                                                                                                            +  name: 'item', // требуется
                                                                                                                            +  props: ['item'],
                                                                                                                            +  serverCacheKey: props => props.item.id,
                                                                                                                            +  render (h) {
                                                                                                                            +    return h('div', this.item.id)
                                                                                                                            +  }
                                                                                                                            +}
                                                                                                                            +
                                                                                                                            +

                                                                                                                            Обратите внимание, что подлежащий кэшированию компонент также должен определять уникальную опцию name. С уникальным именем ключ кэша таким образом является компоненто-зависимым: вам не нужно беспокоиться о двух компонентах, возвращающих одинаковый ключ.

                                                                                                                            +

                                                                                                                            Ключ, возвращаемый из serverCacheKey должен содержать достаточную информацию для представления формы результата рендеринга. Указанное выше является хорошей реализацией, если результат рендеринга определяется исключительно с помощью props.item.id. Однако, если элемент с таким же идентификатором может со временем меняться или результат рендеринга также зависит от других данных, вам необходимо изменить реализацию serverCacheKey, чтобы учитывать и другие переменные.

                                                                                                                            +

                                                                                                                            При возвращении константы компонент всегда будет кэшироваться, что отлично подходит для чисто статических компонентов.

                                                                                                                            +

                                                                                                                            Когда использовать кэширование компонентов

                                                                                                                            +

                                                                                                                            Если рендерер найдёт попадание в кэше для компонента во время рендеринга, он будет напрямую переиспользовать кэшированный результат для всего поддерева. Это означает, что вы НЕ ДОЛЖНЫ кэшировать компонент когда:

                                                                                                                            +
                                                                                                                              +
                                                                                                                            • Он имеет дочерние компоненты, которые могут полагаться на глобальное состояние.
                                                                                                                            • +
                                                                                                                            • Он имеет дочерние компоненты, которые создают побочные эффекты (side effects) для context рендера.
                                                                                                                            • +
                                                                                                                            +

                                                                                                                            Поэтому кэширование компонентов следует с аккуратностью применять для устранения узких мест производительности. В большинстве случаев не следует кэшировать компоненты, используемые в единственном экземпляре. Наиболее общий тип компонентов, подходящих для кэширования — те, что повторяются в больших v-for циклах. Поскольку такие компоненты, как правило, отражают объекты из коллекции базы данных, они могут использовать простую стратегию кэширования: сгенерируйте их ключи кэша, используя их уникальный идентификатор + временную метку последнего обновления:

                                                                                                                            +
                                                                                                                            serverCacheKey: props => props.item.id + '::' + props.item.last_updated
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + +

                                                                                                                            results matching ""

                                                                                                                            +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + +

                                                                                                                              No results matching ""

                                                                                                                              + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + + +
                                                                                                                              + + +
                                                                                                                              + + + + + + + + + + + + + + +
                                                                                                                              + + +
                                                                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/css.html b/ru/css.html new file mode 100644 index 00000000..2bb697c1 --- /dev/null +++ b/ru/css.html @@ -0,0 +1,730 @@ + + + + + + + Управление CSS · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                              +
                                                                                                                              + + + + + + + + +
                                                                                                                              + +
                                                                                                                              + +
                                                                                                                              + + + + + + + + + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              + +
                                                                                                                              + +

                                                                                                                              Управление CSS

                                                                                                                              +

                                                                                                                              Рекомендуемый способ управления CSS — просто использовать теги <style> внутри однофайловых компонентов (*.vue файлов), которые предоставляют:

                                                                                                                              +
                                                                                                                                +
                                                                                                                              • Локальный CSS для компонентов
                                                                                                                              • +
                                                                                                                              • Возможность использования пре-процессоров или PostCSS
                                                                                                                              • +
                                                                                                                              • Горячую перезагрузку при разработке
                                                                                                                              • +
                                                                                                                              +

                                                                                                                              Что ещё более важно, загрузчик vue-style-loader, используемый внутри vue-loader, имеет некоторые особенности для серверного рендеринга:

                                                                                                                              +
                                                                                                                                +
                                                                                                                              • Единый код для клиента и сервера.

                                                                                                                                +
                                                                                                                              • +
                                                                                                                              • Автоматизация критического CSS при использовании bundleRenderer.

                                                                                                                                +

                                                                                                                                Если используется во время рендеринга на сервере, CSS компонента может быть собран и вставлен в HTML (автоматически обрабатывается при использовании опции template). На клиенте, когда компонент используется в первый раз, vue-style-loader проверяет, есть ли уже встроенный сервером CSS для этого компонента, а если нет, CSS будет динамически встроен через тег <style>.

                                                                                                                                +
                                                                                                                              • +
                                                                                                                              • Извлечение общего CSS.

                                                                                                                                +

                                                                                                                                Используется extract-text-webpack-plugin для извлечения CSS в освновном (main) фрагменте в отдельный файл CSS (автоматически внедряемый с template), что позволяет кэшировать файл отдельно. Это рекомендуется, когда имеется много общего CSS.

                                                                                                                                +

                                                                                                                                CSS внутри асинхронных компонентов остаётся встроенным в строки JavaScript и обрабатывается vue-style-loader.

                                                                                                                                +
                                                                                                                              • +
                                                                                                                              +

                                                                                                                              Настройка извлечения CSS

                                                                                                                              +

                                                                                                                              Для извлечения CSS из *.vue файлов в vue-loader используется опция extractCSS (требует vue-loader 12.0.0+):

                                                                                                                              +
                                                                                                                              // webpack.config.js
                                                                                                                              +const ExtractTextPlugin = require('extract-text-webpack-plugin')
                                                                                                                              +
                                                                                                                              +// извлечение CSS должно использоваться только в production
                                                                                                                              +// чтобы работала горячая замена на этапе разработки.
                                                                                                                              +const isProduction = process.env.NODE_ENV === 'production'
                                                                                                                              +
                                                                                                                              +module.exports = {
                                                                                                                              +  // ...
                                                                                                                              +  module: {
                                                                                                                              +    rules: [
                                                                                                                              +      {
                                                                                                                              +        test: /\.vue$/,
                                                                                                                              +        loader: 'vue-loader',
                                                                                                                              +        options: {
                                                                                                                              +          // подключаем извлечение CSS
                                                                                                                              +          extractCSS: isProduction
                                                                                                                              +        }
                                                                                                                              +      },
                                                                                                                              +      // ...
                                                                                                                              +    ]
                                                                                                                              +  },
                                                                                                                              +  plugins: isProduction
                                                                                                                              +    // убедитесь что добавили плагин!
                                                                                                                              +    ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]
                                                                                                                              +    : []
                                                                                                                              +}
                                                                                                                              +
                                                                                                                              +

                                                                                                                              Обратите внимание, что приведённая выше конфигурация применяется только к стилям в *.vue файлах, но вы можете использовать <style src="./foo.css"> для импорта внешнего CSS в компоненты Vue.

                                                                                                                              +

                                                                                                                              Если вы хотите импортировать CSS из JavaScript, например import 'foo.css', вам потребуется настроить соответствующие загрузчики:

                                                                                                                              +
                                                                                                                              module.exports = {
                                                                                                                              +  // ...
                                                                                                                              +  module: {
                                                                                                                              +    rules: [
                                                                                                                              +      {
                                                                                                                              +        test: /\.css$/,
                                                                                                                              +        // важно: использовать vue-style-loader вместо style-loader
                                                                                                                              +        use: isProduction
                                                                                                                              +          ? ExtractTextPlugin.extract({
                                                                                                                              +              use: 'css-loader',
                                                                                                                              +              fallback: 'vue-style-loader'
                                                                                                                              +            })
                                                                                                                              +          : ['vue-style-loader', 'css-loader']
                                                                                                                              +      }
                                                                                                                              +    ]
                                                                                                                              +  },
                                                                                                                              +  // ...
                                                                                                                              +}
                                                                                                                              +
                                                                                                                              +

                                                                                                                              Импортирование стилей NPM-зависимостей

                                                                                                                              +

                                                                                                                              Несколько вещей, которые нужно учитывать при импорте CSS из NPM-зависимостей:

                                                                                                                              +
                                                                                                                                +
                                                                                                                              1. Он не должен быть указан внешней зависимостью в серверной сборке.

                                                                                                                                +
                                                                                                                              2. +
                                                                                                                              3. Если использовать извлечение CSS + извлечение из вендоров с помощью CommonsChunkPlugin, у extract-text-webpack-plugin будут возникать проблемы, если извлекаемый CSS находится внутри извлечённого фрагмента вендоров. Чтобы обойти это, избегайте подключения CSS файлов в фрагменте для вендоров. Пример конфигурации Webpack для клиентской части:

                                                                                                                                +
                                                                                                                                module.exports = {
                                                                                                                                + // ...
                                                                                                                                + plugins: [
                                                                                                                                +   // обычное дело, извлекать зависимости в фрагмент для вендоров для лучшего кэширования.
                                                                                                                                +   new webpack.optimize.CommonsChunkPlugin({
                                                                                                                                +     name: 'vendor',
                                                                                                                                +     minChunks: function (module) {
                                                                                                                                +       // модуль извлекается в фрагмент для вендоров когда...
                                                                                                                                +       return (
                                                                                                                                +         // он находится внутри node_modules
                                                                                                                                +         /node_modules/.test(module.context) &&
                                                                                                                                +         // и не извлекать если запрос является CSS файлом
                                                                                                                                +         !/\.css$/.test(module.request)
                                                                                                                                +       )
                                                                                                                                +     }
                                                                                                                                +   }),
                                                                                                                                +   // извлекает Webpack runtime & manifest
                                                                                                                                +   new webpack.optimize.CommonsChunkPlugin({
                                                                                                                                +     name: 'manifest'
                                                                                                                                +   }),
                                                                                                                                +   // ...
                                                                                                                                + ]
                                                                                                                                +}
                                                                                                                                +
                                                                                                                                +
                                                                                                                              4. +
                                                                                                                              + + +
                                                                                                                              + +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              + +

                                                                                                                              results matching ""

                                                                                                                              +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + +

                                                                                                                                No results matching ""

                                                                                                                                + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                + + +
                                                                                                                                + + + + + + + + + + + + + + +
                                                                                                                                + + +
                                                                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/data.html b/ru/data.html new file mode 100644 index 00000000..58fb3306 --- /dev/null +++ b/ru/data.html @@ -0,0 +1,900 @@ + + + + + + + Предзагрузка данных и состояния · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                +
                                                                                                                                + + + + + + + + +
                                                                                                                                + +
                                                                                                                                + +
                                                                                                                                + + + + + + + + + +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                + +

                                                                                                                                Предзагрузка данных и состояния

                                                                                                                                +

                                                                                                                                Хранение данных

                                                                                                                                +

                                                                                                                                Во время серверного рендеринга, мы собственно отображаем «снимок» нашего приложения, поэтому если приложение использует какие-то асинхронные данные они должны быть предварительно загружены и разрешены до начала процесса рендеринга.

                                                                                                                                +

                                                                                                                                Другая проблема заключается в том, что на клиенте эти же данные должны быть доступны перед моментом монтирования приложения на клиенте — иначе клиентское приложение будет отображено с использованием другого состояния и гидратация не будет выполнена.

                                                                                                                                +

                                                                                                                                Чтобы решить эту проблему, полученные данные должны находиться вне компонентов представления, в специальном хранилище данных или в «контейнере состояния». На сервере мы можем предзагрузить и заполнить данные в хранилище перед рендерингом. Кроме того, мы будем сериализовывать и встраивать состояние в HTML. Хранилище на клиентской стороне сможет непосредственно получать вложенное состояние перед монтированием приложения.

                                                                                                                                +

                                                                                                                                Для этой цели мы будем использовать официальную библиотеку управления состоянием — Vuex. Давайте создадим файл store.js, с некоторой симуляцией логики получения элемента на основе id:

                                                                                                                                +
                                                                                                                                // store.js
                                                                                                                                +import Vue from 'vue'
                                                                                                                                +import Vuex from 'vuex'
                                                                                                                                +
                                                                                                                                +Vue.use(Vuex)
                                                                                                                                +
                                                                                                                                +// Предположим, что у нас есть универсальный API,
                                                                                                                                +// который возвращает Promises и опустим детали реализации
                                                                                                                                +import { fetchItem } from './api'
                                                                                                                                +
                                                                                                                                +export function createStore () {
                                                                                                                                +  return new Vuex.Store({
                                                                                                                                +    state: {
                                                                                                                                +      items: {}
                                                                                                                                +    },
                                                                                                                                +    actions: {
                                                                                                                                +      fetchItem ({ commit }, id) {
                                                                                                                                +        // возвращаем Promise через `store.dispatch()`
                                                                                                                                +        // чтобы мы могли понять когда данные будут загружены
                                                                                                                                +        return fetchItem(id).then(item => {
                                                                                                                                +          commit('setItem', { id, item })
                                                                                                                                +        })
                                                                                                                                +      }
                                                                                                                                +    },
                                                                                                                                +    mutations: {
                                                                                                                                +      setItem (state, { id, item }) {
                                                                                                                                +        Vue.set(state.items, id, item)
                                                                                                                                +      }
                                                                                                                                +    }
                                                                                                                                +  })
                                                                                                                                +}
                                                                                                                                +
                                                                                                                                +

                                                                                                                                И обновляем app.js:

                                                                                                                                +
                                                                                                                                // app.js
                                                                                                                                +import Vue from 'vue'
                                                                                                                                +import App from './App.vue'
                                                                                                                                +import { createRouter } from './router'
                                                                                                                                +import { createStore } from './store'
                                                                                                                                +import { sync } from 'vuex-router-sync'
                                                                                                                                +
                                                                                                                                +export function createApp () {
                                                                                                                                +  // Создаём экземпляры маршрутизатора и хранилища
                                                                                                                                +  const router = createRouter()
                                                                                                                                +  const store = createStore()
                                                                                                                                +
                                                                                                                                +  // Синхронизируем чтобы состояние маршрута было доступно как часть хранилища
                                                                                                                                +  sync(store, router)
                                                                                                                                +
                                                                                                                                +  // Создадим экземпляр приложения, внедряя и маршрутизатор и хранилище
                                                                                                                                +  const app = new Vue({
                                                                                                                                +    router,
                                                                                                                                +    store,
                                                                                                                                +    render: h => h(App)
                                                                                                                                +  })
                                                                                                                                +
                                                                                                                                +  // Возвращаем приложение, маршрутизатор и хранилище.
                                                                                                                                +  return { app, router, store }
                                                                                                                                +}
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Размещение логики для компонентов

                                                                                                                                +

                                                                                                                                Итак, где мы должны размещать код, который вызывает действия по предзагрузке данных?

                                                                                                                                +

                                                                                                                                Данные, которые нам нужно получить, определяются посещённым маршрутом — что также определяет какие компоненты должны будут отображены. Фактически, данные необходимые для данного маршрута, также являются данными, необходимыми компонентам, отображаемым для этого маршрута. Поэтому будет логичным разместить логику получения данных внутри компонентов маршрута.

                                                                                                                                +

                                                                                                                                Мы предоставим пользовательскую статичную функцию asyncData в наших компонентах маршрута. Обратите внимание, так как эта функция будет вызываться до инициализации компонентов, у неё не будет доступа к this. Информация хранилища и маршрута должна передаваться аргументами:

                                                                                                                                +
                                                                                                                                <!-- Item.vue -->
                                                                                                                                +<template>
                                                                                                                                +  <div>{{ item.title }}</div>
                                                                                                                                +</template>
                                                                                                                                +
                                                                                                                                +<script>
                                                                                                                                +export default {
                                                                                                                                +  asyncData ({ store, route }) {
                                                                                                                                +    // возвращаем Promise из действия
                                                                                                                                +    return store.dispatch('fetchItem', route.params.id)
                                                                                                                                +  },
                                                                                                                                +
                                                                                                                                +  computed: {
                                                                                                                                +    // отображаем элемент из состояния хранилища.
                                                                                                                                +    item () {
                                                                                                                                +      return this.$store.state.items[this.$route.params.id]
                                                                                                                                +    }
                                                                                                                                +  }
                                                                                                                                +}
                                                                                                                                +</script>
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Загрузка данных на серверной части

                                                                                                                                +

                                                                                                                                В entry-server.js мы можем получить компоненты, соответствующие маршруту, с помощью router.getMatchedComponents(), и вызвать asyncData если компонент предоставляет её. Затем нужно присоединить разрешённое состояние к контексту рендера.

                                                                                                                                +
                                                                                                                                // entry-server.js
                                                                                                                                +import { createApp } from './app'
                                                                                                                                +
                                                                                                                                +export default context => {
                                                                                                                                +  return new Promise((resolve, reject) => {
                                                                                                                                +    const { app, router, store } = createApp()
                                                                                                                                +
                                                                                                                                +    router.push(context.url)
                                                                                                                                +
                                                                                                                                +    router.onReady(() => {
                                                                                                                                +      const matchedComponents = router.getMatchedComponents()
                                                                                                                                +      if (!matchedComponents.length) {
                                                                                                                                +        return reject({ code: 404 })
                                                                                                                                +      }
                                                                                                                                +
                                                                                                                                +      // вызов `asyncData()` на всех соответствующих компонентах
                                                                                                                                +      Promise.all(matchedComponents.map(Component => {
                                                                                                                                +        if (Component.asyncData) {
                                                                                                                                +          return Component.asyncData({
                                                                                                                                +            store,
                                                                                                                                +            route: router.currentRoute
                                                                                                                                +          })
                                                                                                                                +        }
                                                                                                                                +      })).then(() => {
                                                                                                                                +        // После разрешения всех preFetch хуков, наше хранилище теперь
                                                                                                                                +        // заполнено состоянием, необходимым для рендеринга приложения.
                                                                                                                                +        // Когда мы присоединяем состояние к контексту, и есть опция `template`
                                                                                                                                +        // используемая для рендерера, состояние будет автоматически
                                                                                                                                +        // сериализовано и внедрено в HTML как `window.__INITIAL_STATE__`.
                                                                                                                                +        context.state = store.state
                                                                                                                                +
                                                                                                                                +        resolve(app)
                                                                                                                                +      }).catch(reject)
                                                                                                                                +    }, reject)
                                                                                                                                +  })
                                                                                                                                +}
                                                                                                                                +
                                                                                                                                +

                                                                                                                                При использовании template, context.state будет автоматически встроен в финальный HTML как window.__INITIAL_STATE__. На клиенте хранилище должно получить состояние перед монтированием приложения:

                                                                                                                                +
                                                                                                                                // entry-client.js
                                                                                                                                +
                                                                                                                                +const { app, router, store } = createApp()
                                                                                                                                +
                                                                                                                                +if (window.__INITIAL_STATE__) {
                                                                                                                                +  store.replaceState(window.__INITIAL_STATE__)
                                                                                                                                +}
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Загрузка данных на клиентской части

                                                                                                                                +

                                                                                                                                На клиенте существует два разных подхода к получению данных:

                                                                                                                                +
                                                                                                                                  +
                                                                                                                                1. Разрешить данные перед навигацией по маршруту:

                                                                                                                                  +

                                                                                                                                  По этой стратегии приложение остаётся на текущем представлении до тех пор, пока данные необходимые для нового представления не будут загружены и разрешены. Преимущество заключается в том, что новое представление может уже рендерить полный контент, так как всё готово, но если загрузка данных занимает много времени пользователь будет ощущать «застревание» на текущей странице. Поэтому рекомендуется использовать индикатор загрузки данных при использовании этой стратегии.

                                                                                                                                  +

                                                                                                                                  Мы можем реализовать эту стратегию на клиенте, проверяя соответствующие компоненты и вызывая их функцию asyncData внутри глобальных хуков маршрута. Обратите внимание, что мы должны зарегистрировать этот хук после готовности исходного маршрута, чтобы мы снова не забирали данные, полученные с сервера.

                                                                                                                                  +
                                                                                                                                  // entry-client.js
                                                                                                                                  +
                                                                                                                                  +// ...опустим лишний код
                                                                                                                                  +
                                                                                                                                  +router.onReady(() => {
                                                                                                                                  + // Добавляем хук маршрута для обработки asyncData.
                                                                                                                                  + // Выполняем его после разрешения первоначального маршрута,
                                                                                                                                  + // чтобы дважды не загружать данные, которые у нас уже есть.
                                                                                                                                  + // Используем `router.beforeResolve()`, чтобы все асинхронные компоненты были разрешены.
                                                                                                                                  + router.beforeResolve((to, from, next) => {
                                                                                                                                  +   const matched = router.getMatchedComponents(to)
                                                                                                                                  +   const prevMatched = router.getMatchedComponents(from)
                                                                                                                                  +
                                                                                                                                  +   // мы заботимся только об отсутствующих ранее компонентах,
                                                                                                                                  +   // поэтому мы сравниваем два списка, пока не найдём отличия
                                                                                                                                  +   let diffed = false
                                                                                                                                  +   const activated = matched.filter((c, i) => {
                                                                                                                                  +     return diffed || (diffed = (prevMatched[i] !== c))
                                                                                                                                  +   })
                                                                                                                                  +
                                                                                                                                  +   if (!activated.length) {
                                                                                                                                  +     return next()
                                                                                                                                  +   }
                                                                                                                                  +
                                                                                                                                  +   // здесь мы должны вызвать индикатор загрузки, если используем его
                                                                                                                                  +
                                                                                                                                  +   Promise.all(activated.map(c => {
                                                                                                                                  +     if (c.asyncData) {
                                                                                                                                  +       return c.asyncData({ store, route: to })
                                                                                                                                  +     }
                                                                                                                                  +   })).then(() => {
                                                                                                                                  +
                                                                                                                                  +     // останавливаем индикатор загрузки
                                                                                                                                  +
                                                                                                                                  +     next()
                                                                                                                                  +   }).catch(next)
                                                                                                                                  + })
                                                                                                                                  +
                                                                                                                                  + app.$mount('#app')
                                                                                                                                  +})
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                2. +
                                                                                                                                3. Загружать данные после отображения нового представления:

                                                                                                                                  +

                                                                                                                                  Эта стратегия располагает логику загрузки данных на стороне клиента в функции компонента beforeMount. Это позволяет переключаться мгновенно при срабатывании навигации по маршруту, поэтому приложение ощущается более отзывчивым. Однако на момент отображения нового представления у него не будет полных данных. Поэтому необходимо добавлять условие проверки загруженности состояния для каждого компонента, использующего эту стратегию.

                                                                                                                                  +

                                                                                                                                  Этого можно достичь с помощью глобальной примеси на клиенте:

                                                                                                                                  +
                                                                                                                                  Vue.mixin({
                                                                                                                                  + beforeMount () {
                                                                                                                                  +   const { asyncData } = this.$options
                                                                                                                                  +   if (asyncData) {
                                                                                                                                  +     // присваиваем операцию загрузки к Promise
                                                                                                                                  +     // чтобы в компонентах мы могли делать так `this.dataPromise.then(...)`
                                                                                                                                  +     // для выполнения других задач после готовности данных
                                                                                                                                  +     this.dataPromise = asyncData({
                                                                                                                                  +       store: this.$store,
                                                                                                                                  +       route: this.$route
                                                                                                                                  +     })
                                                                                                                                  +   }
                                                                                                                                  + }
                                                                                                                                  +})
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                4. +
                                                                                                                                +

                                                                                                                                Эти две стратегии в конечном счёте являются различными решениями UX и должны выбираться на основе фактического сценария разрабатываемого приложения. Но, независимо от выбранной вами стратегии, функция asyncData также должна вызываться при повторном использовании компонента маршрута (тот же маршрут, но параметры изменились, например с user/1 на user/2). Мы также можем обрабатывать это с помощью глобальной примеси для клиентской части:

                                                                                                                                +
                                                                                                                                Vue.mixin({
                                                                                                                                +  beforeRouteUpdate (to, from, next) {
                                                                                                                                +    const { asyncData } = this.$options
                                                                                                                                +    if (asyncData) {
                                                                                                                                +      asyncData({
                                                                                                                                +        store: this.$store,
                                                                                                                                +        route: to
                                                                                                                                +      }).then(next).catch(next)
                                                                                                                                +    } else {
                                                                                                                                +      next()
                                                                                                                                +    }
                                                                                                                                +  }
                                                                                                                                +})
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Разделение кода хранилища

                                                                                                                                +

                                                                                                                                В большом приложении хранилище Vuex будет скорее всего разделено на несколько модулей. Конечно, также можно разделить код этих модулей на соответствующие фрагменты компонента маршрута. Предположим, что у нас есть следующий модуль хранилища:

                                                                                                                                +
                                                                                                                                // store/modules/foo.js
                                                                                                                                +export default {
                                                                                                                                +  namespaced: true,
                                                                                                                                +  // ВАЖНО: state должен быть функцией, чтобы
                                                                                                                                +  // модуль мог инстанцироваться несколько раз
                                                                                                                                +  state: () => ({
                                                                                                                                +    count: 0
                                                                                                                                +  }),
                                                                                                                                +  actions: {
                                                                                                                                +    inc: ({ commit }) => commit('inc')
                                                                                                                                +  },
                                                                                                                                +  mutations: {
                                                                                                                                +    inc: state => state.count++
                                                                                                                                +  }
                                                                                                                                +}
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Мы можем использовать store.registerModule для lazy-регистрации этого модуля в хуке asyncData компонента маршрута:

                                                                                                                                +
                                                                                                                                // внутри компонента маршрута
                                                                                                                                +<template>
                                                                                                                                +  <div>{{ fooCount }}</div>
                                                                                                                                +</template>
                                                                                                                                +
                                                                                                                                +<script>
                                                                                                                                +// импортируем модуль здесь, а не в `store/index.js`
                                                                                                                                +import fooStoreModule from '../store/modules/foo'
                                                                                                                                +
                                                                                                                                +export default {
                                                                                                                                +  asyncData ({ store }) {
                                                                                                                                +    store.registerModule('foo', fooStoreModule)
                                                                                                                                +    return store.dispatch('foo/inc')
                                                                                                                                +  },
                                                                                                                                +
                                                                                                                                +  // ВАЖНО: избегайте дублирования регистрации модуля на клиенте
                                                                                                                                +  // когда маршрут посещается несколько раз.
                                                                                                                                +  destroyed () {
                                                                                                                                +    this.$store.unregisterModule('foo')
                                                                                                                                +  },
                                                                                                                                +
                                                                                                                                +  computed: {
                                                                                                                                +    fooCount () {
                                                                                                                                +      return this.$store.state.foo.count
                                                                                                                                +    }
                                                                                                                                +  }
                                                                                                                                +}
                                                                                                                                +</script>
                                                                                                                                +
                                                                                                                                +

                                                                                                                                Поскольку модуль теперь является зависимостью компонента маршрута, он будет перемещён в асинхронный фрагмент компонента маршрута с помощью Webpack.

                                                                                                                                +
                                                                                                                                +

                                                                                                                                Фух, это было много кода! Это связано с тем, что универсальная загрузка данных является, вероятно, самой сложной проблемой в приложении с рендерингом на стороне сервера, и таким образом мы закладываем хороший фундамент для облегчения дальнейшей разработки. После создания такой заготовки, создание отдельных компонентов будет приятным занятием.

                                                                                                                                + + +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +

                                                                                                                                results matching ""

                                                                                                                                +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + +

                                                                                                                                  No results matching ""

                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + + +
                                                                                                                                  + + +
                                                                                                                                  + + + + + + + + + + + + + + +
                                                                                                                                  + + +
                                                                                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/head.html b/ru/head.html new file mode 100644 index 00000000..1cb94a1c --- /dev/null +++ b/ru/head.html @@ -0,0 +1,708 @@ + + + + + + + Управление заголовочными тегами (head) · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                  +
                                                                                                                                  + + + + + + + + +
                                                                                                                                  + +
                                                                                                                                  + +
                                                                                                                                  + + + + + + + + + +
                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  + +
                                                                                                                                  + +

                                                                                                                                  Управление заголовочными тегами (head)

                                                                                                                                  +

                                                                                                                                  Аналогично внедрению ресурсов, управление заголовочными тегами следует той же идее: мы можем динамически присоединять данные к context рендерера в жизненном цикле компонента, а затем интерполировать эти данные в template.

                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  С версии 2.3.2+ вы можете напрямую получать доступ к контексту SSR в компонентах через this.$ssrContext. В более ранних версиях вам потребуется вручную внедрять контекст SSR, передав его в createApp() и выставляя его на корневом экземплере $options — после чего, компоненты потомки смогут получить к нему доступ через this.$root.$options.ssrContext.

                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  Мы можем написать простую примесь для управления заголовком:

                                                                                                                                  +
                                                                                                                                  // title-mixin.js
                                                                                                                                  +
                                                                                                                                  +function getTitle (vm) {
                                                                                                                                  +  // компоненты могут просто предоставлять опцию `title`,
                                                                                                                                  +  // которая может быть как строкой, так и функцией
                                                                                                                                  +  const { title } = vm.$options
                                                                                                                                  +  if (title) {
                                                                                                                                  +    return typeof title === 'function'
                                                                                                                                  +      ? title.call(vm)
                                                                                                                                  +      : title
                                                                                                                                  +  }
                                                                                                                                  +}
                                                                                                                                  +
                                                                                                                                  +const serverTitleMixin = {
                                                                                                                                  +  created () {
                                                                                                                                  +    const title = getTitle(this)
                                                                                                                                  +    if (title) {
                                                                                                                                  +      this.$ssrContext.title = title
                                                                                                                                  +    }
                                                                                                                                  +  }
                                                                                                                                  +}
                                                                                                                                  +
                                                                                                                                  +const clientTitleMixin = {
                                                                                                                                  +  mounted () {
                                                                                                                                  +    const title = getTitle(this)
                                                                                                                                  +    if (title) {
                                                                                                                                  +      document.title = title
                                                                                                                                  +    }
                                                                                                                                  +  }
                                                                                                                                  +}
                                                                                                                                  +
                                                                                                                                  +// значение `VUE_ENV` будет определено плагином `webpack.DefinePlugin`
                                                                                                                                  +export default process.env.VUE_ENV === 'server'
                                                                                                                                  +  ? serverTitleMixin
                                                                                                                                  +  : clientTitleMixin
                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  Теперь компонент маршрута сможет управлять заголовком документа:

                                                                                                                                  +
                                                                                                                                  // Item.vue
                                                                                                                                  +export default {
                                                                                                                                  +  mixins: [titleMixin],
                                                                                                                                  +  title () {
                                                                                                                                  +    return this.item.title
                                                                                                                                  +  },
                                                                                                                                  +
                                                                                                                                  +  asyncData ({ store, route }) {
                                                                                                                                  +    return store.dispatch('fetchItem', route.params.id)
                                                                                                                                  +  },
                                                                                                                                  +
                                                                                                                                  +  computed: {
                                                                                                                                  +    item () {
                                                                                                                                  +      return this.$store.state.items[this.$route.params.id]
                                                                                                                                  +    }
                                                                                                                                  +  }
                                                                                                                                  +}
                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  И внутри шаблона, переданного в рендерер сборки:

                                                                                                                                  +
                                                                                                                                  <html>
                                                                                                                                  +  <head>
                                                                                                                                  +    <title>{{ title }}</title>
                                                                                                                                  +  </head>
                                                                                                                                  +  <body>
                                                                                                                                  +    ...
                                                                                                                                  +  </body>
                                                                                                                                  +</html>
                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  Примечания:

                                                                                                                                  +
                                                                                                                                    +
                                                                                                                                  • Используйте двойные фигурные скобки (интерполяция экранированного HTML), чтобы избежать XSS-уязвимостей.

                                                                                                                                    +
                                                                                                                                  • +
                                                                                                                                  • Вы должны указать заголовок по умолчанию при создании объекта context на случай, если ни один компонент не установит заголовок во время рендеринга.

                                                                                                                                    +
                                                                                                                                  • +
                                                                                                                                  +
                                                                                                                                  +

                                                                                                                                  Используя ту же стратегию, вы можете легко расширять примесь в универсальную утилиту по управлению основными заголовочными тегами.

                                                                                                                                  + + +
                                                                                                                                  + +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  + +

                                                                                                                                  results matching ""

                                                                                                                                  +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + +

                                                                                                                                    No results matching ""

                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + + +
                                                                                                                                    + + +
                                                                                                                                    + + + + + + + + + + + + + + +
                                                                                                                                    + + +
                                                                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/hydration.html b/ru/hydration.html new file mode 100644 index 00000000..d15690d4 --- /dev/null +++ b/ru/hydration.html @@ -0,0 +1,647 @@ + + + + + + + Гидратация клиентской части · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                    +
                                                                                                                                    + + + + + + + + +
                                                                                                                                    + +
                                                                                                                                    + +
                                                                                                                                    + + + + + + + + + +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    + +

                                                                                                                                    Гидратация клиентской части

                                                                                                                                    +

                                                                                                                                    Гидратация относится к процессу на стороне клиента, в течение которого Vue берёт статический HTML, отправленный сервером, и превращает его в динамический DOM, который может реагировать на изменения данных на стороне клиента.

                                                                                                                                    +

                                                                                                                                    В файле entry-client.js, мы просто монтируем приложение такой строкой:

                                                                                                                                    +
                                                                                                                                    // подразумеваем что шаблон в App.vue имеет корневой элемент с id="app"
                                                                                                                                    +app.$mount('#app')
                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    Поскольку сервер уже отобразил разметку, мы, очевидно, не хотели бы её выбрасывать и заново создавать все элементы DOM. Вместо этого мы хотим «гидрировать» статическую разметку и сделать её интерактивной.

                                                                                                                                    +

                                                                                                                                    Если вы исследовали вывод после серверного рендеринга, вы могли заметить, что у корневого элемента приложения должен быть добавлен специальный атрибут:

                                                                                                                                    +
                                                                                                                                    <div id="app" data-server-rendered="true">
                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    Специальный атрибут data-server-rendered позволяет клиентской части Vue знать, что разметка отображается сервером, и он должен монтироваться в режиме гидратации. Обратите внимание, что он не добавляет id="app", а только атрибут data-server-rendered: вам необходимо добавить ID или какой-либо другой селектор в корневой элемент самостоятельно или приложение не будет гидратироваться правильно.

                                                                                                                                    +

                                                                                                                                    В режиме разработки Vue будет проверять, что виртуальное дерево DOM, сгенерированное на стороне клиента, совпадает с структурой DOM созданной на сервере. При нахождении несоответствия, он будет считать гидратацию неудачной, отказываться от существующего DOM и рендерить всё с нуля. В режиме production, эта проверка отключена для достижения максимальной производительности.

                                                                                                                                    +

                                                                                                                                    Предостережения при гидратации

                                                                                                                                    +

                                                                                                                                    Одна вещь, о которой нужно знать при использовании серверного рендеринга + гидратации на клиенте — некоторые специальные структуры HTML, которые могут быть изменены браузером. Например, когда вы пишете подобное в шаблоне Vue:

                                                                                                                                    +
                                                                                                                                    <table>
                                                                                                                                    +  <tr><td>hi</td></tr>
                                                                                                                                    +</table>
                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    Браузер будет автоматически добавлять <tbody> внутрь <table>, в то время как виртуальный DOM генерируемый Vue не содержит <tbody>, что вызовет несоответствие. Чтобы обеспечить правильное соответствие, обязательно пишите валидный HTML в ваших шаблонах.

                                                                                                                                    + + +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + +

                                                                                                                                    results matching ""

                                                                                                                                    +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + +

                                                                                                                                      No results matching ""

                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + + +
                                                                                                                                      + + +
                                                                                                                                      + + + + + + + + + + + + + + +
                                                                                                                                      + + +
                                                                                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/index.html b/ru/index.html new file mode 100644 index 00000000..aef64770 --- /dev/null +++ b/ru/index.html @@ -0,0 +1,662 @@ + + + + + + + Introduction · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                      +
                                                                                                                                      + + + + + + + + +
                                                                                                                                      + +
                                                                                                                                      + +
                                                                                                                                      + + + + + + + + + +
                                                                                                                                      +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      + +
                                                                                                                                      + +

                                                                                                                                      Руководство по серверному рендерингу Vue.js

                                                                                                                                      +
                                                                                                                                      +

                                                                                                                                      Примечание: для этого руководства требуются следующие версии Vue и библиотек:

                                                                                                                                      +
                                                                                                                                        +
                                                                                                                                      • vue & vue-server-renderer 2.3.0+
                                                                                                                                      • +
                                                                                                                                      • vue-router 2.5.0+
                                                                                                                                      • +
                                                                                                                                      • vue-loader 12.0.0+ & vue-style-loader 3.0.0+
                                                                                                                                      • +
                                                                                                                                      +

                                                                                                                                      Если вы ранее использовали Vue 2.2 с серверным рендерингом, вы заметите, что рекомендуемая структура кода теперь немного отличается (с новой опцией runInNewContext установленной в false). Ваше существующее приложение по-прежнему будет работать, но советуем внести изменения с учётом новых рекомендаций.

                                                                                                                                      +
                                                                                                                                      +

                                                                                                                                      Что такое серверный рендеринг (SSR)?

                                                                                                                                      +

                                                                                                                                      Vue.js — это фреймворк для создания приложений, выполняемых на клиенте (client-side). По умолчанию компоненты Vue создают и манипулируют DOM в браузере. Однако, также возможно рендерить те же компоненты в HTML-строки на сервере, отправлять их в браузер, и наконец «гидрировать» статическую разметку в полностью интерактивное приложение на клиенте.

                                                                                                                                      +

                                                                                                                                      Приложение Vue.js отрендеренное на сервере также можно считать «изоморфным» или «универсальным», в том смысле, что большая часть кода приложения является общей для сервера и клиента.

                                                                                                                                      +

                                                                                                                                      Нужен ли вам SSR?

                                                                                                                                      +

                                                                                                                                      По сравнению с традиционным SPA (Single-Page Application), преимуществами серверного рендеринга будут:

                                                                                                                                      +
                                                                                                                                        +
                                                                                                                                      • Лучшее SEO, поскольку поисковые роботы будут видеть полностью отрендеренную страницу.

                                                                                                                                        +

                                                                                                                                        Обратите внимание, что на данный момент Google and Bing могут без проблем индексировать синхронные приложения JavaScript. Ключевое слово здесь — синхронные. Если ваше приложение запускается с индикатором загрузки, а потом догружает контент через Ajax, то поисковый робот просто не будет дожидаться окончания загрузки. Это значит, что если у вас есть асинхронный контент на страницах где SEO важен, то может потребоваться серверный рендеринг.

                                                                                                                                        +
                                                                                                                                      • +
                                                                                                                                      • Лучшие показатели времени до отображения контента (time-to-content), особенно при плохом интернете или на медленных устройствах. Для разметки, отрендеренной на сервере, не требуется дожидаться пока весь JavaScript будет загружен и выполнен, поэтому ваш пользователь увидит полностью отрендеренную страницу раньше. Как правило, это приводит к лучшему пользовательскому опыту и может быть критичным для приложений, где время до отображения контента напрямую связано с коэффициентом конверсии.

                                                                                                                                        +
                                                                                                                                      • +
                                                                                                                                      +

                                                                                                                                      Следует учитывать и некоторые компромиссы при использовании серверного рендеринга:

                                                                                                                                      +
                                                                                                                                        +
                                                                                                                                      • Ограничения при разработке. Код только для браузера может быть использован лишь в определённых хуках жизненного цикла; некоторые внешние библиотеки могут нуждаться в особой обработке, чтобы иметь возможность запускаться в приложении с серверным рендерингом.

                                                                                                                                        +
                                                                                                                                      • +
                                                                                                                                      • Более сложные требования по настройке и развёртыванию сборки. В отличие от полностью статичного SPA, который может быть развёрнут на любом статичном файловом сервере, приложение с серверным рендерингом требует окружения, где есть возможность запустить сервер Node.js.

                                                                                                                                        +
                                                                                                                                      • +
                                                                                                                                      • Повышенная нагрузка на стороне сервера. Рендеринг полноценного приложения в Node.js очевидно более требователен к ресурсам процессора, чем простая раздача статичных файлов, поэтому если вы ожидаете большой трафик, будьте готовы к соответствующей нагрузке на сервер и используйте стратегии кэширования.

                                                                                                                                        +
                                                                                                                                      • +
                                                                                                                                      +

                                                                                                                                      Прежде чем использовать серверный рендеринг для вашего приложения, задайте себе вопрос, действительно ли он вам нужен. Ответ зависит от того, насколько важно время до контента для вашего приложения. Например, если вы разрабатываете панель мониторинга для внутренних нужд, где дополнительные несколько сотен миллисекунд начальной загрузки не так важны, то серверный рендеринг будет излишеством. Однако, в тех случаях, когда время до контента критично, серверный рендеринг может позволит достичь наилучшей производительности начальной загрузки.

                                                                                                                                      +

                                                                                                                                      SSR vs Пререндеринг

                                                                                                                                      +

                                                                                                                                      Если вы интересуетесь серверным рендерингом только для того, чтобы улучшить SEO на нескольких маркетинговых страницах (например, /, /about, /contact, и т.д.), вам скорее всего будет достаточно пререндеринга. Вместо того, чтобы заставлять веб-сервер компилировать HTML на лету, пререндеринг просто сгенерирует статичные HTML-файлы для указанных маршрутов на этапе сборки. Преимуществом пререндеринга будет простота реализации, кроме того этот подход позволит вам оставить фронтенд полностью статичным.

                                                                                                                                      +

                                                                                                                                      Если вы используете Webpack, то для добавления пререндеринга достаточно установить плагин prerender-spa-plugin. Он был тщательно протестирован с приложениями Vue, а его создатель — член основной команды разработки Vue.

                                                                                                                                      +

                                                                                                                                      Об этом руководстве

                                                                                                                                      +

                                                                                                                                      Это руководство ориентировано на SPA приложения с рендерингом на сервере, используя Node.js в качестве сервера. Использование серверного рендеринга Vue совместно с другими технологиями и настройками бэкэнда являются отдельной темой и кратко обсуждается в отдельном разделе.

                                                                                                                                      +

                                                                                                                                      Это руководство будет очень детальным и предполагает, что вы уже знакомы с самим Vue.js, имеете знания и опыт работы с Node.js и Webpack. Если вы предпочитаете более высокоуровневые решения, обеспечивающие работу из коробки — вам следует попробовать Nuxt.js. Он построен на том же стеке Vue, но позволяет абстрагироваться от написания шаблонного кода, а также предоставляет некоторые дополнительные возможности, такие как генерация статичного сайта. Однако он может не подойти, если вам необходим полный контроль над структурой приложения. В любом случае, вам будет полезно прочитать это руководство, чтобы лучше понимать, как все составляющие работают вместе.

                                                                                                                                      +

                                                                                                                                      По мере прочтения руководства, будет полезным обращаться к официальному демо HackerNews, в котором используется большинство техник, изложенных в этом руководстве.

                                                                                                                                      +

                                                                                                                                      Наконец, обратите внимание, что решения в этом руководстве не являются окончательными — мы решили, что они хорошо работают для нас, но это не означает, что они не могут быть улучшены. Они могут быть пересмотрены в будущем — поэтому не стесняйтесь вносить свой вклад, отправляя пулл-реквесты!

                                                                                                                                      + + +
                                                                                                                                      + +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      + +

                                                                                                                                      results matching ""

                                                                                                                                      +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + +

                                                                                                                                        No results matching ""

                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + + +
                                                                                                                                        + + +
                                                                                                                                        + + + + + + + + + + +
                                                                                                                                        + + +
                                                                                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/non-node.html b/ru/non-node.html new file mode 100644 index 00000000..00f0be79 --- /dev/null +++ b/ru/non-node.html @@ -0,0 +1,660 @@ + + + + + + + Использование в не-Node.js окружениях · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                        +
                                                                                                                                        + + + + + + + + +
                                                                                                                                        + +
                                                                                                                                        + +
                                                                                                                                        + + + + + + + + + +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        + +

                                                                                                                                        Использование в не-Node.js окружениях

                                                                                                                                        +

                                                                                                                                        По умолчанию сборка vue-server-renderer предполагает использование Node.js окружения, что делает её непригодной для использования в альтернативных JavaScript окружениях, таких как PHP V8Js или Oracle Nashorn. С версии 2.5+ мы предоставляем сборку в vue-server-renderer/basic.js, которая в значительной степени менее зависима от окружения, что делает её пригодной для использования в окружениях, упомянутых выше.

                                                                                                                                        +

                                                                                                                                        Для обоих вариантов необходимо сначала подготовить окружение создав моки для объектов global и process, с переменной process.env.VUE_ENV установленной в значение "server", и переменной process.env.NODE_ENV установленной в значение "development" или "production".

                                                                                                                                        +

                                                                                                                                        При использовании Nashorn также может потребоваться предоставить полифилл для Promise или setTimeout с использованием нативных таймеров Java.

                                                                                                                                        +

                                                                                                                                        Пример использования в php-v8js:

                                                                                                                                        +
                                                                                                                                        <?php
                                                                                                                                        +$vue_source = file_get_contents('/path/to/vue.js');
                                                                                                                                        +$renderer_source = file_get_contents('/path/to/vue-server-renderer/basic.js');
                                                                                                                                        +$app_source = file_get_contents('/path/to/app.js');
                                                                                                                                        +
                                                                                                                                        +$v8 = new V8Js();
                                                                                                                                        +
                                                                                                                                        +$v8->executeString('var process = { env: { VUE_ENV: "server", NODE_ENV: "production" }}; this.global = { process: process };');
                                                                                                                                        +$v8->executeString($vue_source);
                                                                                                                                        +$v8->executeString($renderer_source);
                                                                                                                                        +$v8->executeString($app_source);
                                                                                                                                        +?>
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        // app.js
                                                                                                                                        +var vm = new Vue({
                                                                                                                                        +  template: `<div>{{ msg }}</div>`,
                                                                                                                                        +  data: {
                                                                                                                                        +    msg: 'hello'
                                                                                                                                        +  }
                                                                                                                                        +})
                                                                                                                                        +
                                                                                                                                        +// предоставляется `vue-server-renderer/basic.js`
                                                                                                                                        +renderVueComponentToString(vm, (err, res) => {
                                                                                                                                        +  print(res)
                                                                                                                                        +})
                                                                                                                                        +
                                                                                                                                        + + +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + +

                                                                                                                                        results matching ""

                                                                                                                                        +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + +

                                                                                                                                          No results matching ""

                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + + +
                                                                                                                                          + + +
                                                                                                                                          + + + + + + + + + + + + + + +
                                                                                                                                          + + +
                                                                                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/routing.html b/ru/routing.html new file mode 100644 index 00000000..df4c8111 --- /dev/null +++ b/ru/routing.html @@ -0,0 +1,755 @@ + + + + + + + Маршрутизация и разделение кода · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                          +
                                                                                                                                          + + + + + + + + +
                                                                                                                                          + +
                                                                                                                                          + +
                                                                                                                                          + + + + + + + + + +
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          + +
                                                                                                                                          + +

                                                                                                                                          Маршрутизация и разделение кода

                                                                                                                                          +

                                                                                                                                          Маршрутизация с помощью vue-router

                                                                                                                                          +

                                                                                                                                          Возможно вы заметили, что в нашем серверном коде используется обработчик для *, который принимает любые URL-адреса. Это позволяет нам передавать посещённый URL в наше приложение Vue, и использовать одну конфигурацию маршрутизации как для клиента, так и для сервера!

                                                                                                                                          +

                                                                                                                                          Для этой цели рекомендуется использовать официальный vue-router. Давайте сначала создадим файл, в котором мы будем создавать маршрутизатор. Обратите внимание, что как и для createApp, нам потребуется новый экземпляр маршрутизатора для каждого запроса, поэтому файл экспортирует функцию createRouter:

                                                                                                                                          +
                                                                                                                                          // router.js
                                                                                                                                          +import Vue from 'vue'
                                                                                                                                          +import Router from 'vue-router'
                                                                                                                                          +
                                                                                                                                          +Vue.use(Router)
                                                                                                                                          +
                                                                                                                                          +export function createRouter () {
                                                                                                                                          +  return new Router({
                                                                                                                                          +    mode: 'history',
                                                                                                                                          +    routes: [
                                                                                                                                          +      // ...
                                                                                                                                          +    ]
                                                                                                                                          +  })
                                                                                                                                          +}
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          И обновим app.js:

                                                                                                                                          +
                                                                                                                                          // app.js
                                                                                                                                          +import Vue from 'vue'
                                                                                                                                          +import App from './App.vue'
                                                                                                                                          +import { createRouter } from './router'
                                                                                                                                          +
                                                                                                                                          +export function createApp () {
                                                                                                                                          +  // Создаём экземпляр маршрутизатора
                                                                                                                                          +  const router = createRouter()
                                                                                                                                          +
                                                                                                                                          +  const app = new Vue({
                                                                                                                                          +    // внедряем маршрутизатор в корневой экземпляр Vue
                                                                                                                                          +    router,
                                                                                                                                          +    render: h => h(App)
                                                                                                                                          +  })
                                                                                                                                          +
                                                                                                                                          +  // возвращаем и приложение и маршрутизатор
                                                                                                                                          +  return { app, router }
                                                                                                                                          +}
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          Теперь нам нужно реализовать логику маршрутизации на стороне сервера в entry-server.js:

                                                                                                                                          +
                                                                                                                                          // entry-server.js
                                                                                                                                          +import { createApp } from './app'
                                                                                                                                          +
                                                                                                                                          +export default context => {
                                                                                                                                          +  // поскольку могут быть асинхронные хуки маршрута или компоненты,
                                                                                                                                          +  // мы будем возвращать Promise, чтобы сервер смог дожидаться
                                                                                                                                          +  // пока всё не будет готово к рендерингу.
                                                                                                                                          +  return new Promise((resolve, reject) => {
                                                                                                                                          +    const { app, router } = createApp()
                                                                                                                                          +
                                                                                                                                          +    // устанавливаем маршрут для маршрутизатора серверной части
                                                                                                                                          +    router.push(context.url)
                                                                                                                                          +
                                                                                                                                          +    // ожидаем, пока маршрутизатор разрешит возможные асинхронные компоненты и хуки
                                                                                                                                          +    router.onReady(() => {
                                                                                                                                          +      const matchedComponents = router.getMatchedComponents()
                                                                                                                                          +      // нет подходящих маршрутов, отклоняем с 404
                                                                                                                                          +      if (!matchedComponents.length) {
                                                                                                                                          +        return reject({ code: 404 })
                                                                                                                                          +      }
                                                                                                                                          +
                                                                                                                                          +      // Promise должен разрешиться экземпляром приложения, который будет отрендерен
                                                                                                                                          +      resolve(app)
                                                                                                                                          +    }, reject)
                                                                                                                                          +  })
                                                                                                                                          +}
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          Предполагая, что серверная сборка уже есть (опять же, опуская сейчас установку сборки), использование сервера будет выглядеть так:

                                                                                                                                          +
                                                                                                                                          // server.js
                                                                                                                                          +const createApp = require('/path/to/built-server-bundle.js')
                                                                                                                                          +
                                                                                                                                          +server.get('*', (req, res) => {
                                                                                                                                          +  const context = { url: req.url }
                                                                                                                                          +
                                                                                                                                          +  createApp(context).then(app => {
                                                                                                                                          +    renderer.renderToString(app, (err, html) => {
                                                                                                                                          +      if (err) {
                                                                                                                                          +        if (err.code === 404) {
                                                                                                                                          +          res.status(404).end('Страница не найдена')
                                                                                                                                          +        } else {
                                                                                                                                          +          res.status(500).end('Внутренняя ошибка сервера')
                                                                                                                                          +        }
                                                                                                                                          +      } else {
                                                                                                                                          +        res.end(html)
                                                                                                                                          +      }
                                                                                                                                          +    })
                                                                                                                                          +  })
                                                                                                                                          +})
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          Разделение кода

                                                                                                                                          +

                                                                                                                                          Разделение кода (code-splitting), или ленивая загрузка вашего приложения, помогает уменьшить количество ресурсов, которые необходимо загрузить браузеру для первоначального рендеринга, и может значительно улучшить TTI (time-to-interactive — время до интерактивности) для приложений с большими сборками. Ключ к этому — «загружать только то, что нужно» для начального экрана.

                                                                                                                                          +

                                                                                                                                          Vue предоставляет асинхронные компоненты в качестве первоклассной концепции, в сочетании с поддержкой Webpack 2 для использования динамических импортов в качестве точек разделения кода. Всё что вам нужно сделать это:

                                                                                                                                          +
                                                                                                                                          // изменить это...
                                                                                                                                          +import Foo from './Foo.vue'
                                                                                                                                          +
                                                                                                                                          +// на это:
                                                                                                                                          +const Foo = () => import('./Foo.vue')
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          До версии Vue 2.5 это работало только для компонентов уровня маршрута. Однако, с улучшением алгоритма гидратации в ядре, с версии 2.5.0+ теперь это работает без проблем в любом месте вашего приложения.

                                                                                                                                          +

                                                                                                                                          Обратите внимание, что по-прежнему необходимо использовать router.onReady как на сервере, так и на клиенте перед возвратом / монтированием приложения, потому что маршрутизатор должен заранее разрешить все асинхронные компоненты маршрутов для правильного вызова хуков компонентов. Мы уже сделали это в серверной точке входа, и теперь нам нужно обновить клиентскую точку входа:

                                                                                                                                          +
                                                                                                                                          // entry-client.js
                                                                                                                                          +
                                                                                                                                          +import { createApp } from './app'
                                                                                                                                          +
                                                                                                                                          +const { app, router } = createApp()
                                                                                                                                          +
                                                                                                                                          +router.onReady(() => {
                                                                                                                                          +  app.$mount('#app')
                                                                                                                                          +})
                                                                                                                                          +
                                                                                                                                          +

                                                                                                                                          Пример конфигурации маршрута с асинхронными компонентами:

                                                                                                                                          +
                                                                                                                                          // router.js
                                                                                                                                          +import Vue from 'vue'
                                                                                                                                          +import Router from 'vue-router'
                                                                                                                                          +
                                                                                                                                          +Vue.use(Router)
                                                                                                                                          +
                                                                                                                                          +export function createRouter () {
                                                                                                                                          +  return new Router({
                                                                                                                                          +    mode: 'history',
                                                                                                                                          +    routes: [
                                                                                                                                          +      { path: '/', component: () => import('./components/Home.vue') },
                                                                                                                                          +      { path: '/item/:id', component: () => import('./components/Item.vue') }
                                                                                                                                          +    ]
                                                                                                                                          +  })
                                                                                                                                          +}
                                                                                                                                          +
                                                                                                                                          + + +
                                                                                                                                          + +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          + +

                                                                                                                                          results matching ""

                                                                                                                                          +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + +

                                                                                                                                            No results matching ""

                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + + +
                                                                                                                                            + + +
                                                                                                                                            + + + + + + + + + + + + + + +
                                                                                                                                            + + +
                                                                                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/search_index.json b/ru/search_index.json new file mode 100644 index 00000000..ae20f748 --- /dev/null +++ b/ru/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","(client","(singl","(ssr)?","(time","(например,","(с","/,","/about,","/contact,","12.0.0+","2.2","2.3.0+","2.5.0+","3.0.0+","ajax,","application),","bing","content),","dom","false).","googl","hackernews,","html","introduct","javascript","javascript.","loader","node.j","node.js.","nuxt.js.","page","plugin.","prerend","render","router","runinnewcontext","seo","seo,","server","side).","spa","spa,","ssr","ssr?","style","vs","vue","vue,","vue.","vue.j","vue.js,","webpack,","webpack.","«гидрировать»","«изоморфным»","«универсальным»,","а","абстрагироваться","асинхронный","без","библиотек:","библиотеки","более","большая","большинство","большой","браузер,","браузера","браузере.","будет","будут","будут:","будущем","будьте","был","быть","бэкэнда","в","важен,","важно","важны,","вам","вас","ваш","ваше","вашего","веб","версии","весь","видеть","вклад,","вместе.","вместо","внести","внешние","внимание,","вносить","внутренних","возможно","возможности,","возможность","вопрос,","времени","время","все","всего","вы","выполнен,","выполняемых","высокоуровневые","где","генерация","готовы","данный","действительно","демо","детальным","для","до","добавления","догружает","дожидаться","дополнительные","достаточно","достичь","другими","его","если","есть","же","жизненного","зависит","загружен","загрузки","загрузки,","загрузки.","задайте","заметите,","запускается","запускаться","запустить","заставлять","здесь","знакомы","знания","значит,","и","из","излишеством.","изложенных","изменения","или","имеете","иметь","индексировать","индикатором","интерактивное","интересуетесь","интернете","использовали","использован","использование","использовании","использовать","используете","используется","используйте","используя","их","к","как","качестве","клиента.","клиенте","клиенте.","ключевое","когда","код","кода","кода,","команды","компилировать","компоненты","компромиссы","конверсии.","контент","контента","контроль","коробки","котором","который","коэффициентом","кратко","критично,","критичным","кроме","кэширования.","лету,","ли","лишь","лучше","лучшее","лучшему","лучшие","любом","манипулируют","маркетинговых","маршрутов","медленных","мере","миллисекунд","могут","может","можно","момент","мониторинга","мы","на","нагрузка","нагрузке","над","наилучшей","наконец","наконец,","написания","например,","напрямую","нас,","насколько","настройками","настройке","начальной","не","некоторые","немного","необходим","нескольких","несколько","но","новой","новых","нужд,","нуждаться","нужен","нужен.","об","обеспечивающие","обработке,","обратите","обращаться","обсуждается","общей","ограничения","однако","однако,","ожидаете","означает,","окончания","окончательными","окружения,","он","они","определённых","опцией","опыт","опыту","ориентировано","основной","особенно","особой","оставить","от","ответ","отдельной","отдельном","отличается","отличие","отображения","отправлять","отправляя","отрендеренное","отрендеренной","отрендеренную","официальному","очевидно","очень","панель","пересмотрены","плагин","плохом","по","повышенная","подойти,","подход","позволит","позволяет","поисковые","поисковый","пока","показатели","полезно","полезным","полностью","полноценного","полный","пользователь","пользовательскому","понимать,","попробовать","поскольку","построен","потом","потребоваться","поэтому","правило,","предоставляет","предполагает,","предпочитаете","прежде","прежнему","преимуществами","преимуществом","пререндеринг","пререндеринга","пререндеринга.","при","приводит","приложение","приложении","приложений,","приложения","приложения,","приложения.","приложениями","примечание:","проблем","производительности","простая","просто","простота","протестирован","процессора,","прочитать","прочтения","пулл","работать,","работают","работу","работы","развёрнут","развёртыванию","раздача","разделе.","разметки,","разметку","разрабатываете","разработке.","разработки","ранее","раньше.","реализации,","реквесты!","рекомендаций.","рекомендуемая","рендеринг","рендеринг.","рендеринга","рендеринга:","рендерингом","рендерингом,","рендерингом.","рендерингу","рендерить","ресурсам","решения","решения,","решили,","робот","роботы","руководства","руководства,","руководстве","руководстве.","руководство","руководство,","с","сайта.","самим","сборки.","свой","связано","сгенерирует","себе","сервер","сервера","сервера.","сервере","сервере,","серверного","серверному","серверный","серверным","синхронные","синхронные.","скорее","следует","следующие","слово","сложные","случае,","случаях,","смысле,","советуем","совместно","создания","создатель","создают","соответствующей","составляющие","сотен","сравнению","статическую","статичного","статичном","статичные","статичным.","статичных","стеке","стесняйтесь","стороне","страницах","страницу","страницу.","стратегии","строки","структура","структурой","существующее","считать","т.д.),","так","также","такие","такое","те","темой","теперь","тех","техник,","технологиями","то","того","того,","только","том","традиционным","трафик,","требования","требователен","требует","требуется","требуются","тщательно","у","увидит","уже","указанных","улучшены.","улучшить","умолчанию","установить","установленной","устройствах.","учитывать","учётом","файлов,","файловом","файлы","фреймворк","фронтенд","хорошо","хуках","цикла;","часть","чем","через","член","что","чтобы","шаблонного","этапе","это","этого","этом","этот","является","являются","—"],"basic.html":["\"привет\"","${html}","'utf","'привет',","(err)","(err,","(preload","(req,","*.vue","/","//","1:","2.5.0+,","2:","3:","6+.","8')","=","=>","`","`)","`hello","`вы","app","clientmanifest;","console.error(err)","console.log(html)","const","context","context,","createrenderer({","css","data:","err","express","express:","hello","html","html)","index.template.html:","instal","javascript.","meta","meta:","new","node.j","node.js,","node.js.","npm","npm,","prefetch)","promis","render","renderer').createrenderer()","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","rendertostring:","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('внутренняя","return","save","server","server.get('*',","server.listen(8080)","template:","throw","titl","title:","url","url:","vue","vue({","vue,","vue:","vuex","world","world`","xss","yarn.","{","{{","{{{","}","})","}).catch(err","},","}}","}}`","}}}","автоматическую","аргументом","более","будем","будет","будут","будущем","быть","в","важного","вашего","версии","версии.","внимание","возвращает","возможно","все","всего","всей","встраивании","вторым","вы","выведен","вывод","выше","генерирует","гидратации","дальше,","данные","динамически","для","должны","дополнительным","достаточно","других","его","если","зависит","заголовок","запущена","и","иметь","интеграция","интерполяции","интерполяции,","интерполяции.","исполнения","использование","использовании","использовать","использоваться","используем","клиента.","когда","код","кодом","коллбэк","комментарий","компонентам","компонентов;","контекста","концепции.","которая","критически","кроме","модулей","можем","может","можете","мы","на","нам","например","например:","нативных","не","некоторые","некоторых","необходимые","но","обернуть","обратите","обсудим","объект","обычной","одинаковые","от","отдельном","открыли","ошибка","передав","передать","поддерживает","подсказок","подставлена","подставленным","подставлены","подстановку","потребовалось","поэтому","предоставив","предоставим","предоставить","предотвращение","при","привет","приложение","приложения,","приложения.","примере","примечания","продвинутые","просто","простую","простые","прочитать","разбирать","разметка","разметку","разрешает","расположить","регистрировать","рекомендуется","рендера","рендерер","рендерера.","рендерим","рендеринг","рендерите","ресурсов","руководстве","с","сборку,","свободно","связанные","сервер","сервера')","сервером","сможет","совместно","создании","создания","создаём","состояния","средах","ссылок","стороне","страниц","страницы","страницы,","страницы.","сюда","также","теги","теперь","того,","только","требуется","указан:","упростить","установка","файл","файле,","функции:","чаще","что","шаблон","шаблона","шаблоне","шаблоне.","шаг","экземпляр","экземпляра","экземпляром","это","это,","этот","—"],"universal.html":["(lazy)","(platform","(side","(ssr).","(например,","api","api,","apis),","axio","beforecr","beforedestroy","beforemount","creat","created,","destroyed.","direct","document,","dom","dom,","effects)","http","mounted,","mounted.","node.js,","render","setinterval.","specif","ssr,","ssr.","window","«предзагружать»","«серверный","«универсального»","а","абстракции","библиотека","библиотеках.","библиотеки,","большинство","браузере.","браузеров","будем","будет","будут","бы","была","быть","в","вам","вариант»","вас","вас.","ваш","виртуального","внимание,","внутри","во","возникало","возникнут","время","всех","вы","вызваны","вызывать","вызываться","выполнении","выполнения.","выполняется","выполняться","глобальные","глобальных","грязным","давайте","дальше,","данные","данных","два","делают","детерминированным,","динамических","директив","директива,","директивы","для","должен","доступ","других","его","если","есть","ещё","её","же:","жизненного","за","загрязнения","задач,","заменить","запрос","запросах.","заставить","затем","здесь","знать.","и","идти","из","избегать","избежать","изолированный","или","иметь","интегрировать","использование,","использовать","использует","использующих","используя","к","каждый","как","какой","качестве","клиент","клиента","клиента.","клиенте,","клиенте.","клиентом,","клиентской","ключевые","код","кода","кода,","коде","коду","компонента","компонентами,","компоненты","конкретной","которое","которую","которые","который","легко","ленивый","любых","манипулируют","между","механизма","могли","можем","может","можете","моки","момент","моменты,","мы","на","навсегда.","наоборот.","написана","написание","написании","например","например,","начала","нашего","не","некоторых","нельзя","немного","необходимости","непосредственно","нет,","ним,","но","но,","нужна,","нужно","обнаружения","обновлений","обойти","обратите","обсудим","общий","объекты.","обёртки","ограничения","одинаковое","означает,","окружения","она","опции","остановить","останутся","отключена.","отключение","отличаться","отметить,","отсутствия","ошибки","перекрёстных","переменные","переменных,","переместите","платформо","платформы","платформы,","по","побочные","поведение","подход","позволяет","пользователь","пользовательская","пользовательские","пользовательских","помешать","помощью","поскольку","потому","поэтому","предоставить","предоставляющий","предпочитайте","прежде","преобразования","при","приложение","приложении,","приложения","приложения,","производит","производительности","процесс","работает","работайте","работать,","работе","разделяемых","различий","разные","разных","разрешённым,","рассмотрим","расчётом","реактивности","реактивность","реактивные","реализаций","рекомендуется","рендерера.","рендеринга","рендеринга.","рендерингом.","с","свежий","свежий,","своём","сервера","сервере","сервере,","серверного","серверным","сервером","следует","сложно","создавать","создавая","создании","состояние","состояния","специализированное","специализированному","специфичных","способа","средах","стоит","стороне","сторонняя","стороны.","существует","таймер,","таймеры","так","также","таких","такой","то","того","только","у","уменьшения","умолчанию","универсального","универсальное","универсальный","уничтожения","уровне","устанавливая","установить","фактический","функции).","хаком","хотим","хуках","хуки","хуков","цикла","цикла,","чем","что","чтобы","экземпляр","это","это:","этого,","эффекты","—"],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(entri","(err,","(event","(long","(req,","(router),","(store)","//","=","=>","`id=\"app\"`","`вы","app","app.$mount('#app')","app.j","app.vu","bar.vu","baz.vu","bus).","client.j","client.js).","client.js:","compon","const","context","context.url","createapp","createapp()","createapp(context)","createapp:","css","data:","default","dom.","dom:","entri","es2015,","export","file","foo.vu","function","h","h(app)","html)","import","loader","loader,","module.export","new","node.j","node.js.","process).","render:","renderer.rendertostring(app,","req.url","require('./app')","require('vue')","res)","res.end(html)","return","run","runinnewcontext:","server.get('*',","server.j","server.js:","src","template:","true","url","url:","vm.","vue","vue({","vue.","webpack","webpack.","{","{{","}","})","},","}}`","«стиле»,","а","большая","браузер","браузерами.","браузере","браузере.","будем","будет","будут","бы","быстро","быть","в","вам","ввиду","везде","вероятно","версия","вещей,","вещи,","видно","вместо","внедрять","возврата","время","время,","всем","всех","всё","входа","входящих","вы","выглядеть","вызывать","вызываться","выполнен","выполнять","выполняться","гидратации","давайте","данный","данных.","делаем","деле,","длительным","для","до","должны","доставлять","доступом","его","если","есть","же","загрузки...","загрязнению","заключается","запрос:","запроса","запроса.","запросов,","запросов.","запускается","затратами","захотим","здесь","и","идея","из","избегайте","иметь","импорт","импортировать","использованием","использовании","использовать","использоваться","используем","исходного","к","каждого","каждый","как","каким","клиента","клиента,","клиентская","клиентской","клиентском","клиенту","ко","когда","код","кода","кода.","компонент","контекста","контексте.","корневого","корневой","которая","которую","которые","кроме","логика","логику","маршрутизатора","маршрутов","многие","модуля","можем","может","можно","момент","монтировали","монтирует","мы","на","нам","написана","написании","напрямую","нас","настройки","наш","наше","нашего","не","некоторыми","необходима","необходимо","непосредственно","непосредственного","нескольких","несмотря","ничего,","но,","нового","новом","новый","нужно","обойти","обработка","обработки","образом","образом:","обсудим","обсуждали","общий","объект","ограничение","один","однако","означает,","он","опцией","основе","основная","останется","ответственность","открыли","отправляться","ошибок...","памяти.","переносится","писать","по","повторно","поддерживает","подобным","подробности","позднее,","полностью","пользователь","помощью","пор","поскольку","последняя","потому","потребуется","потребуется,","поэтому","поэтому,","правило","предзагрузки","предоставить","предполагает","предполагается,","представим","представляем","при","приведёт","привыкли","приложение","приложение.","приложении,","приложения","приложения,","применимо","примера,","проект","производительности,","просто","простого","простой","процессом","прямо","работать","раз","разделах","разметки.","реализован","рендерера","рендеринга","рендеринга,","рендеринга.","рендерит","ряд","с","самом","сборка","сборки","сборки.","свежий","свежих","своём","сделать","сейчас,","сервер","сервера","сервера,","сервере","сервере,","серверная","серверного","серверу","синглтон,","синглтонов","сих","следующих","снова","со","собраны","событий","совместимости","создавали","создавать","создание","создания","создаём","создаёт","создаёте","сопоставления","сопряжено","состоянием","состояния.","специфичная","специфичные","станет","старыми","статической","стороны","структура","существенными","схоже","так","также","такие","таким:","такое","тем,","теперь,","типичные","то","то,","того,","тоже","только","том,","тому,","точка","точки","транспилировать","у","умолчанию","универсальная","универсального","универсальном","фабрику","фабрику,","файл","файле","файлов","функцию","функцию,","функциям","хранилища","части","часть","через","что","что:","чтобы","шаблоне","шаг","шины","экземпляр","экземпляра","экземплярам","экземпляров","экспортировать","экспортируем","экспортирует","элемент","элемента","эта","это","это,","этом","является","—","│","└──","├──"],"routing.html":["'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(code","(err)","(err,","(err.cod","(req,","(time","(опять","*,","...","/","//","2","2.5","2.5.0+","404","404)","=","===","=>","[","]","app","app,","app.$mount('#app')","app.j","app.js:","bundle.js')","client.j","code:","component:","const","context","createapp","createapp()","createapp(context).then(app","createapp,","createrout","createrouter()","createrouter:","default","entri","export","foo","function","h","h(app)","html)","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","interact","matchedcompon","mode:","new","path:","promis","promise((resolve,","promise,","reject({","reject)","render:","renderer.rendertostring(app,","req.url","require('/path/to/built","res)","res.end(html)","res.status(404).end('страница","res.status(500).end('внутренняя","resolve(app)","return","router","router'","router({","router,","router.","router.getmatchedcomponents()","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes:","server","server.get('*',","server.j","server.js:","splitting),","tti","url","url:","vue","vue({","vue,","vue.use(router)","webpack","{","}","})","},","«загружать","адреса.","алгоритма","асинхронные","асинхронными","без","большими","браузеру","будем","будет","быть","в","вам","вашего","версии","внедряем","внимание,","возвратом","возвращаем","возвращать","возможно","возможные","время","все","всё","входа,","входа:","вы","выглядеть","вызова","гидратации","готово","давайте","динамических","для","до","дожидаться","должен","есть","же,","загрузить","загрузка","заметили,","запроса,","заранее","значительно","и","изменить","или","импортов","интерактивности)","использование","использования","использовать","используется","к","каждого","как","качестве","клиента,","клиенте","клиентскую","ключ","кода","кода.","коде","количество","компонентами:","компонентов","компонентов.","компоненты","компоненты,","конфигурации","конфигурацию","концепции,","корневой","котором","которые","который","ленивая","логику","любом","любые","маршрут","маршрута","маршрута.","маршрутизатор","маршрутизатор.","маршрутизатора","маршрутизации","маршрутизация","маршрутов","маршрутов,","месте","могут","может","монтированием","мы","на","найдена')","нам","начального","наше","нашем","не","необходимо","нет","новый","нужно","нужно»","обновим","обновить","обработчик","обратите","однако,","одну","ожидаем,","опуская","отклоняем","отрендерен","официальный","ошибка","первоклассной","первоначального","перед","передавать","по","поддержкой","подходящих","позволяет","пока","помогает","помощью","посещённый","поскольку","потому","потребуется","поэтому","правильного","предоставляет","предполагая,","прежнему","приложение","приложений","приложения,","приложения.","пример","принимает","проблем","работает","работало","разделение","разделения","разрешит","разрешить","разрешиться","реализовать","рекомендуется","рендеринга,","рендерингу.","ресурсов,","с","сборка","сборками.","сборки),","сделали","сделать","сейчас","сервер","сервера","сервера!","сервера')","сервере,","серверная","серверной","серверном","смог","сначала","создавать","создадим","создаём","сочетании","стороне","так","так:","теперь","то,","только","точек","точке","точку","уже","улучшением","улучшить","уменьшить","уровня","устанавливаем","установку","файл","файл,","функцию","хуки","хуков","цели","части","что","чтобы","экземпляр","экземпляром","экрана.","экспортирует","это","это...","это:","этой","этому","ядре,","—"],"data.html":["!==","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(dif","(prevmatched[i]","(state,","(to,","(window.__initial_state__)","({","(тот","...опустим","//","0","404","=","=>","`asyncdata()`","`router.beforeresolve()`,","`store.dispatch()`","`store/index.js`","`template`","`this.datapromise.then(...)`","`window.__initial_state__`.","actions:","activ","api,","app","app,","app.$mount('#app')","app.j","app.js:","asyncdata","asyncdata({","asyncdata.","beforemount","beforemount.","beforerouteupd","c))","c.asyncdata({","client.j","code:","commit","commit('inc')","commit('setitem',","component.asyncdata({","computed:","const","context","context.st","count:","createapp","createapp()","createrout","createrouter()","createstor","createstore()","default","destroy","dif","entri","export","fals","fetchitem","fetchitem(id).then(item","foocount","foostoremodul","foostoremodule)","from,","function","h","h(app)","html","html.","i)","id)","id,","id:","import","inc:","item","item)","item.titl","items:","lazi","match","matched.filter((c,","matchedcompon","mutations:","namespaced:","new","next()","next)","prefetch","prevmatch","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","reject({","reject)","render:","resolve(app)","return","rout","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","server.j","setitem","state","state.count++","state:","store","store,","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","sync","sync'","sync(store,","template,","this.","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","true,","user/1","user/2).","ux","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.","vuex.store({","webpack.","window.__initial_state__.","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}","«застревание»","«контейнере","«снимок»","а","автоматически","аргументами:","асинхронные","асинхронный","библиотеку","более","большом","будем","будет","будут","были","было","быть","в","важно:","вами","вероятно,","вложенное","вне","внедрено","внедряя","внимание,","внутри","во","возвращаем","возвращает","времени","время","все","всего","всех","встраивать","встроен","всё","выбираться","выбранной","вызвать","вызов","вызывает","вызываться","вызывая","выполнена.","выполнения","выполняем","где","гидратация","глобальной","глобальных","готовности","готово,","давайте","дальнейшей","данного","данные","данные,","данными,","данных","данных.","данных:","данных?","два","дважды","две","действия","делать","детали","для","до","добавляем","добавлять","должен","должна","должно","должны","достичь","доступа","доступно","доступны","другая","других","другого","дублирования","его","если","есть","есть.","её.","же","забирали","заботимся","зависимостью","заготовки,","загружать","загруженности","загружены","загрузка","загрузки","загрузки,","задач","закладываем","заключается","занимает","занятием.","заполнено","заполнить","зарегистрировать","затем","здесь","здесь,","и","из","избегайте","изменились,","или","импортируем","иначе","индикатор","инициализации","инстанцироваться","информация","использованием","использовании","использовать","используем","используемая","использует","использующего","исходного","итак,","их","к","каждого","как","какие","клиента","клиенте","клиенте,","клиенте:","клиентское","клиентской","когда","код","код,","кода","кода!","компонент","компонента","компонента,","компонентам,","компонентах","компонентах,","компонентов","компонентов,","компоненты","компоненты,","конечно,","конечном","контексту","контексту,","контент,","которые","который","кроме","лишний","логики","логику","логичным","маршрут","маршрут,","маршрута","маршрута,","маршрута.","маршрута:","маршрутизатор","маршрутизатора","маршрутом","маршруту,","маршруту:","мгновенно","много","мог","могли","модулей","модулей.","модуль","модуля","можем","может","можно","момент","моментом","монтированием","монтирования","мы","на","навигацией","навигации","найдём","нам","например","нас","находиться","начала","наше","нашего","наших","не","него","независимо","некоторой","необходимо","необходимые","необходимым","необходимыми","непосредственно","несколько","неё","но","но,","нового","новое","нужно","об","облегчения","обновляем","обрабатывать","обработки","образом","обратите","однако","он","они","операцию","определяет","определяются","опустим","опция","основе","останавливаем","остаётся","от","отдельных","отзывчивым.","отличия","отображаем","отображаемым","отображения","отображено","отображены.","отсутствующих","официальную","ощущается","ощущать","параметры","первоначального","перед","передаваться","переключаться","перемещён","по","повторном","подхода","позволяет","пока","полный","полных","получать","получению","получения","полученные","получить","получить,","пользователь","пользовательскую","помощью","понять","пор,","посещается","посещённым","поскольку","после","поэтому","предварительно","предзагрузить","предзагрузка","предзагрузке","предоставим","предоставляет","предположим,","представление","представлении","представления","представления,","представления:","преимущество","при","приложение","приложение,","приложении","приложения","приложения,","приложения.","приложения:","примеси","присваиваем","присоединить","присоединяем","приятным","проблема","проблемой","проблему,","проверки","проверяя","процесса","раз","раз.","разделение","разделено","разделить","различными","разместить","размещать","размещение","разных","разрабатываемого","разработки.","разрешения","разрешены","разрешены.","разрешить","разрешённое","ранее","располагает","реализации","реализовать","регистрации","рекомендуется","рендера.","рендерера,","рендеринга","рендеринга,","рендеринга.","рендерингом","рендерингом.","рендерить","решениями","решить","с","самой","связано","сервера,","сервера.","сервере","серверного","серверной","сериализовано","сериализовывать","симуляцией","синхронизируем","скорее","следующий","сложной","сможет","снова","собственно","создадим","создание","создания","создаём","соответствующие","соответствующих","состояние","состоянием","состоянием,","состояния","состояния».","специальном","списка,","срабатывании","сравниваем","статичную","стороне","странице.","стратегии","стратегии,","стратегии.","стратегию","стратегию.","стратегия","существует","сценария","счёте","так","также","таким","такой","текущей","текущем","тем,","теперь","тех","то","того,","только","том,","у","уже","универсальная","универсальный","управления","условие","файл","фактически,","фактического","финальный","фрагмент","фрагменты","фундамент","функцией,","функции","функцию","функция","фух,","хороший","хранение","хранилища","хранилища.","хранилища:","хранилище","хранилище.","хук","хуке","хуков","хуков,","цели","части","части:","часть","через","что","чтобы","экземпляр","экземпляры","элемент","элемента","эта","эти","этих","это","этого","этой","этот","эту","является","является,","являются","—"],"hydration.html":["+",",","//","app.$mount('#app')","app.vu","client.js,","data","dom","dom,","dom.","entri","hi","html","html,","id","id=\"app\"","id=\"app\",","production,","render","rendered:","server","vue","vue:","«гидрировать»","а","автоматически","атрибут","атрибут:","берёт","браузер","браузером.","будет","бы","быть","в","валидный","вам","ваших","вещь,","виртуальное","виртуальный","вместо","внимание,","внутрь","время","все","всё","вы","выбрасывать","вывод","вызовет","генерируемый","гидратации","гидратации.","гидратацию","гидратация","гидратироваться","данных","дерево","динамический","для","добавить","добавлен","добавляет","добавлять","должен","достижения","другой","его","если","её","заметить,","заново","знать","знать,","и","изменения","изменены","или","имеет","интерактивной.","использовании","исследовали","к","как","какой","клиента,","клиента.","клиенте","клиентской","когда","корневого","корневой","которого","которой","которые","который","либо","максимальной","могли","могут","может","монтироваться","монтируем","мы","мы,","на","например,","нахождении","не","некоторые","необходимо","несоответствие.","несоответствия,","неудачной,","нужно","нуля.","о","обеспечить","обратите","обязательно","одна","он","от","отказываться","отключена","относится","отображается","отобразил","отправленный","очевидно,","пишете","пишите","подобное","подразумеваем","позволяет","поскольку","после","правильно.","правильное","превращает","предостережения","при","приложение","приложения","проверка","проверять,","производительности.","просто","процессу","разметка","разметку","разметку,","разработки","реагировать","режиме","рендеринга","рендеринга,","рендерить","с","самостоятельно","сгенерированное","сделать","селектор","сервер","сервере.","серверного","сервером,","совпадает","содержит","создавать","созданной","соответствие,","специальные","специальный","статический","статическую","стороне","строкой:","структурой","структуры","существующего","считать","такой","течение","то","только","у","уже","файле","хотели","хотим","части","что","чтобы","шаблон","шаблонах.","шаблоне","элемент","элемента","элементы","эта","этого","—"],"bundle-renderer.html":["'once'.","'sourc","(err,","(req,","(опционально)","(передавая","(при","(путём","(с","*.vue","//","=","=>","api","api,","bundl","bundle.js')","bundlerender","clientmanifest","clientmanifest:","const","context","createapp","createbundlerender","createbundlerenderer(serverbundle,","css","css,","css.","devtool:","fals","false,","html)","json","map","map'","node.j","prefetch,","preload","render","renderer')","renderer.rendertostring(context,","rendertostr","req.url","require('/path/to/built","require('vu","require:","res)","res.end(html)","runinnewcontext","runinnewcontext:","server","server.get('*',","sourc","ssr","template,","url:","vue","vue!","webpack","webpack)","{","}","})","а","автоматически","аргумента),","будет","быть","в","вам","вашего","влияет","внедрение","внимание,","внутри","во","время","встраивает","встроенная","всякий","всё","вы","выглядит","вызывается","выполнении","выполнит","генерации","горячая","давайте","даже","директивы","для","до","добавляем","добавляет","его.","есть","же,","затем","здесь,","значение","и","или","использование","использовании","использоваться","исходный","к","как","качестве","клиентской","когда","код","кода,","кодом","компонентам","конфигурации","который","критического","манифест","может","момента","мы","на","названное","напрямую","нас","настроить","нативно.","наш","нашего","не","некоторые","необходимое,","необходимости","необходимые","необходимый","необходимых","нет","но","обновлённого","обработка","обработчика","обратите","обсудим,","обычного","обычным","однако","он","оно","оптимальные","опцию","остановить","от","отделён","отличаться","очень","ошибок...","пакета","первоначального","передавать","передан","перезагрузка","перезапустить","пересоздания","плагина,","плохо","поддерживает","поддержка","подробнее","подробностей.","помощью","понадобится","потому","появятся","предоставляет","предполагали,","предположим,","представляем","преимущества:","при","приложение","приложения","приложения,","проблемы","проблемы.","производительность","просто,","простого","процессе","раз,","развёртывания","разделе","разделе,","разработки","разработки.","редактируете","рекомендуется","рендерер","рендерер.","рендерер:","рендерера","рендерера)","рендерера,","рендерере,","рендеринга.","рендерит","ресурсов","решения","с","сборка","сборки","сборки.","сборкой","сейчас","сервер","сервер.","сервера...","серверная","серверной","сервером","следующем","см.","создадим","создан,","создания","создаётся","специальный","справочник","страницы","также","теперь","только","тому","у","уже","установить","файл,","файлов):","фрагменты","функцию,","частей","части","через","чтения","что","шаблон","экземпляра","экспортируемую","это","этого","этой"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","(base)","(client)","(prefetch)","(preload)","(server)","(time","(все","(например,","(при","*.sass),","*.vue","*.vue,",",","...другие","/","//","/\\.css$/","2.3.0+","7.6+,","8')","=",">","[","]","`","`global`","`vue","async","babel","base,","baseconfig","bundl","bundle.json","bundle.json')","bundle.json',","bundle.json`","client","client.js',","clientmanifest","clientmanifest,","commonschunkplugin,","const","context,","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","contextkey:","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","css","css,","css.","devtool:","entri","entry:","extern","externals')","externals:","extract","fals","false):","file","global,","global.","hackernew","html","html.","http/2","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","infin","inject:","interact","javascript","javascript,","json","librarytarget:","loader)","loader`","manifest.json')","manifest.json`","map","map',","merg","merge')","merge(baseconfig,","merge.","minchunks:","module.export","name:","new","node","nodeextern","nodeexternals({","object)","output","output:","plugin","plugin')","plugins:","polyfill.","preload/prefetch","render","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","runinnewcontext:","runtim","script","server","server.","server.js',","serverbundl","shouldpreload.","sourc","ssr","target:","templat","template,","text","true,","tti","url","vue","vue.","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","webpack","webpack'ом","webpack,","webpack.","webpack.optimize.commonschunkplugin({","whitelist:","window","window.__initial_state__.","window.__my_state__={...}","windowkey:","{","{{{","}","})","}),","},","}}}","а","автоматически","адресов","альтернативы,","асинхронного","асинхронные","асинхронных","базовая","базовой.","базовую","белый","больше","будет","будут:","были","быть","в","важно:","вам","ваш","вашего","вендоров.","версия","весь","включения.","вместе","вместо","внедрение","внедрения","внедрены","внедряется):","внедрять","внедряться","внешние","внимание,","внутри","во","водопада","возвращаемая","возвращает","возможно,","возможности","вообще","вообще.","время","вручную","вручную.","встроенные","всё","входа","входа.","входной","вы","вывода,","выводить","выглядеть","выгода","выделяйте","выполняется","гарантировать,","генерация","генерировать","генерируемых","генерирует","главный","горячей","двойная:","деле","демо","динамические","директивы","для","до","добавить","должен","должно","должны","дополнительно","другие","его","если","есть","же,","зависимостей","зависимости","зависимости,","загрузки","загрузчики.","заменить","запросов","затем","здесь","знаете","значительно","и","из","избежать","извлечённый","изменить","изменяют","изменяющих","или","или,","имеет","именах","импортированный","импортировать","импортируете","импорты","имя","инлайновый","иногда","интеллектуально","интерактивности).","интерполирован","информация","использованием","использовании","использовать","используемую","используемых","использует","используете","используя","итогового","их","к","как","какие","каталоге","качестве","клиента","клиенте,","клиентский","клиентского","клиентской","ключ","когда","код","кода","коде","коллбэке","компиляции","компонентов","компонентов,","конкатенировать","контекста","контекста,","контроля","конфигурации","конфигурацию","конфигурацию,","конфигурация","которая","которые","который","критический","кроме","кэшировать","лучше","любые","манифест","манифест,","манифеста","массив","метод","методы","методы:","многом","могли","могут","можем","может","можете","можно","мы","на","над","например","настраивать","настройками:","настройки","настройки.","не","него.","необходимые","необходимых","но","нового","нужно","нужные","о","обоих","обрабатывать","обрабатываться","обработан","образом","обратите","объект","объектов","ограничения","один","одна","окружений,","он","оптимальные","опции","опцию","ориентированный","оставаться","отображаемом","отображения","отрендеренный","очевидно,","параметре","передав","передайте","передали,","передана","переданный","передать","перезагрузки","плагин","по","поддержки","подробнее","подставит","позволяет","позже","полагаются","полезно","полифиллы)","полифиллы,","помимо","помощью","понадобится","понадобиться","поскольку","после","потому","поэтому","появится","появления","правильных","практически","предзагруженные","предзагружены","предзагружены.","предзаполнены,","предлагаем","предназначена","предоставляет","предполагаем,","представляющие","преобразует","при","приложения","приложения.","примера","примерно","программной","проекта","проектов.","производить","просто","процесс","проще","псевдонимы","пути","путь","равно","разбивает","разбивать","разделе","разделением","разделения","размер","разработки","расширяют","режима","результат","рендера.","рендерера","рендеринга.","рендеринге","ресурсов","ресурсов,","ресурсы","ресурсы,","с","самом","самостоятельно.","сборке","сборке,","сборки","сборки,","сборки.","сборку","свой","связано","сгенерированный","сгенерировать","сервера","сервере","серверно","серверной","сервером.","сериализует","скрипт,","следует","следующие","случае","см.","собранный","собранных","собственный","совместно","содержать","содержащие","содержит","создании","создания","сообщает","состояние","состояния","список","список.","сразу","ссылки","стиле","стиле,","страницы","страницы.","страницы:","строка","строки","строку","схожей,","сырые","так","так,","так:","также","такие","таким","такими","такой","таком","теги","тем,","типов","типы","того,","только","точка","точке","точки","точку","требует","требуется","три","тут","у","убедитесь,","уже","укажите","указан","указать","указываем","указывать","улучшая","уменьшает","умолчанию","умолчанию,","управления","ускоряет","файл","файл.","файла","файла:","файлов","файлов,","файлов.","файлу","файлы","фрагмент","фрагменты","фраментов,","хэши.","части","части,","части.","что","чтобы","шаблон","шаблон,","шаблона","шаблоном","экспорты","эти","это","этого","этой","этот","являются","—"],"css.html":["!/\\.css$/.test(module.request)","&","&&","'common.[chunkhash].css'","'css","'foo.css',","'manifest'","'production'","'vendor',","'vue","(","(*.vue","(main)","(module)","(автоматически","(требует",")","*.vue","+",".","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)","12.0.0+):",":","=","===","?","[","['vue","[]","[new","]","bundlerenderer.","commonschunkplugin,","const","css","css.","extract","extractcss","extractcss:","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fallback:","filename:","function","html","import","isproduct","javascript","javascript,","loader","loader'","loader',","loader']","loader,","loader.","loader:","manifest","minchunks:","module.export","module:","name:","new","node_modul","npm","options:","plugin","plugin')","plugins:","postcss","process.env.node_env","product","require('extract","return","rules:","runtim","style","template),","template).","test:","text","use:","vue","vue.","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","{","}","})","}),","})]","},","а","автоматизация","асинхронных","более","будет","будут","быть","в","важно,","важно:","вам","вендоров","вендоров.","вещей,","вместо","внедряемый","внешнего","внешней","внимание,","внутри","во","возможность","возникать","время","вставлен","встроен","встроенный","встроенным","вы","выше","горячая","горячую","дело,","динамически","для","добавили","должен","должно","единый","если","есть","ещё","зависимостей","зависимостей:","зависимости","зависимостью","загрузчик","загрузчики:","замена","запрос","и","из","избегайте","извлекаемый","извлекает","извлекается","извлекать","извлечение","извлечения","извлечённого","или","имеет","имеется","импорта","импорте","импортирование","импортировать","использовании","использования","использовать","использоваться","используемый","используется","к","клиента","клиенте,","клиентской","когда","когда...","код","компонент","компонента","компонента,","компонентов","компоненты","конфигурации","конфигурация","которые","критического","кэширования.","кэшировать","ли","локальный","лучшего","много","модуль","может","можете","на","например","настроить","настройка","находится","не","некоторые","несколько","нет,","но","нужно","обойти","обрабатывается","обратите","общего","обычное","однофайловых","он","опции","опция","освновном","особенности","остаётся","отдельно.","отдельный","первый","перезагрузку","плагин!","подключаем","подключения","позволяет","помощью","потребуется","пре","предоставляют:","при","приведённая","применяется","пример","проблемы,","проверяет,","просто","процессоров","работала","раз,","разработке","разработки.","рекомендуемый","рекомендуется,","рендеринга","рендеринга:","с","сборке.","сервера.","сервере,","серверного","серверной","сервером","собран","соответствующие","способ","стилей","стилям","строки","тег","теги","только","у","убедитесь","уже","указан","управление","управления","учитывать","файл","файлах,","файлов","файлов),","файлом","фрагмент","фрагмента","фрагменте","хотите","части:","через","что","чтобы","этапе","это","это,","этого","является","—"],"head.html":["$option","'function'","'server'","()","(head)","(title)","(vm)","({","(интерполяция","...","//","2.3.2+",":","=","===","?","[titlemixin],","`title`,","`vue_env`","`webpack.defineplugin`","asyncdata","clienttitlemixin","computed:","const","context","creat","createapp()","default","document.titl","export","function","gettitl","gettitle(this)","html),","item","item.vu","mixin.j","mixins:","mount","process.env.vue_env","return","rout","route.params.id)","servertitlemixin","ssr","ssr,","store,","store.dispatch('fetchitem',","template.","this.$root.$options.ssrcontext.","this.$ssrcontext.","this.$ssrcontext.titl","this.$store.state.items[this.$route.params.id]","this.item.titl","titl","title.call(vm)","typeof","vm.$option","xss","{","{{","}","})","},","}}","а","аналогично","более","будет","быть","в","вам","версии","версиях","внедрению","внедрять","внутри","во","время","вручную","вы","выставляя","данные","двойные","динамически","для","документа:","должны","доступ","его","если","же","жизненном","заголовком","заголовком:","заголовок","заголовочными","затем","значение","и","идее:","избежать","интерполировать","используйте","используя","к","как","компонент","компонента,","компонентах","компоненты","контекст","контексту","корневом","которая","легко","маршрута","могут","можем","может","можете","мы","на","написать","напрямую","не","нему","ни","объекта","один","определено","опцию","основными","передав","переданного","плагином","по","получать","получить","после","потомки","потребуется","предоставлять","при","примесь","примечания:","присоединять","просто","простую","ранних","расширять","рендерер","рендерера","рендеринга.","ресурсов,","с","сборки:","скобки","следует","случай,","смогут","сможет","создании","стратегию,","строкой,","так","тегами","тегами.","теперь","той","ту","указать","умолчанию","универсальную","управление","управлению","управления","управлять","установит","утилиту","уязвимостей.","фигурные","функцией","цикле","чего,","через","чтобы","шаблона,","экземплере","экранированного","эти","—"],"caching.html":["'::'","'item',","(cacheable)","(h)","(hit)","(req,","(side","(например,","+","...","//","1","100,","1000","10000,","=","=>","['item'],","cache')","cache:","cacheabl","const","context","createrenderer({","default","dom.","effects)","export","h('div',","hit","html)","iscach","iscacheable(req)","lru","lru({","max:","maxage:","microcach","microcache.get(req.url)","microcache.set(req.url,","name.","name:","nginx,","node.js:","prop","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","render","renderer.rendertostring((err,","req","require('lru","res)","res.end(hit)","res.end(html)","return","server","server.get('*',","servercachekey","servercachekey,","servercachekey:","this.item.id)","url","v","vue","{","}","})","аккуратностью","базы","беспокоиться","более","большинстве","больших","большого","будет","будут","быстр,","быть","в","важно:","вам","видеть","виртуального","внешних","внимание,","во","возвращаемый","возвращающих","возвращении","возможности","временем","времени.","временную","время","всегда","всего","всем","встроенную","вы","выполнять","выше","глобальное","данных,","двух","динамическим,","длительных","для","должен","должны","достаточно","достаточную","дочерние","другие","других","его","единственном","если","её","же","за","зависимым","зависимым:","зависит","зависящие","записи","запрос","запросы","затем","затрат","значительно","и","идентификатор","идентификатором","из","изменить","или","имеет","именем","информацию","исключительно","использование","использования","использовать","используемые","используя","их","каждой","как","ключ","ключ,","ключ.","ключи","когда","когда:","коллекции","компонент","компонент,","компонента","компонентах,","компоненто","компонентов","компонентов,","компонентов.","компоненты,","конкретного","константы","контент.","которые","критична,","кэша","кэша,","кэше","кэширование","кэширование,","кэшированию","кэширования","кэширования:","кэшированной","кэшированный","кэшировать","кэшироваться","кэшироваться,","кэшируемыми","кэшируется","ли","логики","менее,","меняться","мест","метку","микро","могут","можем","может","можете","мы","на","нагрузку","названием","наиболее","найдёт","напрямую","нашего","не","необходимо","несмотря","но","нужно","о","обновления:","обработки","образом","обратите","общий","объекты","обычно","обычного","одинаковое","одинаковый","однако,","одного","одной","означает,","он","они","определяется","определять","опцию","основе","от","отклика","отлично","отображается","отражают","передать","переиспользовать","переменные.","периодов","по","побочные","повторяются","под","поддерева.","поддержку","подлежащий","подходит","подходящих","полагаться","полного","пользователей","пользователи","пользователя","пользователя.","пользователям),","поможет","помощью","попадание","поскольку","последнего","поэтому","правило,","предоставить","представления","при","приложение","приложения","применять","природе,","проверки","производительности.","производительность","производительностью","простую","разумное","реализацией,","реализацию","реализация","реализовав","реализовать","реализуется","результат","результата","рендера.","рендерер","рендерера.","рендеринг","рендеринга","рендеринга,","рендеринга.","рендерингом","с","своей","сгенерируйте","секунду","секунду.","секунды,","сервер","сервер.","сервера","серверный","следует","случаев","случаях,","снизить","со","содержать","содержимое","создании","создают","состояние.","сравниться","статических","стороне","страниц","страницы.","стратегий","стратегию","строк","также","такие","таким","те,","тем","течение","тип","то,","того","только","трафика.","требуется","узких","узлов","указанное","улучшить","уникальную","уникальный","уникальным","уровне","устаревают","устаревший","устранения","учитывать","формы","функцию","хорошей","циклах.","через","чисто","чистых","что","чтобы","шаблонов","экземпляре.","экземпляров","элемент","это","эффекты","является","—"],"streaming.html":["''","()","(например,","+=","//","=","=>","console.log(html)","const","css)","data","data.tostring()","dom.","err","html","node.js:","render","renderer.rendertostream(context)","rendertostream","rendertostring:","server","stream","stream.on('data',","stream.on('end',","stream.on('error',","vue","{","})","«первый","базового","блок","большая","будут","был","быстрее","быть","в","вам","виртуального","вместо","возвращаемое","встроенном","всё,","вы","вызваны","даже","данные","данными","данных","дерево","для","дождаться","должна","должны","доступны","дочерние","его","если","ещё","жизненного","завершения","завершён","заголовочных","заполняемые","значение","и","из","или","информации","информация","использованию","использовать","их","к","как","клиенту.","когда","компонентов.","компоненты","контекста,","контекста.","контекстной","контексту","коробки,","критическом","кусок»","менее,","могут","можем","можно","мы","на","начать","начнётся.","не","нужно","о","обработка","обычный","ограничения","означает,","отдаются","отправить","отправлен,","ошибок...","первый","перед","передачи,","по","поддерживает","пока","полагаетесь","получить","поскольку","поток","потока","потока,","потоковой","потоковый","поэтому","появиться","прежде","приложения,","присоединять","проходит","разметкой","раньше","режим","режиме","рекомендуется","рендер","рендера","рендерер","рендерера","рендерера,","рендеринг","рендеринга","сборки.","сделать,","сможем","созданы,","стриминг","стриминга","существу","так","тегах","тем","то","хуках","хуки","цикла","цикла,","цикла.","часть","чем","что","эти","это"],"non-node.html":["\"development\"","\"production\"","\"production\".","\"server\",","$v8","'hello'","(err,","//","2.5+","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","app.j","data:","env:","executestring('var","global","java.","javascript","msg","msg:","nashorn","nashorn.","new","node.j","node_env:","oracl","php","print(res)","process","process,","process.env.node_env","process.env.vue_env","process:","promis","render","renderer/basic.js,","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","server","settimeout","template:","this.glob","v8j","v8js:","var","vm","vue","vue({","vue_env:","{","}","})","};');","}};","}}`,","альтернативных","в","вариантов","версии","выше.","делает","для","её","зависима","значение","значительной","и","или","использование","использованием","использовании","использования","как","которая","менее","может","моки","мы","нативных","не","необходимо","непригодной","обоих","объектов","окружение","окружения,","окружениях","окружениях,","от","переменной","по","подготовить","полифилл","потребоваться","предоставить","предоставляем","предоставляется","предполагает","при","пригодной","пример","с","сборка","сборку","сначала","создав","степени","таймеров","также","таких","умолчанию","упомянутых","установленной","что"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'","'script'","'style')","('once'","(.j","(err,","(file,","(key,","(key:","(object)","(string)","(type","(vnode,","(добавлено","(например,","(не","(опциональными)","(с","(соответствуя","+",",",".","...",".json).","/,","//","/\\.woff2$/.test(file)","10000","2.2.0+","2.3.0","2.3.0+","2.3.1+)","2.3.1+),","2.3.1+.","2.5.0+","2.5.0+,","=","===","=>","?promis","api","api,","basedir","boolean","bundl","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","cach","cache')","cache:","callback]):","cb(res)","cb)","cb?:","client","clientmanifest","clientmanifest,","clientmanifest.","const","context,","context.head:","context.state:","context.styles:","context]):","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","css","css,","destin","direct","directivemeta)","directives:","error","exampl","fals","false,","file","filename:","flow):","function)","get:","global","global,","has?:","head,","html","html.","html;","https://fetch.spec.whatwg.org/#concept","inject","inject:","javascript","json","loader","lru","lru({","manifest.json","max:","new","node.j","node_modul","npm","options])","plugin","plugin')","plugin.","production.","promise,","readabl","redis:","redisclient.get(key,","redisclient.set(key,","render","rendercach","renderer')","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","request","require('lru","require('vu","res)","return","runinnewcontext","runinnewcontext:","serial","server","serverbundl","set.","set:","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show.","ssr","stream.","stream.read","string","string)","string,","style","templat","template,","template.","true","true.","type","type)","v","v8","val)","val:","vnode","void;","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex,","webpack","window.__initial_state__.","woff2","xss","{","|","||","}","})","},","};","«синглтона","а","абсолютно","абсолютный","автоматически","автоматически);","автоматические","автоматического","аргумент","асинхронные","асинхронными","асинхронными,","асинхронных","базового","базовые","беспокоиться","большим.","будет","будут","быть","в","важные","ваш","вашем","ваших","версии","внедрение","внедрения","внедрено","внедряемый","внедряет","внешними","внимание,","внутри","возвращаемые","возвращает","возможно.","вручную","вручную.","все","всегда,","всей","вставлен","вставлена","встраиваемый","встроенный","всю","всё","второй","вы","выполнение","выполнении","выполняется","выполнять","выполняться","где","генерация","генерируемых","генерируются","глобальном","глобальные","даже","далее","двойные","директив:","директива","директиве","директивы","для","добавлено","добавляемыми","должен","должна","должно","должны","дорого,","достаточно","других","другом","если","есть","ещё","же","зависимостей","зависимостей,","зависимости,","зависимостями","зависит","заголовочный","загружены,","загрузки","загрузки.","загрязнение","заключаются","заполнено","запуске.","затрат","значение","значения,","значительных","и","из","изменены","изменяет","изменяют","изображения","изолирован","изоляцию","или","имеет","имена","иметь","интерполяции","интерфейс","информации","информации.","информацию","информация","исполнялась","исполнять","использование","использованием","использовании","использования","использовать","используемых","используется","используйте","используя","исходного","к","каждого","как","какие","канала","каталога","класс:","клиентский","клиентской","когда","код","кода","кодом","кодом,","коллбэк","коллбэк.","коллбэком,","комментарий","компонента.","компонентов.","конструкторы,","контекст","контекста","контексте","контексте.","контент,","контента","контролировать,","контролирует,","контроля","конфигурация","которая","которое","которые","который","крайне","кроме","кэша","кэширования","кэшу","ли","лучшего","лучшую","любая","любой","манифест","манифеста","мере","месте,","место","метаданных","метод","могут","может","можете","на","над","найдены","например","например,","напрямую:","настроить","настройками.","настройки","начальное","начинаться","не","некоторые","ненужному","необходимо","необходимую","необходимы","необходимые","низким","но","новый","нотациям","нужно","нём.","о","обеспечения","обеспечивает","обрабатывается","обработка","обратите","обратной","обходится","объект","объекта","объявлены","объёмов","обычного","обычным","один","однако","одним","ожидает","ожидается:","они","определяет","определяется","определяющая","определённые","оптимальные","опцией","опции","опционален.","опционально","опциональным.","опцию","опция","основе","особенно","осторожным","от","отдельном","отдельные","отключить","отличии","отображаемой","отрендеренного","отрендеренной","отрендеренным","ошибка","ошибка,","ошибкой,","ошибок,","параметр","первый","передав","передаваемой","передать","плагина:","плагины","по","повторно","повторное","поддерживает","поддерживается","подключен","подключены","подробнее","подробной","подробностей.","подстановки","позволяет","полифиллы)","пользовательских","помощью","поскольку","посмотреть","поэтому","предварительно","предзагружать","предзагружать,","предзагружаться,","предзагрузка","предзагрузки,","предоставить","предоставлен","предоставляет","предоставляются","предостережения","предотвращает","предотвращения","предполагает","представляем","преимущества","преобразуем","при","привести","привязанных","приложение","приложении.","приложения","приложения.","принимают","приоритетом;","проблеме","проекте.","производительности,","процесс,","процесса","процесса.","процессе.","пути","путь","раз","разделе","разметка","разные","разрешается","разрешения","ранее","располагается","расширения","реализацию","реализация","реализовать","реализовывать","режим","режиме","режиме;","рекомендуется","рекомендуется).","рендера:","рендерер","рендерер.","рендерера","рендеринга","рендерит","ресурсах.","ресурсов","ресурсов,","ресурсы","руководстве.","с","сборка","сборки","сборки,","сборки.","сборки;","сборкой","сборку","сборку.","свойства","свойство","сгенерированный","сервера","серверного","серверной","серверном","серверную","серверный","сигнатуру","ситуации.","скобки","скрипт","следующее:","следующем:","следующий","следующих:","случае,","случайно","см.","совместимости,","содержать","содержаться","создавать","создании","созданному","создаёт","соответствующий","состояние","состоянием»,","список","справочник","ссылкой","становится","страниц","страницу","страницы.","стриминг","строка","строкой.","строку.","структура","сырого","так","также","также:","таких","таковые","такую","тег","текущем","тип","типов","того,","только","том","точно","трактоваться","требует","требуется","тройные","у","увеличению","удаляется","указан,","указание","умолчанию","умолчанию,","упоминалась","управления","уровне","ухудшению","уязвимостей.","файл","файла.","файлами,","файлов","файлов,","файлу","файлу.","файлы","файлы,","файлы:","фигурные","фрагментами","функции,","функция","функция,","хранилища","части,","частях","что","чтобы","шаблон","шаблона","шрифты","шрифты,","экземпляр","экземпляров","экземпляром","экранированного","эта","это","этой","этом","этот","является","—"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"2":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"2":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"0":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"docs":{}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"2":{"docs":{},"+":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"docs":{}}},"5":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0024916943521594683},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"没":{"docs":{},"有":{"docs":{},"传":{"docs":{},"入":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"3":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"docs":{}},"docs":{}},"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"7":{"docs":{},".":{"6":{"docs":{},"+":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"d":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.01},"data.html":{"ref":"data.html","tf":0.00532319391634981},"head.html":{"ref":"head.html","tf":0.013937282229965157},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"d":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"./":{"ref":"./","tf":0.001282051282051282}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.010452961672473868}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0038022813688212928},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":2.5034843205574915}}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"«":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"н":{"docs":{},"а":{"docs":{},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}},"о":{"docs":{},"п":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"р":{"docs":{},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"т":{"docs":{},"ё":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"а":{"docs":{},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.017777777777777778},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"routing.html":{"ref":"routing.html","tf":0.03166666666666667},"data.html":{"ref":"data.html","tf":0.030418250950570342},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.021406727828746176},"build-config.html":{"ref":"build-config.html","tf":0.0205799812909261},"css.html":{"ref":"css.html","tf":0.035196687370600416},"head.html":{"ref":"head.html","tf":0.017421602787456445},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0049833887043189366}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"d":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"」":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"f":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004}},")":{"docs":{},"它":{"docs":{},"们":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"è":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},")":{"docs":{},"中":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"会":{"docs":{},"在":{"docs":{},"他":{"docs":{},"们":{"docs":{},"各":{"docs":{},"自":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"希":{"docs":{},"望":{"docs":{},"如":{"docs":{},"此":{"docs":{},":":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"应":{"docs":{},"该":{"docs":{},"都":{"docs":{},"是":{"docs":{},"全":{"docs":{},"新":{"docs":{},"的":{"docs":{},"、":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"造":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.012371134020618556},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":5.000830564784053}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},")":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"像":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"方":{"docs":{},"式":{"docs":{},"是":{"docs":{},",":{"docs":{},"在":{"docs":{},"「":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"(":{"docs":{},"请":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"此":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"r":{"docs":{},"è":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.006844106463878327},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"会":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"无":{"docs":{},"法":{"docs":{},"访":{"docs":{},"问":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"调":{"docs":{},"用":{"docs":{},"这":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"然":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"u":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},")":{"docs":{},",":{"docs":{},"但":{"docs":{},"现":{"docs":{},"在":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"有":{"docs":{},"了":{"docs":{},"这":{"docs":{},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},",":{"docs":{},"以":{"docs":{},"下":{"docs":{},"就":{"docs":{},"是":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"ê":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.012716763005780347},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.006912442396313},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.005280528052805281}}}}}}}},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004276114844227245},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"c":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}}},"z":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"q":{"docs":{},"u":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"q":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":3.3351032448377578},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},")":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"相":{"docs":{},"当":{"docs":{},"。":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"n":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"g":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.005988023952095809},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"」":{"docs":{},"会":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"混":{"docs":{},"合":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"用":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"而":{"docs":{},"「":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}},"不":{"docs":{},"能":{"docs":{},"被":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},")":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"。":{"docs":{},"它":{"docs":{},"应":{"docs":{},"该":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"信":{"docs":{},"息":{"docs":{},"假":{"docs":{},"定":{"docs":{},"版":{"docs":{},"本":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"这":{"docs":{},"具":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"好":{"docs":{},"处":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"l":{"docs":{},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},"。":{"docs":{},"要":{"docs":{},"启":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.007029876977152899}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"u":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":3.3456790123456788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"中":{"docs":{},",":{"docs":{},"也":{"docs":{},"将":{"docs":{},"包":{"docs":{},"含":{"docs":{},"着":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":2.516366612111293},"structure.html":{"ref":"structure.html","tf":3.348362235067437},"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0046204620462046205},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.02262443438914027},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.010384850335980453},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.023778071334214},"streaming.html":{"ref":"streaming.html","tf":0.008}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"è":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"c":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"仅":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"é":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.013333333333333334},"data.html":{"ref":"data.html","tf":0.008365019011406844},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.01403180542563143},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.017421602787456445},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.009966777408637873}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"与":{"docs":{},"转":{"docs":{},"化":{"docs":{},"率":{"docs":{},"直":{"docs":{},"接":{"docs":{},"相":{"docs":{},"关":{"docs":{},"」":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"重":{"docs":{},"要":{"docs":{},"程":{"docs":{},"度":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"正":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"部":{"docs":{},"仪":{"docs":{},"表":{"docs":{},"盘":{"docs":{},",":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"时":{"docs":{},"的":{"docs":{},"额":{"docs":{},"外":{"docs":{},"几":{"docs":{},"百":{"docs":{},"毫":{"docs":{},"秒":{"docs":{},"并":{"docs":{},"不":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"去":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"将":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"小":{"docs":{},"题":{"docs":{},"大":{"docs":{},"作":{"docs":{},"之":{"docs":{},"举":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"要":{"docs":{},"求":{"docs":{},"是":{"docs":{},"绝":{"docs":{},"对":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{},"指":{"docs":{},"标":{"docs":{},",":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"可":{"docs":{},"以":{"docs":{},"帮":{"docs":{},"助":{"docs":{},"你":{"docs":{},"实":{"docs":{},"现":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"性":{"docs":{},"能":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"对":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"网":{"docs":{},"络":{"docs":{},"情":{"docs":{},"况":{"docs":{},"或":{"docs":{},"运":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"设":{"docs":{},"备":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.006600660066006601},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{},"(":{"docs":{},"对":{"docs":{},"象":{"docs":{},")":{"docs":{},"初":{"docs":{},"始":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"内":{"docs":{},"联":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"将":{"docs":{},"会":{"docs":{},"被":{"docs":{},"作":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"中":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"。":{"docs":{},"在":{"docs":{},"旧":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"必":{"docs":{},"须":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{},"其":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},",":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"将":{"docs":{},"不":{"docs":{},"可":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"大":{"docs":{},"量":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"存":{"docs":{},"在":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"定":{"docs":{},"属":{"docs":{},"性":{"docs":{},"时":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"值":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"只":{"docs":{},"在":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},"取":{"docs":{},"值":{"docs":{},"一":{"docs":{},"次":{"docs":{},"。":{"docs":{},"这":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"定":{"docs":{},"程":{"docs":{},"度":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"能":{"docs":{},"够":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"进":{"docs":{},"行":{"docs":{},"基":{"docs":{},"本":{"docs":{},"插":{"docs":{},"值":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"ô":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"中":{"docs":{},"。":{"docs":{},"首":{"docs":{},"先":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"之":{"docs":{},"前":{"docs":{},"预":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"并":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"填":{"docs":{},"充":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"é":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"包":{"docs":{},"需":{"docs":{},"要":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{},"入":{"docs":{},"口":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"两":{"docs":{},"个":{"docs":{},"环":{"docs":{},"境":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"输":{"docs":{},"出":{"docs":{},"路":{"docs":{},"径":{"docs":{},"(":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"和":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"显":{"docs":{},"然":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"把":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"将":{"docs":{},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":3.345436207766011},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.004392386530014641}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},")":{"docs":{},"中":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"驱":{"docs":{},"动":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},":":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"唯":{"docs":{},"一":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"需":{"docs":{},"要":{"docs":{},"给":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"。":{"docs":{},"这":{"docs":{},"对":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"的":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"是":{"docs":{},"很":{"docs":{},"有":{"docs":{},"用":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":5.043478260869565},"api.html":{"ref":"api.html","tf":0.0024916943521594683},"streaming.html":{"ref":"streaming.html","tf":0.004}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},")":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"标":{"docs":{},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},"出":{"docs":{},"现":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"必":{"docs":{},"须":{"docs":{},"等":{"docs":{},"待":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"开":{"docs":{},"始":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"或":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"此":{"docs":{},"属":{"docs":{},"性":{"docs":{},"会":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"自":{"docs":{},"动":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"次":{"docs":{},"使":{"docs":{},"用":{"docs":{},"该":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"r":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"u":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.013513513513513514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},",":{"docs":{},"并":{"docs":{},"开":{"docs":{},"始":{"docs":{},"更":{"docs":{},"快":{"docs":{},"地":{"docs":{},"将":{"docs":{},"其":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375}}},",":{"docs":{},"之":{"docs":{},"后":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"用":{"docs":{},"于":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"universal.html":{"ref":"universal.html","tf":0.019639934533551555},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.00855222968845449},"hydration.html":{"ref":"hydration.html","tf":3.354938271604938},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.012}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.014729950900163666},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":1.4628571428571426},"api.html":{"ref":"api.html","tf":0.011221122112211221}}}},"e":{"docs":{"./":{"ref":"./","tf":0.06293706293706294},"basic.html":{"ref":"basic.html","tf":3.4147492625368727},"universal.html":{"ref":"universal.html","tf":0.06546644844517185},"structure.html":{"ref":"structure.html","tf":3.381888246628131},"routing.html":{"ref":"routing.html","tf":0.04685212298682284},"data.html":{"ref":"data.html","tf":2.048869883934026},"hydration.html":{"ref":"hydration.html","tf":0.030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.064516129032258},"build-config.html":{"ref":"build-config.html","tf":3.379475542107917},"css.html":{"ref":"css.html","tf":3.3825136612021853},"head.html":{"ref":"head.html","tf":3.3790650406504064},"caching.html":{"ref":"caching.html","tf":0.06472919418758256},"streaming.html":{"ref":"streaming.html","tf":0.08},"non-node.html":{"ref":"non-node.html","tf":1.4571428571428569},"api.html":{"ref":"api.html","tf":3.4105610561056103}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"streaming.html":{"ref":"streaming.html","tf":0.029411764705882353},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"责":{"docs":{},"任":{"docs":{},"转":{"docs":{},"移":{"docs":{},"到":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"导":{"docs":{},"致":{"docs":{},"错":{"docs":{},"误":{"docs":{},"。":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"法":{"docs":{},"可":{"docs":{},"以":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"n":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":2.018937080024435},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.016},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.008849557522123894},"universal.html":{"ref":"universal.html","tf":2.5147299509001635},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"p":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"r":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"«":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"è":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"ê":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"é":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"d":{"docs":{},"i":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"j":{"docs":{},"à":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"y":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0161290322580645},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"û":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"ê":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.018032786885245903},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":3.369000440334654},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015841584158415842}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"non-node.html":{"ref":"non-node.html","tf":1.4514285714285713}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.337333333333333}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"(":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"中":{"docs":{},"实":{"docs":{},"现":{"docs":{},"过":{"docs":{},"了":{"docs":{},",":{"docs":{},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"新":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"」":{"docs":{},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"è":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"ê":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":3.3394308943089426}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016983016983016984},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00916310323762981},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.01639344262295082},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015181518151815182}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.01098901098901099},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.016366612111292964},"structure.html":{"ref":"structure.html","tf":0.017341040462427744},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":2.0122174709835066},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.006557377049180328},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.008580858085808581}},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"i":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},")":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},"。":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"继":{"docs":{},"续":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"迁":{"docs":{},"移":{"docs":{},"到":{"docs":{},"新":{"docs":{},"的":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"处":{"docs":{},"理":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"(":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"已":{"docs":{},"有":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01588502269288956},"css.html":{"ref":"css.html","tf":0.011475409836065573},"api.html":{"ref":"api.html","tf":0.008580858085808581}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"o":{"docs":{},"u":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"u":{"docs":{},"x":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.357333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.006097560975609756},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.00819672131147541},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":3.336612021857923},"head.html":{"ref":"head.html","tf":3.3455284552845526}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006993006993006993}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"必":{"docs":{},"须":{"docs":{},"被":{"docs":{},"打":{"docs":{},"包":{"docs":{},"进":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{},"控":{"docs":{},"制":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"你":{"docs":{},"根":{"docs":{},"本":{"docs":{},"不":{"docs":{},"使":{"docs":{},"用":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"â":{"docs":{},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"é":{"docs":{},"n":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.0119760479041915},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},")":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"会":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"streaming.html":{"ref":"streaming.html","tf":0.012},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},";":{"docs":{},"一":{"docs":{},"些":{"docs":{},"外":{"docs":{},"部":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"库":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"head.html":{"ref":"head.html","tf":0.005988023952095809}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"其":{"docs":{},"变":{"docs":{},"为":{"docs":{},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"我":{"docs":{},"们":{"docs":{},"显":{"docs":{},"然":{"docs":{},"无":{"docs":{},"需":{"docs":{},"将":{"docs":{},"其":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"再":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"使":{"docs":{},"他":{"docs":{},"们":{"docs":{},"成":{"docs":{},"为":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"(":{"docs":{},"能":{"docs":{},"够":{"docs":{},"响":{"docs":{},"应":{"docs":{},"后":{"docs":{},"续":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"变":{"docs":{},"化":{"docs":{},")":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.342592592592592},"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"时":{"docs":{},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"及":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"routing.html":{"ref":"routing.html","tf":0.016666666666666666},"data.html":{"ref":"data.html","tf":0.0076045627376425855},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},")":{"docs":{},"。":{"docs":{},"典":{"docs":{},"型":{"docs":{},"做":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"i":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{},"就":{"docs":{},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}},"é":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.010404624277456647},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"n":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"é":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"里":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"对":{"docs":{},"初":{"docs":{},"始":{"docs":{},"首":{"docs":{},"屏":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"\"":{"docs":{},"只":{"docs":{},"加":{"docs":{},"载":{"docs":{},"所":{"docs":{},"需":{"docs":{},"\"":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.001639344262295082},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"r":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"./":{"ref":"./","tf":10},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0023041474654377}}}},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"l":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"或":{"docs":{},"内":{"docs":{},"联":{"docs":{},"关":{"docs":{},"键":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"(":{"docs":{},"如":{"docs":{},"头":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.008281573498964804}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"f":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"é":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},",":{"docs":{},"再":{"docs":{},"加":{"docs":{},"上":{"docs":{},"最":{"docs":{},"后":{"docs":{},"更":{"docs":{},"新":{"docs":{},"的":{"docs":{},"时":{"docs":{},"间":{"docs":{},"戳":{"docs":{},",":{"docs":{},"来":{"docs":{},"生":{"docs":{},"成":{"docs":{},"其":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"u":{"docs":{},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{},"'":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"e":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"à":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"递":{"docs":{},"选":{"docs":{},"项":{"docs":{},"对":{"docs":{},"象":{"docs":{},"进":{"docs":{},"行":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{},"你":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"两":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"返":{"docs":{},"回":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.03596403596403597},"basic.html":{"ref":"basic.html","tf":0.03893805309734513},"universal.html":{"ref":"universal.html","tf":0.04746317512274959},"structure.html":{"ref":"structure.html","tf":0.026589595375722544},"routing.html":{"ref":"routing.html","tf":0.0424597364568082},"data.html":{"ref":"data.html","tf":0.03420891875381796},"hydration.html":{"ref":"hydration.html","tf":0.05555555555555555},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.052995391705069124},"build-config.html":{"ref":"build-config.html","tf":0.049924357034795766},"css.html":{"ref":"css.html","tf":0.029508196721311476},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.048},"non-node.html":{"ref":"non-node.html","tf":0.045714285714285714},"api.html":{"ref":"api.html","tf":0.0462046204620462}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.016666666666666666}},")":{"docs":{},"」":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},")":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},")":{"docs":{},"和":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}},"g":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.010351966873706004},"api.html":{"ref":"api.html","tf":0.0016611295681063123},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},")":{"docs":{},",":{"docs":{},"具":{"docs":{},"备":{"docs":{},"一":{"docs":{},"些":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"功":{"docs":{},"能":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},")":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.01588271227855834},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0226928895612708},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.018494055482166448},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.02178217821782178}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":3.3339933993399335}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}}}}},"u":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"b":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.00819672131147541}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"d":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"a":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.005497861942577886},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"p":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"c":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"é":{"docs":{},"g":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"’":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"à":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"./":{"ref":"./","tf":0.000999000999000999}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},")":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{},"和":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"n":{"docs":{},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003115264797507788}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},",":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"文":{"docs":{},"档":{"docs":{},"标":{"docs":{},"题":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":3.354469396741523},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.004276114844227245},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.006211180124223602}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"下":{"docs":{},"自":{"docs":{},"行":{"docs":{},"移":{"docs":{},"除":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"è":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},")":{"docs":{},",":{"docs":{},"只":{"docs":{},"会":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"执":{"docs":{},"行":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"é":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.02073732718894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},")":{"docs":{},"进":{"docs":{},"行":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"é":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"n":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.011508951406649617},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":2.012121212121212},"api.html":{"ref":"api.html","tf":0.0033222591362126247},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559},"head.html":{"ref":"head.html","tf":0.003048780487804878}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.019653179190751446},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.015271838729383017},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"a":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"。":{"docs":{},"它":{"docs":{},"建":{"docs":{},"立":{"docs":{},"在":{"docs":{},"同":{"docs":{},"等":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{},"但":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"'":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"v":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"e":{"docs":{},"z":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"é":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}}}}}}}},"œ":{"docs":{},"u":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"。":{"docs":{},"此":{"docs":{},"对":{"docs":{},"象":{"docs":{},"包":{"docs":{},"含":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"可":{"docs":{},"选":{"docs":{},"。":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"是":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0039603960396039604},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"」":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"访":{"docs":{},"问":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"设":{"docs":{},"置":{"docs":{},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"全":{"docs":{},"局":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"习":{"docs":{},"惯":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"在":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"中":{"docs":{},"对":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"行":{"docs":{},"取":{"docs":{},"值":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.01592920353982301},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0019801980198019802},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":3.349333333333333},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"g":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"o":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},",":{"docs":{},"别":{"docs":{},"名":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}}},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"t":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0046204620462046205}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"./":{"ref":"./","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"è":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"当":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"模":{"docs":{},"式":{"docs":{},"时":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.017982017982017984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.023121387283236993},"routing.html":{"ref":"routing.html","tf":0.01903367496339678},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.01639344262295082},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.019815059445178335},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.022857142857142857},"api.html":{"ref":"api.html","tf":0.0165016501650165}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"i":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"è":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"i":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"e":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{},"或":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},",":{"docs":{},"则":{"docs":{},"需":{"docs":{},"要":{"docs":{},"修":{"docs":{},"改":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.004995004995004995}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":3.3340897629853754},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"n":{"docs":{},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"ê":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"é":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.016184971098265895},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.014050091631032376},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.016},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"à":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"o":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005280528052805281}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"这":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3425076452599387},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.008305647840531562}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}},",":{"docs":{},"用":{"docs":{},"法":{"docs":{},"和":{"docs":{},"普":{"docs":{},"通":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"来":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"所":{"docs":{},"有":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"streaming.html":{"ref":"streaming.html","tf":0.004}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},")":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.012389380530973451},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"./":{"ref":"./","tf":0.006666666666666667}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"改":{"docs":{},"善":{"docs":{},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ê":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"в":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.003115264797507788},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.008333333333333333},"data.html":{"ref":"data.html","tf":0.00988593155893536},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.013937282229965157},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"i":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}},"t":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"路":{"docs":{},"由":{"docs":{},"器":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"提":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"正":{"docs":{},"确":{"docs":{},"地":{"docs":{},"调":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"可":{"docs":{},"能":{"docs":{},"存":{"docs":{},"在":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"。":{"docs":{},"这":{"docs":{},"一":{"docs":{},"步":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"、":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"首":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034}}},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":2.0029282576866763}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.004152823920265781}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"é":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}}},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"n":{"docs":{},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":3.3339933993399335}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":2.005497861942578},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}}}},"d":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"引":{"docs":{},"擎":{"docs":{},"爬":{"docs":{},"虫":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"查":{"docs":{},"看":{"docs":{},"完":{"docs":{},"全":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.007483629560336763},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.007475083056478406}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005376344086021506}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"。":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.014985014985014986},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.006557377049180328},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"./":{"ref":"./","tf":0.001998001998001998}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"u":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.006600660066006601}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464}},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"页":{"docs":{},"面":{"docs":{},"才":{"docs":{},"会":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"(":{"docs":{},"即":{"docs":{},"对":{"docs":{},"于":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"时":{"docs":{},",":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"将":{"docs":{},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"推":{"docs":{},"断":{"docs":{},"需":{"docs":{},"要":{"docs":{},"引":{"docs":{},"入":{"docs":{},"的":{"docs":{},"那":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.006548175865294668},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0016611295681063123},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},")":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":3.335645472061657},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},")":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"退":{"docs":{},"出":{"docs":{},"混":{"docs":{},"合":{"docs":{},"模":{"docs":{},"式":{"docs":{},",":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.014492753623188406},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"或":{"docs":{},"\"":{"docs":{},"状":{"docs":{},"态":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"状":{"docs":{},"态":{"docs":{},"被":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}}}}}}}},"é":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"û":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.006756756756756757},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"己":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"。":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},")":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"生":{"docs":{},"成":{"docs":{},"针":{"docs":{},"对":{"docs":{},"特":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.03484320557491289}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},")":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.012195121951219513}}}},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"请":{"docs":{},"准":{"docs":{},"备":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},",":{"docs":{},"并":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"采":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"与":{"docs":{},"从":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"发":{"docs":{},"送":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"获":{"docs":{},"得":{"docs":{},"\"":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"尽":{"docs":{},"可":{"docs":{},"能":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.002443494196701283},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0016611295681063123},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"ô":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.030969030969030968},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.025433526011560695},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.018937080024434942},"hydration.html":{"ref":"hydration.html","tf":0.027777777777777776},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.022950819672131147},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.021122112211221122}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":2.5049099836333877},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.021739130434782608},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},")":{"docs":{},"时":{"docs":{},",":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},",":{"docs":{},"总":{"docs":{},"是":{"docs":{},"为":{"docs":{},"所":{"docs":{},"有":{"docs":{},"用":{"docs":{},"户":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},")":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"名":{"docs":{},"为":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":3.343952802359882},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4457142857142855},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"docs":{}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}}}}},"v":{"8":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},")":{"docs":{},"\"":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.016891891891891893}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004}},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.024444444444444446},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"routing.html":{"ref":"routing.html","tf":0.013333333333333334},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.014492753623188406},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.007475083056478406}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"./":{"ref":"./","tf":0.001282051282051282}},"j":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"以":{"docs":{},"下":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}}},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"u":{"docs":{"./":{"ref":"./","tf":0.024975024975024976},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01664145234493192},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.007483629560336763},"css.html":{"ref":"css.html","tf":0.010351966873706004},"api.html":{"ref":"api.html","tf":0.0024916943521594683},"./":{"ref":"./","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001557632398753894}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"项":{"docs":{},"目":{"docs":{},"类":{"docs":{},"似":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"配":{"docs":{},"置":{"docs":{},"分":{"docs":{},"为":{"docs":{},"三":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},":":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"(":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"合":{"docs":{},"适":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},")":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"添":{"docs":{},"加":{"docs":{},"到":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"中":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"routing.html":{"ref":"routing.html","tf":0.013333333333333334},"data.html":{"ref":"data.html","tf":0.011406844106463879},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.015902712815715623},"css.html":{"ref":"css.html","tf":0.010351966873706004},"head.html":{"ref":"head.html","tf":0.024390243902439025},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.01079734219269103}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.017777777777777778},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"routing.html":{"ref":"routing.html","tf":0.018333333333333333},"data.html":{"ref":"data.html","tf":0.011406844106463879},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005813953488372093}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"api.html":{"ref":"api.html","tf":0.004152823920265781}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"确":{"docs":{},"保":{"docs":{},"所":{"docs":{},"有":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"都":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"并":{"docs":{},"注":{"docs":{},"入":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"l":{"docs":{},"'":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"в":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.022222222222222223},"structure.html":{"ref":"structure.html","tf":0.017264276228419653},"routing.html":{"ref":"routing.html","tf":0.04},"data.html":{"ref":"data.html","tf":0.03954372623574144},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01529051987767584},"build-config.html":{"ref":"build-config.html","tf":0.006548175865294668},"css.html":{"ref":"css.html","tf":0.018633540372670808},"head.html":{"ref":"head.html","tf":0.04878048780487805},"caching.html":{"ref":"caching.html","tf":0.014336917562724014},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.012458471760797342}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.01195219123505976},"routing.html":{"ref":"routing.html","tf":0.028333333333333332},"data.html":{"ref":"data.html","tf":0.02585551330798479},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.041811846689895474},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.008305647840531562}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"routing.html":{"ref":"routing.html","tf":0.015},"data.html":{"ref":"data.html","tf":0.013688212927756654},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.007475083056478406}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.006083650190114068},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"head.html":{"ref":"head.html","tf":0.006968641114982578},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00796812749003984}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"忽":{"docs":{},"略":{"docs":{},"无":{"docs":{},"关":{"docs":{},"代":{"docs":{},"码":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"о":{"docs":{},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},")":{"docs":{},"。":{"docs":{},"必":{"docs":{},"须":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.006211180124223602}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.006211180124223602}}},"!":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.006968641114982578},"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01152073732718894},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.011221122112211221}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.006968641114982578},"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"«":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},"г":{"docs":{},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ф":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"с":{"docs":{},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{},"»":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"»":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"à":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.013872832369942197},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.020737327188940093},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"é":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":2.0024434941967013}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":2.5016366612111294},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"m":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"api.html":{"ref":"api.html","tf":0.007260726072607261}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"ç":{"docs":{},"a":{"docs":{"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"—":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"与":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"传":{"docs":{},"统":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"集":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"专":{"docs":{},"门":{"docs":{},"章":{"docs":{},"节":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"中":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"显":{"docs":{},"然":{"docs":{},"会":{"docs":{},"比":{"docs":{},"仅":{"docs":{},"仅":{"docs":{},"提":{"docs":{},"供":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"简":{"docs":{},"要":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"将":{"docs":{},"来":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{},"「":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"执":{"docs":{},"行":{"docs":{},"时":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"反":{"docs":{},"之":{"docs":{},"也":{"docs":{},"是":{"docs":{},"如":{"docs":{},"此":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"或":{"docs":{},"者":{"docs":{},"使":{"docs":{},"用":{"docs":{},"为":{"docs":{},"你":{"docs":{},"执":{"docs":{},"行":{"docs":{},"此":{"docs":{},"操":{"docs":{},"作":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"路":{"docs":{},"由":{"docs":{},"获":{"docs":{},"得":{"docs":{},"与":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"用":{"docs":{},"下":{"docs":{},"面":{"docs":{},"这":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"上":{"docs":{},"述":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"并":{"docs":{},"从":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"它":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"以":{"docs":{},"下":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"而":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"这":{"docs":{},"样":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"具":{"docs":{},"有":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"意":{"docs":{},"外":{"docs":{},"污":{"docs":{},"染":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"只":{"docs":{},"有":{"docs":{},"在":{"docs":{},"所":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"资":{"docs":{},"源":{"docs":{},"都":{"docs":{},"将":{"docs":{},"被":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"是":{"docs":{},"低":{"docs":{},"优":{"docs":{},"先":{"docs":{},"级":{"docs":{},"指":{"docs":{},"令":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"收":{"docs":{},"集":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"无":{"docs":{},"法":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"在":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"为":{"docs":{},"什":{"docs":{},"么":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"了":{"docs":{},"简":{"docs":{},"化":{"docs":{},"这":{"docs":{},"些":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"获":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"需":{"docs":{},"要":{"docs":{},"位":{"docs":{},"于":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"即":{"docs":{},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"专":{"docs":{},"门":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"状":{"docs":{},"态":{"docs":{},"管":{"docs":{},"理":{"docs":{},"库":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"整":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"页":{"docs":{},"面":{"docs":{},"提":{"docs":{},"供":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"作":{"docs":{},"者":{"docs":{},"是":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"什":{"docs":{},"么":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}},"作":{"docs":{},"出":{"docs":{},"贡":{"docs":{},"献":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"为":{"docs":{},"对":{"docs":{},"象":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"时":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"权":{"docs":{},"衡":{"docs":{},"之":{"docs":{},"处":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"视":{"docs":{},"图":{"docs":{},"所":{"docs":{},"需":{"docs":{},"数":{"docs":{},"据":{"docs":{},"全":{"docs":{},"部":{"docs":{},"解":{"docs":{},"析":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"传":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"并":{"docs":{},"处":{"docs":{},"理":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"。":{"docs":{},"好":{"docs":{},"处":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"如":{"docs":{},"果":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"需":{"docs":{},"要":{"docs":{},"很":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"会":{"docs":{},"感":{"docs":{},"受":{"docs":{},"到":{"docs":{},"\"":{"docs":{},"明":{"docs":{},"显":{"docs":{},"卡":{"docs":{},"顿":{"docs":{},"\"":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"「":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"基":{"docs":{},"本":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"双":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"将":{"docs":{},"此":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"三":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"关":{"docs":{},"于":{"docs":{},"此":{"docs":{},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"键":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"单":{"docs":{},"页":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},")":{"docs":{},"相":{"docs":{},"比":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"的":{"docs":{},"优":{"docs":{},"势":{"docs":{},"主":{"docs":{},"要":{"docs":{},"在":{"docs":{},"于":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"很":{"docs":{},"好":{"docs":{},"对":{"docs":{},"同":{"docs":{},"步":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"能":{"docs":{},"会":{"docs":{},"分":{"docs":{},"为":{"docs":{},"多":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"这":{"docs":{},"些":{"docs":{},"模":{"docs":{},"块":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"分":{"docs":{},"割":{"docs":{},"到":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"随":{"docs":{},"时":{"docs":{},"间":{"docs":{},"而":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"其":{"docs":{},"他":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"读":{"docs":{},"流":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}},"和":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.004672897196261682},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.01054481546572935}},"操":{"docs":{},"作":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"路":{"docs":{},"由":{"docs":{},"信":{"docs":{},"息":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},"传":{"docs":{},"递":{"docs":{},"进":{"docs":{},"去":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"对":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"问":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"真":{"docs":{},"的":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},"。":{"docs":{},"这":{"docs":{},"主":{"docs":{},"要":{"docs":{},"取":{"docs":{},"决":{"docs":{},"于":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"之":{"docs":{},"后":{"docs":{},"的":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"相":{"docs":{},"关":{"docs":{},"概":{"docs":{},"念":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"详":{"docs":{},"细":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"这":{"docs":{},"些":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"带":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"嵌":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"花":{"docs":{},"点":{"docs":{},"时":{"docs":{},"间":{"docs":{},"来":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"编":{"docs":{},"写":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},"的":{"docs":{},"约":{"docs":{},"束":{"docs":{},"条":{"docs":{},"件":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"大":{"docs":{},"型":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"是":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},",":{"docs":{},"不":{"docs":{},"能":{"docs":{},"持":{"docs":{},"续":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"内":{"docs":{},"容":{"docs":{},"不":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"处":{"docs":{},"理":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"不":{"docs":{},"同":{"docs":{},"方":{"docs":{},"式":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"预":{"docs":{},"取":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"期":{"docs":{},"间":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"是":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"\"":{"docs":{},"快":{"docs":{},"照":{"docs":{},"\"":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"如":{"docs":{},"果":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"一":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"在":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"先":{"docs":{},"预":{"docs":{},"取":{"docs":{},"和":{"docs":{},"解":{"docs":{},"析":{"docs":{},"好":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},",":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"该":{"docs":{},"以":{"docs":{},"激":{"docs":{},"活":{"docs":{},"模":{"docs":{},"式":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"并":{"docs":{},"没":{"docs":{},"有":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"之":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"这":{"docs":{},"里":{"docs":{},"导":{"docs":{},"入":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"部":{"docs":{},"署":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"读":{"docs":{},"取":{"docs":{},"更":{"docs":{},"新":{"docs":{},"后":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"端":{"docs":{},"接":{"docs":{},"管":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"发":{"docs":{},"送":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}},"下":{"docs":{},"一":{"docs":{},"章":{"docs":{},"节":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},"配":{"docs":{},"置":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}},"调":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"生":{"docs":{},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"中":{"docs":{},"有":{"docs":{},"哈":{"docs":{},"希":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"取":{"docs":{},"代":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"进":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"命":{"docs":{},"中":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"它":{"docs":{},"将":{"docs":{},"直":{"docs":{},"接":{"docs":{},"重":{"docs":{},"新":{"docs":{},"使":{"docs":{},"用":{"docs":{},"整":{"docs":{},"个":{"docs":{},"子":{"docs":{},"树":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"结":{"docs":{},"果":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"以":{"docs":{},"下":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.3429487179487176}}},"默":{"docs":{},"认":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"预":{"docs":{},"先":{"docs":{},"假":{"docs":{},"定":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}},"此":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"如":{"docs":{},"果":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"调":{"docs":{},"研":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"只":{"docs":{},"是":{"docs":{},"用":{"docs":{},"来":{"docs":{},"改":{"docs":{},"善":{"docs":{},"少":{"docs":{},"数":{"docs":{},"营":{"docs":{},"销":{"docs":{},"页":{"docs":{},"面":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"不":{"docs":{},"是":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"则":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"输":{"docs":{},"出":{"docs":{},"结":{"docs":{},"果":{"docs":{},",":{"docs":{},"你":{"docs":{},"会":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"上":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"本":{"docs":{},"没":{"docs":{},"有":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"想":{"docs":{},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"先":{"docs":{},"前":{"docs":{},"已":{"docs":{},"经":{"docs":{},"使":{"docs":{},"用":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"期":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"它":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"没":{"docs":{},"有":{"docs":{},",":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"示":{"docs":{},"例":{"docs":{},"所":{"docs":{},"示":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},",":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"直":{"docs":{},"接":{"docs":{},"发":{"docs":{},"送":{"docs":{},"到":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"最":{"docs":{},"后":{"docs":{},"将":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"\"":{"docs":{},"混":{"docs":{},"合":{"docs":{},"\"":{"docs":{},"为":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"完":{"docs":{},"全":{"docs":{},"交":{"docs":{},"互":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"由":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"体":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"密":{"docs":{},"集":{"docs":{},")":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"预":{"docs":{},"料":{"docs":{},"在":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"环":{"docs":{},"境":{"docs":{},"(":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"你":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"而":{"docs":{},"你":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"又":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"获":{"docs":{},"取":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"则":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"解":{"docs":{},"决":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"象":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{},"中":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"注":{"docs":{},"册":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"在":{"docs":{},"其":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"中":{"docs":{},"的":{"docs":{},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"项":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"会":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"以":{"docs":{},"下":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"插":{"docs":{},"值":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"默":{"docs":{},"认":{"docs":{},"标":{"docs":{},"题":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"组":{"docs":{},"件":{"docs":{},"没":{"docs":{},"有":{"docs":{},"设":{"docs":{},"置":{"docs":{},"标":{"docs":{},"题":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"于":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"共":{"docs":{},"享":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"但":{"docs":{},"用":{"docs":{},"于":{"docs":{},"不":{"docs":{},"同":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"预":{"docs":{},"先":{"docs":{},"在":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"模":{"docs":{},"拟":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"如":{"docs":{},"图":{"docs":{},"像":{"docs":{},"或":{"docs":{},"字":{"docs":{},"体":{"docs":{},")":{"docs":{},",":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"过":{"docs":{},"多":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"浪":{"docs":{},"费":{"docs":{},"带":{"docs":{},"宽":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"损":{"docs":{},"害":{"docs":{},"性":{"docs":{},"能":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"什":{"docs":{},"么":{"docs":{},"资":{"docs":{},"源":{"docs":{},"具":{"docs":{},"体":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"提":{"docs":{},"供":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"会":{"docs":{},"有":{"docs":{},"所":{"docs":{},"帮":{"docs":{},"助":{"docs":{},",":{"docs":{},"此":{"docs":{},"示":{"docs":{},"例":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"技":{"docs":{},"术":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"注":{"docs":{},"入":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"完":{"docs":{},"整":{"docs":{},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"永":{"docs":{},"远":{"docs":{},"保":{"docs":{},"留":{"docs":{},"下":{"docs":{},"来":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"避":{"docs":{},"免":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"请":{"docs":{},"将":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"和":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"作":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"操":{"docs":{},"作":{"docs":{},"分":{"docs":{},"配":{"docs":{},"给":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"推":{"docs":{},"断":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"为":{"docs":{},"可":{"docs":{},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"主":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"内":{"docs":{},"联":{"docs":{},"为":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"通":{"docs":{},"过":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"在":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"并":{"docs":{},"不":{"docs":{},"适":{"docs":{},"合":{"docs":{},"这":{"docs":{},"种":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"无":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},",":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"将":{"docs":{},"更":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"切":{"docs":{},"如":{"docs":{},"何":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"且":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"现":{"docs":{},"在":{"docs":{},"变":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"还":{"docs":{},"会":{"docs":{},"在":{"docs":{},"编":{"docs":{},"译":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"从":{"docs":{},"头":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"此":{"docs":{},"检":{"docs":{},"测":{"docs":{},"会":{"docs":{},"被":{"docs":{},"跳":{"docs":{},"过":{"docs":{},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"性":{"docs":{},"能":{"docs":{},"损":{"docs":{},"耗":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"较":{"docs":{},"小":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"列":{"docs":{},"同":{"docs":{},"级":{"docs":{},",":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"用":{"docs":{},"域":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"于":{"docs":{},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"被":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"\"":{"docs":{},"同":{"docs":{},"构":{"docs":{},"\"":{"docs":{},"或":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"代":{"docs":{},"码":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"广":{"docs":{},"泛":{"docs":{},"测":{"docs":{},"试":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"进":{"docs":{},"行":{"docs":{},"索":{"docs":{},"引":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},",":{"docs":{},"同":{"docs":{},"步":{"docs":{},"是":{"docs":{},"关":{"docs":{},"键":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"初":{"docs":{},"始":{"docs":{},"展":{"docs":{},"示":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"例":{"docs":{},"共":{"docs":{},"享":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"渲":{"docs":{},"染":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"提":{"docs":{},"供":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"做":{"docs":{},"到":{"docs":{},"这":{"docs":{},"一":{"docs":{},"点":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"由":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"中":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"对":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"复":{"docs":{},"用":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"或":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"减":{"docs":{},"少":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"下":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"体":{"docs":{},"积":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"地":{"docs":{},"改":{"docs":{},"善":{"docs":{},"大":{"docs":{},"体":{"docs":{},"积":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"该":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"包":{"docs":{},"含":{"docs":{},"足":{"docs":{},"够":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"来":{"docs":{},"表":{"docs":{},"示":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"的":{"docs":{},"具":{"docs":{},"体":{"docs":{},"情":{"docs":{},"况":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"仅":{"docs":{},"由":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"条":{"docs":{},"件":{"docs":{},"所":{"docs":{},"限":{"docs":{},"。":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"特":{"docs":{},"定":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{},"某":{"docs":{},"些":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"头":{"docs":{},"才":{"docs":{},"会":{"docs":{},"被":{"docs":{},"识":{"docs":{},"别":{"docs":{},"为":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"当":{"docs":{},"你":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"时":{"docs":{},",":{"docs":{},"参":{"docs":{},"考":{"docs":{},"官":{"docs":{},"方":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"编":{"docs":{},"写":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"状":{"docs":{},"态":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"发":{"docs":{},"现":{"docs":{},"它":{"docs":{},"们":{"docs":{},"对":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"说":{"docs":{},"很":{"docs":{},"好":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"并":{"docs":{},"不":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"无":{"docs":{},"法":{"docs":{},"继":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},"。":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"在":{"docs":{},"未":{"docs":{},"来":{"docs":{},"持":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},",":{"docs":{},"欢":{"docs":{},"迎":{"docs":{},"通":{"docs":{},"过":{"docs":{},"随":{"docs":{},"意":{"docs":{},"提":{"docs":{},"交":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"\"":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"\"":{"docs":{},",":{"docs":{},"作":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"全":{"docs":{},"局":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"执":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"编":{"docs":{},"写":{"docs":{},"一":{"docs":{},"个":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"将":{"docs":{},"在":{"docs":{},"整":{"docs":{},"个":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"后":{"docs":{},"面":{"docs":{},"的":{"docs":{},"章":{"docs":{},"节":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"规":{"docs":{},"划":{"docs":{},"结":{"docs":{},"构":{"docs":{},"的":{"docs":{},"细":{"docs":{},"节":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"静":{"docs":{},"态":{"docs":{},"函":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"只":{"docs":{},"关":{"docs":{},"心":{"docs":{},"非":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"需":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"来":{"docs":{},"决":{"docs":{},"定":{"docs":{},"获":{"docs":{},"取":{"docs":{},"哪":{"docs":{},"部":{"docs":{},"分":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"知":{"docs":{},"道":{"docs":{},",":{"docs":{},"如":{"docs":{},"何":{"docs":{},"为":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"技":{"docs":{},"术":{"docs":{},"栈":{"docs":{},"之":{"docs":{},"上":{"docs":{},",":{"docs":{},"但":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"出":{"docs":{},"很":{"docs":{},"多":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"静":{"docs":{},"态":{"docs":{},"站":{"docs":{},"点":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"直":{"docs":{},"接":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"结":{"docs":{},"构":{"docs":{},",":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"在":{"docs":{},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"事":{"docs":{},"项":{"docs":{},"要":{"docs":{},"牢":{"docs":{},"记":{"docs":{},"在":{"docs":{},"心":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"在":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"文":{"docs":{},"件":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"优":{"docs":{},"点":{"docs":{},"是":{"docs":{},"设":{"docs":{},"置":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},",":{"docs":{},"并":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"你":{"docs":{},"的":{"docs":{},"前":{"docs":{},"端":{"docs":{},"作":{"docs":{},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"所":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},",":{"docs":{},"里":{"docs":{},"面":{"docs":{},"会":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"一":{"docs":{},"些":{"docs":{},"根":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"则":{"docs":{},"无":{"docs":{},"需":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"时":{"docs":{},")":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"内":{"docs":{},"联":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"从":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"中":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"的":{"docs":{},"样":{"docs":{},"式":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"与":{"docs":{},"外":{"docs":{},"部":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"会":{"docs":{},"被":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"们":{"docs":{},"是":{"docs":{},"启":{"docs":{},"动":{"docs":{},"应":{"docs":{},"用":{"docs":{},"时":{"docs":{},"所":{"docs":{},"必":{"docs":{},"需":{"docs":{},"的":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"构":{"docs":{},"建":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"框":{"docs":{},"架":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"输":{"docs":{},"出":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"「":{"docs":{},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"在":{"docs":{},"要":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"通":{"docs":{},"过":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"更":{"docs":{},"加":{"docs":{},"大":{"docs":{},"量":{"docs":{},"占":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"多":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}},"信":{"docs":{},"息":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"构":{"docs":{},"建":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"好":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"快":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"最":{"docs":{},"后":{"docs":{},",":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"不":{"docs":{},"是":{"docs":{},"限":{"docs":{},"定":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"版":{"docs":{},"本":{"docs":{},"能":{"docs":{},"够":{"docs":{},"完":{"docs":{},"全":{"docs":{},"支":{"docs":{},"持":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"实":{"docs":{},"时":{"docs":{},"动":{"docs":{},"态":{"docs":{},"编":{"docs":{},"译":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"与":{"docs":{},"其":{"docs":{},"他":{"docs":{},"后":{"docs":{},"端":{"docs":{},"设":{"docs":{},"置":{"docs":{},"进":{"docs":{},"行":{"docs":{},"混":{"docs":{},"合":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"是":{"docs":{},"后":{"docs":{},"端":{"docs":{},"自":{"docs":{},"身":{"docs":{},"集":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"时":{"docs":{},"相":{"docs":{},"当":{"docs":{},"简":{"docs":{},"单":{"docs":{},"直":{"docs":{},"接":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"上":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"响":{"docs":{},"应":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"长":{"docs":{},"期":{"docs":{},"运":{"docs":{},"行":{"docs":{},"的":{"docs":{},"进":{"docs":{},"程":{"docs":{},"。":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"入":{"docs":{},"该":{"docs":{},"进":{"docs":{},"程":{"docs":{},"时":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"进":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"取":{"docs":{},"值":{"docs":{},"并":{"docs":{},"留":{"docs":{},"存":{"docs":{},"在":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"如":{"docs":{},"果":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"单":{"docs":{},"例":{"docs":{},"对":{"docs":{},"象":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"在":{"docs":{},"每":{"docs":{},"个":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"共":{"docs":{},"享":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"「":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"推":{"docs":{},"送":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"docs":{}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},",":{"docs":{},"是":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"成":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"专":{"docs":{},"注":{"docs":{},"于":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"将":{"docs":{},"会":{"docs":{},"非":{"docs":{},"常":{"docs":{},"深":{"docs":{},"入":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"熟":{"docs":{},"悉":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"最":{"docs":{},"低":{"docs":{},"为":{"docs":{},"如":{"docs":{},"下":{"docs":{},"版":{"docs":{},"本":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}},"身":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"具":{"docs":{},"有":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"核":{"docs":{},"心":{"docs":{},"团":{"docs":{},"队":{"docs":{},"的":{"docs":{},"成":{"docs":{},"员":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"将":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"释":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"入":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"里":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"涉":{"docs":{},"及":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},"和":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"更":{"docs":{},"多":{"docs":{},"要":{"docs":{},"求":{"docs":{},"。":{"docs":{},"与":{"docs":{},"可":{"docs":{},"以":{"docs":{},"部":{"docs":{},"署":{"docs":{},"在":{"docs":{},"任":{"docs":{},"何":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"的":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{},"不":{"docs":{},"同":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"处":{"docs":{},"于":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"将":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{},"现":{"docs":{},"在":{"docs":{},"略":{"docs":{},"有":{"docs":{},"不":{"docs":{},"同":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"快":{"docs":{},"速":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"和":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"不":{"docs":{},"错":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"经":{"docs":{},"验":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"倾":{"docs":{},"向":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"平":{"docs":{},"滑":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"体":{"docs":{},"验":{"docs":{},"的":{"docs":{},"更":{"docs":{},"高":{"docs":{},"层":{"docs":{},"次":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"去":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"话":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"任":{"docs":{},"务":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},")":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"平":{"docs":{},"台":{"docs":{},"特":{"docs":{},"定":{"docs":{},"实":{"docs":{},"现":{"docs":{},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"通":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"做":{"docs":{},"法":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"干":{"docs":{},"扰":{"docs":{},"到":{"docs":{},"其":{"docs":{},"他":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"差":{"docs":{},"异":{"docs":{},",":{"docs":{},"当":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"将":{"docs":{},"不":{"docs":{},"会":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"会":{"docs":{},"阐":{"docs":{},"述":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"理":{"docs":{},"解":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"事":{"docs":{},"项":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"检":{"docs":{},"测":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"编":{"docs":{},"写":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"位":{"docs":{},"置":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"得":{"docs":{},"益":{"docs":{},"于":{"docs":{},"核":{"docs":{},"心":{"docs":{},"算":{"docs":{},"法":{"docs":{},"的":{"docs":{},"升":{"docs":{},"级":{"docs":{},",":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"现":{"docs":{},"在":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"中":{"docs":{},"的":{"docs":{},"任":{"docs":{},"何":{"docs":{},"地":{"docs":{},"方":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"路":{"docs":{},"由":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"逻":{"docs":{},"辑":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"过":{"docs":{},"程":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"特":{"docs":{},"殊":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"插":{"docs":{},"件":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"其":{"docs":{},"他":{"docs":{},"选":{"docs":{},"项":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"参":{"docs":{},"考":{"docs":{},"设":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"按":{"docs":{},"需":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"推":{"docs":{},"荐":{"docs":{},"方":{"docs":{},"法":{"docs":{},"是":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},",":{"docs":{},"以":{"docs":{},"考":{"docs":{},"虑":{"docs":{},"其":{"docs":{},"他":{"docs":{},"变":{"docs":{},"量":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"来":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"度":{"docs":{},"提":{"docs":{},"高":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"处":{"docs":{},"理":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"的":{"docs":{},"能":{"docs":{},"力":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"示":{"docs":{},"例":{"docs":{},"用":{"docs":{},"法":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"形":{"docs":{},"式":{"docs":{},"内":{"docs":{},"联":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{},"运":{"docs":{},"行":{"docs":{},"时":{"docs":{},"将":{"docs":{},"会":{"docs":{},"以":{"docs":{},"此":{"docs":{},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"基":{"docs":{},"准":{"docs":{},"来":{"docs":{},"解":{"docs":{},"析":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"等":{"docs":{},")":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"到":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"进":{"docs":{},"行":{"docs":{},"生":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"时":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"收":{"docs":{},"集":{"docs":{},"的":{"docs":{},"。":{"docs":{},"有":{"docs":{},"关":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"可":{"docs":{},"以":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"异":{"docs":{},"步":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},"再":{"docs":{},"行":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"菊":{"docs":{},"花":{"docs":{},"图":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"通":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"截":{"docs":{},"至":{"docs":{},"目":{"docs":{},"前":{"docs":{},",":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"如":{"docs":{},"果":{"docs":{},"第":{"docs":{},"三":{"docs":{},"方":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"上":{"docs":{},"述":{"docs":{},"配":{"docs":{},"置":{"docs":{},"仅":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"还":{"docs":{},"必":{"docs":{},"须":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"应":{"docs":{},"至":{"docs":{},"少":{"docs":{},"要":{"docs":{},"实":{"docs":{},"现":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"(":{"docs":{},"支":{"docs":{},"持":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"导":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"添":{"docs":{},"加":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"它":{"docs":{},"已":{"docs":{},"经":{"docs":{},"被":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"环":{"docs":{},"境":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"时":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},"」":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"分":{"docs":{},"离":{"docs":{},"到":{"docs":{},"一":{"docs":{},"个":{"docs":{},"引":{"docs":{},"导":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"选":{"docs":{},"项":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"并":{"docs":{},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"所":{"docs":{},"提":{"docs":{},"供":{"docs":{},"\"":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"版":{"docs":{},"本":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"可":{"docs":{},"以":{"docs":{},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"时":{"docs":{},"自":{"docs":{},"动":{"docs":{},"处":{"docs":{},"理":{"docs":{},")":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"(":{"docs":{},"需":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"。":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},"精":{"docs":{},"确":{"docs":{},"控":{"docs":{},"制":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"资":{"docs":{},"源":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"都":{"docs":{},"完":{"docs":{},"成":{"docs":{},"下":{"docs":{},"载":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"才":{"docs":{},"显":{"docs":{},"示":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"标":{"docs":{},"记":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"你":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"会":{"docs":{},"更":{"docs":{},"快":{"docs":{},"速":{"docs":{},"地":{"docs":{},"看":{"docs":{},"到":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"可":{"docs":{},"以":{"docs":{},"产":{"docs":{},"生":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"对":{"docs":{},"于":{"docs":{},"那":{"docs":{},"些":{"docs":{},"「":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"的":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"所":{"docs":{},"有":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},",":{"docs":{},"用":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"加":{"docs":{},"载":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"取":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"与":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"一":{"docs":{},"些":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"位":{"docs":{},"置":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},"的":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"来":{"docs":{},"提":{"docs":{},"供":{"docs":{},"插":{"docs":{},"值":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},",":{"docs":{},"并":{"docs":{},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"来":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"册":{"docs":{},"此":{"docs":{},"钩":{"docs":{},"子":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"不":{"docs":{},"必":{"docs":{},"再":{"docs":{},"次":{"docs":{},"获":{"docs":{},"取":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"。":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"被":{"docs":{},"触":{"docs":{},"发":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"立":{"docs":{},"即":{"docs":{},"切":{"docs":{},"换":{"docs":{},"视":{"docs":{},"图":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"具":{"docs":{},"有":{"docs":{},"更":{"docs":{},"快":{"docs":{},"的":{"docs":{},"响":{"docs":{},"应":{"docs":{},"速":{"docs":{},"度":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"可":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"的":{"docs":{},"每":{"docs":{},"个":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"都":{"docs":{},"需":{"docs":{},"要":{"docs":{},"具":{"docs":{},"有":{"docs":{},"条":{"docs":{},"件":{"docs":{},"加":{"docs":{},"载":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"来":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"原":{"docs":{},"生":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"定":{"docs":{},"时":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"始":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"只":{"docs":{},"从":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"生":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"需":{"docs":{},"创":{"docs":{},"建":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"将":{"docs":{},"其":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"有":{"docs":{},"非":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"用":{"docs":{},"于":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"重":{"docs":{},"要":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"基":{"docs":{},"本":{"docs":{},"用":{"docs":{},"法":{"docs":{"basic.html":{"ref":"basic.html","tf":10.003731343283581}}}}},"于":{"docs":{},"指":{"docs":{},"令":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"元":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},"转":{"docs":{},"换":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"件":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"名":{"docs":{},"的":{"docs":{},"类":{"docs":{},"型":{"docs":{},"推":{"docs":{},"断":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"实":{"docs":{},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"出":{"docs":{},"并":{"docs":{},"将":{"docs":{},"其":{"docs":{},"导":{"docs":{},"入":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"与":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},"类":{"docs":{},"似":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"多":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"导":{"docs":{},"致":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},",":{"docs":{},"并":{"docs":{},"直":{"docs":{},"接":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"所":{"docs":{},"以":{"docs":{},"文":{"docs":{},"件":{"docs":{},"导":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"现":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"为":{"docs":{},",":{"docs":{},"检":{"docs":{},"查":{"docs":{},"请":{"docs":{},"求":{"docs":{},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"版":{"docs":{},"本":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"填":{"docs":{},"选":{"docs":{},"项":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"推":{"docs":{},"荐":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"机":{"docs":{},"制":{"docs":{},",":{"docs":{},"并":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"「":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"多":{"docs":{},"数":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"将":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"放":{"docs":{},"在":{"docs":{},"特":{"docs":{},"有":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"实":{"docs":{},"现":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"资":{"docs":{},"源":{"docs":{},"链":{"docs":{},"接":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"关":{"docs":{},"键":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"可":{"docs":{},"以":{"docs":{},"消":{"docs":{},"除":{"docs":{},"此":{"docs":{},"约":{"docs":{},"束":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"需":{"docs":{},"要":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"它":{"docs":{},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"「":{"docs":{},"由":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"并":{"docs":{},"不":{"docs":{},"真":{"docs":{},"正":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"只":{"docs":{},"需":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"确":{"docs":{},"保":{"docs":{},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"下":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"自":{"docs":{},"动":{"docs":{},"创":{"docs":{},"建":{"docs":{},"过":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"几":{"docs":{},"点":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"是":{"docs":{},"否":{"docs":{},"执":{"docs":{},"行":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"标":{"docs":{},"签":{"docs":{},"也":{"docs":{},"会":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"。":{"docs":{},"当":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"到":{"docs":{},"所":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"包":{"docs":{},"含":{"docs":{},"所":{"docs":{},"有":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"瀑":{"docs":{},"布":{"docs":{},"式":{"docs":{},"请":{"docs":{},"求":{"docs":{},"(":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"动":{"docs":{},"态":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"的":{"docs":{},"形":{"docs":{},"式":{"docs":{},"注":{"docs":{},"入":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"头":{"docs":{},"部":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"如":{"docs":{},"过":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"个":{"docs":{},"示":{"docs":{},"例":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"必":{"docs":{},"须":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"地":{"docs":{},"方":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"还":{"docs":{},"支":{"docs":{},"持":{"docs":{},"简":{"docs":{},"单":{"docs":{},"插":{"docs":{},"值":{"docs":{},"。":{"docs":{},"给":{"docs":{},"定":{"docs":{},"如":{"docs":{},"下":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"具":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"写":{"docs":{},"入":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"支":{"docs":{},"持":{"docs":{},"一":{"docs":{},"些":{"docs":{},"高":{"docs":{},"级":{"docs":{},"特":{"docs":{},"性":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"策":{"docs":{},"略":{"docs":{},"将":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"放":{"docs":{},"在":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}},"处":{"docs":{},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"插":{"docs":{},"件":{"docs":{},"在":{"docs":{},"输":{"docs":{},"出":{"docs":{},"目":{"docs":{},"录":{"docs":{},"中":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"不":{"docs":{},"返":{"docs":{},"回":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"返":{"docs":{},"回":{"docs":{},"引":{"docs":{},"导":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"支":{"docs":{},"持":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"选":{"docs":{},"项":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"或":{"docs":{},"函":{"docs":{},"数":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"步":{"docs":{},":":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}}}}}},"将":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"渲":{"docs":{},"染":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"选":{"docs":{},"项":{"docs":{},"时":{"docs":{},",":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"有":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"对":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"进":{"docs":{},"行":{"docs":{},"更":{"docs":{},"细":{"docs":{},"粒":{"docs":{},"度":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"最":{"docs":{},"优":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"读":{"docs":{},"取":{"docs":{},"和":{"docs":{},"传":{"docs":{},"输":{"docs":{},"文":{"docs":{},"件":{"docs":{},"到":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"你":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"实":{"docs":{},"现":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"更":{"docs":{},"新":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"修":{"docs":{},"改":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"将":{"docs":{},"会":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"而":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},"为":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"带":{"docs":{},"宽":{"docs":{},"使":{"docs":{},"用":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"取":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"具":{"docs":{},"有":{"docs":{},"与":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"把":{"docs":{},"那":{"docs":{},"些":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"与":{"docs":{},"环":{"docs":{},"境":{"docs":{},"无":{"docs":{},"关":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"编":{"docs":{},"译":{"docs":{},"到":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}},"嵌":{"docs":{},"入":{"docs":{},"式":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"此":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}},"状":{"docs":{},"态":{"docs":{},"进":{"docs":{},"行":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"融":{"docs":{},"合":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"到":{"docs":{},"最":{"docs":{},"终":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"键":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"第":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268}}},"这":{"docs":{},"里":{"docs":{},"将":{"docs":{},"是":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"假":{"docs":{},"定":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"进":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{},"…":{"docs":{},"…":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"如":{"docs":{},"果":{"docs":{},"有":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"无":{"docs":{},"需":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"在":{"docs":{},"执":{"docs":{},"行":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"其":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"进":{"docs":{},"行":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"过":{"docs":{},"程":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"是":{"docs":{},"多":{"docs":{},"余":{"docs":{},"的":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"。":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"将":{"docs":{},"「":{"docs":{},"数":{"docs":{},"据":{"docs":{},"」":{"docs":{},"转":{"docs":{},"换":{"docs":{},"为":{"docs":{},"「":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"对":{"docs":{},"象":{"docs":{},"」":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"两":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},"是":{"docs":{},"根":{"docs":{},"本":{"docs":{},"上":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},"决":{"docs":{},"策":{"docs":{},",":{"docs":{},"应":{"docs":{},"该":{"docs":{},"根":{"docs":{},"据":{"docs":{},"你":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"际":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挑":{"docs":{},"选":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"无":{"docs":{},"论":{"docs":{},"你":{"docs":{},"选":{"docs":{},"择":{"docs":{},"哪":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"重":{"docs":{},"用":{"docs":{},"(":{"docs":{},"同":{"docs":{},"一":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"也":{"docs":{},"决":{"docs":{},"定":{"docs":{},"了":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"给":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"在":{"docs":{},"该":{"docs":{},"路":{"docs":{},"由":{"docs":{},"上":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"放":{"docs":{},"置":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"自":{"docs":{},"然":{"docs":{},"的":{"docs":{},"事":{"docs":{},"情":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"你":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"是":{"docs":{},"理":{"docs":{},"所":{"docs":{},"应":{"docs":{},"当":{"docs":{},"的":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"编":{"docs":{},"辑":{"docs":{},"过":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"都":{"docs":{},"必":{"docs":{},"须":{"docs":{},"停":{"docs":{},"止":{"docs":{},"并":{"docs":{},"重":{"docs":{},"启":{"docs":{},"服":{"docs":{},"务":{"docs":{},"。":{"docs":{},"这":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"会":{"docs":{},"影":{"docs":{},"响":{"docs":{},"开":{"docs":{},"发":{"docs":{},"效":{"docs":{},"率":{"docs":{},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"整":{"docs":{},"个":{"docs":{},"输":{"docs":{},"出":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"允":{"docs":{},"许":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"内":{"docs":{},"联":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"可":{"docs":{},"以":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"防":{"docs":{},"御":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"包":{"docs":{},"裹":{"docs":{},"容":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"包":{"docs":{},"裹":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"不":{"docs":{},"是":{"docs":{},"以":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"用":{"docs":{},"法":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"则":{"docs":{},"将":{"docs":{},"其":{"docs":{},"集":{"docs":{},"成":{"docs":{},"到":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"很":{"docs":{},"棘":{"docs":{},"手":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{},"一":{"docs":{},"些":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},"来":{"docs":{},"使":{"docs":{},"其":{"docs":{},"正":{"docs":{},"常":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"只":{"docs":{},"是":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"要":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},"任":{"docs":{},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"检":{"docs":{},"查":{"docs":{},"这":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"否":{"docs":{},"已":{"docs":{},"经":{"docs":{},"具":{"docs":{},"有":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}},"遇":{"docs":{},"到":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"请":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}},"即":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"用":{"docs":{},"例":{"docs":{},"和":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"因":{"docs":{},"为":{"docs":{},"实":{"docs":{},"际":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"需":{"docs":{},"要":{"docs":{},"确":{"docs":{},"定":{"docs":{},"性":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"将":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"“":{"docs":{},"预":{"docs":{},"取":{"docs":{},"”":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"或":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"应":{"docs":{},"该":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"重":{"docs":{},"复":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"小":{"docs":{},"心":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"来":{"docs":{},"解":{"docs":{},"决":{"docs":{},"性":{"docs":{},"能":{"docs":{},"瓶":{"docs":{},"颈":{"docs":{},"。":{"docs":{},"在":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"也":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"单":{"docs":{},"一":{"docs":{},"实":{"docs":{},"例":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"在":{"docs":{},"大":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"填":{"docs":{},"充":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"则":{"docs":{},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"模":{"docs":{},"式":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"创":{"docs":{},"建":{"docs":{},"多":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"该":{"docs":{},"模":{"docs":{},"块":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"都":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"定":{"docs":{},"引":{"docs":{},"导":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"混":{"docs":{},"合":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10}},"」":{"docs":{},"时":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"了":{"docs":{},"解":{"docs":{},"的":{"docs":{},"一":{"docs":{},"件":{"docs":{},"事":{"docs":{},"是":{"docs":{},",":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"更":{"docs":{},"改":{"docs":{},"的":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"激":{"docs":{},"活":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"编":{"docs":{},"程":{"docs":{},"体":{"docs":{},"验":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"层":{"docs":{},"级":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},"或":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0425531914893617},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"其":{"docs":{},"他":{"docs":{},"能":{"docs":{},"够":{"docs":{},"选":{"docs":{},"取":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{},"选":{"docs":{},"择":{"docs":{},"器":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"正":{"docs":{},"常":{"docs":{},"激":{"docs":{},"活":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"期":{"docs":{},"间":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"望":{"docs":{},"值":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"时":{"docs":{},"产":{"docs":{},"生":{"docs":{},"全":{"docs":{},"局":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"默":{"docs":{},"认":{"docs":{},"文":{"docs":{},"件":{"docs":{},"是":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"于":{"docs":{},"没":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"更":{"docs":{},"新":{"docs":{},",":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"只":{"docs":{},"有":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"现":{"docs":{},"在":{"docs":{},"是":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"将":{"docs":{},"被":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"已":{"docs":{},"经":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"好":{"docs":{},"了":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"内":{"docs":{},"容":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"查":{"docs":{},"看":{"docs":{},"过":{"docs":{},"期":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"个":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"最":{"docs":{},"多":{"docs":{},"只":{"docs":{},"能":{"docs":{},"每":{"docs":{},"秒":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{"universal.html":{"ref":"universal.html","tf":10.01063829787234}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"分":{"docs":{},"开":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"建":{"docs":{},"议":{"docs":{},"用":{"docs":{},"于":{"docs":{},"存":{"docs":{},"在":{"docs":{},"很":{"docs":{},"多":{"docs":{},"公":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}},"推":{"docs":{},"导":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"清":{"docs":{},"理":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"设":{"docs":{},"置":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}}}}},"访":{"docs":{},"问":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"不":{"docs":{},"可":{"docs":{},"接":{"docs":{},"受":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"常":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"过":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"运":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"以":{"docs":{},"上":{"docs":{},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"构":{"docs":{},"建":{"docs":{},"后":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"基":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"可":{"docs":{},"能":{"docs":{},"像":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"被":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"什":{"docs":{},"么":{"docs":{},"文":{"docs":{},"件":{"docs":{},"应":{"docs":{},"该":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"对":{"docs":{},"于":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"坑":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"伴":{"docs":{},"随":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"显":{"docs":{},"著":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"状":{"docs":{},"态":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"中":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"请":{"docs":{},"留":{"docs":{},"意":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"尽":{"docs":{},"量":{"docs":{},"避":{"docs":{},"免":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"重":{"docs":{},"新":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"手":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"仅":{"docs":{},"运":{"docs":{},"行":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"介":{"docs":{},"绍":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"但":{"docs":{},"是":{"docs":{},"稍":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"执":{"docs":{},"行":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"目":{"docs":{},"前":{"docs":{},"为":{"docs":{},"止":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"没":{"docs":{},"有":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"过":{"docs":{},"如":{"docs":{},"何":{"docs":{},"将":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"打":{"docs":{},"包":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"将":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"通":{"docs":{},"过":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"同":{"docs":{},"样":{"docs":{},"的":{"docs":{},"规":{"docs":{},"则":{"docs":{},"也":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"状":{"docs":{},"态":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"错":{"docs":{},"误":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"它":{"docs":{},"接":{"docs":{},"受":{"docs":{},"任":{"docs":{},"意":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"异":{"docs":{},"常":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"导":{"docs":{},"入":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"任":{"docs":{},"何":{"docs":{},"错":{"docs":{},"误":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"导":{"docs":{},"入":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"它":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"调":{"docs":{},"用":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"此":{"docs":{},"时":{"docs":{},",":{"docs":{},"除":{"docs":{},"了":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"返":{"docs":{},"回":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"做":{"docs":{},"太":{"docs":{},"多":{"docs":{},"事":{"docs":{},"情":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"尽":{"docs":{},"管":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"所":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"看":{"docs":{},"法":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"都":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"比":{"docs":{},"它":{"docs":{},"们":{"docs":{},",":{"docs":{},"找":{"docs":{},"出":{"docs":{},"两":{"docs":{},"个":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"列":{"docs":{},"表":{"docs":{},"的":{"docs":{},"差":{"docs":{},"异":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"作":{"docs":{},"为":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"相":{"docs":{},"结":{"docs":{},"合":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"是":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"谓":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"激":{"docs":{},"活":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"需":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}},"打":{"docs":{},"包":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976}}}},"来":{"docs":{},"处":{"docs":{},"理":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"源":{"docs":{},"码":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"通":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"组":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"打":{"docs":{},"包":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"执":{"docs":{},"行":{"docs":{},"其":{"docs":{},"他":{"docs":{},"任":{"docs":{},"务":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"注":{"docs":{},"入":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},"标":{"docs":{},"题":{"docs":{},"管":{"docs":{},"理":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"访":{"docs":{},"问":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"访":{"docs":{},"问":{"docs":{},"它":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"许":{"docs":{},"多":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"为":{"docs":{},"单":{"docs":{},"个":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.001953125}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":10.003436426116838}}}}}},"特":{"docs":{},"定":{"docs":{},"功":{"docs":{},"能":{"docs":{},"不":{"docs":{},"能":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"性":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"转":{"docs":{},"译":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},"以":{"docs":{},"适":{"docs":{},"应":{"docs":{},"老":{"docs":{},"版":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"。":{"docs":{},"这":{"docs":{},"也":{"docs":{},"会":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"殊":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"让":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"与":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"耦":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}},",":{"docs":{},"先":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"将":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"规":{"docs":{},"划":{"docs":{},"都":{"docs":{},"弄":{"docs":{},"清":{"docs":{},"楚":{"docs":{},"了":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"启":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"以":{"docs":{},"上":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"填":{"docs":{},"充":{"docs":{},"入":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"有":{"docs":{},"了":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"和":{"docs":{},"注":{"docs":{},"入":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"避":{"docs":{},"免":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"重":{"docs":{},"复":{"docs":{},"注":{"docs":{},"册":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"后":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},",":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"拆":{"docs":{},"分":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},",":{"docs":{},"将":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},"(":{"docs":{},"所":{"docs":{},"有":{"docs":{},"都":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"(":{"docs":{},"不":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"将":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"在":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"下":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"只":{"docs":{},"能":{"docs":{},"用":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"便":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"能":{"docs":{},"够":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"前":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"后":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"会":{"docs":{},"二":{"docs":{},"次":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"知":{"docs":{},"道":{"docs":{},"数":{"docs":{},"据":{"docs":{},"在":{"docs":{},"何":{"docs":{},"时":{"docs":{},"更":{"docs":{},"新":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"之":{"docs":{},"后":{"docs":{},"正":{"docs":{},"确":{"docs":{},"注":{"docs":{},"入":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"获":{"docs":{},"得":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"做":{"docs":{},"法":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"给":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"入":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"已":{"docs":{},"经":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"添":{"docs":{},"加":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"类":{"docs":{},"型":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"未":{"docs":{},"处":{"docs":{},"理":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"应":{"docs":{},"该":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"定":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"」":{"docs":{},"所":{"docs":{},"导":{"docs":{},"出":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"传":{"docs":{},"入":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},")":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"它":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"插":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"时":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"匹":{"docs":{},"配":{"docs":{},"不":{"docs":{},"到":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"执":{"docs":{},"行":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"视":{"docs":{},"图":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"状":{"docs":{},"态":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"完":{"docs":{},"成":{"docs":{},"构":{"docs":{},"建":{"docs":{},"(":{"docs":{},"请":{"docs":{},"再":{"docs":{},"次":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"现":{"docs":{},"在":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},")":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"用":{"docs":{},"法":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"更":{"docs":{},"改":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"示":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"第":{"docs":{},"一":{"docs":{},"类":{"docs":{},"的":{"docs":{},"概":{"docs":{},"念":{"docs":{},",":{"docs":{},"将":{"docs":{},"其":{"docs":{},"与":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"此":{"docs":{},"模":{"docs":{},"板":{"docs":{},"应":{"docs":{},"包":{"docs":{},"含":{"docs":{},"注":{"docs":{},"释":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"优":{"docs":{},"点":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"必":{"docs":{},"须":{"docs":{},"实":{"docs":{},"现":{"docs":{},"以":{"docs":{},"下":{"docs":{},"接":{"docs":{},"口":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.010135135135135136}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"到":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"应":{"docs":{},"该":{"docs":{},"只":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"产":{"docs":{},"环":{"docs":{},"境":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"改":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}},"路":{"docs":{},"由":{"docs":{},"和":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.002994011976048}}}}}}}}},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"常":{"docs":{},"量":{"docs":{},"将":{"docs":{},"导":{"docs":{},"致":{"docs":{},"组":{"docs":{},"件":{"docs":{},"始":{"docs":{},"终":{"docs":{},"被":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"这":{"docs":{},"对":{"docs":{},"纯":{"docs":{},"静":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"有":{"docs":{},"好":{"docs":{},"处":{"docs":{},"的":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"值":{"docs":{},"是":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"需":{"docs":{},"要":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"样":{"docs":{},"式":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"停":{"docs":{},"止":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"细":{"docs":{},"节":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"查":{"docs":{},"看":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"另":{"docs":{},"一":{"docs":{},"个":{"docs":{},"需":{"docs":{},"要":{"docs":{},"关":{"docs":{},"注":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"后":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"返":{"docs":{},"回":{"docs":{},"最":{"docs":{},"终":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"否":{"docs":{},"则":{"docs":{},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"因":{"docs":{},"为":{"docs":{},"使":{"docs":{},"用":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"致":{"docs":{},"混":{"docs":{},"合":{"docs":{},"失":{"docs":{},"败":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"哦":{"docs":{},"?":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"要":{"docs":{},"写":{"docs":{},"很":{"docs":{},"多":{"docs":{},"代":{"docs":{},"码":{"docs":{},"!":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"通":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"可":{"docs":{},"能":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"最":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"为":{"docs":{},"下":{"docs":{},"一":{"docs":{},"步":{"docs":{},"开":{"docs":{},"发":{"docs":{},"做":{"docs":{},"前":{"docs":{},"期":{"docs":{},"准":{"docs":{},"备":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"设":{"docs":{},"定":{"docs":{},"好":{"docs":{},"模":{"docs":{},"板":{"docs":{},"示":{"docs":{},"例":{"docs":{},",":{"docs":{},"创":{"docs":{},"建":{"docs":{},"单":{"docs":{},"独":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"会":{"docs":{},"变":{"docs":{},"得":{"docs":{},"相":{"docs":{},"当":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"带":{"docs":{},"有":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"配":{"docs":{},"置":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"惰":{"docs":{},"性":{"docs":{},"注":{"docs":{},"册":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"和":{"docs":{},"状":{"docs":{},"态":{"docs":{"data.html":{"ref":"data.html","tf":10.001557632398754}}}}},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"指":{"docs":{},"令":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"暴":{"docs":{},"露":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"添":{"docs":{},"加":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"相":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"组":{"docs":{},"件":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"同":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"签":{"docs":{},"名":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"反":{"docs":{},",":{"docs":{},"它":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"组":{"docs":{},",":{"docs":{},"此":{"docs":{},"数":{"docs":{},"组":{"docs":{},"是":{"docs":{},"由":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"对":{"docs":{},"象":{"docs":{},"所":{"docs":{},"组":{"docs":{},"成":{"docs":{},"。":{"docs":{},"这":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"在":{"docs":{},"以":{"docs":{},"编":{"docs":{},"程":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"执":{"docs":{},"行":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"哪":{"docs":{},"里":{"docs":{},"放":{"docs":{},"置":{"docs":{},"「":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"信":{"docs":{},"息":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"当":{"docs":{},"多":{"docs":{},"次":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},"时":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"这":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},":":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"条":{"docs":{},"目":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"。":{"docs":{},"相":{"docs":{},"反":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"\"":{"docs":{},"激":{"docs":{},"活":{"docs":{},"\"":{"docs":{},"这":{"docs":{},"些":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"置":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},"支":{"docs":{},"持":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}},"属":{"docs":{},"性":{"docs":{},":":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"自":{"docs":{},"行":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"树":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"会":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"知":{"docs":{},"道":{"docs":{},"这":{"docs":{},"部":{"docs":{},"分":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.006756756756757},"head.html":{"ref":"head.html","tf":5.005988023952096}},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"遵":{"docs":{},"循":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"理":{"docs":{},"念":{"docs":{},":":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"追":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"结":{"docs":{},"构":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"当":{"docs":{},"你":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"为":{"docs":{},"能":{"docs":{},"够":{"docs":{},"正":{"docs":{},"确":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"写":{"docs":{},"入":{"docs":{},"有":{"docs":{},"效":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"其":{"docs":{},"中":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"它":{"docs":{},"提":{"docs":{},"供":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"作":{"docs":{},"为":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"参":{"docs":{},"考":{"docs":{"api.html":{"ref":"api.html","tf":5.001757469244288}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},":":{"docs":{},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"以":{"docs":{},"下":{"docs":{},"之":{"docs":{},"一":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"指":{"docs":{},"引":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3400900900900896},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"向":{"docs":{},"你":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"除":{"docs":{},"此":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"章":{"docs":{},"节":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"进":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"出":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"和":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"最":{"docs":{},"优":{"docs":{},"化":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"/":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"示":{"docs":{},"例":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},")":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"表":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"出":{"docs":{},"现":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"这":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"通":{"docs":{},"常":{"docs":{},"由":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"集":{"docs":{},"合":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"又":{"docs":{},"或":{"docs":{},"者":{"docs":{},",":{"docs":{},"你":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{},"在":{"docs":{},"不":{"docs":{},"传":{"docs":{},"递":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"构":{"docs":{},"建":{"docs":{},"速":{"docs":{},"度":{"docs":{},"更":{"docs":{},"快":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}},"好":{"docs":{},"处":{"docs":{},"是":{"docs":{},"双":{"docs":{},"重":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"扩":{"docs":{},"展":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"为":{"docs":{},"通":{"docs":{},"用":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"管":{"docs":{},"理":{"docs":{},"工":{"docs":{},"具":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"注":{"docs":{},"入":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"输":{"docs":{},"出":{"docs":{},"(":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"送":{"docs":{},"面":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"相":{"docs":{},"当":{"docs":{},"昂":{"docs":{},"贵":{"docs":{},"的":{"docs":{},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"当":{"docs":{},"应":{"docs":{},"用":{"docs":{},"很":{"docs":{},"大":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"适":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"链":{"docs":{},"接":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"项":{"docs":{},"目":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"才":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"除":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"风":{"docs":{},"格":{"docs":{},"导":{"docs":{},"出":{"docs":{},"模":{"docs":{},"块":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"可":{"docs":{},"能":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"毕":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"只":{"docs":{},"有":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"位":{"docs":{},"于":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"启":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"插":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"作":{"docs":{},"为":{"docs":{},"独":{"docs":{},"立":{"docs":{},"文":{"docs":{},"件":{"docs":{},"提":{"docs":{},"供":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"当":{"docs":{},"直":{"docs":{},"接":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"代":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"确":{"docs":{},"保":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"此":{"docs":{},"插":{"docs":{},"件":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"处":{"docs":{},"理":{"docs":{},"器":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"攻":{"docs":{},"击":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},",":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"何":{"docs":{},"时":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"决":{"docs":{},"定":{"docs":{},",":{"docs":{},"则":{"docs":{},"上":{"docs":{},"述":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"很":{"docs":{},"好":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"具":{"docs":{},"有":{"docs":{},"相":{"docs":{},"同":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"它":{"docs":{},"具":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"全":{"docs":{},"局":{"docs":{},"状":{"docs":{},"态":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"对":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"产":{"docs":{},"生":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"性":{"docs":{},"能":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"利":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"改":{"docs":{},"善":{"docs":{},"响":{"docs":{},"应":{"docs":{},"时":{"docs":{},"间":{"docs":{},"并":{"docs":{},"减":{"docs":{},"少":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"秒":{"docs":{},"后":{"docs":{},"过":{"docs":{},"期":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":10.005555555555556}}}},"节":{"docs":{},"点":{"docs":{},"的":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"无":{"docs":{},"法":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"基":{"docs":{},"于":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"(":{"docs":{},"p":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"虽":{"docs":{},"然":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}},"被":{"docs":{},"发":{"docs":{},"出":{"docs":{},"时":{"docs":{},",":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"可":{"docs":{},"能":{"docs":{},"不":{"docs":{},"被":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"其":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"遍":{"docs":{},"历":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"环":{"docs":{},"境":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.333333333333333}}}},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"(":{"docs":{},"如":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},",":{"docs":{},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}},"仍":{"docs":{},"然":{"docs":{},"使":{"docs":{},"用":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"文":{"docs":{},"档":{"docs":{},"中":{"docs":{},"提":{"docs":{},"到":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"模":{"docs":{},"式":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"相":{"docs":{},"当":{"docs":{},"大":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"典":{"docs":{},"型":{"docs":{},"用":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"出":{"docs":{},"于":{"docs":{},"向":{"docs":{},"后":{"docs":{},"兼":{"docs":{},"容":{"docs":{},"的":{"docs":{},"考":{"docs":{},"虑":{"docs":{},",":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"默":{"docs":{},"认":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"值":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"构":{"docs":{},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{},"捕":{"docs":{},"获":{"docs":{},"到":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"接":{"docs":{},"收":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"作":{"docs":{},"为":{"docs":{},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"那":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"整":{"docs":{},"个":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"从":{"docs":{},"而":{"docs":{},"可":{"docs":{},"以":{"docs":{},"让":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"显":{"docs":{},"式":{"docs":{},"地":{"docs":{},"声":{"docs":{},"明":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"用":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"绝":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"指":{"docs":{},"向":{"docs":{},"一":{"docs":{},"个":{"docs":{},"已":{"docs":{},"经":{"docs":{},"构":{"docs":{},"建":{"docs":{},"好":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"语":{"docs":{},"法":{"docs":{},"表":{"docs":{},"示":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"а":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"б":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.004152823920265781}},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}},"р":{"docs":{},"г":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},")":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"г":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"м":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"б":{"docs":{},"у":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"к":{"docs":{},"к":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"б":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"р":{"docs":{},"ё":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"и":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"о":{"docs":{},"т":{"docs":{},"е":{"docs":{},"к":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"и":{"docs":{},"н":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}},"р":{"docs":{},"а":{"docs":{},"у":{"docs":{},"з":{"docs":{},"е":{"docs":{},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"у":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.009125475285171103},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"щ":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.007475083056478406}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"э":{"docs":{},"к":{"docs":{},"э":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"й":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"г":{"docs":{},"о":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"в":{"docs":{"./":{"ref":"./","tf":0.02435897435897436},"basic.html":{"ref":"basic.html","tf":0.02666666666666667},"universal.html":{"ref":"universal.html","tf":0.0288659793814433},"structure.html":{"ref":"structure.html","tf":0.02656042496679947},"routing.html":{"ref":"routing.html","tf":0.018333333333333333},"data.html":{"ref":"data.html","tf":0.013688212927756654},"hydration.html":{"ref":"hydration.html","tf":0.040293040293040296},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.024464831804281346},"build-config.html":{"ref":"build-config.html","tf":0.02245088868101029},"css.html":{"ref":"css.html","tf":0.026915113871635612},"head.html":{"ref":"head.html","tf":0.024390243902439025},"caching.html":{"ref":"caching.html","tf":0.01971326164874552},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":2.0484848484848484},"api.html":{"ref":"api.html","tf":0.03156146179401993}},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"г":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ш":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{},"х":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"р":{"docs":{},"и":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"л":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"е":{"docs":{},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.01079734219269103}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"з":{"docs":{},"д":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"н":{"docs":{},"д":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"и":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ш":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"д":{"docs":{},"р":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.010351966873706004},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"з":{"docs":{},"м":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"д":{"docs":{},"о":{"docs":{},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"б":{"docs":{},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"д":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"ё":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"я":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.013096351730589336},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"у":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"в":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"о":{"docs":{},"д":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"а":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"в":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"г":{"docs":{},"л":{"docs":{},"я":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"и":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"г":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"ю":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403}}},"ю":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"а":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.006844106463878327},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"data.html":{"ref":"data.html","tf":2.5083650190114066},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005376344086021506}}}},"м":{"docs":{},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"л":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"н":{"docs":{},"е":{"docs":{},"й":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"е":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"в":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"ж":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}},"м":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"р":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.03054448871181939},"routing.html":{"ref":"routing.html","tf":0.021666666666666667},"data.html":{"ref":"data.html","tf":0.00988593155893536},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01834862385321101},"build-config.html":{"ref":"build-config.html","tf":0.01777362020579981},"css.html":{"ref":"css.html","tf":0.024844720496894408},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.021505376344086023},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.02574750830564784}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"л":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"у":{"docs":{},"п":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"head.html":{"ref":"head.html","tf":0.006968641114982578}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.006083650190114068},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"н":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.004152823920265781}}}}}},"к":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"р":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"у":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"у":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"с":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"щ":{"docs":{},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505}}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ы":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"е":{"docs":{},"р":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"ё":{"docs":{},"н":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.006968641114982578}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.510452961672474}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"д":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.019230769230769232},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.02257636122177955},"routing.html":{"ref":"routing.html","tf":2.5183333333333335},"data.html":{"ref":"data.html","tf":2.514448669201521},"hydration.html":{"ref":"hydration.html","tf":0.018315018315018316},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01529051987767584},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.008305647840531562}},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"л":{"docs":{},"и":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"ь":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"б":{"docs":{},"е":{"docs":{},"г":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.010351966873706004}}},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}}}}}}},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"м":{"docs":{},"е":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"й":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"е":{"docs":{},"с":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}}},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"й":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"о":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":10.004444444444445},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":2.012121212121212},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477}}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"я":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":3.335989375830013},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}},"д":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"к":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"к":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.010452961672473868},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"л":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"ю":{"docs":{},"ч":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.006644518272425249}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":3.3395189003436423},"structure.html":{"ref":"structure.html","tf":3.338645418326693},"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"д":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"ы":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"и":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{},"и":{"docs":{},"с":{"docs":{},"с":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"н":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"к":{"docs":{},"с":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.004152823920265781}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"п":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.009354536950421},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"е":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"р":{"docs":{},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.004152823920265781}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"а":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"у":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"э":{"docs":{},"ф":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"б":{"docs":{},"э":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"е":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"и":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":10.008960573476703}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"г":{"docs":{},"к":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ш":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"б":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ю":{"docs":{},"б":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"п":{"docs":{},"у":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ш":{"docs":{},"р":{"docs":{},"у":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"о":{"docs":{},"в":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":2.5033333333333334}}}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"head.html":{"ref":"head.html","tf":0.003484320557491289}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"с":{"docs":{},"с":{"docs":{},"и":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"д":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"р":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ж":{"docs":{},"д":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"х":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"з":{"docs":{},"м":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"о":{"docs":{},"д":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"к":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"е":{"docs":{},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"г":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"л":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"д":{"docs":{},"у":{"docs":{},"л":{"docs":{},"е":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.017264276228419653},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.014448669201520912},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"г":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.021794871794871794},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.024742268041237112},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.016730038022813688},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.016129032258064516},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"б":{"docs":{},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"ц":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"п":{"docs":{},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"я":{"docs":{},"м":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"к":{"docs":{},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"н":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"о":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"и":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"т":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ш":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"й":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ё":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.017921146953405017},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174},"non-node.html":{"ref":"non-node.html","tf":2.006060606060606},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"к":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"о":{"docs":{},"б":{"docs":{},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"х":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"з":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"ё":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"н":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"а":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"»":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"л":{"docs":{},"я":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ч":{"docs":{},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ё":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"е":{"docs":{},"с":{"docs":{},"п":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"с":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ъ":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"а":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ё":{"docs":{},"м":{"docs":{},"о":{"docs":{},"в":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ы":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"я":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ё":{"docs":{},"р":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"л":{"docs":{},"е":{"docs":{},"г":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"д":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"о":{"docs":{},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":2.006060606060606}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}},"н":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"щ":{"docs":{},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}},"ы":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"б":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"т":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ё":{"docs":{},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"з":{"docs":{},"и":{"docs":{},"л":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}},"а":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"н":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ш":{"docs":{},"и":{"docs":{},"б":{"docs":{},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"к":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"р":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"д":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{},"м":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ч":{"docs":{},"и":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"к":{"docs":{},"р":{"docs":{},"ё":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"х":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"о":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},"а":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"т":{"docs":{},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}}}}}},"о":{"docs":{},"х":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"в":{"docs":{},"ы":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"д":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"б":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"у":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"а":{"docs":{},"з":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"г":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"д":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"ж":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"з":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"ы":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"л":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0045627376425855515},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"д":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"е":{"docs":{},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"л":{"docs":{},"о":{"docs":{},"с":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"б":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"о":{"docs":{},"щ":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"я":{"docs":{},"в":{"docs":{},"я":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"л":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"д":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"м":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"т":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"м":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"я":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":2.500760456273764},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"в":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"а":{"docs":{},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"е":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"м":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.006548175865294668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}}},"д":{"docs":{},"ё":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{},"к":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"с":{"docs":{},"в":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{},"о":{"docs":{},"д":{"docs":{},"е":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"с":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"о":{"docs":{},"р":{"docs":{},"а":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"д":{"docs":{},"в":{"docs":{},"и":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"в":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"я":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"л":{"docs":{},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ш":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"с":{"docs":{},"е":{"docs":{},"в":{"docs":{},"д":{"docs":{},"о":{"docs":{},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"л":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"з":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"ё":{"docs":{},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"а":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"м":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"и":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"у":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ч":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"в":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"й":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"х":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"о":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"д":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"я":{"docs":{},"д":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"с":{"docs":{"./":{"ref":"./","tf":0.015384615384615385},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.01195219123505976},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.0076045627376425855},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.012458471760797342}},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"а":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":5.005612722170253},"api.html":{"ref":"api.html","tf":0.009136212624584718}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"о":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"ё":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"е":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"г":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},",":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"й":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{},"у":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"г":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"р":{"docs":{},"и":{"docs":{},"п":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"я":{"docs":{},"х":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"й":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"м":{"docs":{},"ы":{"docs":{},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"г":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"у":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.005813953488372093}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"ы":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ё":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}}}},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"е":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"б":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"о":{"docs":{},"я":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":2.5030418250950572},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"»":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"»":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ы":{"docs":{},"т":{"docs":{},"и":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"о":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"е":{"docs":{},"к":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"с":{"docs":{},"н":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"т":{"docs":{},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"о":{"docs":{},"к":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"й":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":3.335989375830013},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.004854368932039},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"я":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"ё":{"docs":{},"т":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ю":{"docs":{},"д":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"п":{"docs":{},"е":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"о":{"docs":{},"б":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"к":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":5.000830564784053}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"х":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"ы":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},".":{"docs":{},"д":{"docs":{},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"г":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.5069686411149825}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"к":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.006644518272425249}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"у":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ч":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"р":{"docs":{},"а":{"docs":{},"д":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"с":{"docs":{},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"и":{"docs":{},"п":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"и":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"м":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}}}},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ш":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{},"х":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":5.0020703933747415},"head.html":{"ref":"head.html","tf":2.5069686411149825}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"я":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ч":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"б":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"я":{"docs":{},"з":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{},"а":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"х":{"docs":{},"у":{"docs":{},"д":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"б":{"docs":{},"р":{"docs":{},"и":{"docs":{},"к":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"й":{"docs":{},"м":{"docs":{},"в":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"г":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},")":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"д":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"х":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"х":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ш":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"т":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"у":{"docs":{},"к":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"щ":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.00532319391634981}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"ц":{"docs":{},"и":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},";":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"х":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"р":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.00532319391634981},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.007483629560336763},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"б":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ы":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"ш":{"docs":{},"а":{"docs":{},"б":{"docs":{},"л":{"docs":{},"о":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"г":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"т":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"п":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.012371134020618556},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.019417475728155338},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"к":{"docs":{},"з":{"docs":{},"е":{"docs":{},"м":{"docs":{},"п":{"docs":{},"л":{"docs":{},"я":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"у":{"docs":{},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}},"ф":{"docs":{},"ф":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"length":15836},"corpusTokens":["!","!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"pre","\"production\"","\"production\".","\"production\"。","\"render","\"server","\"server\"","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","\"привет\"","#","$option","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'bonjour'","'bonjour',","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css',","'foo.css',你需要配置合适的","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'.","'once'。","'once'。更多细节请查看","'once'('once'","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","'привет',","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(*.vue","(.j","(2.3.1+),","(2.3.1+),bundl","(again,","(asyncdata)","(auto","(automat","(automatiqu","(avec","(base)","(bi","(c.","(c.asyncdata)","(cacheable)","(client","(client)","(code","(comm","(component.asyncdata)","(context)","(dif","(e.g.","(en","(encor","(entri","(err)","(err,","(err.cod","(event","(everyth","(ex","(ex.","(ex:","(externalize);","(file,","(h)","(head)","(hit)","(html","(i.e.","(interpol","(key,","(key:","(lazy)","(like","(long","(main)","(module)","(même","(non","(not","(object)","(optional)","(optionnel)","(par","(pass","(platform","(prefetch)","(preload","(preload)","(prevmatched[i]","(req,","(requiert","(requir","(router),","(récupérat","(same","(seo","(server)","(side","(singl","(spa","(ssr","(ssr).","(ssr)?","(state,","(store)","(string)","(time","(title)","(to,","(tout","(type","(use","(utilis","(vm)","(vnode,","(when","(window.__initial_state__)","(with","({","(«","(автоматически","(все","(добавлено","(интерполяция","(например,","(не","(опционально)","(опциональными)","(опять","(передавая","(при","(путём","(с","(соответствуя","(тот","(требует",")","*","*,","*.sass),","*.sass),那么你也应该将它们添加到白名单中。","*.styl),","*.vue","*.vue)","*.vue,","*.vue.","+","+=",",",".","...","...autr","...omiss","...omit","...other","...другие","...опустим","...忽略无关代码",".json).",".json)。必须以","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact","/contact,","/node_modules/.test(module.context)","0","1","100,","1000","10000","10000,","12.0.0+","12.0.0+)","12.0.0+):","12.0.0+)","1:","2","2'","2.2","2.2,","2.2.0+","2.3.0","2.3.0+","2.3.1+","2.3.1+)","2.3.1+),","2.3.1+.","2.3.1+。","2.3.2+","2.3.2+,","2.5","2.5+","2.5+,","2.5,","2.5.0+","2.5.0+,","2.5.0+,如果没有传入回调函数,则会返回","2:","3","3.0.0+","3:","3rd","404","404)","6","6+.","6+。","7.6+","7.6+,","8')",":",";","=","===","=>",">",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","`","`)","`*.vue`","``","`asyncdata()`","`asyncdata`","`global`","`global`(例如","`hello","`id=\"app\"`","`l'url","`router.beforeresolve()`","`router.beforeresolve()`,","`router.beforeresolve()`,以便确保所有异步组件都","`store.dispatch()`","`store.dispatch()`,","`store/index.js`","`style","`template`","`the","`this.datapromise.then(...)`","`title`","`title`,","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`.","`window.__initial_state__`,并注入","`{{","`вы","`访问的","abil","abordé","abov","above.","absolu","absolue,","absolut","abstract","accept","access","access)它们。","accident","account.","accè","accéder","achiev","actif.","action","actions:","actions?","action」的代码?","activ","activé","actual","actuel","add","added:","addit","addition,","address","advanc","advantag","affich","affiché.","afin","again","again.","agnostic,","agnostiqu","agréable.","ahead","ai","aid","aider","ainsi","ainsi,","ait","ajax","ajax,","ajout","ajouté","algorithm","alias","aliases,","alimenté","all,","all.","allon","allow","along,","alor","alreadi","also:","alter","altern","alternativ","alternatively,","although","altéré","alway","amount","amélior","ancien","anciennes,","anim","anoth","anywher","apercevrez","api","api,","apis),","apis,","apis.","api。","api(请忽略此","api,例如,一个","api,因此如果你的代码中,直接使用了像","api,用于处理此问题,通过使用","api,通常方式是,在「纯客户端(cli","app","app!","app'","app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross","app,","app.","app.$mount('#app')","app.j","app.js:","app.js:","app.vu","app/vendor","apparaitr","appareil","appear","appel","appelé","appelés.","appli","applic","application),","application,","application.","application:","applications,","applications.","appliqué","approach","approch","appropri","approprié","appréciation.","aprè","arbitrari","arbr","are:","argument","argument)","arguments:","around","array","arrêt","arrêté","artifact","artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用","artéfact","as:","asid","ask","assert","asset","assign","associ","associé","assum","assur","assurez","assuré","astucieus","async","asyncdata","asyncdata({","asyncdata.","asyncdata。注意,由于此函数会在组件实例化之前调用,所以它无法访问","asyncdata,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(rend","asynchron","asynchrones,","attach","attachon","attaché","attacks.","attaqu","attend","attendez","attent","attribut","attribute:","au","aucun","aura","aurait","aurez","aurion","auron","aussi","aussitôt","autant,","author","auto","automat","automatiqu","autonom","autr","autrement,","aux","avail","avancé","avant","avec","avez","avion","avoid","avoir","avon","awar","away","axio","ayant","ayon","babel","backend","backward","bail","baisser","balis","balises,","band","bandwidth","bar.vu","basant","base","base,","base.","baseconfig","based)的模板的性能相当。在","basedir","basic","basiqu","bass","baz.vu","be","beaucoup","because:","becomes:","befor","beforecr","beforedestroy","beforemount","beforemount.","beforerouteupd","behavior","benefici","benefit","benefits:","besoin","besoin.","best","better","between","bibliothèqu","bibliothèques.","bien","big","bigger.","bind","bing","bit","bloquer","bogu","boilerpl","boilerplate,","bon","bonjour","bonn","boolean","boot.","bootstrap","bord","both","bottlenecks.","box","box,","break","briefli","brièvement","browser","browser,","browser.","browsers.","bu","bug","bug,其中","build","build.","building.","builds,","built","bundl","bundle(serv","bundle),render","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundles.","bundle。以下信息假定版本为","bundle。它应该是这样的:","bundle。这具有一些好处","bundle」会发送给浏览器,用于混合静态标记。","bundle」然后用于服务器端渲染(ssr),而「客户端","bundle,不能被外部化","bundle,然后重新创建","bus).","bypass","bénéfice","bénéfices,","c'est","c))","c.asyncdata({","ca","cach","cache')","cache,","cache.","cache:","cacheabl","cached,","cached.","cache:","caching)","caching)。要启用组件级别缓存,你需要在创建","caching.","call","callback","callback,","callback.","callback]):","called.","can't","can.","canal","capabl","capacité","car","caractèr","caractère.","caractères.","care","carefulli","cas,","cas.","cascad","case","case,","cases,","cater","caught","caus","causer","cavali","caveat","caveats)","cb(res)","cb)","cb?:","ce","ceci","cela","cela,","cell","celui","cepend","cependant,","certain","cet","cett","ceux","ceux,","chain","chang","changed.","changement","changer","changes.","chaqu","charg","chargement","chargement,","charger","charger,","chargé","chaud","check","chemin","chercher","child","choisi","choix","chose","chunk","chunk\"","chunk\",并开始更快地将其发送给客户端。","chunk(main","chunk)","chunk.","chunks.","chunk。","chunk,之后可能会用于渲染","ci","cibl","class","class:","classe.","client","client,","client.","client.j","client.js',","client.js).","client.js,","client.js:","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clientmanifest。","clientmanifest,返回的字符串中,也将包含着","clienttitlemixin","clé","clé.","code","code!","code)。","code,","code.","code:","collect","collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一","collections,","colloc","collocated,","combin","come","comm","commenc","comment","commentair","commençon","commit","commit('inc')","commit('setitem',","common","commonschunkplugin","commonschunkplugin,","commonschunkplugin,请确保仅在客户端配置(cli","commun","commun.","compar","comparaison","compatibility,","compil","compilé","complet","complet.","complex","complèt","complète.","complètement","compon","component'","component,","component.","component.asyncdata({","component:","components)","components,","components.","components:","components;","comport","compos","composant,","composant.","composants,","composants.","comprendr","compt","compteur","computed:","concaten","concatén","concept","concept,","concern","concord","concordance,","concordance.","concordant","condit","conditionnel","conduis","conduit","config","config)","config)中使用,因为服务器包需要单独的入口","config)包含在两个环境共享的配置,例如,输出路径(output","config)和基本配置(bas","config)和客户端配置(cli","config)大体上相同。显然你需要把","config)将如下所示:","config),可以通过使用","config.","config:","configur","configuré","conjoint","connaiss","connaissance.","connexion","conseillé","consid","consider","considér","considéron","considéré","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructeur","constructors,","construisez.","construit","consultez","contain","container\".","container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到","conten","contenir","content","content),","content)与转化率直接相关」的应用程序而言,服务器端渲染(ssr)至关重要。","content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(ssr)将是一个小题大作之举。然而,内容到达时间(tim","content)要求是绝对关键的指标,在这种情况下,服务器端渲染(ssr)可以帮助你实现最佳的初始加载性能。","content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的","content,","content.","contenu","contenu,","context","context)","context)。在旧版本中,你必须通过将其传递给","context)上存在一些特定属性时,模板会自动注入对应的内容:","context)中。","context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止","context)执行","context)进行基本插值:","context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context","context),然后在模板中的占位符替换为这些数据。","context,","context.","context.getpreloadfiles()","context.head:","context.head:(字符串)将会被作为","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.state:(对象)初始","context.styles:","context.styles:(字符串)内联","context.url","context:","context]):","contexte,","contexte.","contextkey:","contient","continu","contraint","contrair","contribu","contribut","control","contrôl","contrôler","convers","conversion.","convert","conviendra","core","correct","correcte,","correspond","correspondantes,","cost","couch","count:","courant","courant.","courante.","course,","cout","couteux,","cover","cpu","crawler","creat","createapp","createapp()","createapp(context)","createapp(context).then(app","createapp,","createapp:","createapp,我们也需要给每个请求一个新的","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","createbundlerenderer。这对开发过程中的热重载是很有用的","createbundlerenderer:","created,","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createrouter:","createstor","createstore()","creator","critic","critical,","critiqu","critiques,","cross","créateur","création","crée","créer","créez","créon","créé","créé,","créée","css","css(critic","css(inlin","css)","css)。","css)」;","css))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。","css,","css.","css。在客户端,当第一次使用该组件时,vue","css)","css)。","css,例如,import","css,可以使用","css,将以","css,或使用","css,此属性会在构建过程中被自动生成。","current","custom","cycl","côté","d'abord","d'abstract","d'accidentel","d'accè","d'administr","d'ajout","d'aller","d'amélior","d'api","d'applic","d'application,","d'attach","d'attendr","d'autant","d'autr","d'avoir","d'effet","d'encapsul","d'entré","d'entrée.","d'entêt","d'environn","d'environnement,","d'extrair","d'exécut","d'ici","d'import","d'inclur","d'index","d'inform","d'informations.","d'interpol","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'«","d'écrire","d'émettr","d'étape","d'état","d'étranglement","d'éviter","d'évènements.","d'être","d.","dan","dashboard","data","data)","data,","data.","data.tostring()","data:","databas","de","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","defin","definit","dehor","deliv","demand","demo","demo,","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","depui","dernièr","dessou","dessu","destin","destiné","destroy","destroyed.","detail","details,","details.","detect","determin","deterministic,","deux","develop","development.","devez","devices.","devient","devoir","devon","devraient","devrait","devrez","devriez","devrion","devtool:","didn't","dif","differ","differences,","diffèrent","différenc","différent","différents.","dire","direct","directive),以及","directive;","directivemeta)","directives,","directives:","directli","directly:","directori","directory.","disabl","discard","discuss","discut","discuteron","discuté","dispatch","display","displayed,","dispon","dispos","dit","diver","do","docs.","document","document,","document.titl","documentation.","document,这种仅浏览器可用的全局变量,则会在","doesn't","doit","doivent","dom","dom(virtu","dom)","dom,","dom.","dom:","dom。但是,对于服务器端渲染(ssr),责任转移到纯客户端","dom。然而,也可以将同一个组件渲染为服务器端的","dom,因此会在服务器端渲染(ssr)过程中导致错误。有两种方法可以解决这个问题:","don't","donc","donc,","done","donné","données,","données.","dont","dossier","doubl","dout","down","download","drastic","driven","du","due","duplic","durant","dure","dynam","dynamiqu","dynamiques,","début.","débute","débuter","déclarat","déclarer","déclencher","découplé","dédié","dédiée.","déduir","déduit","déduits),","défaut","défaut,","défaut.","défini","définir","définiss","définitives.","déjà","déjà.","délicat","démarrag","démarrage.","démarrer.","démo","dépaquetag","dépaquetage,","dépendanc","dépendra","déplacez","déplacé","déploiement","déployé","désactiv","désactivé","désinfecté","détail","détails,","détails.","détection","détermin","déterministe,","déterminé","développ","développement,","développement.","dû","e.g.","each","earlier","easier","easili","edit","effect","effect)的子组件。","effects)","effectu","effectué","effet","element","elements.","elimin","ell","emb","embed","emit","emitted)的","emitted,","empaquet","empaqueté","employ","empêch","en","enabl","enabled.","encapsulé","enclenché,","encor","encore,","endroit","enfant","engin","enregistr","ensuit","ensur","enter","entir","entièr","entr","entrer","entri","entry(univers","entry)","entry)中实现过了,现在我们只需要更新客户端入口(cli","entry):","entry,","entry.","entry:","entry」。在纯客户端应用程序中,我们将在此文件中创建根","entré","entêt","entêtes.","env:","environ","environment,","environments,","environments.","environn","environnements,","envisagez","envoi","envoy","envoyé","err","erreur","erreurs...","error","error')","error...","es2015","es2015,","escap","especi","essay","essenti","essentiel","est","est,","et","etc),","etc.),","evalu","even","event","everyth","ex.","exact","exactli","examin","exampl","example,","except","exceptions.","exclu","exclus","exclusif","exclusiv","execut","executestring('var","exempl","exemple,","exist","expand","expect","expects:","expens","experi","experience,","expir","explicit","explicitli","expliqué","export","exports)","exporté","expos","exposé","express","express:","express:","expérienc","extend","extens","extension.","extern","externalis","externalisé","externals')","externals:","externes.","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","exécut","exécution)","exécuté","fabriqu","facil","fact","fact,","factori","fail.","fair","faire.","fait","fait,","fallback:","fals","false)","false).","false):","false,","false。","false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。","false)在模板中使用这些方法:","false,bundl","familiar","familiarisé","far,","fashion)处理动态导入(dynam","fashion,","fast,","faster","faster.","faudrait","faut","façon","featur","features,","features.","feel","fetch","fetch)已有的数据。","fetching\"","fetching)","fetching:","fetchitem","fetchitem(id).then(item","few","fichier","fichier,","fichier.","fichiers.","figur","fil","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","fin","final","finally,","fine","fine.","finer","finie.","finir,","finish.","fiou,","first","flow","flow)","flow):","flux","flux,","flux.","fly,","focus","foi","fois,","fois.","fold:","follow","following:","fonction","fonctionn","fonctionnait","fonctionnalité","fonctionner,","fonctionnerai","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","for.","forever.","form","format","fort","found","found')","fourni","fourni,","fournie,","fournir","fourniron","fourniss","fournissez","fournit","fragment","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function))。","function.","function:","functions)","further","further,","futur","futur.","future.","garder","gener","generated,","generated.","generation.","gestion","gestionnair","get","get:","gettitl","gettitle(this)","give","given","global","global,","global.","globales,","globals,","global。","global(例如,polyfill)的依赖模块必须被打包进","globaux","go","good","googl","goulot","grain","grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建","grand","grandement","granularité","greatli","gross","grosse.","groundwork","grâce","guid","guide,","guide.","gâcher","génère","généralement","générateur","générer","génériqu","généré","généré,","générée.","générées.","générés.","gérer","géré","h","h('div',","h(app)","habituel","habitué","hack","hackernew","hackernews,","hacki","hand","handl","handler","handler...","has?:","hash","haut","have.","haven't","head","head,","hello","help","here","here.","hi","high","higher","hint","hint)。默认情况下会:","hints)。","hints)」;","hit","hook","hook)","hook)中使用;一些外部扩展库(extern","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html),","html,","html.","html;","html。","html,使其变为由","html,我们显然无需将其丢弃再重新创建所有的","html,然后使他们成为动态的(能够响应后续的数据变化)。","html,而是使用预渲染方式,在构建时(build","http","http/2","http/2.","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydratation.","hydration)","hydration)时,自动注入以及","hydration,","hydration.","i)","ici","ici,","ici.","id","id)","id,","id:","id=\"app\"","id=\"app\",","id=\"app\",而是添加","idea","idea:","identifi","identiqu","identiques.","idé","id,再加上最后更新的时间戳,来生成其缓存键(cach","ignor","ignoron","il","imag","imaginon","implement","implementation)。典型做法是传入","implementation.","impliqu","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","import),","important","important,","important:","importante,","importantly,","importez","importé","improv","improved.","in:","inc:","inclu","includ","include.","inclure.","incom","index","index.template.html","index.template.html:","index.template.html:","indic","indicateur","indicator)","indicator)。","indicator),就触发","individu","individuel","individuellement.","indépendam","infer","inferred);","infin","inform","information)或内联关键","information)(如头信息(head","information.","initi","initial","initial,","initial.","initiale,","inject","inject:","injected):","injected.","injection)","injection)。","injection,","injection.","injecté","injecté)","injecté.","injectées)","injectées.","injectés,","inlin","inlined)的","insid","inspect","inspectez","instal","installed,","installées,","instanc","instance'","instance)","instance,","instance.","instances:","instancié","instanciés,","instantané","instanti","instantiated,","instantli","instead","instead,","instead.","insérer","inséré","integr","intellig","intelligem","intens","interact","interactive)","interactive).","interactive)。","interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。","interactive.","interactives.","interfac","interfer","interfér","intern","internet","interpol","interpolation)","interpolation)。","interpolation),以避免","interpolation);","interpolation.","interpolation;","interpolé","interprété","introduc","introduct","introduiron","intégrat","intégrer","intégré","intéress","inutil","inutilis","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isolée.","isomorphiqu","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","item。","itself,","jamai","java","java'","java.","javascript","javascript,","javascript.","jeter","jeux","jour","json","json.","jusqu'en","jusqu'ici,","jusqu'à","just","keep","key","key)和","key)对应一个组件:你无需担心两个组件返回同一个","key),都可以通过传递选项对象进行自定义:","key):","key.","key。","know","knowledg","l'accè","l'action","l'activer,","l'api","l'api.","l'applic","l'application,","l'application.","l'approch","l'arbr","l'argument","l'attach","l'attribut","l'augment","l'avanc","l'avantag","l'emplac","l'emploi,","l'entré","l'environn","l'environnement.","l'envoi","l'erreur","l'erreur...","l'esprit","l'exempl","l'export","l'expos","l'expose.","l'extens","l'externalis","l'extract","l'exécut","l'exécuteur","l'hydrat","l'hydratation,","l'idé","l'implément","l'import","l'indexeur","l'indicateur","l'inject","l'instanc","l'instanci","l'instant),","l'instant,","l'interfac","l'interpol","l'introduct","l'intégralité","l'intégrer","l'intérieur","l'object","l'objectif","l'objet","l'on","l'option","l'un","l'usag","l'utilis","l'utilisateur","l'écosystèm","l'écran","l'écritur","l'élément","l'équip","l'étape","l'état","la","laissé","lancer","larg","largement","last","later","latest","lay","layer,","lazi","lazili","le","lead","lecture,","lent","lents.","lequel","let","let'","leur","level","level)」(例如,使用渲染函数(rend","leverag","levé","li","liaison","librari","libraries.","libraries:","library)可能需要特殊处理,才能在服务器渲染应用程序中运行。","librarytarget:","library。例如,axio","lieu","lifecycl","lifecycle,","lign","limit","limité","line:","link","links)和资源预加载提示(resourc","lire","list","lister","lists.","live","lié","liée","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader`","loaders.","loaders:","loader。服务器配置(serv","loader(vu","loader),具备一些服务器端渲染的特殊功能:","loader:","locat","logic","logic)。","logic):","logic...","logiqu","loin,","long","look","lor","lorsqu","lot","low","lru","lru({","lui","lui.","là","lèveront","légèrement","l’intérieur","mai","main","mainten","maintenant,","maitr","major","majorité","make","mal","manag","management:","mani","manifest","manifest)。使用客户端清单(cli","manifest)以及页面模板:","manifest)和服务器","manifest),客户端配置(cli","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manifest.json`。","manipul","manièr","manual","manuel","map","map'","map',","map')","map。","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching)和数据预取逻辑(data","matching,","matièr","matter","max:","maxage:","maximales.","maximum","mayb","mean","meant","mechan","meilleur","member","membr","memory.","mener","mention","mentionné","merg","merge')","merge(baseconfig,","merge.","meta","meta:","metadata","method","methods:","mettent","metton","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mieux","migrat","migrer","millisecond","minchunks:","mind","mind,","minimum","mise","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mixin,来控制文档标题(docu","mock","mode","mode)下自行移除。","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","modèl","moin","moment","moment,","monopag","montag","monter","monton","montée,","montée.","morceaux","more","mostli","mot","moteur","moteur)","mount","mounted,","mounted.","mounted),只会在客户端执行。","moustach","move","msg","msg:","much","much,","multipl","mustach","mustache)进行","mutations:","mécanism","mémoire.","méthode","même","mêmes.","n'a","n'ajout","n'attendra","n'aura","n'aurait","n'avez","n'avon","n'en","n'est","n'hésitez","n'i","n'import","n'ont","n'utiliserez","n'utilisez","name","name,","name.","name:","namespaced:","nashorn","nashorn,","nashorn.","natif","nativ","natively.","nativement.","natur","naturel","navig","navigateur","navigateur,","navigateur.","navigateurs.","navigation:","ne","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","nginx,","niveau","no","node","node.j","node.js,","node.js.","node.js:","node_env:","node_modul","node_modules.","nodeextern","nodeexternals({","nodes.","nom","nombr","non","normal","not,","notat","notations):","note","note:","noter","notes:","notez","notic","noton","notr","nou","nous,","nouveau","nouvel","now","now),","now,","npm","npm,","npm,但你也可以使用","number","numéro","nuxt.j","nuxt.js.","nuxt.js。它建立在同等的","nécessair","nécessaire.","nécessit","nœud","object","object\"","object)","object)。此对象包含了","object)可选。回调函数是典型的","object)可选。回调是一个典型的","object)可选。更多细节请查看流式渲染。","object,","object.","object:","objects,","objects.","objet","obtenir","obvious","occup","of.","off","offers:","offici","officiel","older","on","onc","only)」的生命周期钩子函数中惰性访问(lazili","only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,node.j","only)的代码中,我们可以设置一个","only)的全局","only)项目配置","ont","oper","optim","optimal","optimaux","optimis","optimisations),","optimisé","option","option).","option.","option:","optional.","optionnel","optionnel.","optionnelle.","optionnelles.","options.","options:","options])","opérat","oracl","order","orient","otherwis","ou","out","outdat","output","output,","output.","output:","outsid","over","overkill.","où","pa","page","page'","page,","page.","pages.","paquetag","paquetage.","par","param","paramètr","parc","parcourir","parcourt","parfait","parfoi","part","partag","partagé","partagés.","parti","particuli","particulièr","partie.","parton","partout","pass","passant","passante.","passed,","passed:","passer","passez","passé","path","path),别名(alias)和","path,","path.","path:","patient","pendant","per","perform","performance,","performance.","performances,","periods.","permet","permett","personnalis","personnalisé","personnalisé,","pertin","petit.","peu","peut","peuvent","phase","phew,","php","pick","pick,","place","place,","place.","placehold","placer","placé","plateform","plateforme,","plateforme.","plateformes,","platform","pleasant.","pleinement","plu","pluge","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","plupart","plus,","plusieur","plutôt","point","point,","pointer","polic","polices,","polluer","pollut","pollution)。","pollution.","polyfil","polyfill.","polyfills)","polyfill。","polyfill。这是因为当使用新的上下文模式时,serv","polyfill)的依赖模块列入白名单","popul","poser","possibilité","possibl","possible.","possèd","postcss","postcss,","posé","potenti","potentiel","pour","pourquoi","pourra","pourrait","pourriez","pourron","pouvant","pouvez","pouvez.","pouvon","power","pre","precis","prefer","prefetch","prefetch)","prefetch,","prefetched,","preload","preload/prefetch","preloaded,","preloaded.","premier","premièr","prendr","prenon","prepar","prerend","prerendering)","pretti","prevent","previous","prevmatch","pri","primarili","princip","principal","principale.","print(res)","prior","prioriti","priorité","priorité.","probabl","problem","problem.","problèm","problème.","process","process'","process).","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","processor)或","processu","processus,","prochain","produc","product","production,","production.","productivité","produis","profondeur","programmat","programmatiqu","project","project.","projet","promess","promis","promise((resolve,","promise,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","promise,","promise:","prop","prop,","proper","properli","properly.","properti","propo","propr","proprement.","propriété","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","prop,则需要修改","proven","provid","provided,","provoqu","pré","préchargement","précharger","préchargé","préchargées.","préchargés,","préchargés.","précisément","précompil","précompilation.","précompilé","préconçu","précédemment.","précédent","préférer","préférez","préoccup","préparer","préparez","préprocesseur","présent","présent,","présuppos","prévention","prêt","prêt,","prête","pui","puis...","puisqu","puisqu'il","puiss","pull","pure","purpose.","push)。","push.","put","périmé.","périod","qu'argu","qu'au","qu'en","qu'est","qu'exemple.","qu'il","qu'un","qu'à","qu'état","quand","quantité","que","que,","quel","quell","quelqu","queri","question","qui","quit","quoi","racin","raison","ralentit","rapid","rapide,","rapidement.","rappel","rappel.","rapport","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recharg","recherch","recommandations.","recommandé","recommandé).","recommend","recommendations.","recommended).","recréant","recréer","redi","redis:","redisclient.get(key,","redisclient.set(key,","reduc","redémarr","refair","refer","regardless","regardless,","regist","register)这个模块:","registr","reject","reject({","reject)","rejett","reli","relis","reload","reload)","remain","remarquerez","remarqué","remov","remplac","remplacé","rempli","remplir","rend","rendant","render","render,","render.","render:","rendercach","rendered.","rendered:","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js,","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","renderer,来禁用所有自动注入。","renderer,用法和普通","renderer:","rendering)","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring,","rendertostring:","rendertostring:","rendervuecomponenttostring(vm,","rendr","rendu","rendu)","rendu,","rendu.","rendus.","renvoi","renvoy","repeat","repeatedli","replac","repres","repris","représent","req","req.url","request","request),以及改善可交互时间(tti","request,","request.","request:","requests!","requests,","requi","requiert","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","require:","requises.","requêt","requête,","requête.","requêtes,","requêtes.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(404).end('страница","res.status(500).end('erreur","res.status(500).end('intern","res.status(500).end('внутренняя","resolv","resolve(app)","resolved,","resolved.","resolve。","resourc","respect","respons","responsabilité","responsive.","ressembl","ressemblerait","ressourc","rest","restart","reste.","rester","restera","result","result.","retir","retiré","retourn","retournerai","retourné","return","reus","revis","right","risqu","root","rout","routag","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.onready,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(serv","router.push(context.url)","router、stor","router。我们首先创建一个文件,在其中创建","router。注意,类似于","routes,","routes.","routes:","routeur","routeur,","routeur.","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","règle","réactif","réactifs.","réactive.","réactivité","réagir","réalis","réalisé","récemment","récupérat","récupérer","récupéré","récupérés,","réduir","réel,","réellement","réexécut","référenc","référer","répons","répétée","réservé","résolu","résolu,","résolues.","résolut","résoudr","résultat","rétrocompatibilité,","réutilis","réviser","s'appliqu","s'appui","s'exécut","s'hydratera","s'il","salut","same","same:","san","sanit","save","savent","savez","savoir","savon","scenario","scind","scinder","scindé","scission","scope","scratch.","screen.","script","script,其中状态被嵌入在","scénario","se","seamlessli","search","second","second,","second.","seconde,","seconde.","secondes,","section","section,","section.","sections.","see","seen","selector","self","selon","semblera","sen","send","sens","sent","sentir","seo","seo,","seo,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。","seo,那么你可能需要预渲染。无需使用","separ","sera","seraient","serait","serial","seront","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.listen(8080)","serverbundl","servercachekey","servercachekey,","servercachekey:","servertitlemixin","server。基本配置(bas","serveur","serveur')","serveur,","serveur.","serveur...","set","set.","set:","setinterv","setinterval.","setitem","settimeout","setup","setup,","setup.","set。此外,如果","seul","seulement","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show","show'","show.","si","side","side).","signatur","signifi","signific","significatif","significativ","similair","similaire,","similar","similar,","simpl","simple,","simple.","simplement","simpler","simpli","simplifi","simul","singl","singleton","singleton,","singulièr","sinon","sinon,","site","site.","slow","smaller","smooth","so,","soient","soin","soit","sole","solut","someth","sometim","somm","son","sont","soon","sooner.","sort","sorti","sortie,","sortie.","sou","souhaitez","soumett","sourc","spa","spa,","spa(singl","special","specif","specific)","specific)。","specific)页面才会缓存","specific)(即对于相同的","specific.","spinner,","split","splitting)","splitting),","splitting)时,此方法将智能地正确的推断需要引入的那些异步","splitting,","spécial","spécifiqu","src","ssr","ssr,","ssr.","ssr:","ssr?","stack","stade,","standalon","start","starts.","startup.","state","state)到","state.","state.count++","state:","static","statiqu","statique.","statiques,","statiques.","stay","step","step.","still","stop","stopper","store","store)","store)或\"状态容器(st","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","store。","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stratégi","stratégie,","stratégie.","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","stream:","string","string)","string,","string.","structur","structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的","structure.","style","sub","submit","substitu","such","suffici","suffisam","suggest","suggéron","suit","suitabl","suivant","sujet","supplémentair","support","supporté","suppos","supposez","supposon","supprim","supérieur","sur","surcout","sure","surtout","switch","sync","sync'","sync(store,","synchron","synchrones.","synchronis","sélecteur","séparer","séparé","séparé,","séparé.","sérialis","sérialisé","sûr","sûr,","tableau","tag","tag.","take","tant","tard","tard.","target:","task","taux","team.","tear","techniqu","tel","tell","temp","templat","template),","template).","template,","template.","template:","templates.","template,你可以自己拼接字符串。","temps,","tenant","term","terminé","test","test:","testé","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext","this.$root.$options.ssrcontext.","this.$rout","this.$ssrcontext","this.$ssrcontext.","this.$ssrcontext.titl","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","this。需要将","those","three","through","throughout","throw","thu","tier","tierc","tierces.","tiers.","time","time)简单地生成针对特定路由的静态","time,","time.","timer","timers.","timer。在纯客户端(cli","timer,然后在","times.","timestamp","timestamp:","tirer","titl","title):","title.call(vm)","title:","titr","togeth","together.","topic","tou","toujour","tourn","tourner","tourner.","tout","tout,","tout.","trade","tradit","traditionnel","traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。","traffic,","traffic.","trafic,","trafic.","traiter","traité","transform","transpil","travail","traver","travers","treat","treatment","tree","tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个","tree),是否与从服务器渲染的","tree.","tricki","trigger","triggered,","tripl","troi","trop","trouv","trouver","trouvé","trouvée')","true","true,","true.","true。","true,但建议你尽可能使用","true,那么你还应该将修改","try.","trè","tti","turn","two","type","type)","typeof","typic","typiqu","tâche","téléchargé","tôt.","ultim","un","understand","uniqu","unique,","unique.","univers","universel","universel.","universelle,","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url.","url:","urls.","url。","url。这允许我们将访问的","url,总是为所有用户渲染相同的内容),我们可以利用名为","us","us,","usabl","usag","usage.","use:","user","user/1","user/2).","user/2)时,也应该调用","users),","usual","util","utilis","utilisateur","utilisateur,","utilisateur.","utilisateur/1","utilisateur/2).","utilisateurs),","utilisera","utiliseron","utiliseront","utilisez","utilison","utilisé","utilitair","utility)。","utility.","ux","v","v8","v8j","v8js:","va","val)","val:","valabl","valeur","valid","valu","var","variabl","variables.","vendor","ver","veri","verra","verront","versa.","version","version\"","version)\"。","versions.","veut","via","vice","vie","vie,","vie.","view","view.","virtual","virtuel","virtuel.","visibl","visit","visité","visitée,","vivr","vm","vm.","vm.$option","vnode","vo","voici","void;","voient","voir","volé","vont","votr","vou","voudra","voulon","vous.","voyez","vs","vs.","vu","vue","vue!","vue'","vue({","vue).","vue,","vue.","vue.j","vue.js,","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue:","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex,","vuex.","vuex.store({","vuex。我们先创建一个","vue,以及以下","vérifiant","vérific","vérifier","wait","want","wast","waterfal","way","we'v","web","web.","webpack","webpack'","webpack'ом","webpack)","webpack,","webpack.","webpack.config.j","webpack.optimize.commonschunkplugin({","webpack。服务器端渲染(ssr)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base,","webpack,以生成","webpack,你可以使用","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial_state__","window.__initial_state__.","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","y","yarn","yarn.","yarn。","yet,","yet.","you'd","you'r","you.","yourself","yourself.","zone","{","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","«","«гидрировать»","«загружать","«застревание»","«изоморфным»","«контейнере","«первый","«предзагружать»","«серверный","«синглтона","«снимок»","«стиле»,","«универсального»","«универсальным»,","»","»)","»),","»).","»,","».","à","ça","échappé","échappé)","échappé.","échouer.","écrire","écrit","écrite","écrivant","écrivez","éditez","également","égaler","éliminé","élément","émi","émis,","émise","étant","étape","état","étendr","étendues.","éternellement.","été","évalué","évidem","évite","éviter","évitez","éviton","ête","être","а","абсолютно","абсолютный","абстрагироваться","абстракции","автоматизация","автоматически","автоматически);","автоматические","автоматического","автоматическую","адреса.","адресов","аккуратностью","алгоритма","альтернативных","альтернативы,","аналогично","аргумент","аргумента),","аргументами:","аргументом","асинхронного","асинхронные","асинхронный","асинхронными","асинхронными,","асинхронных","атрибут","атрибут:","базовая","базового","базовой.","базовую","базовые","базы","без","белый","берёт","беспокоиться","библиотек:","библиотека","библиотеках.","библиотеки","библиотеки,","библиотеку","блок","более","большая","больше","большим.","большими","большинстве","большинство","больших","большого","большой","большом","браузер","браузер,","браузера","браузерами.","браузере","браузере.","браузеров","браузером.","браузеру","будем","будет","будут","будут:","будущем","будьте","бы","был","была","были","было","быстр,","быстрее","быстро","быть","бэкэнда","в","важен,","важно","важно,","важно:","важного","важны,","важные","валидный","вам","вами","вариант»","вариантов","вас","вас.","ваш","ваше","вашего","вашем","ваших","ввиду","веб","везде","вендоров","вендоров.","вероятно","вероятно,","версии","версии.","версия","версиях","весь","вещей,","вещи,","вещь,","видеть","видно","виртуального","виртуальное","виртуальный","вклад,","включения.","влияет","вложенное","вместе","вместе.","вместо","вне","внедрение","внедрению","внедрения","внедрено","внедрены","внедряем","внедряемый","внедряет","внедряется):","внедрять","внедряться","внедряя","внести","внешнего","внешней","внешние","внешними","внешних","внимание","внимание,","вносить","внутренних","внутри","внутрь","во","водопада","возврата","возвратом","возвращаем","возвращаемая","возвращаемое","возвращаемые","возвращаемый","возвращает","возвращать","возвращающих","возвращении","возможно","возможно,","возможно.","возможности","возможности,","возможность","возможные","возникало","возникать","возникнут","вообще","вообще.","вопрос,","временем","времени","времени.","временную","время","время,","вручную","вручную.","все","всегда","всегда,","всего","всей","всем","всех","вставлен","вставлена","встраиваемый","встраивает","встраивании","встраивать","встроен","встроенная","встроенном","встроенную","встроенные","встроенный","встроенным","всю","всякий","всё","всё,","второй","вторым","входа","входа,","входа.","входа:","входной","входящих","вы","выбираться","выбранной","выбрасывать","выведен","вывод","вывода,","выводить","выглядеть","выглядит","выгода","выделяйте","вызваны","вызвать","вызов","вызова","вызовет","вызывает","вызывается","вызывать","вызываться","вызывая","выполнен","выполнен,","выполнена.","выполнение","выполнении","выполнения","выполнения.","выполнит","выполняем","выполняемых","выполняется","выполнять","выполняться","высокоуровневые","выставляя","выше","выше.","гарантировать,","где","генерации","генерация","генерировать","генерируемый","генерируемых","генерирует","генерируются","гидратации","гидратации.","гидратацию","гидратация","гидратироваться","главный","глобальное","глобальной","глобальном","глобальные","глобальных","горячая","горячей","горячую","готовности","готово","готово,","готовы","грязным","давайте","даже","далее","дальнейшей","дальше,","данного","данные","данные,","данный","данными","данными,","данных","данных,","данных.","данных:","данных?","два","дважды","две","двойная:","двойные","двух","действительно","действия","делаем","делает","делать","делают","деле","деле,","дело,","демо","дерево","детали","детальным","детерминированным,","динамически","динамические","динамический","динамическим,","динамических","директив","директив:","директива","директива,","директиве","директивы","длительным","длительных","для","до","добавили","добавить","добавлен","добавления","добавлено","добавляем","добавляемыми","добавляет","добавлять","догружает","дождаться","дожидаться","документа:","должен","должна","должно","должны","дополнительно","дополнительные","дополнительным","дорого,","доставлять","достаточно","достаточную","достижения","достичь","доступ","доступа","доступно","доступны","доступом","дочерние","другая","другие","другими","других","другого","другой","другом","дублирования","его","его.","единственном","единый","если","есть","есть.","ещё","её","её.","же","же,","же:","жизненного","жизненном","за","забирали","заботимся","завершения","завершён","зависима","зависимостей","зависимостей,","зависимостей:","зависимости","зависимости,","зависимостью","зависимостями","зависимым","зависимым:","зависит","зависящие","заголовком","заголовком:","заголовок","заголовочный","заголовочными","заголовочных","заготовки,","загружать","загружен","загруженности","загружены","загружены,","загрузить","загрузка","загрузки","загрузки,","загрузки.","загрузки...","загрузчик","загрузчики.","загрузчики:","загрязнение","загрязнению","загрязнения","задайте","задач","задач,","закладываем","заключается","заключаются","замена","заменить","заметили,","заметите,","заметить,","занимает","заново","занятием.","записи","заполнено","заполнить","заполняемые","запрос","запрос:","запроса","запроса,","запроса.","запросах.","запросов","запросов,","запросов.","запросы","запускается","запускаться","запуске.","запустить","запущена","заранее","зарегистрировать","заставить","заставлять","затем","затрат","затратами","захотим","здесь","здесь,","знаете","знакомы","знания","знать","знать,","знать.","значение","значения,","значит,","значительно","значительной","значительных","и","идее:","идентификатор","идентификатором","идея","идти","из","избегайте","избегать","избежать","извлекаемый","извлекает","извлекается","извлекать","извлечение","извлечения","извлечённого","извлечённый","излишеством.","изложенных","изменения","изменены","изменились,","изменить","изменяет","изменяют","изменяющих","изображения","изолирован","изолированный","изоляцию","или","или,","имеет","имеете","имеется","имена","именах","именем","иметь","импорт","импорта","импорте","импортирование","импортированный","импортировать","импортируем","импортируете","импортов","импорты","имя","иначе","индексировать","индикатор","индикатором","инициализации","инлайновый","иногда","инстанцироваться","интеграция","интегрировать","интеллектуально","интерактивное","интерактивной.","интерактивности)","интерактивности).","интересуетесь","интернете","интерполирован","интерполировать","интерполяции","интерполяции,","интерполяции.","интерфейс","информации","информации.","информацию","информация","исключительно","исполнения","исполнялась","исполнять","использовали","использован","использование","использование,","использованием","использовании","использованию","использования","использовать","использоваться","используем","используемая","используемую","используемые","используемый","используемых","использует","используете","используется","используйте","использующего","использующих","используя","исследовали","исходного","исходный","итак,","итогового","их","к","каждого","каждой","каждый","как","какие","каким","какой","канала","каталога","каталоге","качестве","класс:","клиент","клиента","клиента,","клиента.","клиенте","клиенте,","клиенте.","клиенте:","клиентом,","клиентская","клиентский","клиентского","клиентское","клиентской","клиентском","клиентскую","клиенту","клиенту.","ключ","ключ,","ключ.","ключевое","ключевые","ключи","ко","когда","когда...","когда:","код","код,","кода","кода!","кода,","кода.","коде","кодом","кодом,","коду","количество","коллбэк","коллбэк.","коллбэке","коллбэком,","коллекции","команды","комментарий","компилировать","компиляции","компонент","компонент,","компонента","компонента,","компонента.","компонентам","компонентам,","компонентами,","компонентами:","компонентах","компонентах,","компоненто","компонентов","компонентов,","компонентов.","компонентов;","компоненты","компоненты,","компромиссы","конверсии.","конечно,","конечном","конкатенировать","конкретного","конкретной","константы","конструкторы,","контекст","контекста","контекста,","контекста.","контексте","контексте.","контекстной","контексту","контексту,","контент","контент,","контент.","контента","контролировать,","контролирует,","контроль","контроля","конфигурации","конфигурацию","конфигурацию,","конфигурация","концепции,","концепции.","корневого","корневой","корневом","коробки","коробки,","которая","которого","которое","которой","котором","которую","которые","который","коэффициентом","крайне","кратко","критически","критический","критического","критическом","критична,","критично,","критичным","кроме","кусок»","кэша","кэша,","кэше","кэширование","кэширование,","кэшированию","кэширования","кэширования.","кэширования:","кэшированной","кэшированный","кэшировать","кэшироваться","кэшироваться,","кэшируемыми","кэшируется","кэшу","легко","ленивая","ленивый","лету,","ли","либо","лишний","лишь","логика","логики","логику","логичным","локальный","лучше","лучшего","лучшее","лучшему","лучшие","лучшую","любая","любой","любом","любые","любых","максимальной","манипулируют","манифест","манифест,","манифеста","маркетинговых","маршрут","маршрут,","маршрута","маршрута,","маршрута.","маршрута:","маршрутизатор","маршрутизатор.","маршрутизатора","маршрутизации","маршрутизация","маршрутов","маршрутов,","маршрутом","маршруту,","маршруту:","массив","мгновенно","медленных","между","менее","менее,","меняться","мере","мест","месте","месте,","место","метаданных","метку","метод","методы","методы:","механизма","микро","миллисекунд","многие","много","многом","мог","могли","могут","модулей","модулей.","модуль","модуля","можем","может","можете","можно","моки","момент","момента","моментом","моменты,","мониторинга","монтировали","монтированием","монтирования","монтироваться","монтируем","монтирует","мы","мы,","на","навигацией","навигации","навсегда.","нагрузка","нагрузке","нагрузку","над","названием","названное","наиболее","наилучшей","найдена')","найдены","найдём","найдёт","наконец","наконец,","нам","наоборот.","написана","написание","написании","написания","написать","например","например,","например:","напрямую","напрямую:","нас","нас,","насколько","настраивать","настроить","настройка","настройками","настройками.","настройками:","настройке","настройки","настройки.","нативно.","нативных","находится","находиться","нахождении","начала","начального","начальное","начальной","начать","начинаться","начнётся.","наш","наше","нашего","нашем","наших","не","него","него.","независимо","некоторой","некоторые","некоторыми","некоторых","нельзя","немного","нему","ненужному","необходим","необходима","необходимо","необходимое,","необходимости","необходимую","необходимы","необходимые","необходимый","необходимым","необходимыми","необходимых","непосредственно","непосредственного","непригодной","нескольких","несколько","несмотря","несоответствие.","несоответствия,","нет","нет,","неудачной,","неё","ни","низким","ним,","ничего,","но","но,","нового","новое","новой","новом","новый","новых","нотациям","нужд,","нуждаться","нужен","нужен.","нужна,","нужно","нужно»","нужные","нуля.","нём.","о","об","обернуть","обеспечения","обеспечивает","обеспечивающие","обеспечить","облегчения","обнаружения","обновим","обновить","обновлений","обновления:","обновляем","обновлённого","обоих","обойти","обрабатывается","обрабатывать","обрабатываться","обработан","обработка","обработке,","обработки","обработчик","обработчика","образом","образом:","обратите","обратной","обращаться","обсудим","обсудим,","обсуждается","обсуждали","обходится","общего","общей","общий","объект","объекта","объектов","объекты","объекты.","объявлены","объёмов","обычно","обычного","обычное","обычной","обычный","обычным","обязательно","обёртки","ограничение","ограничения","один","одинаковое","одинаковые","одинаковый","одна","однако","однако,","одним","одного","одной","однофайловых","одну","ожидаем,","ожидает","ожидаете","ожидается:","означает,","окончания","окончательными","окружение","окружений,","окружения","окружения,","окружениях","окружениях,","он","она","они","оно","операцию","определено","определяет","определяется","определять","определяются","определяющая","определённые","определённых","оптимальные","опуская","опустим","опцией","опции","опционален.","опционально","опциональным.","опцию","опция","опыт","опыту","ориентированный","ориентировано","освновном","основе","основная","основной","основными","особенно","особенности","особой","оставаться","оставить","останавливаем","останется","остановить","останутся","остаётся","осторожным","от","ответ","ответственность","отдаются","отдельно.","отдельной","отдельном","отдельные","отдельный","отдельных","отделён","отзывчивым.","отказываться","отклика","отклоняем","отключена","отключена.","отключение","отключить","открыли","отличается","отличаться","отличие","отличии","отличия","отлично","отметить,","относится","отображаем","отображаемой","отображаемом","отображаемым","отображается","отображения","отображено","отображены.","отобразил","отправить","отправлен,","отправленный","отправлять","отправляться","отправляя","отражают","отрендерен","отрендеренного","отрендеренное","отрендеренной","отрендеренную","отрендеренный","отрендеренным","отсутствия","отсутствующих","официальному","официальную","официальный","очевидно","очевидно,","очень","ошибка","ошибка,","ошибки","ошибкой,","ошибок,","ошибок...","ощущается","ощущать","пакета","памяти.","панель","параметр","параметре","параметры","первоклассной","первоначального","первый","перед","передав","передаваемой","передавать","передаваться","передайте","передали,","передан","передана","переданного","переданный","передать","передачи,","перезагрузка","перезагрузки","перезагрузку","перезапустить","переиспользовать","переключаться","перекрёстных","переменной","переменные","переменные.","переменных,","переместите","перемещён","переносится","пересмотрены","пересоздания","периодов","писать","пишете","пишите","плагин","плагин!","плагина,","плагина:","плагином","плагины","платформо","платформы","платформы,","плохо","плохом","по","побочные","поведение","повторно","повторное","повторном","повторяются","повышенная","под","подготовить","поддерева.","поддерживает","поддерживается","поддержка","поддержки","поддержкой","поддержку","подключаем","подключен","подключения","подключены","подлежащий","подобное","подобным","подойти,","подразумеваем","подробнее","подробной","подробностей.","подробности","подсказок","подставит","подставлена","подставленным","подставлены","подстановки","подстановку","подход","подхода","подходит","подходящих","позволит","позволяет","позднее,","позже","поисковые","поисковый","пока","показатели","полагаетесь","полагаться","полагаются","полезно","полезным","полифилл","полифиллы)","полифиллы,","полного","полностью","полноценного","полный","полных","получать","получению","получения","полученные","получить","получить,","пользователей","пользователи","пользователь","пользовательская","пользовательские","пользовательских","пользовательскому","пользовательскую","пользователя","пользователя.","пользователям),","помешать","помимо","помогает","поможет","помощью","понадобится","понадобиться","понимать,","понять","попадание","попробовать","пор","пор,","посещается","посещённый","посещённым","поскольку","после","последнего","последняя","посмотреть","построен","поток","потока","потока,","потоковой","потоковый","потом","потомки","потому","потребовалось","потребоваться","потребуется","потребуется,","поэтому","поэтому,","появится","появиться","появления","появятся","правило","правило,","правильно.","правильного","правильное","правильных","практически","пре","превращает","предварительно","предзагружать","предзагружать,","предзагружаться,","предзагруженные","предзагружены","предзагружены.","предзагрузить","предзагрузка","предзагрузке","предзагрузки","предзагрузки,","предзаполнены,","предлагаем","предназначена","предоставив","предоставим","предоставить","предоставлен","предоставляем","предоставляет","предоставляется","предоставлять","предоставляют:","предоставляются","предоставляющий","предостережения","предотвращает","предотвращение","предотвращения","предполагаем,","предполагает","предполагает,","предполагается,","предполагали,","предполагая,","предположим,","предпочитаете","предпочитайте","представим","представление","представлении","представления","представления,","представления:","представляем","представляющие","прежде","прежнему","преимущества","преимущества:","преимуществами","преимущество","преимуществом","преобразования","преобразуем","преобразует","пререндеринг","пререндеринга","пререндеринга.","при","приведённая","приведёт","привести","привет","приводит","привыкли","привязанных","пригодной","приложение","приложение,","приложение.","приложении","приложении,","приложении.","приложений","приложений,","приложения","приложения,","приложения.","приложения:","приложениями","применимо","применяется","применять","пример","примера","примера,","примере","примерно","примеси","примесь","примечание:","примечания","примечания:","принимает","принимают","приоритетом;","природе,","присваиваем","присоединить","присоединяем","присоединять","приятным","проблем","проблема","проблеме","проблемой","проблему,","проблемы","проблемы,","проблемы.","проверка","проверки","проверяет,","проверять,","проверяя","программной","продвинутые","проект","проекта","проекте.","проектов.","производит","производительности","производительности,","производительности.","производительность","производительностью","производить","простая","просто","просто,","простого","простой","простота","простую","простые","протестирован","проходит","процесс","процесс,","процесса","процесса.","процессе","процессе.","процессом","процессора,","процессоров","процессу","прочитать","прочтения","проще","прямо","псевдонимы","пулл","пути","путь","работает","работайте","работала","работало","работать","работать,","работают","работе","работу","работы","равно","раз","раз,","раз.","разбивает","разбивать","разбирать","развёрнут","развёртыванию","развёртывания","раздача","разделах","разделе","разделе,","разделе.","разделение","разделением","разделения","разделено","разделить","разделяемых","различий","различными","размер","разместить","разметка","разметки,","разметки.","разметкой","разметку","разметку,","размещать","размещение","разные","разных","разрабатываемого","разрабатываете","разработке","разработке.","разработки","разработки.","разрешает","разрешается","разрешения","разрешены","разрешены.","разрешит","разрешить","разрешиться","разрешённое","разрешённым,","разумное","ранее","ранних","раньше","раньше.","располагает","располагается","расположить","рассмотрим","расчётом","расширения","расширять","расширяют","реагировать","реактивности","реактивность","реактивные","реализацией,","реализации","реализации,","реализаций","реализацию","реализация","реализовав","реализован","реализовать","реализовывать","реализуется","регистрации","регистрировать","редактируете","режим","режима","режиме","режиме;","результат","результата","реквесты!","рекомендаций.","рекомендуемая","рекомендуемый","рекомендуется","рекомендуется).","рекомендуется,","рендер","рендера","рендера.","рендера:","рендерер","рендерер.","рендерер:","рендерера","рендерера)","рендерера,","рендерера.","рендерере,","рендерим","рендеринг","рендеринг.","рендеринга","рендеринга,","рендеринга.","рендеринга:","рендеринге","рендерингом","рендерингом,","рендерингом.","рендерингу","рендерингу.","рендерит","рендерите","рендерить","ресурсам","ресурсах.","ресурсов","ресурсов,","ресурсы","ресурсы,","решения","решения,","решениями","решили,","решить","робот","роботы","руководства","руководства,","руководстве","руководстве.","руководство","руководство,","ряд","с","сайта.","самим","самой","самом","самостоятельно","самостоятельно.","сборка","сборками.","сборке","сборке,","сборке.","сборки","сборки),","сборки,","сборки.","сборки:","сборки;","сборкой","сборку","сборку,","сборку.","свежий","свежий,","свежих","свободно","своей","свой","свойства","свойство","своём","связанные","связано","сгенерированное","сгенерированный","сгенерировать","сгенерирует","сгенерируйте","сделали","сделать","сделать,","себе","сейчас","сейчас,","секунду","секунду.","секунды,","селектор","сервер","сервер.","сервера","сервера!","сервера')","сервера,","сервера.","сервера...","сервере","сервере,","сервере.","серверная","серверно","серверного","серверной","серверном","серверному","серверную","серверный","серверным","сервером","сервером,","сервером.","серверу","сериализовано","сериализовывать","сериализует","сигнатуру","симуляцией","синглтон,","синглтонов","синхронизируем","синхронные","синхронные.","ситуации.","сих","скобки","скорее","скрипт","скрипт,","следует","следующее:","следующем","следующем:","следующие","следующий","следующих","следующих:","слово","сложно","сложной","сложные","случае","случае,","случаев","случай,","случайно","случаях,","см.","смог","смогут","сможем","сможет","смысле,","сначала","снизить","снова","со","собран","собранный","собранных","собраны","собственно","собственный","событий","советуем","совместимости","совместимости,","совместно","совпадает","содержать","содержаться","содержащие","содержимое","содержит","создав","создавали","создавать","создавая","создадим","создан,","создание","создании","создания","созданной","созданному","созданы,","создатель","создают","создаём","создаёт","создаёте","создаётся","сообщает","соответствие,","соответствующей","соответствующие","соответствующий","соответствующих","сопоставления","сопряжено","составляющие","состояние","состояние.","состоянием","состоянием,","состоянием»,","состояния","состояния.","состояния».","сотен","сочетании","специализированное","специализированному","специальном","специальные","специальный","специфичная","специфичные","специфичных","списка,","список","список.","способ","способа","справочник","срабатывании","сравнению","сравниваем","сравниться","сразу","средах","ссылки","ссылкой","ссылок","станет","становится","старыми","статический","статических","статической","статическую","статичного","статичном","статичную","статичные","статичным.","статичных","стеке","степени","стесняйтесь","стиле","стиле,","стилей","стилям","стоит","стороне","сторонняя","стороны","стороны.","страниц","страницах","странице.","страницу","страницу.","страницы","страницы,","страницы.","страницы:","стратегии","стратегии,","стратегии.","стратегий","стратегию","стратегию,","стратегию.","стратегия","стриминг","стриминга","строк","строка","строки","строкой,","строкой.","строкой:","строку","строку.","структура","структурой","структуры","существенными","существу","существует","существующего","существующее","схоже","схожей,","сценария","считать","счёте","сырого","сырые","сюда","т.д.),","таймер,","таймеров","таймеры","так","так,","так:","также","также:","такие","таким","таким:","такими","таких","таковые","такое","такой","таком","такую","те","те,","тег","тегами","тегами.","тегах","теги","текущей","текущем","тем","тем,","темой","теперь","теперь,","тех","техник,","технологиями","течение","тип","типичные","типов","типы","то","то,","того","того,","тоже","той","только","том","том,","тому","тому,","точек","точка","точке","точки","точку","точно","традиционным","трактоваться","транспилировать","трафик,","трафика.","требования","требователен","требует","требуется","требуются","три","тройные","ту","тут","тщательно","у","убедитесь","убедитесь,","увеличению","увидит","удаляется","уже","узких","узлов","укажите","указан","указан,","указан:","указание","указанное","указанных","указать","указываем","указывать","улучшая","улучшением","улучшены.","улучшить","уменьшает","уменьшения","уменьшить","умолчанию","умолчанию,","универсальная","универсального","универсальное","универсальном","универсальную","универсальный","уникальную","уникальный","уникальным","уничтожения","упоминалась","упомянутых","управление","управлению","управления","управлять","упростить","уровне","уровня","ускоряет","условие","устанавливаем","устанавливая","установит","установить","установка","установку","установленной","устаревают","устаревший","устранения","устройствах.","утилиту","ухудшению","учитывать","учётом","уязвимостей.","фабрику","фабрику,","файл","файл,","файл.","файла","файла.","файла:","файлами,","файлах,","файле","файле,","файлов","файлов),","файлов):","файлов,","файлов.","файловом","файлом","файлу","файлу.","файлы","файлы,","файлы:","фактически,","фактический","фактического","фигурные","финальный","формы","фрагмент","фрагмента","фрагментами","фрагменте","фрагменты","фраментов,","фреймворк","фронтенд","фундамент","функцией","функцией,","функции","функции).","функции,","функции:","функцию","функцию,","функция","функция,","функциям","фух,","хаком","хорошей","хороший","хорошо","хотели","хотим","хотите","хранение","хранилища","хранилища.","хранилища:","хранилище","хранилище.","хук","хуках","хуке","хуки","хуков","хуков,","хэши.","цели","цикла","цикла,","цикла.","цикла;","циклах.","цикле","частей","части","части,","части.","части:","часть","частях","чаще","чего,","чем","через","чисто","чистых","член","чтения","что","что:","чтобы","шаблон","шаблон,","шаблона","шаблона,","шаблонах.","шаблоне","шаблоне.","шаблонного","шаблонов","шаблоном","шаг","шины","шрифты","шрифты,","экземплере","экземпляр","экземпляра","экземплярам","экземпляре.","экземпляров","экземпляром","экземпляры","экрана.","экранированного","экспортировать","экспортируем","экспортируемую","экспортирует","экспорты","элемент","элемента","элементы","эта","этапе","эти","этих","это","это,","это...","это:","этого","этого,","этой","этом","этому","этот","эту","эффекты","является","является,","являются","ядре,","—","……render","│","└──","├──","一个函数,用来控制什么文件应该生成","一个函数,用来控制对于哪些文件,是需要生成","一个基本项目可能像是这样:","一个模块被提取到","一些需要注意的坑","上下文中的","上下文中运行,所以请留意在应用程序代码中尽量避免修改","上下文并重新执行整个","上下文状态键(context","上下文,因此伴随有一些显著性能开销。","上,才能手动注入服务器端渲染上下文(ssr","不包含","不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是","不要外置化","不转义插值(non","与","与传统","与服务器集成","专门章节","中","中。","中。假设我们有以下","中。此外,我们将在","中。而在客户端,在挂载到应用程序之前,store","中使用。我们可能会提供一个更简单的构建,可以在将来在其他「javascript","中创建一个新的实例,并从根","中包含","中实现它:","中实现服务器端路由逻辑(server","中导入","中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从","中执行时抛出错误,反之也是如此。","中收集和内联(使用","中无法使用。在","中渲染完整的应用程序,显然会比仅仅提供静态文件的","中的","中的代码具有自己的","中的代码意外污染服务器进程的","中的依赖模块。只有在所生成的","中的所有资源都将被预取,因为这是低优先级指令;","中运行(例如通过","中进行简要讨论。","中,","中,我们可以通过路由获得与","中,我们用下面这行挂载(mount)应用程序:","中,或者使用为你执行此操作的","中,此选项有一个","中,这使得它可以在上述环境中使用。","中:","为了简化这些,你可以直接在创建","为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data","为什么使用服务器端渲染(ssr)?","为整个页面的","为此,建议使用官方提供的","为此,我们将使用官方状态管理库","为要渲染页面提供最佳的","之中,extract","之前调用","之后,只需将文件路径传递给","之外,我们还可以生成客户端构建清单(client","也可以与","也可以也可以在生产模式(product","也可以是可选的异步函数。这允许缓存使用异步","事实上,作者是","什么是服务器端渲染(ssr)?","仅运行于服务器","仅运行于浏览器","介绍构建步骤","仍然使用独立的全局上下文(separ","从","从依赖模块导入样式","代码分割","代码字符串(不推荐)。","代码将与服务器进程在同一个","代码拆分(store","代码提供了更好的缓存。","代码,将看起来如下(所有都是自动注入):","以","以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在","以便可以在之后正确注入异步","以便在组件中,我们可以在数据准备就绪后","以便我们不会二次预取(doubl","以便我们能够知道数据在何时更新","以便服务器能够等待所有的内容在渲染前,","以获得更好的缓存,是很常见的做法。","会在服务器端渲染(ssr)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如","会检查这个组件是否已经具有服务器内联(server","会返回","会遇到问题。为了解决这个问题,请避免在","传入","传递到我们的","传递给","但是稍后我们将在此执行服务器端路由匹配(server","位于提取的","何时使用组件缓存","作为对象传递给","作出贡献!","你也可以通过将","你可以在这里添加更多的文件类型。例如,未处理","你可能已经注意到,我们的服务器代码使用了一个","你应该在创建","你还应该将修改","使用","使用「ssr","使用一个页面模板","使用三花括号(tripl","使用双花括号(doubl","使用基本","使用服务器端渲染(ssr)时还需要有一些权衡之处:","使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data","使用相同的策略,你可以轻松地将此","使用(可选的)选项创建一个","例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个","例如,请查看","依赖一些","依赖模块导入","依赖模块放置在不同位置,或者","假定我们有一个可以返回","假设服务器","停止加载指示器(load","元素。相反,我们需要\"激活\"这些静态的","关于此指南","关键","具体实现细节)","具体查看:","具体请查看","典型用法是传入","内置支持组件级别缓存(compon","内置的","内部使用的","内部异步组件中的","内部抛出的错误,使用的是","内部自动注入","决定,则上述是一个很好的实现。但是,如果具有相同","出于向后兼容的考虑,此选项默认为","函数。我们也可以通过纯客户端(client","函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。","函数来缓存组件。","函数的第二个参数,来提供插值数据:","函数,并返回","函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。","函数:","列入白名单,例如","列表中重复出现的组件。由于这些组件通常由数据库集合(databas","创建","创建应用程序实例,将","创建插件实例时可以自定义文件名:","创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。","到","到根","到目前为止,我们假设打包的服务器端代码,将由服务器通过","到目前为止,我们还没有讨论过如何将相同的","匹配不到的路由,执行","匹配要渲染的视图后,再获取数据:","单个文件组件内的","单页应用程序)相比,服务器端渲染(ssr)的优势主要在于:","即运行在服务器和客户端的代码。由于用例和平台","原始文件,","原生定时器,来为","原生模块,因此只能在","参数可以是以下之一:","参考","参考。","参考:手动资源注入(manual","参考:源码结构","又或者,你还可以将","另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据","只从应用程序生成","只在","只有非用户特定(non","只用于","只需创建应用程序,并且将其挂载到","只预加载","只预加载重要","可以很好对同步","可以通过","可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件","可能会随时间而变化,或者如果渲染结果依赖于其他","可读流。上下文对象(context","同样的规则也适用于","同步路由状态(rout","后执行,","后返回最终渲染的","后,","后,会返回","否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。","启用","告知","和","和将","和操作","和路由信息作为参数传递进去:","和(可选的)选项创建一个","哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。","回调函数中,你传入的","回调函数是可选项。在不传递","因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre","因为有可能会是异步路由钩子函数或组件,所以我们将返回一个","因此可以创建多个实例化该模块","因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。","因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的","因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:","在","在下一章节中,我们将讨论如何配置","在之后的指南中介绍相关概念时,我们将详细讨论这些。","在使用","在使用带有","在初始路由","在大型应用程序中,我们的","在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user","在客户端,处理数据预取有两种不同方式:","在对你的应用程序使用服务器端渲染(ssr)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time","在嵌入","在开发模式下,vue","在开发环境甚至部署过程中热重载(通过读取更新后的","在所有预取钩子(prefetch","在服务器处理函数中……","在服务器端构建过程中,不应该外置化提取。","在服务器端渲染(ssr)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。","在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加","在此模式下,修改","在流式渲染模式下,当","在浏览器端接管由服务端发送的静态","在生成","在生成的文件名中有哈希时,可以取代","在纯客户端应用程序(client","在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:","在调用","在路由导航之前解析数据:","在路由组件内","在这里导入模块,而不是在","在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件","在通过","在非","在默认构建时,会预先假定有一个","基于指令绑定元数据(metadata)转换","基于文件扩展名的类型推断。","基本用法","处理。","处理。如果你导入依赖于","处理任何错误","处理异常……","处理程序,它接受任意","处理错误……","外置化应用程序依赖模块。可以使服务器构建速度更快,","大多数自定义指令直接操作","好处是双重的:","如基本示例所示,我们为每个请求创建一个新的根","如果","如果你使用","如果你想从","如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器","如果你根本没有使用","如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:","如果你调研服务器端渲染(ssr)只是用来改善少数营销页面(例如","如果先前已经使用过","如果在服务器端渲染期间使用,可以在","如果它在","如果提供了","如果没有,css","字体","字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。","字符串,并由","它具有可能依赖于全局状态的子组件。","它具有对渲染上下文产生副作用(side","安装","实例","实例。","实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在","实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross","实例注入。","实例渲染为","实例渲染为一个","实例渲染为字符串。上下文对象(context","实例)","实例,并直接挂载到","实例,所以文件导出一个","实现逻辑为,检查请求是否是用户特定(user","客户端","客户端和服务器端的通用编程体验。","客户端数据预取(client","客户端混合","客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的","客户端激活(client","客户端特定引导逻辑……","客户端配置(client","客户端,可以向服务器和客户端都暴露相同的","客户端:","密集),因此如果你预料在高流量环境(high","对","对于","对于仅浏览器可用的","对于共享于服务器和客户端,但用于不同平台","对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用","对于所有环境,必须要预先在环境中模拟","对于自定义指令,允许提供服务器端实现:","对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(ssr)解决此问题。","对所有匹配的路由组件调用","对象(client","对象。","对象。注意事项如下:","对象。由于在使用","对象中的获取","对象会暴露以下方法:","对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。","对象进行插值,你可以(通过传入","对象,以及将","对象,允许模板插值中的组件动态地注册数据。","对象,在其","导入","导入它。","导入文件,通过","导入的","导出一个","导出一个工厂函数,用于创建新的","导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情","将","将主","将会使用","将会是","将会有所帮助,此示例使用了本指南涵盖的大部分技术。","将作为","将使用","将依赖模块提取到","将内联为","将创建一个新的","将可能的异步组件和钩子函数解析完","将在独立的全局上下文(separ","将外部","将推断客户端生成的虚拟","将是注入应用程序内容的完整页面","将永远保留下来。为了避免这种情况,请将副作用代码移动到","将生成为可传递到","将获取数据操作分配给","将通过","就已经准备就绪。","就应该获取到状态:","尽管","层完成,但是我们也可以在","层级(virtual","属性:你需要自行添加","已更改,例如,从","已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:","带有逻辑配置的组件(logic","并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。","并且","并且我们的服务器代码现在变为:","并且还会在编译","并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。","并列同级,组件作用域","并将其暴露于根实例的","并手动执行资源注入时,传入","并生成较小的","并返回一个内联的","应用程序/vendor","应用程序、router","应用程序。事实上,我们可能需要在服务器上使用","应用程序中,然后对客户端和服务器复用相同的路由配置!","应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。","应用程序代码。","应用程序实例共享","应用程序实例,以便它可以渲染","应用程序广泛测试","应用程序提供给客户端。为了做到这一点,我们需要使用","应用程序时,render","应用程序是由","应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积","应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示","应用程序,因为:","应该","应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由","开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycl","开发过程中热重载(hot","开头才会被识别为文件路径。","异步路由组件的路由配置示例:","当你在渲染","当你阅读时,参考官方","当使用","当在渲染上下文(render","当我们将状态附加到上下文,","当编写纯客户端(client","必填选项","必须匹配版本。","必须是一个函数,","性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。","惰性注册(lazi","我们假设你已经知道,如何为纯客户端(client","我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交","我们只关心非预渲染的组件","我们可以在路由组件的","我们可以编写一个简单的","我们可以通过传入一个\"渲染上下文对象\",作为","我们可以通过检查匹配的组件,并在全局路由钩子函数中执行","我们将在后面的章节讨论规划结构的细节","我们将在整个指南中使用","我们将在路由组件上暴露出一个自定义静态函数","我们的","我们需要通过访问路由,来决定获取哪部分数据","或","或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。","所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用","所以我们对比它们,找出两个匹配列表的差异组件","所支持的使用动态导入作为代码分割点相结合,你需要做的是:","所谓客户端激活,指的是","所需的构建工件(build","手动资源注入(manual","打包","执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到","扩展为通用的头部管理工具(gener","扩展说明(extern","技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,nuxt.j","指向你的客户端入口文件。除此之外,如果你使用","指向应用程序的","指引","接收第二个参数作为回调,那","控制使用","推荐","推荐使用","推荐使用组件作为抽象机制,并运行在「虚拟","提供","提供一个名为","提供一个模板。此模板应包含注释","提供以下优点:","提供异步组件作为第一类的概念,将其与","提供组件缓存具体实现。缓存对象必须实现以下接口(使用","提取","提取。","提取到单独的","提取应该只用于生产环境","提取的","插件","插件作为独立文件提供,并且应当直接","插件提取","支持","支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。","支持(在","支持)","支持:","改为这样:","攻击。","数据预取","数据预取和状态","数据预取存储容器(data","数据预取指令(preload","整个构建过程的信息,从而可以让","文件","文件。","文件。app.j","文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。","文件。客户端","文件。所创建的","文件与外部的","文件中提取","文件中的样式,然而你也可以使用","文件中(使用","文件会被预加载,因为它们是启动应用时所必需的。","文件列入白名单。这是因为从依赖模块导入的","文件时):自动内联在渲染过程中用到的组件所需的css。更多细节请查看","文件的插件。","文件(.j","文件(例如,使用","文件,则无需外置化提取","文件,里面会模拟一些根据","时……","时。","时已经自动创建过。","时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如","时提供具体缓存实现方式(cach","时是否执行自动注入。默认是","时需要注意的几点:","时,","时,context.st","时,使用","时,可以消除此约束,但是由于需要为每个请求创建一个新的","时,在服务器并不真正需要它,所以实际上只需在客户端","时,如果提取的","时,它将自动执行「由","时,我们可以确保对","时,模板会自动注入以下内容:","时,此方法返回一个","时,自动注入「资源链接(asset","时,自动注入关键","是一个","是在要用到的","是我们应用程序的「通用","是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出","是由","是通过","是:","显式地声明","智能地注入为","暴露","更加大量占用","更多信息请查看构建配置。","更多的服务器端负载。在","更多细节请查看","更好的","更快的内容到达时间(time","更重要的是,vue","替代","最后,请注意,本指南中的解决方案不是限定的","最新版本能够完全支持","服务器","服务器上的数据响应","服务器中使用时相当简单直接,例如","服务器实时动态编译","服务器推送(http/2","服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。","服务器渲染的","服务器端数据预取(server","服务器端渲染","服务器端渲染(ssr)与其他后端设置进行混合使用,是后端自身集成","服务器端渲染指南","服务器配置(server","服务器配置,是用于生成传递给","服务器需要「服务器","期望值:boolean","期间并不会调用销毁钩子函数,所以","本指南专注于,使用","本指南将会非常深入,并且假设你已经熟悉","本指南需要最低为如下版本的","本身不支持","本身,并且具有","来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用","来处理组件","来处理这个问题:","来完成标题管理:","来实现:","来打包我们的","来执行其他任务","来注入正确的资源","来直接访问组件中的服务器端渲染上下文(ssr","来简单地扩展基本配置。","来访问它。","构建为单个","构建配置","构建配置。","构建,并且许多","构造函数,所以它不会是服务器进程中","标签。当在应用程序代码中使用异步代码分割(async","标签也会注入","标签内由","标签到所渲染的","标签动态注入。","标签包含所有关键","标签的形式注入到页面头部。注意,如过你使用了","标签,以避免客户端的瀑布式请求(waterfal","标记(markup)。在这个示例中,我们必须用一个额外的","标记。","标记注入的地方。","树(virtual","核心团队的成员。","根元素的","根实例简单的渲染应用程序组件。","模块:","模板中写入:","模板中根元素具有","模板中注入的内容。更多详细信息,请查看生成","模板插值","模板还支持使用渲染上下文(render","模板还支持简单插值。给定如下模板:","此处告知","此外还需要注意的是,你应该避免在","此外,当提供","此外,模板支持一些高级特性,例如:","此插件在输出目录中","此方法不返回字符串","此方法序列化","此方法返回引导客户端应用程序所需的","此方法返回当前要渲染的页面,所需的","此策略将客户端数据预取逻辑,放在视图组件的","此设置支持使用","此选项可以是一个字符串或函数","步:创建一个","步:将","注入","注入到页面的头部(head)里。","注入(在使用","注意","注意,推荐将","注意:","注释","流式传输说明(stream","流式渲染","流式渲染(streaming)","浏览器会在","涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(spa)不同,服务器渲染应用程序,需要处于","添加路由钩子函数,用于处理","渲染一个","渲染为一个","渲染为字符串。上下文对象(context","渲染完成","渲染当前页面所需的最优客户端","渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer","源码结构","然后修改","然后子组件可以通过","然后更新","然后模板中的内容将会传递给","然后,你可以通过实现","然后,你就可以使用生成的客户端清单(client","然后,我们可以读取和传输文件到","然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与","然而,当第一个数据","版本","版本中,嵌入式","版本中,我们把那些基本上与环境无关的构建,编译到","版本中,此","特定功能不能直接在","特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。","特殊属性,让客户端","状态将自动序列化为","状态进行客户端融合(client","状态键(window","状态,将以","状态,自动嵌入到最终的","环境下使用","环境下,可能还需要使用","环境中使用","环境(如","环境,这使得它在其他","现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载","现在已经填充入渲染应用程序所需的状态。","现在我们正在使用","现在我们的服务器与应用程序已经解耦!","现在我们需要在","现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用","现在,路由组件可以利用以上","生命周期中。","生命周期时产生全局副作用的代码,例如在其中使用","生命周期时将其销毁。但是,由于在","生成","生成的","生成的客户端构建","生成的虚拟","生成的默认文件是:","用于客户端插件。","用于服务器端插件;","由","由于传递给","由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。","由于服务器已经渲染好了","由于模块现在是路由组件的依赖,所以它将被","由于没有动态更新,所有的生命周期钩子函数中,只有","的","的一个实例。","的任何其他类型的文件(例如","的任务(task),建议将平台特定实现包含在通用","的位置","的做法,并且可能会干扰到其他","的其他选项","的参考设置。","的可交互时间(tti","的基本","的实现,以考虑其他变量。","的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。","的形式内联到页面。内联的","的情况下编写我们的","的按需代码分割特性渲染","的推荐方法是简单地使用","的方法:","的服务器端单页面应用程序渲染。将","的服务器端实现。","的服务器端渲染(ssr)相当快速,但是由于创建组件实例和虚拟","的服务器端渲染(ssr),你应该注意到,推荐的代码结构现在略有不同(使用新的","的源码结构","的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。","的版本,你可以通过","的特殊","的环境检测代码。","的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用","的示例用法:","的缓存策略,来大幅度提高应用程序处理高流量的能力。","的自定义插件,server","的话题,我们会在","的路由","的过程。","的运行目录。运行时将会以此目录为基准来解析","的逻辑:","的问题","直接使用:","相匹配的组件,如果组件暴露出","相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行","相同的函数签名。","相同,但是","知道这部分","确保添加了此插件!","秒后过期。","移动到路由组件的异步","章节。","第","等到","等)的","简单地使用","管理","管理。","管理的动态","管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render","类似于资源注入,head","组件。","组件可以提供一个","组件时,","组件时,自动注入「关键的","组件生命周期钩子函数","组件的渲染过程中收集的。有关更多详细信息,请查看","组件级别缓存(compon","组件,进行生成","结构(dom","结构。例如,当你在","绝对路径,指向一个已经构建好的","缓存","编写通用代码","能够使用预处理器(pre","自动推导需要在","自动注入),这样可以将文件分开缓存。建议用于存在很多公用","自动清理,以防止","自定义指令","节点的开销,无法与纯基于字符串拼接(pure","获取","获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果","获取到内联预置(inline)状态。","菊花图,然后通过","虽然","被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render","要从","要使用客户端清单(client","触发","设置","设置为","设置服务器端","访问特定平台(platform","语法表示):","请注意,上述配置仅适用于","请注意,可缓存组件还必须定义一个唯一的","请注意,在","请注意,截至目前,googl","请注意,缓存对象应至少要实现","请注意,考虑到如果第三方","资源(cpu","资源提示(resourc","资源提示。","资源预加载提示(resourc","资源(支持自动推导异步代码分割所需的文件);","路由和代码分割","转义插值(html","轻松地添加预渲染。它已经被","输出(webpack","输送面向服务器代码(server","运行时(runtime)」运行。","运行时分离到一个引导","运行时和","运行环境。","返回","返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。","返回的","返回的值是","还应该由","还是相当昂贵的,特别是当应用很大的时候。","这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是","这也为你的","这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。","这允许","这可以通过纯客户端(client","这将返回内联","这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。","这是将服务器的整个输出","这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,node.j","这样我们在开发过程中仍然可以热重载","这通常在","这里假定","这里如果有加载指示器(load","这里将是应用程序","这里无需传入一个应用程序,因为在执行","这里进行修改……","进行最优化的资源预加载/数据预取,并且还可以将所需的异步","进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割","适用方式(node","选项","选项。通过使用唯一的名称,每个缓存键(cach","选项中,我们将","选项可以进一步自定义要预加载的文件。","选项所提供\"服务器端版本(server","选项时自动处理)组件的","选项用于","选项精确控制预加载资源:","选项设置为","选项(需要","选项,并设置为","通常","通用","通用代码不可接受特定平台的","通过","通过以上设置,使用代码分割特性构建后的服务器渲染的","通过此选项提供一个由","通过运行","遍历虚拟","避免在客户端重复注册模块。","避免状态单例","那么,我们在哪里放置「dispatch","都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time","都提供开箱即用的流式渲染功能。所有你需要做的就是,用","配置中使用","配置示例如下:","重要信息:state","重要信息:当多次访问路由时,","重要信息:这将","重要提示:条目在","重要:使用","钩子函数中,使用","链接","链接到当前项目中时,才需要配置此选项。","防御。","除了","需要","需要处理的依赖模块。","需要注意的是,你仍然需要在挂载","需要版本","页面","页面包裹容器,来包裹生成的","页面级别缓存(page","预加载页面所需的","预取异步","预渲染(ssr","风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。","风格导出模块(node","默认情况下,只有","默认情况下,对于每次渲染,bundl","默认情况下,异步","默认情况下,当提供","默认文件名为","(可选)客户端构建","(可选)页面模板",",作为渲染应用程序内容的占位符。",",其中关键",",它提供:",",所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的",",然而,由于"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Руководство по серверному рендерингу Vue.js\n\nПримечание: для этого руководства требуются следующие версии Vue и библиотек:\n\nvue & vue-server-renderer 2.3.0+\nvue-router 2.5.0+\nvue-loader 12.0.0+ & vue-style-loader 3.0.0+\n\nЕсли вы ранее использовали Vue 2.2 с серверным рендерингом, вы заметите, что рекомендуемая структура кода теперь немного отличается (с новой опцией runInNewContext установленной в false). Ваше существующее приложение по-прежнему будет работать, но советуем внести изменения с учётом новых рекомендаций.\n\nЧто такое серверный рендеринг (SSR)?\nVue.js — это фреймворк для создания приложений, выполняемых на клиенте (client-side). По умолчанию компоненты Vue создают и манипулируют DOM в браузере. Однако, также возможно рендерить те же компоненты в HTML-строки на сервере, отправлять их в браузер, и наконец «гидрировать» статическую разметку в полностью интерактивное приложение на клиенте.\nПриложение Vue.js отрендеренное на сервере также можно считать «изоморфным» или «универсальным», в том смысле, что большая часть кода приложения является общей для сервера и клиента.\nНужен ли вам SSR?\nПо сравнению с традиционным SPA (Single-Page Application), преимуществами серверного рендеринга будут:\n\nЛучшее SEO, поскольку поисковые роботы будут видеть полностью отрендеренную страницу.\nОбратите внимание, что на данный момент Google and Bing могут без проблем индексировать синхронные приложения JavaScript. Ключевое слово здесь — синхронные. Если ваше приложение запускается с индикатором загрузки, а потом догружает контент через Ajax, то поисковый робот просто не будет дожидаться окончания загрузки. Это значит, что если у вас есть асинхронный контент на страницах где SEO важен, то может потребоваться серверный рендеринг.\n\nЛучшие показатели времени до отображения контента (time-to-content), особенно при плохом интернете или на медленных устройствах. Для разметки, отрендеренной на сервере, не требуется дожидаться пока весь JavaScript будет загружен и выполнен, поэтому ваш пользователь увидит полностью отрендеренную страницу раньше. Как правило, это приводит к лучшему пользовательскому опыту и может быть критичным для приложений, где время до отображения контента напрямую связано с коэффициентом конверсии.\n\n\nСледует учитывать и некоторые компромиссы при использовании серверного рендеринга:\n\nОграничения при разработке. Код только для браузера может быть использован лишь в определённых хуках жизненного цикла; некоторые внешние библиотеки могут нуждаться в особой обработке, чтобы иметь возможность запускаться в приложении с серверным рендерингом.\n\nБолее сложные требования по настройке и развёртыванию сборки. В отличие от полностью статичного SPA, который может быть развёрнут на любом статичном файловом сервере, приложение с серверным рендерингом требует окружения, где есть возможность запустить сервер Node.js.\n\nПовышенная нагрузка на стороне сервера. Рендеринг полноценного приложения в Node.js очевидно более требователен к ресурсам процессора, чем простая раздача статичных файлов, поэтому если вы ожидаете большой трафик, будьте готовы к соответствующей нагрузке на сервер и используйте стратегии кэширования.\n\n\nПрежде чем использовать серверный рендеринг для вашего приложения, задайте себе вопрос, действительно ли он вам нужен. Ответ зависит от того, насколько важно время до контента для вашего приложения. Например, если вы разрабатываете панель мониторинга для внутренних нужд, где дополнительные несколько сотен миллисекунд начальной загрузки не так важны, то серверный рендеринг будет излишеством. Однако, в тех случаях, когда время до контента критично, серверный рендеринг может позволит достичь наилучшей производительности начальной загрузки.\nSSR vs Пререндеринг\nЕсли вы интересуетесь серверным рендерингом только для того, чтобы улучшить SEO на нескольких маркетинговых страницах (например, /, /about, /contact, и т.д.), вам скорее всего будет достаточно пререндеринга. Вместо того, чтобы заставлять веб-сервер компилировать HTML на лету, пререндеринг просто сгенерирует статичные HTML-файлы для указанных маршрутов на этапе сборки. Преимуществом пререндеринга будет простота реализации, кроме того этот подход позволит вам оставить фронтенд полностью статичным.\nЕсли вы используете Webpack, то для добавления пререндеринга достаточно установить плагин prerender-spa-plugin. Он был тщательно протестирован с приложениями Vue, а его создатель — член основной команды разработки Vue.\nОб этом руководстве\nЭто руководство ориентировано на SPA приложения с рендерингом на сервере, используя Node.js в качестве сервера. Использование серверного рендеринга Vue совместно с другими технологиями и настройками бэкэнда являются отдельной темой и кратко обсуждается в отдельном разделе.\nЭто руководство будет очень детальным и предполагает, что вы уже знакомы с самим Vue.js, имеете знания и опыт работы с Node.js и Webpack. Если вы предпочитаете более высокоуровневые решения, обеспечивающие работу из коробки — вам следует попробовать Nuxt.js. Он построен на том же стеке Vue, но позволяет абстрагироваться от написания шаблонного кода, а также предоставляет некоторые дополнительные возможности, такие как генерация статичного сайта. Однако он может не подойти, если вам необходим полный контроль над структурой приложения. В любом случае, вам будет полезно прочитать это руководство, чтобы лучше понимать, как все составляющие работают вместе.\nПо мере прочтения руководства, будет полезным обращаться к официальному демо HackerNews, в котором используется большинство техник, изложенных в этом руководстве.\nНаконец, обратите внимание, что решения в этом руководстве не являются окончательными — мы решили, что они хорошо работают для нас, но это не означает, что они не могут быть улучшены. Они могут быть пересмотрены в будущем — поэтому не стесняйтесь вносить свой вклад, отправляя пулл-реквесты!\n"},"basic.html":{"url":"basic.html","title":"Использование","keywords":"","body":"Использование\nУстановка\nnpm install vue vue-server-renderer --save\n\nВ руководстве мы будем использовать NPM, но вы свободно можете использовать и Yarn.\nПримечания\n\nРекомендуется использовать Node.js версии 6+.\nvue-server-renderer и vue должны иметь одинаковые версии.\nvue-server-renderer зависит от некоторых нативных модулей Node.js и поэтому может использоваться только в Node.js. Возможно в будущем мы предоставим более простую сборку, которая сможет быть запущена в других средах исполнения JavaScript.\n\nРендеринг экземпляра Vue\n// Шаг 1: Создаём экземпляр Vue\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World`\n})\n\n// Шаг 2: Создаём рендерер\nconst renderer = require('vue-server-renderer').createRenderer()\n\n// Шаг 3: Рендерим экземпляр Vue в HTML\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => hello world\n})\n\n// с версии 2.5.0+, возвращает Promise если коллбэк не указан:\nrenderer.renderToString(app).then(html => {\n console.log(html)\n}).catch(err => {\n console.error(err)\n})\n\nИнтеграция с сервером\nЭто достаточно просто когда мы используем сервер на Node.js, например Express:\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\n\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `Вы открыли URL: {{ url }}`\n })\n\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Внутренняя ошибка сервера')\n return\n }\n res.end(`\n \n \n Привет\n ${html}\n \n `)\n })\n})\n\nserver.listen(8080)\n\nИспользование шаблона страниц\nКогда вы рендерите приложение Vue, рендерер генерирует только разметку приложения. В примере выше нам потребовалось обернуть вывод дополнительным кодом для создания обычной HTML-страницы.\nВы можете упростить это, предоставив шаблон страницы при создании рендерера. Чаще всего нам требуется расположить шаблон в отдельном файле, например index.template.html:\n\n\n Привет\n \n \n \n\n\nОбратите внимание на комментарий — сюда будет подставлена разметка вашего приложения.\nТеперь мы можем прочитать этот файл и передать его в рендерер Vue:\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\n\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // будет выведен код всей страницы, с подставленным кодом приложения.\n})\n\nИнтерполяции в шаблоне\nШаблон поддерживает простые интерполяции. Например:\n\n \n \n {{ title }}\n\n \n {{{ meta }}}\n \n \n \n \n\n\nМы можем предоставить необходимые данные для интерполяции, передав объект контекста для рендера вторым аргументом в renderToString:\nconst context = {\n title: 'привет',\n meta: `\n \n \n `\n}\n\nrenderer.renderToString(app, context, (err, html) => {\n // заголовок страницы будет \"привет\"\n // meta-теги также будут подставлены в код страницы\n})\n\nОбъект context может также использоваться совместно с экземпляром Vue приложения, что разрешает компонентам динамически регистрировать данные для интерполяции в шаблоне.\nКроме того, шаблон поддерживает некоторые продвинутые функции:\n\nАвтоматическую подстановку критически важного CSS при использовании *.vue компонентов;\nАвтоматическую подстановку ссылок и подсказок для ресурсов (preload / prefetch) при использовании clientManifest;\nАвтоматическую подстановку и предотвращение XSS при встраивании Vuex-состояния для гидратации на стороне клиента.\n\nМы обсудим это дальше, когда будем разбирать все связанные концепции.\n"},"universal.html":{"url":"universal.html","title":"Написание универсального кода","keywords":"","body":"Написание универсального кода\nПрежде чем идти дальше, давайте немного обсудим ограничения при написании «универсального» кода — кода, который выполняется как на сервере, так и на клиенте. Из-за различий в API платформы, поведение нашего кода будет отличаться при работе в разных средах выполнения. Здесь мы рассмотрим ключевые моменты, которые вам нужно знать.\nРеактивность данных на сервере\nВ приложении, которое работает только на клиенте, каждый пользователь использует свежий экземпляр приложения в своём браузере. Для рендеринга на стороне сервера мы хотим того же: каждый запрос должен иметь свежий, изолированный экземпляр приложения, чтобы не возникало загрязнения состояния при перекрёстных запросах.\nПоскольку фактический процесс рендеринга должен быть детерминированным, мы также будем «предзагружать» данные на сервере — это означает, что состояние приложения будет разрешённым, на момент начала рендеринга. А это означает, что на сервере реактивность данных не нужна, поэтому по умолчанию она отключена. Отключение реактивности данных также позволяет избежать уменьшения производительности из-за отсутствия необходимости преобразования данных в реактивные объекты.\nХуки жизненного цикла компонента\nТак как динамических обновлений нет, из всех хуков жизненного цикла будут вызваны только beforeCreate и created во время серверного рендеринга (SSR). Это означает, что код внутри любых других хуков жизненного цикла, таких как beforeMount или mounted, будет выполняться только на клиенте.\nСтоит ещё отметить, что вам следует избегать кода, который производит глобальные побочные эффекты (side effects) в хуках beforeCreate и created, например устанавливая таймеры с помощью setInterval. В коде на стороне клиента мы можем установить таймер, а затем остановить его в beforeDestroy или destroyed. Но, поскольку хуки уничтожения не будут вызываться во время SSR, таймеры останутся навсегда. Чтобы избежать этого, переместите такой код в beforeMount или mounted.\nДоступ к специализированному API платформы\nУниверсальный код не может использовать API специализированное для какой-то конкретной платформы (platform-specific APIs), потому что если ваш код будет использовать глобальные переменные браузеров window или document, то возникнут ошибки при выполнении в Node.js, и наоборот.\nДля задач, разделяемых между сервером и клиентом, но использующих разные API платформы, рекомендуется создавать обёртки платформо-специфичных реализаций в универсальное API, или использовать библиотеки, которые делают это за вас. Например, axios — это HTTP-клиент предоставляющий одинаковое API как для сервера так и для клиента.\nДля API только для браузеров общий подход — ленивый (lazy) доступ к ним, внутри хуков жизненного цикла только для клиентской стороны.\nОбратите внимание, если сторонняя библиотека не была написана с расчётом на универсальное использование, её может быть сложно интегрировать в приложение с серверным рендерингом. Вы могли бы заставить её работать, например создавая моки некоторых глобальных переменных, но это будет грязным хаком и может помешать коду обнаружения окружения в других библиотеках.\nПользовательские директивы\nБольшинство пользовательских директив непосредственно манипулируют DOM, поэтому будут вызывать ошибки во время SSR. Существует два способа обойти это:\n\nПредпочитайте использовать компоненты в качестве механизма абстракции и работайте на уровне виртуального DOM (например, используя render-функции).\n\nЕсли у вас есть пользовательская директива, которую нельзя легко заменить компонентами, вы можете предоставить её «серверный вариант» с помощью опции directives при создании серверного рендерера.\n\n\n"},"structure.html":{"url":"structure.html","title":"Структура исходного кода","keywords":"","body":"Структура исходного кода\nИзбегайте синглтонов с состоянием\nПри написании кода для клиентской стороны мы привыкли к тому, что наш код каждый раз будет выполняться в новом контексте. Однако сервер Node.js является длительным процессом (long-running process). Поэтому когда наш код потребуется, он будет выполнен один раз и останется в памяти. Это означает, что если вы создаёте объект синглтон, он будет использоваться для всех входящих запросов.\nКак видно из простого примера, мы создаём новый корневой экземпляр Vue для каждого запроса. Это схоже с тем, когда каждый пользователь будет использовать свежий экземпляр приложения в своём браузере. Если мы будем использовать общий экземпляр для нескольких запросов, то это быстро приведёт к загрязнению состояния.\nПоэтому, вместо непосредственного создания экземпляра приложения, мы должны предоставить функцию-фабрику, которую можно повторно вызывать для создания свежих экземпляров приложения на каждый запрос:\n// app.js\nconst Vue = require('vue')\n\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `Вы открыли URL: {{ url }}`\n })\n}\n\nКод нашего сервера станет таким:\n// server.js\nconst createApp = require('./app')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n\n renderer.renderToString(app, (err, html) => {\n // обработка ошибок...\n res.end(html)\n })\n})\n\nЭто правило также применимо и к экземплярам маршрутизатора (router), хранилища (store) и шины событий (event bus). Вместо того, чтобы непосредственно экспортировать из модуля и импортировать везде в приложении, вам нужно создавать новый экземпляр в createApp и внедрять его из корневого экземпляра Vue.\n\nЭто ограничение можно обойти при использовании рендерера сборки с опцией { runInNewContext: true }, однако это сопряжено с некоторыми существенными затратами производительности, поскольку для каждого запроса потребуется создание нового контекста vm.\n\nПредставляем шаг сборки\nДо сих пор мы не обсуждали каким образом доставлять клиенту такое приложение Vue. Чтобы сделать это, мы должны использовать Webpack для сборки нашего приложения Vue. На самом деле, мы вероятно захотим использовать Webpack для сборки приложения Vue также и на сервере, потому что:\n\nТипичные приложения Vue собраны с помощью Webpack и vue-loader, и многие Webpack-специфичные вещи, такие как импорт файлов через file-loader, импорт CSS через css-loader не будут работать напрямую в Node.js.\n\nНесмотря на то, что последняя версия Node.js полностью поддерживает ES2015, нам всё же необходимо транспилировать код для клиентской части для совместимости со старыми браузерами. Это снова предполагает шаг сборки.\n\n\nПоэтому основная идея заключается в том, что мы будем использовать Webpack для сборки нашего приложения как для клиента, так и для сервера — сборка для сервера будет необходима серверу и использоваться для серверного рендеринга, в то время как сборка для клиента будет отправляться в браузер для гидратации статической разметки.\n\nМы обсудим подробности настройки в следующих разделах — а сейчас, давайте представим что у нас реализован шаг сборки и мы можем писать код нашего приложения Vue с использованием Webpack.\nСтруктура кода с Webpack\nТеперь, когда мы используем Webpack для обработки приложения как для сервера, так и для клиента, большая часть нашего исходного кода может быть написана в универсальном «стиле», с доступом ко всем функциям на основе Webpack. В тоже время, есть ряд вещей, которые вы должны иметь ввиду при написании универсального кода.\nПростой проект может выглядеть подобным образом:\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # универсальная точка входа\n├── entry-client.js # запускается только в браузере\n└── entry-server.js # запускается только на сервере\n\napp.js\napp.js — универсальная точка входа в наше приложение. В только клиентском приложении, мы бы создавали корневой экземпляр Vue прямо в этом файле и монтировали непосредственно в DOM. Однако при использовании серверного рендеринга эта ответственность переносится в файл клиентской точки входа (entry-client.js). app.js просто экспортирует функцию createApp:\nimport Vue from 'vue'\nimport App from './App.vue'\n\n// экспортируем функцию фабрику для создания экземпляров\n// нового приложения, маршрутизатора и хранилища\nexport function createApp () {\n const app = new Vue({\n // корневой экземпляр просто рендерит компонент App\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\nКлиентская точка входа — просто создаёт приложение и монтирует его в DOM:\nimport { createApp } from './app'\n\n// Специфичная для клиента логика загрузки...\n\nconst { app } = createApp()\n\n// предполагается, что у корневого элемента в шаблоне App.vue есть элемент с `id=\"app\"`\napp.$mount('#app')\n\nentry-server.js:\nСерверная точка входа — экспортирует по умолчанию функцию, которая будет вызываться повторно для каждого рендеринга. На данный момент не делаем ничего, кроме создания и возврата экземпляра приложения, но, позднее, мы будем выполнять здесь логику сопоставления маршрутов и предзагрузки данных.\nimport { createApp } from './app'\n\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"Маршрутизация и разделение кода","keywords":"","body":"Маршрутизация и разделение кода\nМаршрутизация с помощью vue-router\nВозможно вы заметили, что в нашем серверном коде используется обработчик для *, который принимает любые URL-адреса. Это позволяет нам передавать посещённый URL в наше приложение Vue, и использовать одну конфигурацию маршрутизации как для клиента, так и для сервера!\nДля этой цели рекомендуется использовать официальный vue-router. Давайте сначала создадим файл, в котором мы будем создавать маршрутизатор. Обратите внимание, что как и для createApp, нам потребуется новый экземпляр маршрутизатора для каждого запроса, поэтому файл экспортирует функцию createRouter:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\nИ обновим app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\n\nexport function createApp () {\n // Создаём экземпляр маршрутизатора\n const router = createRouter()\n\n const app = new Vue({\n // внедряем маршрутизатор в корневой экземпляр Vue\n router,\n render: h => h(App)\n })\n\n // возвращаем и приложение и маршрутизатор\n return { app, router }\n}\n\nТеперь нам нужно реализовать логику маршрутизации на стороне сервера в entry-server.js:\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n // поскольку могут быть асинхронные хуки маршрута или компоненты,\n // мы будем возвращать Promise, чтобы сервер смог дожидаться\n // пока всё не будет готово к рендерингу.\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n\n // устанавливаем маршрут для маршрутизатора серверной части\n router.push(context.url)\n\n // ожидаем, пока маршрутизатор разрешит возможные асинхронные компоненты и хуки\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // нет подходящих маршрутов, отклоняем с 404\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // Promise должен разрешиться экземпляром приложения, который будет отрендерен\n resolve(app)\n }, reject)\n })\n}\n\nПредполагая, что серверная сборка уже есть (опять же, опуская сейчас установку сборки), использование сервера будет выглядеть так:\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Страница не найдена')\n } else {\n res.status(500).end('Внутренняя ошибка сервера')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\nРазделение кода\nРазделение кода (code-splitting), или ленивая загрузка вашего приложения, помогает уменьшить количество ресурсов, которые необходимо загрузить браузеру для первоначального рендеринга, и может значительно улучшить TTI (time-to-interactive — время до интерактивности) для приложений с большими сборками. Ключ к этому — «загружать только то, что нужно» для начального экрана.\nVue предоставляет асинхронные компоненты в качестве первоклассной концепции, в сочетании с поддержкой Webpack 2 для использования динамических импортов в качестве точек разделения кода. Всё что вам нужно сделать это:\n// изменить это...\nimport Foo from './Foo.vue'\n\n// на это:\nconst Foo = () => import('./Foo.vue')\n\nДо версии Vue 2.5 это работало только для компонентов уровня маршрута. Однако, с улучшением алгоритма гидратации в ядре, с версии 2.5.0+ теперь это работает без проблем в любом месте вашего приложения.\nОбратите внимание, что по-прежнему необходимо использовать router.onReady как на сервере, так и на клиенте перед возвратом / монтированием приложения, потому что маршрутизатор должен заранее разрешить все асинхронные компоненты маршрутов для правильного вызова хуков компонентов. Мы уже сделали это в серверной точке входа, и теперь нам нужно обновить клиентскую точку входа:\n// entry-client.js\n\nimport { createApp } from './app'\n\nconst { app, router } = createApp()\n\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\nПример конфигурации маршрута с асинхронными компонентами:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"Предзагрузка данных и состояния","keywords":"","body":"Предзагрузка данных и состояния\nХранение данных\nВо время серверного рендеринга, мы собственно отображаем «снимок» нашего приложения, поэтому если приложение использует какие-то асинхронные данные они должны быть предварительно загружены и разрешены до начала процесса рендеринга.\nДругая проблема заключается в том, что на клиенте эти же данные должны быть доступны перед моментом монтирования приложения на клиенте — иначе клиентское приложение будет отображено с использованием другого состояния и гидратация не будет выполнена.\nЧтобы решить эту проблему, полученные данные должны находиться вне компонентов представления, в специальном хранилище данных или в «контейнере состояния». На сервере мы можем предзагрузить и заполнить данные в хранилище перед рендерингом. Кроме того, мы будем сериализовывать и встраивать состояние в HTML. Хранилище на клиентской стороне сможет непосредственно получать вложенное состояние перед монтированием приложения.\nДля этой цели мы будем использовать официальную библиотеку управления состоянием — Vuex. Давайте создадим файл store.js, с некоторой симуляцией логики получения элемента на основе id:\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\n\nVue.use(Vuex)\n\n// Предположим, что у нас есть универсальный API,\n// который возвращает Promises и опустим детали реализации\nimport { fetchItem } from './api'\n\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // возвращаем Promise через `store.dispatch()`\n // чтобы мы могли понять когда данные будут загружены\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\nИ обновляем app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\n\nexport function createApp () {\n // Создаём экземпляры маршрутизатора и хранилища\n const router = createRouter()\n const store = createStore()\n\n // Синхронизируем чтобы состояние маршрута было доступно как часть хранилища\n sync(store, router)\n\n // Создадим экземпляр приложения, внедряя и маршрутизатор и хранилище\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n\n // Возвращаем приложение, маршрутизатор и хранилище.\n return { app, router, store }\n}\n\nРазмещение логики для компонентов\nИтак, где мы должны размещать код, который вызывает действия по предзагрузке данных?\nДанные, которые нам нужно получить, определяются посещённым маршрутом — что также определяет какие компоненты должны будут отображены. Фактически, данные необходимые для данного маршрута, также являются данными, необходимыми компонентам, отображаемым для этого маршрута. Поэтому будет логичным разместить логику получения данных внутри компонентов маршрута.\nМы предоставим пользовательскую статичную функцию asyncData в наших компонентах маршрута. Обратите внимание, так как эта функция будет вызываться до инициализации компонентов, у неё не будет доступа к this. Информация хранилища и маршрута должна передаваться аргументами:\n\n\n {{ item.title }}\n\n\n\nexport default {\n asyncData ({ store, route }) {\n // возвращаем Promise из действия\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n // отображаем элемент из состояния хранилища.\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\nЗагрузка данных на серверной части\nВ entry-server.js мы можем получить компоненты, соответствующие маршруту, с помощью router.getMatchedComponents(), и вызвать asyncData если компонент предоставляет её. Затем нужно присоединить разрешённое состояние к контексту рендера.\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n\n router.push(context.url)\n\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // вызов `asyncData()` на всех соответствующих компонентах\n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // После разрешения всех preFetch хуков, наше хранилище теперь\n // заполнено состоянием, необходимым для рендеринга приложения.\n // Когда мы присоединяем состояние к контексту, и есть опция `template`\n // используемая для рендерера, состояние будет автоматически\n // сериализовано и внедрено в HTML как `window.__INITIAL_STATE__`.\n context.state = store.state\n\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\nПри использовании template, context.state будет автоматически встроен в финальный HTML как window.__INITIAL_STATE__. На клиенте хранилище должно получить состояние перед монтированием приложения:\n// entry-client.js\n\nconst { app, router, store } = createApp()\n\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\nЗагрузка данных на клиентской части\nНа клиенте существует два разных подхода к получению данных:\n\nРазрешить данные перед навигацией по маршруту:\nПо этой стратегии приложение остаётся на текущем представлении до тех пор, пока данные необходимые для нового представления не будут загружены и разрешены. Преимущество заключается в том, что новое представление может уже рендерить полный контент, так как всё готово, но если загрузка данных занимает много времени пользователь будет ощущать «застревание» на текущей странице. Поэтому рекомендуется использовать индикатор загрузки данных при использовании этой стратегии.\nМы можем реализовать эту стратегию на клиенте, проверяя соответствующие компоненты и вызывая их функцию asyncData внутри глобальных хуков маршрута. Обратите внимание, что мы должны зарегистрировать этот хук после готовности исходного маршрута, чтобы мы снова не забирали данные, полученные с сервера.\n// entry-client.js\n\n// ...опустим лишний код\n\nrouter.onReady(() => {\n // Добавляем хук маршрута для обработки asyncData.\n // Выполняем его после разрешения первоначального маршрута,\n // чтобы дважды не загружать данные, которые у нас уже есть.\n // Используем `router.beforeResolve()`, чтобы все асинхронные компоненты были разрешены.\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n\n // мы заботимся только об отсутствующих ранее компонентах,\n // поэтому мы сравниваем два списка, пока не найдём отличия\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n\n if (!activated.length) {\n return next()\n }\n\n // здесь мы должны вызвать индикатор загрузки, если используем его\n\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n\n // останавливаем индикатор загрузки\n\n next()\n }).catch(next)\n })\n\n app.$mount('#app')\n})\n\n\nЗагружать данные после отображения нового представления:\nЭта стратегия располагает логику загрузки данных на стороне клиента в функции компонента beforeMount. Это позволяет переключаться мгновенно при срабатывании навигации по маршруту, поэтому приложение ощущается более отзывчивым. Однако на момент отображения нового представления у него не будет полных данных. Поэтому необходимо добавлять условие проверки загруженности состояния для каждого компонента, использующего эту стратегию.\nЭтого можно достичь с помощью глобальной примеси на клиенте:\nVue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // присваиваем операцию загрузки к Promise\n // чтобы в компонентах мы могли делать так `this.dataPromise.then(...)`\n // для выполнения других задач после готовности данных\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n})\n\n\n\nЭти две стратегии в конечном счёте являются различными решениями UX и должны выбираться на основе фактического сценария разрабатываемого приложения. Но, независимо от выбранной вами стратегии, функция asyncData также должна вызываться при повторном использовании компонента маршрута (тот же маршрут, но параметры изменились, например с user/1 на user/2). Мы также можем обрабатывать это с помощью глобальной примеси для клиентской части:\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nРазделение кода хранилища\nВ большом приложении хранилище Vuex будет скорее всего разделено на несколько модулей. Конечно, также можно разделить код этих модулей на соответствующие фрагменты компонента маршрута. Предположим, что у нас есть следующий модуль хранилища:\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // ВАЖНО: state должен быть функцией, чтобы\n // модуль мог инстанцироваться несколько раз\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\nМы можем использовать store.registerModule для lazy-регистрации этого модуля в хуке asyncData компонента маршрута:\n// внутри компонента маршрута\n\n {{ fooCount }}\n\n\n\n// импортируем модуль здесь, а не в `store/index.js`\nimport fooStoreModule from '../store/modules/foo'\n\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n\n // ВАЖНО: избегайте дублирования регистрации модуля на клиенте\n // когда маршрут посещается несколько раз.\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\nПоскольку модуль теперь является зависимостью компонента маршрута, он будет перемещён в асинхронный фрагмент компонента маршрута с помощью Webpack.\n\nФух, это было много кода! Это связано с тем, что универсальная загрузка данных является, вероятно, самой сложной проблемой в приложении с рендерингом на стороне сервера, и таким образом мы закладываем хороший фундамент для облегчения дальнейшей разработки. После создания такой заготовки, создание отдельных компонентов будет приятным занятием.\n"},"hydration.html":{"url":"hydration.html","title":"Гидратация клиентской части","keywords":"","body":"Гидратация клиентской части\nГидратация относится к процессу на стороне клиента, в течение которого Vue берёт статический HTML, отправленный сервером, и превращает его в динамический DOM, который может реагировать на изменения данных на стороне клиента.\nВ файле entry-client.js, мы просто монтируем приложение такой строкой:\n// подразумеваем что шаблон в App.vue имеет корневой элемент с id=\"app\"\napp.$mount('#app')\n\nПоскольку сервер уже отобразил разметку, мы, очевидно, не хотели бы её выбрасывать и заново создавать все элементы DOM. Вместо этого мы хотим «гидрировать» статическую разметку и сделать её интерактивной.\nЕсли вы исследовали вывод после серверного рендеринга, вы могли заметить, что у корневого элемента приложения должен быть добавлен специальный атрибут:\n\n\nСпециальный атрибут data-server-rendered позволяет клиентской части Vue знать, что разметка отображается сервером, и он должен монтироваться в режиме гидратации. Обратите внимание, что он не добавляет id=\"app\", а только атрибут data-server-rendered: вам необходимо добавить ID или какой-либо другой селектор в корневой элемент самостоятельно или приложение не будет гидратироваться правильно.\nВ режиме разработки Vue будет проверять, что виртуальное дерево DOM, сгенерированное на стороне клиента, совпадает с структурой DOM созданной на сервере. При нахождении несоответствия, он будет считать гидратацию неудачной, отказываться от существующего DOM и рендерить всё с нуля. В режиме production, эта проверка отключена для достижения максимальной производительности.\nПредостережения при гидратации\nОдна вещь, о которой нужно знать при использовании серверного рендеринга + гидратации на клиенте — некоторые специальные структуры HTML, которые могут быть изменены браузером. Например, когда вы пишете подобное в шаблоне Vue:\n\n hi\n\n\nБраузер будет автоматически добавлять внутрь , в то время как виртуальный DOM генерируемый Vue не содержит , что вызовет несоответствие. Чтобы обеспечить правильное соответствие, обязательно пишите валидный HTML в ваших шаблонах.\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"Представляем Bundle Renderer","keywords":"","body":"Представляем Bundle Renderer\nПроблемы с обычным SSR\nДо этого момента мы предполагали, что сборка с кодом серверной части будет напрямую использоваться сервером через require:\nconst createApp = require('/path/to/built-server-bundle.js')\n\nВыглядит просто, однако всякий раз, когда вы редактируете исходный код вашего приложения, вам понадобится остановить и перезапустить сервер. Это очень плохо влияет на производительность во время разработки. К тому же, Node.js не поддерживает source maps нативно.\nДобавляем BundleRenderer\nvue-server-renderer предоставляет API, названное createBundleRenderer для решения этой проблемы. С помощью Webpack-плагина, серверная сборка создаётся как специальный JSON-файл, который может быть передан в рендерер. Как только рендерер создан, использование не будет отличаться от обычного рендерера, но появятся некоторые преимущества:\n\nВстроенная поддержка source map (с помощью devtool: 'source-map' в конфигурации Webpack)\n\nГорячая перезагрузка в процессе разработки и даже развёртывания (путём простого чтения обновлённого пакета и пересоздания экземпляра рендерера)\n\nВнедрение критического CSS (при использовании *.vue файлов): автоматически встраивает CSS, необходимый компонентам во время рендеринга. Подробнее в разделе CSS.\n\nВнедрение ресурсов с помощью clientManifest: автоматически добавляет оптимальные директивы preload и prefetch, а также фрагменты кода, необходимые для первоначального рендеринга.\n\n\n\nМы обсудим, как настроить Webpack для генерации необходимых частей для рендерера в следующем разделе, а сейчас давайте предположим, что у нас уже есть всё необходимое, и создадим рендерер:\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // рекомендуется\n template, // (опционально) шаблон страницы\n clientManifest // (опционально) манифест клиентской сборки\n})\n\n// внутри обработчика сервера...\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // Нет необходимости передавать приложение здесь, потому что оно автоматически создаётся\n // при выполнении сборки. Теперь наш сервер отделён от нашего приложения Vue!\n renderer.renderToString(context, (err, html) => {\n // обработка ошибок...\n res.end(html)\n })\n})\n\nКогда renderToString вызывается в рендерере, он автоматически выполнит функцию, экспортируемую сборкой для создания экземпляра приложения (передавая context в качестве аргумента), а затем рендерит его.\nОбратите внимание, что рекомендуется установить опцию runInNewContext в значение false или 'once'. См. справочник API для подробностей.\n"},"build-config.html":{"url":"build-config.html","title":"Конфигурация сборки","keywords":"","body":"Конфигурация сборки\nМы предполагаем, что вы уже знаете как настраивать Webpack для клиентской части проектов. Конфигурация для проекта SSR будет во многом схожей, но мы предлагаем разбивать конфигурацию на три файла: base, client и server. Базовая конфигурация (base) содержит конфигурацию, совместно используемую для обоих окружений, такие как пути вывода, псевдонимы и загрузчики. Конфигурация сервера (server) и конфигурация клиента (client) просто расширяют базовую конфигурацию, используя webpack-merge.\nКонфигурация серверной части\nКонфигурация серверной части предназначена для создания серверной сборки, которая будет передана в createBundleRenderer. Это должно выглядеть так:\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\n\nmodule.exports = merge(baseConfig, {\n // Укажите точку входа серверной части вашего приложения\n entry: '/path/to/entry-server.js',\n\n // Это позволяет Webpack обрабатывать динамические импорты в Node-стиле,\n // а также сообщает `vue-loader` генерировать серверно-ориентированный код\n // при компиляции компонентов Vue.\n target: 'node',\n\n // Для поддержки source map в bundle renderer\n devtool: 'source-map',\n\n // Это сообщает что в серверной сборке следует использовать экспорты в стиле Node\n output: {\n libraryTarget: 'commonjs2'\n },\n\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // Внешние зависимости приложения. Это значительно ускоряет процесс\n // сборки серверной части и уменьшает размер итогового файла сборки.\n externals: nodeExternals({\n // не выделяйте зависимости, которые должны обрабатываться Webpack.\n // здесь вы можете добавить больше типов файлов, например сырые *.vue файлы\n // нужно также указывать белый список зависимостей изменяющих `global` (например, полифиллы)\n whitelist: /\\.css$/\n }),\n\n // Этот плагин преобразует весь результат серверной сборки\n // в один JSON-файл. Имя по умолчанию будет\n // `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\nПосле создания vue-ssr-server-bundle.json просто передайте путь к файлу в createBundleRenderer:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // ...другие настройки рендерера\n})\n\nВ качестве альтернативы, вы также можете передать сборку как объект в createBundleRenderer. Это полезно для горячей перезагрузки во время разработки — см. демо HackerNews для примера настройки.\nОграничения externals\nОбратите внимание, что в параметре externals мы указываем белый список CSS файлов. Это связано с тем, что CSS, импортированный из зависимостей всё равно должен быть обработан Webpack. Если вы импортируете любые другие типы файлов, которые также полагаются на Webpack (например, *.vue, *.sass), вы должны их также добавить в белый список.\nЕсли вы используете runInNewContext: 'once' или runInNewContext: true, вам также требуется добавить в белый список являются полифиллы, которые изменяют global, например babel-polyfill. Это связано с тем, что при использовании режима нового контекста, код внутри серверной сборки имеет свой собственный объект global. Поскольку это не будет нужно на сервере при использовании Node 7.6+, на самом деле проще просто импортировать его в клиентской точке входа.\nКонфигурация клиентской части\nКонфигурация клиентской части может оставаться практически такой же, как и базовой. Очевидно, вам нужно указать entry на файл входной точки клиентской части. Кроме того, если вы используете CommonsChunkPlugin, убедитесь, что используете его только в конфигурации клиентской части, потому что для серверной сборки требуется одна точка входа.\nГенерация clientManifest\n\nтребуется версия 2.3.0+\n\nПомимо серверной сборки, мы также можем сгенерировать манифест сборки. С помощью манифеста клиентской части и серверной сборки, у рендерера появится информация о серверной и клиентской сборке, поэтому он может автоматически внедрять директивы preload/prefetch в ссылки на CSS / теги script в отображаемом HTML.\nВыгода тут двойная:\n\nОн может заменить html-webpack-plugin для внедрения правильных URL-адресов ресурсов, когда в генерируемых именах файлов есть хэши.\n\nПри рендеринге сборки, которая использует возможности разделения кода Webpack, мы можем гарантировать, что оптимальные части были предзагружены и предзаполнены, а также интеллектуально внедрять теги для необходимых асинхронных фраментов, чтобы избежать появления водопада запросов на клиенте, таким образом улучшая TTI (time-to-interactive — время до интерактивности).\n\n\nЧтобы использовать клиентский манифест, конфигурация клиентской части будет выглядеть примерно так:\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // Важно: это разбивает webpack runtime на главный фрагмент так,\n // чтобы асинхронные части могли быть внедрены сразу после него.\n // Это также позволяет лучше кэшировать код вашего приложения / вендоров.\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // Плагин генерирует `vue-ssr-client-manifest.json` в output-каталоге\n new VueSSRClientPlugin()\n ]\n})\n\nЗатем вы можете использовать сгенерированный манифест клиента вместе с шаблоном страницы:\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\n\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\nС помощью этой настройки ваш отрендеренный на сервере HTML для сборки с разделением кода будет выглядеть примерно так (все автоматически внедряется):\n\n \n \n \n \n \n \n \n \n \n \n async\n \n \n \n \n \n \n`\n\nВнедрение ресурсов вручную\nПо умолчанию, внедрение ресурсов выполняется автоматически при использовании опции template для рендера. Но иногда вам может понадобиться больше контроля над тем, как ресурсы должны внедряться в шаблон, или, возможно, вы не используете шаблон вообще. В таком случае вы можете передать опцию inject: false при создании рендерера и производить внедрение ресурсов вручную.\nВ коллбэке renderToString объект context, который вы передали, предоставляет следующие методы:\n\ncontext.renderStyles()\nВозвращает встроенные теги , содержащие весь критический CSS, собранный из *.vue компонентов, используемых во время рендеринга. Подробнее в разделе управления CSS.\nЕсли указан clientManifest, возвращаемая строка также будет содержать теги для файлов CSS, собранных Webpack'ом (например, CSS извлечённый extract-text-webpack-plugin или импортированный с помощью file-loader)\n\ncontext.renderState(options?: Object)\nМетод сериализует context.state и возвращает инлайновый скрипт, который подставит состояние как window.__INITIAL_STATE__.\nКлюч состояния контекста и ключ состояния для window можно изменить передав объект с настройками:\ncontext.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n})\n\n// -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\n\nтребует clientManifest\n\nВозвращает теги , необходимые для загрузки клиентского приложения. При использовании асинхронного разделения кода в коде приложения этот метод будет интеллектуально выводить нужные асинхронные фрагменты для включения.\n\ncontext.renderResourceHints()\n\nтребует clientManifest\n\nВозвращает ссылки на ресурсы, необходимые для отображения страницы. По умолчанию такими будут:\n\nПредзагруженные (preload) файлы JavaScript и CSS, необходимые для страницы\nПредзагруженные (prefetch) асинхронные фрагменты JavaScript, которые могут понадобится позже\n\nНастраивать какие файлы дополнительно могут быть предзагружены можно с помощью опции shouldPreload.\n\ncontext.getPreloadFiles()\n\nтребует clientManifest\n\nЭтот метод не возвращает строку — вместо этого он возвращает массив объектов файлов, представляющие ресурсы которые должны быть предзагружены. Это можно использовать для программной загрузки HTTP/2 сервером.\n\n\nПоскольку template, переданный в createBundleRenderer будет интерполирован с использованием context, вы можете использовать эти методы внутри шаблона (при использовании inject: false):\n\n \n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n \n \n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n \n\n\nЕсли вы вообще не используете template, вы можете конкатенировать строки самостоятельно.\n"},"css.html":{"url":"css.html","title":"Управление CSS","keywords":"","body":"Управление CSS\nРекомендуемый способ управления CSS — просто использовать теги внутри однофайловых компонентов (*.vue файлов), которые предоставляют:\n\nЛокальный CSS для компонентов\nВозможность использования пре-процессоров или PostCSS\nГорячую перезагрузку при разработке\n\nЧто ещё более важно, загрузчик vue-style-loader, используемый внутри vue-loader, имеет некоторые особенности для серверного рендеринга:\n\nЕдиный код для клиента и сервера.\n\nАвтоматизация критического CSS при использовании bundleRenderer.\nЕсли используется во время рендеринга на сервере, CSS компонента может быть собран и вставлен в HTML (автоматически обрабатывается при использовании опции template). На клиенте, когда компонент используется в первый раз, vue-style-loader проверяет, есть ли уже встроенный сервером CSS для этого компонента, а если нет, CSS будет динамически встроен через тег .\n\nИзвлечение общего CSS.\nИспользуется extract-text-webpack-plugin для извлечения CSS в освновном (main) фрагменте в отдельный файл CSS (автоматически внедряемый с template), что позволяет кэшировать файл отдельно. Это рекомендуется, когда имеется много общего CSS.\nCSS внутри асинхронных компонентов остаётся встроенным в строки JavaScript и обрабатывается vue-style-loader.\n\n\nНастройка извлечения CSS\nДля извлечения CSS из *.vue файлов в vue-loader используется опция extractCSS (требует vue-loader 12.0.0+):\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n\n// извлечение CSS должно использоваться только в production\n// чтобы работала горячая замена на этапе разработки.\nconst isProduction = process.env.NODE_ENV === 'production'\n\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // подключаем извлечение CSS\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // убедитесь что добавили плагин!\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\nОбратите внимание, что приведённая выше конфигурация применяется только к стилям в *.vue файлах, но вы можете использовать для импорта внешнего CSS в компоненты Vue.\nЕсли вы хотите импортировать CSS из JavaScript, например import 'foo.css', вам потребуется настроить соответствующие загрузчики:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // важно: использовать vue-style-loader вместо style-loader\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\nИмпортирование стилей NPM-зависимостей\nНесколько вещей, которые нужно учитывать при импорте CSS из NPM-зависимостей:\n\nОн не должен быть указан внешней зависимостью в серверной сборке.\n\nЕсли использовать извлечение CSS + извлечение из вендоров с помощью CommonsChunkPlugin, у extract-text-webpack-plugin будут возникать проблемы, если извлекаемый CSS находится внутри извлечённого фрагмента вендоров. Чтобы обойти это, избегайте подключения CSS файлов в фрагменте для вендоров. Пример конфигурации Webpack для клиентской части:\nmodule.exports = {\n // ...\n plugins: [\n // обычное дело, извлекать зависимости в фрагмент для вендоров для лучшего кэширования.\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // модуль извлекается в фрагмент для вендоров когда...\n return (\n // он находится внутри node_modules\n /node_modules/.test(module.context) &&\n // и не извлекать если запрос является CSS файлом\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // извлекает Webpack runtime & manifest\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n}\n\n\n\n"},"head.html":{"url":"head.html","title":"Управление заголовочными тегами (head)","keywords":"","body":"Управление заголовочными тегами (head)\nАналогично внедрению ресурсов, управление заголовочными тегами следует той же идее: мы можем динамически присоединять данные к context рендерера в жизненном цикле компонента, а затем интерполировать эти данные в template.\n\nС версии 2.3.2+ вы можете напрямую получать доступ к контексту SSR в компонентах через this.$ssrContext. В более ранних версиях вам потребуется вручную внедрять контекст SSR, передав его в createApp() и выставляя его на корневом экземплере $options — после чего, компоненты потомки смогут получить к нему доступ через this.$root.$options.ssrContext.\n\nМы можем написать простую примесь для управления заголовком:\n// title-mixin.js\n\nfunction getTitle (vm) {\n // компоненты могут просто предоставлять опцию `title`,\n // которая может быть как строкой, так и функцией\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\n\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$ssrContext.title = title\n }\n }\n}\n\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n\n// значение `VUE_ENV` будет определено плагином `webpack.DefinePlugin`\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\nТеперь компонент маршрута сможет управлять заголовком документа:\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n },\n\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\nИ внутри шаблона, переданного в рендерер сборки:\n\n \n {{ title }}\n \n \n ...\n \n\n\nПримечания:\n\nИспользуйте двойные фигурные скобки (интерполяция экранированного HTML), чтобы избежать XSS-уязвимостей.\n\nВы должны указать заголовок по умолчанию при создании объекта context на случай, если ни один компонент не установит заголовок во время рендеринга.\n\n\n\nИспользуя ту же стратегию, вы можете легко расширять примесь в универсальную утилиту по управлению основными заголовочными тегами.\n"},"caching.html":{"url":"caching.html","title":"Кэширование","keywords":"","body":"Кэширование\nНесмотря на то, что серверный рендеринг в Vue достаточно быстр, он не может сравниться с производительностью шаблонов на основе чистых строк из-за затрат при создании экземпляров компонента и узлов виртуального DOM. В случаях, когда производительность критична, разумное использование стратегий кэширования поможет значительно улучшить время отклика и снизить нагрузку на сервер.\nКэширование на уровне страниц\nПриложение с рендерингом на стороне сервера в большинстве случаев зависит от внешних данных, поэтому содержимое является динамическим, по своей природе, и не может кэшироваться в течение длительных периодов времени. Однако, если содержимое не зависит от конкретного пользователя (например, для одного и того же URL всегда отображается одинаковое содержимое всем пользователям), мы можем использовать стратегию под названием микро-кэширование, чтобы значительно улучшить возможности нашего приложения для обработки большого трафика.\nЭто обычно реализуется на уровне Nginx, но мы также можем реализовать его в Node.js:\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // Важно: записи устаревают через 1 секунду.\n})\n\nconst isCacheable = req => {\n // реализация логики проверки является ли запрос зависимым от пользователя.\n // только не зависящие от пользователей запросы должны быть кэшируемыми\n}\n\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\nПоскольку содержимое кэшируется в течение одной секунды, пользователи не будут видеть устаревший контент. Тем не менее, это означает, что сервер будет выполнять не более одного полного рендеринга в секунду для каждой кэшированной страницы.\nКэширование на уровне компонентов\nvue-server-renderer имеет встроенную поддержку кэширования на уровне компонентов. Для её использования вам необходимо предоставить реализацию кэширования при создании рендерера. Для обычного использования достаточно передать lru-cache:\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\nЗатем вы можете кэшировать компонент, реализовав функцию serverCacheKey:\nexport default {\n name: 'item', // требуется\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\nОбратите внимание, что подлежащий кэшированию компонент также должен определять уникальную опцию name. С уникальным именем ключ кэша таким образом является компоненто-зависимым: вам не нужно беспокоиться о двух компонентах, возвращающих одинаковый ключ.\nКлюч, возвращаемый из serverCacheKey должен содержать достаточную информацию для представления формы результата рендеринга. Указанное выше является хорошей реализацией, если результат рендеринга определяется исключительно с помощью props.item.id. Однако, если элемент с таким же идентификатором может со временем меняться или результат рендеринга также зависит от других данных, вам необходимо изменить реализацию serverCacheKey, чтобы учитывать и другие переменные.\nПри возвращении константы компонент всегда будет кэшироваться, что отлично подходит для чисто статических компонентов.\nКогда использовать кэширование компонентов\nЕсли рендерер найдёт попадание в кэше для компонента во время рендеринга, он будет напрямую переиспользовать кэшированный результат для всего поддерева. Это означает, что вы НЕ ДОЛЖНЫ кэшировать компонент когда:\n\nОн имеет дочерние компоненты, которые могут полагаться на глобальное состояние.\nОн имеет дочерние компоненты, которые создают побочные эффекты (side effects) для context рендера.\n\nПоэтому кэширование компонентов следует с аккуратностью применять для устранения узких мест производительности. В большинстве случаев не следует кэшировать компоненты, используемые в единственном экземпляре. Наиболее общий тип компонентов, подходящих для кэширования — те, что повторяются в больших v-for циклах. Поскольку такие компоненты, как правило, отражают объекты из коллекции базы данных, они могут использовать простую стратегию кэширования: сгенерируйте их ключи кэша, используя их уникальный идентификатор + временную метку последнего обновления:\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"Стриминг","keywords":"","body":"Стриминг\nvue-server-renderer поддерживает потоковый рендеринг из коробки, как для базового рендерера, так и для рендерера сборки. Всё, что вам нужно сделать, это использовать renderToStream вместо renderToString:\nconst stream = renderer.renderToStream(context)\n\nВозвращаемое значение это обычный поток Node.js:\nlet html = ''\n\nstream.on('data', data => {\n html += data.toString()\n})\n\nstream.on('end', () => {\n console.log(html) // рендер завершён\n})\n\nstream.on('error', err => {\n // обработка ошибок...\n})\n\nОграничения по использованию стриминга\nВ режиме рендеринга потока данные отдаются как можно быстрее пока рендерер проходит дерево виртуального DOM. Это означает, что мы можем получить раньше «первый кусок» и быстрее отправить его клиенту.\nТем не менее, когда первый блок данных был отправлен, дочерние компоненты могут ещё даже не быть созданы, и не будут вызваны хуки их жизненного цикла. Это означает, что если дочерние компоненты должны присоединять данные к контексту рендера в их хуках жизненного цикла, то эти данные ещё не будут доступны когда поток начнётся. Поскольку большая часть контекстной информации (например, информация о заголовочных тегах или о встроенном критическом CSS) должна появиться перед разметкой приложения, мы по существу должны дождаться завершения потока, прежде чем сможем начать использовать эти данные контекста.\nПоэтому НЕ РЕКОМЕНДУЕТСЯ использовать режим потоковой передачи, если вы полагаетесь на данные контекста, заполняемые данными в хуках жизненного цикла компонентов.\n"},"non-node.html":{"url":"non-node.html","title":"Использование в не-Node.js окружениях","keywords":"","body":"Использование в не-Node.js окружениях\nПо умолчанию сборка vue-server-renderer предполагает использование Node.js окружения, что делает её непригодной для использования в альтернативных JavaScript окружениях, таких как PHP V8Js или Oracle Nashorn. С версии 2.5+ мы предоставляем сборку в vue-server-renderer/basic.js, которая в значительной степени менее зависима от окружения, что делает её пригодной для использования в окружениях, упомянутых выше.\nДля обоих вариантов необходимо сначала подготовить окружение создав моки для объектов global и process, с переменной process.env.VUE_ENV установленной в значение \"server\", и переменной process.env.NODE_ENV установленной в значение \"development\" или \"production\".\nПри использовании Nashorn также может потребоваться предоставить полифилл для Promise или setTimeout с использованием нативных таймеров Java.\nПример использования в php-v8js:\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'hello'\n }\n})\n\n// предоставляется `vue-server-renderer/basic.js`\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"Справочник API","keywords":"","body":"Справочник API\ncreateRenderer([options])\nСоздаёт экземпляр Renderer с (опциональными) настройками.\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\nСоздаёт экземпляр BundleRenderer с сборкой сервера и (опциональными) настройками.\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\nАргумент serverBundle может быть одним из следующих:\n\nАбсолютный путь к созданному файлу сборки (.js или .json). Должен начинаться с /, чтобы трактоваться как путь к файлу.\n\nОбъект сборки, сгенерированный Webpack + vue-server-renderer/server-plugin.\n\nСтрока с кодом JavaScript (не рекомендуется).\n\n\nСм. также Представляем Bundle Renderer и Конфигурация сборки для подробностей.\nКласс: Renderer\n\nrenderer.renderToString(vm[, context, callback]): ?Promise\nРендерит экземпляр Vue в строку. Объект контекста опционален. Коллбэк является обычным для Node.js коллбэком, где первый аргумент является ошибкой, а второй аргумент — отрендеренной строкой.\nС версии 2.5.0+ коллбэк является опциональным. Когда коллбэк не указан, метод возвращает Promise, который разрешается отрендеренным HTML.\n\nrenderer.renderToStream(vm[, context]): stream.Readable\nРендерит экземпляр Vue в Node.js readable stream. Объект контекста опционален. См. также Стриминг для подробностей.\n\n\nКласс: BundleRenderer\n\nbundleRenderer.renderToString([context, callback]): ?Promise\nРендерит сборку в строку. Объект контекста опционален. Коллбэк является обычным для Node.js коллбэком, где первый аргумент является ошибкой, а второй аргумент — отрендеренной строкой.\nС версии 2.5.0+ коллбэк является опциональным. Когда коллбэк не указан, метод возвращает Promise, который разрешается отрендеренным HTML.\n\nbundleRenderer.renderToStream([context]): stream.Readable\nРендерит сборку в Node.js readable stream. Объект контекста опционален. См. также Стриминг для подробностей.\n\n\nНастройки рендерера\n\ntemplate\nПредоставляет шаблон для всей HTML-страницы. Шаблон должен содержать комментарий , который определяет место подстановки отрендеренного контента приложения.\nШаблон также поддерживает базовые интерполяции с использованием контекста рендера:\n\nИспользуйте двойные фигурные скобки для интерполяции экранированного HTML;\nИспользуйте тройные фигурные скобки для интерполяции сырого HTML.\n\nШаблон автоматически внедряет соответствующий контент, когда определённые свойства найдены в контексте рендера:\n\ncontext.head: (string) любая разметка для head, которая должна быть вставлена в заголовочный тег страницы.\n\ncontext.styles: (string) любой встроенный CSS, который должен быть вставлен в заголовочный тег страницы. Обратите внимание, что это свойство будет автоматически заполнено при использовании vue-loader + vue-style-loader для CSS компонента.\n\ncontext.state: (Object) начальное состояние хранилища Vuex, которое должно быть внедрено в страницу как window.__INITIAL_STATE__. Внедряемый JSON автоматически обрабатывается с помощью serialize-javascript для предотвращения XSS-уязвимостей.\n\n\nС версии 2.5.0+, встраиваемый скрипт также автоматически удаляется в режиме production.\nКроме того, когда предоставлен clientManifest, шаблон автоматически внедряет следующее:\n\nJavaScript и CSS ресурсы для клиентской части, необходимые для рендеринга (с асинхронными фрагментами добавляемыми автоматически);\nОптимальные ресурсы для отображаемой страницы.\n\nВы можете отключить все автоматические внедрения передав inject: false в рендерер.\nСм. также:\n\nИспользование шаблона страниц\nВнедрение ресурсов вручную\n\n\nclientManifest\n\nДобавлено в версии 2.3.0+\n\nПредоставляет объект манифеста клиентской сборки, сгенерированный vue-server-renderer/client-plugin. Клиентский манифест предоставляет для рендерера сборки необходимую информацию для автоматического внедрения ресурсов в шаблон HTML. Подробнее в разделе Генерация clientManifest.\n\ninject\n\nДобавлено в версии 2.3.0+\n\nКонтролирует, выполнять ли автоматические внедрения при использовании template. По умолчанию true.\nСм. также: Внедрение ресурсов вручную.\n\nshouldPreload\n\nДобавлено в версии 2.3.0+\n\nФункция, определяющая какие файлы должны иметь в генерируемых ресурсах.\nПо умолчанию, только JavaScript и CSS файлы будут предзагружаться, так как они абсолютно необходимы для загрузки приложения.\nДля других типов ресурсов, таких как изображения или шрифты, предзагрузка может привести к ненужному увеличению объёмов передаваемой информации и даже к ухудшению производительности, поэтому список файлов, которые нужно предзагружать, зависит от ситуации. Вы можете точно контролировать, что требует предзагрузки, используя опцию shouldPreload:\nconst renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // тип определяется на основе расширения файла.\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // предзагружать только woff2 шрифты\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // предзагружать только важные изображения\n return file === 'hero.jpg'\n }\n }\n})\n\n\nshouldPrefetch\n\nДобавлено в версии 2.5.0+\n\nФункция для управления файлами, которые должны содержаться в генерируемых .\nПо умолчанию все ресурсы в асинхронных частях будут предварительно загружены, так как это директива с низким приоритетом; однако вы можете настроить что требуется предзагружать для лучшего контроля над использованием канала загрузки. Этот параметр ожидает такую же сигнатуру функции, как shouldPreload.\n\nrunInNewContext\n\nДобавлено в версии 2.3.0+\nИспользуется только в createBundleRenderer\nОжидается: boolean | 'once' ('once' поддерживается только с версии 2.3.1+)\n\nПо умолчанию, рендерер сборки будет создавать новый контекст V8 для каждого рендеринга и повторно исполнять всю сборку. Это имеет некоторые преимущества — например, код приложения изолирован от процесса сервера и не нужно беспокоиться о проблеме «синглтона с состоянием», которая упоминалась ранее в руководстве. Однако этот режим требует значительных затрат производительности, поскольку повторное выполнение сборки обходится дорого, особенно когда приложение становится большим.\nПо умолчанию эта опция имеет значение true для обеспечения обратной совместимости, но рекомендуется использовать runInNewContext: false или runInNewContext: 'once' всегда, когда это возможно.\n\nВ версии 2.3.0 у этой опции есть ошибка, когда при runInNewContext: false сборка всё ещё исполнялась в отдельном глобальном контексте. Информация далее предполагает использование версии 2.3.1+.\n\nС опцией runInNewContext: false, код сборки будет выполняться в том же контексте global, что и серверный процесс, поэтому нужно быть осторожным с кодом, который изменяет global в вашем приложении.\nС опцией runInNewContext: 'once' (добавлено в версии 2.3.1+), сборка выполняется в отдельном контексте global, но только один раз при запуске. Это обеспечивает лучшую изоляцию кода приложения поскольку предотвращает случайно загрязнение объекта global серверного процесса. Предостережения заключаются в следующем:\n\nЗависимости, которые изменяют global (например, полифиллы) не должны быть объявлены внешними зависимостями в этом режиме;\nЗначения, возвращаемые при выполнении сборки будут использовать разные глобальные конструкторы, например, ошибка внутри сборки не будет экземпляром Error в серверном процессе.\n\nСм. также: Структура исходного кода\n\nbasedir\n\nДобавлено в версии 2.2.0+\nИспользуется только в createBundleRenderer\n\nУказание пути базового каталога для серверной сборки для разрешения зависимостей из node_modules в нём. Это необходимо только в том случае, если сгенерированный файл сборки располагается в другом месте, в отличии от используемых NPM-зависимостей, или когда ваш vue-server-renderer подключен NPM-ссылкой в вашем текущем проекте.\n\ncache\nРеализация кэширования на уровне компонентов. Объект кэша должен реализовать следующий интерфейс (соответствуя нотациям Flow):\ntype RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n};\n\nДля обычного использования достаточно передать lru-cache:\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n})\n\nОбратите внимание, что объект кэша по крайне мере должен реализовывать get и set. Кроме того, get и has опционально могут быть асинхронными, если они принимают второй аргумент как коллбэк. Это позволяет кэшу использовать асинхронные API, например для Redis:\nconst renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // обработка ошибок, если таковые будут\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n})\n\n\ndirectives\nПозволяет предоставить серверную реализацию для ваших пользовательских директив:\nconst renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // преобразуем vnode на основе метаданных привязанных к директиве\n }\n }\n})\n\nНапример, можете посмотреть серверную реализацию для директивы v-show.\n\n\nWebpack плагины\nWebpack плагины предоставляются как отдельные файлы, которые должны быть подключены напрямую:\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nПо умолчанию генерируются файлы:\n\nvue-ssr-server-bundle.json для серверной сборки;\nvue-ssr-client-manifest.json для клиентской сборки.\n\nИмена файлов могут быть изменены при создании экземпляров плагина:\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\nСм. также Конфигурация сборки для подробной информации.\n"}}} \ No newline at end of file diff --git a/ru/streaming.html b/ru/streaming.html new file mode 100644 index 00000000..a4c696e4 --- /dev/null +++ b/ru/streaming.html @@ -0,0 +1,651 @@ + + + + + + + Стриминг · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                            +
                                                                                                                                            + + + + + + + + +
                                                                                                                                            + +
                                                                                                                                            + +
                                                                                                                                            + + + + + + + + + +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            + +

                                                                                                                                            Стриминг

                                                                                                                                            +

                                                                                                                                            vue-server-renderer поддерживает потоковый рендеринг из коробки, как для базового рендерера, так и для рендерера сборки. Всё, что вам нужно сделать, это использовать renderToStream вместо renderToString:

                                                                                                                                            +
                                                                                                                                            const stream = renderer.renderToStream(context)
                                                                                                                                            +
                                                                                                                                            +

                                                                                                                                            Возвращаемое значение это обычный поток Node.js:

                                                                                                                                            +
                                                                                                                                            let html = ''
                                                                                                                                            +
                                                                                                                                            +stream.on('data', data => {
                                                                                                                                            +  html += data.toString()
                                                                                                                                            +})
                                                                                                                                            +
                                                                                                                                            +stream.on('end', () => {
                                                                                                                                            +  console.log(html) // рендер завершён
                                                                                                                                            +})
                                                                                                                                            +
                                                                                                                                            +stream.on('error', err => {
                                                                                                                                            +  // обработка ошибок...
                                                                                                                                            +})
                                                                                                                                            +
                                                                                                                                            +

                                                                                                                                            Ограничения по использованию стриминга

                                                                                                                                            +

                                                                                                                                            В режиме рендеринга потока данные отдаются как можно быстрее пока рендерер проходит дерево виртуального DOM. Это означает, что мы можем получить раньше «первый кусок» и быстрее отправить его клиенту.

                                                                                                                                            +

                                                                                                                                            Тем не менее, когда первый блок данных был отправлен, дочерние компоненты могут ещё даже не быть созданы, и не будут вызваны хуки их жизненного цикла. Это означает, что если дочерние компоненты должны присоединять данные к контексту рендера в их хуках жизненного цикла, то эти данные ещё не будут доступны когда поток начнётся. Поскольку большая часть контекстной информации (например, информация о заголовочных тегах или о встроенном критическом CSS) должна появиться перед разметкой приложения, мы по существу должны дождаться завершения потока, прежде чем сможем начать использовать эти данные контекста.

                                                                                                                                            +

                                                                                                                                            Поэтому НЕ РЕКОМЕНДУЕТСЯ использовать режим потоковой передачи, если вы полагаетесь на данные контекста, заполняемые данными в хуках жизненного цикла компонентов.

                                                                                                                                            + + +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + +

                                                                                                                                            results matching ""

                                                                                                                                            +
                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              + +

                                                                                                                                              No results matching ""

                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              + + +
                                                                                                                                              + + +
                                                                                                                                              + + + + + + + + + + + + + + +
                                                                                                                                              + + +
                                                                                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/structure.html b/ru/structure.html new file mode 100644 index 00000000..8311d681 --- /dev/null +++ b/ru/structure.html @@ -0,0 +1,722 @@ + + + + + + + Структура исходного кода · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                              +
                                                                                                                                              + + + + + + + + +
                                                                                                                                              + +
                                                                                                                                              + +
                                                                                                                                              + + + + + + + + + +
                                                                                                                                              +
                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              + +
                                                                                                                                              + +

                                                                                                                                              Структура исходного кода

                                                                                                                                              +

                                                                                                                                              Избегайте синглтонов с состоянием

                                                                                                                                              +

                                                                                                                                              При написании кода для клиентской стороны мы привыкли к тому, что наш код каждый раз будет выполняться в новом контексте. Однако сервер Node.js является длительным процессом (long-running process). Поэтому когда наш код потребуется, он будет выполнен один раз и останется в памяти. Это означает, что если вы создаёте объект синглтон, он будет использоваться для всех входящих запросов.

                                                                                                                                              +

                                                                                                                                              Как видно из простого примера, мы создаём новый корневой экземпляр Vue для каждого запроса. Это схоже с тем, когда каждый пользователь будет использовать свежий экземпляр приложения в своём браузере. Если мы будем использовать общий экземпляр для нескольких запросов, то это быстро приведёт к загрязнению состояния.

                                                                                                                                              +

                                                                                                                                              Поэтому, вместо непосредственного создания экземпляра приложения, мы должны предоставить функцию-фабрику, которую можно повторно вызывать для создания свежих экземпляров приложения на каждый запрос:

                                                                                                                                              +
                                                                                                                                              // app.js
                                                                                                                                              +const Vue = require('vue')
                                                                                                                                              +
                                                                                                                                              +module.exports = function createApp (context) {
                                                                                                                                              +  return new Vue({
                                                                                                                                              +    data: {
                                                                                                                                              +      url: context.url
                                                                                                                                              +    },
                                                                                                                                              +    template: `<div>Вы открыли URL: {{ url }}</div>`
                                                                                                                                              +  })
                                                                                                                                              +}
                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              Код нашего сервера станет таким:

                                                                                                                                              +
                                                                                                                                              // server.js
                                                                                                                                              +const createApp = require('./app')
                                                                                                                                              +
                                                                                                                                              +server.get('*', (req, res) => {
                                                                                                                                              +  const context = { url: req.url }
                                                                                                                                              +  const app = createApp(context)
                                                                                                                                              +
                                                                                                                                              +  renderer.renderToString(app, (err, html) => {
                                                                                                                                              +    // обработка ошибок...
                                                                                                                                              +    res.end(html)
                                                                                                                                              +  })
                                                                                                                                              +})
                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              Это правило также применимо и к экземплярам маршрутизатора (router), хранилища (store) и шины событий (event bus). Вместо того, чтобы непосредственно экспортировать из модуля и импортировать везде в приложении, вам нужно создавать новый экземпляр в createApp и внедрять его из корневого экземпляра Vue.

                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              Это ограничение можно обойти при использовании рендерера сборки с опцией { runInNewContext: true }, однако это сопряжено с некоторыми существенными затратами производительности, поскольку для каждого запроса потребуется создание нового контекста vm.

                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              Представляем шаг сборки

                                                                                                                                              +

                                                                                                                                              До сих пор мы не обсуждали каким образом доставлять клиенту такое приложение Vue. Чтобы сделать это, мы должны использовать Webpack для сборки нашего приложения Vue. На самом деле, мы вероятно захотим использовать Webpack для сборки приложения Vue также и на сервере, потому что:

                                                                                                                                              +
                                                                                                                                                +
                                                                                                                                              • Типичные приложения Vue собраны с помощью Webpack и vue-loader, и многие Webpack-специфичные вещи, такие как импорт файлов через file-loader, импорт CSS через css-loader не будут работать напрямую в Node.js.

                                                                                                                                                +
                                                                                                                                              • +
                                                                                                                                              • Несмотря на то, что последняя версия Node.js полностью поддерживает ES2015, нам всё же необходимо транспилировать код для клиентской части для совместимости со старыми браузерами. Это снова предполагает шаг сборки.

                                                                                                                                                +
                                                                                                                                              • +
                                                                                                                                              +

                                                                                                                                              Поэтому основная идея заключается в том, что мы будем использовать Webpack для сборки нашего приложения как для клиента, так и для сервера — сборка для сервера будет необходима серверу и использоваться для серверного рендеринга, в то время как сборка для клиента будет отправляться в браузер для гидратации статической разметки.

                                                                                                                                              +

                                                                                                                                              architecture

                                                                                                                                              +

                                                                                                                                              Мы обсудим подробности настройки в следующих разделах — а сейчас, давайте представим что у нас реализован шаг сборки и мы можем писать код нашего приложения Vue с использованием Webpack.

                                                                                                                                              +

                                                                                                                                              Структура кода с Webpack

                                                                                                                                              +

                                                                                                                                              Теперь, когда мы используем Webpack для обработки приложения как для сервера, так и для клиента, большая часть нашего исходного кода может быть написана в универсальном «стиле», с доступом ко всем функциям на основе Webpack. В тоже время, есть ряд вещей, которые вы должны иметь ввиду при написании универсального кода.

                                                                                                                                              +

                                                                                                                                              Простой проект может выглядеть подобным образом:

                                                                                                                                              +
                                                                                                                                              src
                                                                                                                                              +├── components
                                                                                                                                              +│   ├── Foo.vue
                                                                                                                                              +│   ├── Bar.vue
                                                                                                                                              +│   └── Baz.vue
                                                                                                                                              +├── App.vue
                                                                                                                                              +├── app.js # универсальная точка входа
                                                                                                                                              +├── entry-client.js # запускается только в браузере
                                                                                                                                              +└── entry-server.js # запускается только на сервере
                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              app.js

                                                                                                                                              +

                                                                                                                                              app.js — универсальная точка входа в наше приложение. В только клиентском приложении, мы бы создавали корневой экземпляр Vue прямо в этом файле и монтировали непосредственно в DOM. Однако при использовании серверного рендеринга эта ответственность переносится в файл клиентской точки входа (entry-client.js). app.js просто экспортирует функцию createApp:

                                                                                                                                              +
                                                                                                                                              import Vue from 'vue'
                                                                                                                                              +import App from './App.vue'
                                                                                                                                              +
                                                                                                                                              +// экспортируем функцию фабрику для создания экземпляров
                                                                                                                                              +// нового приложения, маршрутизатора и хранилища
                                                                                                                                              +export function createApp () {
                                                                                                                                              +  const app = new Vue({
                                                                                                                                              +    // корневой экземпляр просто рендерит компонент App
                                                                                                                                              +    render: h => h(App)
                                                                                                                                              +  })
                                                                                                                                              +  return { app }
                                                                                                                                              +}
                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              entry-client.js:

                                                                                                                                              +

                                                                                                                                              Клиентская точка входа — просто создаёт приложение и монтирует его в DOM:

                                                                                                                                              +
                                                                                                                                              import { createApp } from './app'
                                                                                                                                              +
                                                                                                                                              +// Специфичная для клиента логика загрузки...
                                                                                                                                              +
                                                                                                                                              +const { app } = createApp()
                                                                                                                                              +
                                                                                                                                              +// предполагается, что у корневого элемента в шаблоне App.vue есть элемент с `id="app"`
                                                                                                                                              +app.$mount('#app')
                                                                                                                                              +
                                                                                                                                              +

                                                                                                                                              entry-server.js:

                                                                                                                                              +

                                                                                                                                              Серверная точка входа — экспортирует по умолчанию функцию, которая будет вызываться повторно для каждого рендеринга. На данный момент не делаем ничего, кроме создания и возврата экземпляра приложения, но, позднее, мы будем выполнять здесь логику сопоставления маршрутов и предзагрузки данных.

                                                                                                                                              +
                                                                                                                                              import { createApp } from './app'
                                                                                                                                              +
                                                                                                                                              +export default context => {
                                                                                                                                              +  const { app } = createApp()
                                                                                                                                              +  return app
                                                                                                                                              +}
                                                                                                                                              +
                                                                                                                                              + + +
                                                                                                                                              + +
                                                                                                                                              +
                                                                                                                                              +
                                                                                                                                              + +

                                                                                                                                              results matching ""

                                                                                                                                              +
                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                + +

                                                                                                                                                No results matching ""

                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                + + +
                                                                                                                                                + + +
                                                                                                                                                + + + + + + + + + + + + + + +
                                                                                                                                                + + +
                                                                                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ru/universal.html b/ru/universal.html new file mode 100644 index 00000000..352aa07c --- /dev/null +++ b/ru/universal.html @@ -0,0 +1,649 @@ + + + + + + + Написание универсального кода · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                +
                                                                                                                                                + + + + + + + + +
                                                                                                                                                + +
                                                                                                                                                + +
                                                                                                                                                + + + + + + + + + +
                                                                                                                                                +
                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                + +
                                                                                                                                                + +

                                                                                                                                                Написание универсального кода

                                                                                                                                                +

                                                                                                                                                Прежде чем идти дальше, давайте немного обсудим ограничения при написании «универсального» кода — кода, который выполняется как на сервере, так и на клиенте. Из-за различий в API платформы, поведение нашего кода будет отличаться при работе в разных средах выполнения. Здесь мы рассмотрим ключевые моменты, которые вам нужно знать.

                                                                                                                                                +

                                                                                                                                                Реактивность данных на сервере

                                                                                                                                                +

                                                                                                                                                В приложении, которое работает только на клиенте, каждый пользователь использует свежий экземпляр приложения в своём браузере. Для рендеринга на стороне сервера мы хотим того же: каждый запрос должен иметь свежий, изолированный экземпляр приложения, чтобы не возникало загрязнения состояния при перекрёстных запросах.

                                                                                                                                                +

                                                                                                                                                Поскольку фактический процесс рендеринга должен быть детерминированным, мы также будем «предзагружать» данные на сервере — это означает, что состояние приложения будет разрешённым, на момент начала рендеринга. А это означает, что на сервере реактивность данных не нужна, поэтому по умолчанию она отключена. Отключение реактивности данных также позволяет избежать уменьшения производительности из-за отсутствия необходимости преобразования данных в реактивные объекты.

                                                                                                                                                +

                                                                                                                                                Хуки жизненного цикла компонента

                                                                                                                                                +

                                                                                                                                                Так как динамических обновлений нет, из всех хуков жизненного цикла будут вызваны только beforeCreate и created во время серверного рендеринга (SSR). Это означает, что код внутри любых других хуков жизненного цикла, таких как beforeMount или mounted, будет выполняться только на клиенте.

                                                                                                                                                +

                                                                                                                                                Стоит ещё отметить, что вам следует избегать кода, который производит глобальные побочные эффекты (side effects) в хуках beforeCreate и created, например устанавливая таймеры с помощью setInterval. В коде на стороне клиента мы можем установить таймер, а затем остановить его в beforeDestroy или destroyed. Но, поскольку хуки уничтожения не будут вызываться во время SSR, таймеры останутся навсегда. Чтобы избежать этого, переместите такой код в beforeMount или mounted.

                                                                                                                                                +

                                                                                                                                                Доступ к специализированному API платформы

                                                                                                                                                +

                                                                                                                                                Универсальный код не может использовать API специализированное для какой-то конкретной платформы (platform-specific APIs), потому что если ваш код будет использовать глобальные переменные браузеров window или document, то возникнут ошибки при выполнении в Node.js, и наоборот.

                                                                                                                                                +

                                                                                                                                                Для задач, разделяемых между сервером и клиентом, но использующих разные API платформы, рекомендуется создавать обёртки платформо-специфичных реализаций в универсальное API, или использовать библиотеки, которые делают это за вас. Например, axios — это HTTP-клиент предоставляющий одинаковое API как для сервера так и для клиента.

                                                                                                                                                +

                                                                                                                                                Для API только для браузеров общий подход — ленивый (lazy) доступ к ним, внутри хуков жизненного цикла только для клиентской стороны.

                                                                                                                                                +

                                                                                                                                                Обратите внимание, если сторонняя библиотека не была написана с расчётом на универсальное использование, её может быть сложно интегрировать в приложение с серверным рендерингом. Вы могли бы заставить её работать, например создавая моки некоторых глобальных переменных, но это будет грязным хаком и может помешать коду обнаружения окружения в других библиотеках.

                                                                                                                                                +

                                                                                                                                                Пользовательские директивы

                                                                                                                                                +

                                                                                                                                                Большинство пользовательских директив непосредственно манипулируют DOM, поэтому будут вызывать ошибки во время SSR. Существует два способа обойти это:

                                                                                                                                                +
                                                                                                                                                  +
                                                                                                                                                1. Предпочитайте использовать компоненты в качестве механизма абстракции и работайте на уровне виртуального DOM (например, используя render-функции).

                                                                                                                                                  +
                                                                                                                                                2. +
                                                                                                                                                3. Если у вас есть пользовательская директива, которую нельзя легко заменить компонентами, вы можете предоставить её «серверный вариант» с помощью опции directives при создании серверного рендерера.

                                                                                                                                                  +
                                                                                                                                                4. +
                                                                                                                                                + + +
                                                                                                                                                + +
                                                                                                                                                +
                                                                                                                                                +
                                                                                                                                                + +

                                                                                                                                                results matching ""

                                                                                                                                                +
                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  + +

                                                                                                                                                  No results matching ""

                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  + + +
                                                                                                                                                  + + +
                                                                                                                                                  + + + + + + + + + + + + + + +
                                                                                                                                                  + + +
                                                                                                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/search_index.json b/search_index.json new file mode 100644 index 00000000..5ff56f4c --- /dev/null +++ b/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["\"ハイドレート","\"ユニバーサル","&","(hydrate)\"","(isomorphic)\"","(ssr)","(universal)\"","(たとえば","(シングルページアプリケーション)","(事前描画)","(事前描画)を使用することをオススメします。","(新しいオプションの","/,","/about,","/contact","12.0.0","2.2","2.3.0","2.5.0","3.0.0","bing","demo","dom","fals","hackernew","html","introduct","javascript","loader","node.j","plugin","render","router","runinnewcontext","seo","server","spa","ssr","style","vs","vue","vue.j","web","webpack","あなたのアプリケーションに","がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。","が向上します。","が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。","が必要な場合があります。","が重要なページで非同期にコンテンツを取得する場合は、ssr","このガイドについて","このガイドは","このガイドは、vue.j","このガイドはサーバとして","これは","することもできます。","で","と","とは何か?","とは異なり、サーバで描画されたアプリケーションでは","と比べて、ssr","と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。","と見なすことができます。","どうして","など)、代わりにプリレンダリング","なのか?","にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。","にて使用されており、そちらを参照するととても役立つことでしょう。","に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、nuxt.j","の","のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、\"アイソモルフィック","のコアチームメンバです。","の利点は主に次の点にあります:","の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、cpu","はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、vue","は同期的","は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、ssr","また、あなたが読まれているように、このガイドで説明されている技術のほとんどが","またはサポートしているライブラリの以下の最小バージョンを必須としています:","もしあなたが","もしあなたが、幾つかのマーケティングのページの","もし以前に、","や","より複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的","を","を使用していた場合、","を使用している場合、prerend","を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。","を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と","を使用することで簡単にプリレンダリングを実装することができます。","を使用する前に、まず初めに、実際に","を使用する際に考慮すべきトレードオフも何点かあります:","を向上させるためだけに","を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。","を急いでコンパイルするために","を生成し操作がされます。しかし、同じ","を試してみてください。これは同じ","を調べているとしたら","アプリケーションで広くテストが行われています。実際には、作成者は","アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、ajax","コンポーネントはブラウザで","コンポーネントをサーバ上の","サーバで描画された","サーバを実行できる環境が必要になります。","サーバサイドレンダリング","サーバサイドレンダリングガイド","サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な","サーバ側の負荷が増えます。","スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。","ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。","ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。","プリレンダリング","以上","例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、ssr","従来の","推奨されるコードの構造が少しだけ違うことに気がつくでしょう","文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに","最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!","検索エンジンのクローラが完全に描画されたページを直接解析するため、seo","注意:","特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての","現在のところ、googl","経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、seo","自体に精通しており、且つ","開発上の制約。"],"basic.html":["\"hello\"","\"描画コンテキストオブジェクト\"(render","${html}","'hello',","'utf","(err)","(err,","(interpolation)","(req,","*.vue","//","1:","2:","3:","8')","=","=>","`","`)","`hello","`the","app","clientmanifest","console.log(html)","const","context","context,","createrenderer({","css","data:","err","error')","express","express:","hello","html","html)","index.template.html:","instal","is:","meta","meta:","new","node.j","npm","object)","render","renderer').createrenderer()","renderer.rendertostring(app,","rendertostr","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('intern","return","save","server","server.get('*',","server.listen(8080)","template:","throw","titl","title:","url","url:","visit","vue","vue({","vuex","world","world`","xss","yarn","{","{{","{{{","}","})","},","}}","}}`","}}}","このガイドでは","これはあなたのアプリケーションのマークアップが注入される場所です。","これをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。","さらに、テンプレートは次のような高度な機能をサポートしています:","でのみ使用できます。","でも大丈夫です。","で作られたサーバで使う場合はとても簡単です。例えば","と","になり、","にも対応しています。","に描画","のネイティブモジュールに依存しているため、node.j","のバージョンは6以上を使用することを推奨します","のバージョンは一致している必要があります","の状態を埋め込む際に","の第2引数として","の自動注入","は","を使って説明していきますが","を使用する際の、アセットリンクとリソースヒントの自動注入","を渡すことで展開データを提供することができます:","アプリのコンテンツを含む完全なページになります","アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な","アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。","インスタンスを","インスタンスを作成","インスタンスを描画","インストール","オブジェクトも","クライアントサイドハイドレーションのために","コメントに注目してみてください。","コンポーネントを使用する際の、重要な","サーバと連携する","ステップ","テンプレートの展開","テンプレートはシンプルな展開","ファイルを読み込み","ページシェルでラップする必要がありました。","ページタイトルは","ページテンプレートを使用する","メタタグが注入されます","ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。","レンダラに渡すことができます:","レンダラを作成","例","基本的な使い方","次のようなテンプレートであれば:","注意","私たちは将来的に他のjavascript","関連する概念については、後でこのガイドで紹介します。","防止の自動注入"],"universal.html":["\"サーバーサイドのバージョン\"","api","beforedestroy","beforemount","creat","destroy","direct","document","dom","http","mount","setinterv","ssr","かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。","がプラットフォームによって異なる場合は、プラットフォーム固有の実装を","これを回避するために、代わりに副作用コードを","したりすることができます。しかしながら、ssr","すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。","ではエラーが発生します。","でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから","と","といったブラウザ環境のグローバル変数を直接使用すると、node.j","な","などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。","において、例えば","にアクセスする","に移動してください。","のみが","の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axio","の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。","は、サーバーとクライアントの両方に同じ","は直接","へのアクセスは想定されていないので、window","ほとんどの","または","や","を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。","を提供する","を操作するため、ssr","を用意することで回避できます。","オプションを使用して、そのオプションの","カスタムディレクティブ","クライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます:","クライアントです。","コンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の","コンポーネントのライフサイクルフック","サードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる","サーバサイドの描画について、さらに見ていく前に、\"ユニバーサル\"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの","サーバーとクライアントでコードを共有するものの、タスクが使用する","サーバー上でのデータリアクティビテイ","ブラウザ","プラットフォーム固有の","ユニバーサル","ユニバーサルなコードを書く","ユニバーサルコードでは、プラットフォーム固有の","レベル(例えば、render","中にエラーが発生します。これを回避するには、2つの方法があります:","中に呼び出されます。つまり、","中に破棄フックは呼び出されないため、タイマーは永遠に残ります。","動的な更新がないので、ライフサイクルフックのうち、beforecr","実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを\"プリフェッチ\"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。","抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想","注意すべきもう一つは、beforecr","関数を使用すること)で実装することをお勧めします。"],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(err,","(req,","(root)","...","//","=","=>","`the","app","app.$mount('#app')","app.j","app.vu","bar.vu","baz.vu","client.j","client.js:","compon","const","context","context.url","createapp","createapp()","createapp(context)","data:","default","entri","export","file","foo.vu","function","h","h(app)","html)","id=\"app\"","import","is:","loader","module.export","new","node.j","node.jsで直接動作しません。","node.jsの最新バージョンはes2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。","render:","renderer.rendertostring(app,","req.url","require('./app')","require('vue')","res)","res.end(html)","return","runinnewcontext:","server.get('*',","server.j","server.js:","src","ssr","template:","true","url","url:","visit","vm","vue","vue({","webpack","webpackによるコード構造","{","{{","}","})","},","}}`","│","└──","├──","これは","これまでは、同じ","そして私たちのサーバーコードはこうなります:","そのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:","だからです。","でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい","で新しいインスタンスを作成し、ルート","と","によってビルドされ、","に直接マウントします。しかし、ssrの場合は責務はクライアント専用のエントリファイルに映されます。app.j","のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。","の機能にアクセスできます。","はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート","はシンプルに","を使用して","を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって","を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての","を有効にして","アプリケーションは","アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack","アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。","アプリケーションをバンドルする必要があります。実際、webpack","アプリケーションコードを書くことが可能になっています。","インスタンス","インスタンスから注入する必要があります。","インスタンスを作成し、dom","インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。","エラーを処理","クライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、","クライアントエントリは単にアプリケーションを作成しそれをdomにマウントします:","クライアント固有の初期化ロジック","コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。","コンポーネントを描画します","サーバでのみ実行されます","サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。","サーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。","シンプルなプロジェクトは以下のようになります:","ステートフルなシングルトンの回避","セットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack","ソースコードの構造","テンプレートのルート要素が","ビルドステップの紹介","ブラウザでのみ実行されます","リクエストごとに新しいルート","ルートインスタンスは単に","共通のエントリ","典型的な","同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、","同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。","固有の機能は","基本的な例としては、私たちは","従って基本的な考え方は","新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします","経由でcssをインポートなどの多くの","経由でのファイルのインポートやcss","関数をエクスポートします:"],"routing.html":["'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(err)","(err,","(err.cod","(req,","(route)","*","...","//","2の動的インポートをコード分割点として使用することへのサポート","404","404)","=","===","=>","[","]","app","app,","app.$mount('#app')","app.j","bundle.js')","client.j","code:","component:","const","context","createapp","createapp()","createapp(context).then(app","createrout","createrouter()","default","entri","error')","export","foo","found')","function","h","h(app)","html)","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","matchedcompon","mode:","new","path:","promise((resolve,","reject({","reject)","render:","renderer.rendertostring(app,","req.url","require('/path/to/built","res)","res.end(html)","res.status(404).end('pag","res.status(500).end('intern","resolve(app)","return","router","router'","router({","router,","router.getmatchedcomponents()","router.j","router.onreadi","router.onready(()","router.push(context.url)","routes:","server","server.get('*',","server.j","tti","url","url:","vue","vue({","vue.use(router)","webpack","{","}","})","},","このように変えます","この目的のために公式の","これを...","そして","ただし、ルート","と組み合わせることも可能です。そのためにすべきことは以下です:","によるルーティング","にサーバー側のルーティングロジックを実装する必要があります:","に似ていますが、","は一致した非同期コンポーネントを自動的に解決するためです。","は非同期コンポーネントを最重要コンセプトとして提供しており、","を","を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。","を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。","を受け入れる","を更新します:","アプリケーションとルーターの両方を返します","アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!","アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。","アプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。","コード分割","コード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの","サーバーコードが任意の","サーバーサイドのルーターの場所を設定します","サーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:","ハンドラを使用していることに気付いたかもしれません。これにより訪れた","プロミスは描画できるようにアプリケーションインスタンスを解決するべきです","プロミスを返します","リクエストごとに新たなルーターインスタンスも必要となるため、","ルーターが非同期コンポーネントとフックを解決するまで待機します","ルーターをルートvueインスタンスに注入します","ルーターインスタンスを作成します","ルーティングとコード分割","レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、","一致するルートがない場合、404で拒否します","必要なことは、サーバーとクライアントの両方で","描画する前にすべての準備が整うまでサーバーが待機できるように","純粋なクライアントサイドの","関数をエクスポートします:","非同期のルートフックまたはコンポーネントが存在する可能性があるため、","非同期ルートコンポーネントを使用したルート設定の例:","(操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では\"必要なものだけを読み込む\"ということです。"],"data.html":["!==","\"状態コンテナ","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(data","(dif","(prevmatched[i]","(route)","(state","(state)","(state,","(to,","(window.__initial_state__)","({","...関係のないコードは除外します","//","0","2つの一致したリストに差分が表れるまで、コンポーネントを比較します","2つの方法のどちらを選ぶかは、究極的には異なる","2つの異なるアプローチがあります:","404","=","=>","`store/index.js`","`this.datapromise.then(...)`","`window.__initial_state__`","actions:","activ","app","app,","app.$mount('#app')","app.j","asyncdata","asyncdata()","asyncdata({","beforemount","beforerouteupd","c))","c.asyncdata({","client.j","code:","commit","commit('inc')","commit('setitem',","component.asyncdata({","computed:","const","container)\"","context","context.st","count:","createapp","createapp()","createrout","createrouter()","createstor","createstore()","default","destroy","dif","entri","export","fals","fetchitem","fetchitem(id).then(item","foocount","foostoremodul","foostoremodule)","from,","function","h","h(app)","html","i)","id","id)","id,","import","inc:","item","item)","item.titl","items:","match","matched.filter((c,","matchedcompon","mixin","mutations:","namespaced:","new","next()","next)","prevmatch","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","readi","reject({","reject)","render:","resolve(app)","return","rout","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.beforeresolve()","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","server.j","setitem","ssr","state","state.count++","state:","store","store)","store,","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.dispatch()","store.j","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","sync","sync'","sync(store,","templat","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","true,","user/1","user/2)","ux","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.store({","window.__initial__","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}","から","が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため","が返されます","このような用途として、公式の状態管理ライブラリである","この問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア","この方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。","この方法ではビューコンポーネントの","この方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で","この方法はクライアントサイド限定のグローバルな","この箇所がローディングインジケーターを発火させるべき箇所です","これら","して","すべてのプリフェッチのフックが解決されると、ストアには、","すべての非同期なコンポーネントが解決されるように","そうすれば(訳注:","そして","ではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?","で処理できます:","で実装できます:","という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:","として埋め込まれます","に","において","になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。","によってルートコンポーネントの非同期チャンクに移動されます。","によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。","にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:","にフェッチ処理を割り当てます","に付随させ、`template`","に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして","に基づく","に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。","のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば","の代わりにここでモジュールをインポートします","は自動的に最終的な","ふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。","へ変わったとき)には","また、実装の詳細は割愛します","まだ描画されていないコンポーネントにのみ関心を払うため、","もうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態","もしくは","もしローディングインジケーターがあるならば、","をしているとき、基本的にはアプリケーションの\"スナップショット\"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります。","を使います","を使うと","を使っています。では","を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが","を使用して、ルートコンポーネントの","を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。","を取得するコードを書いてみましょう:","を呼び出します","を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します","を更新します:","を用いて描画してしまい、ハイドレーションが失敗してしまいます。","を表示します","を返します","を返すユニバーサルなアプリケーションを想定しています","アクションから","アプリケーション、ルーター、ストアを公開します","アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します","アプリケーションを描画するために必要とされる状態が入っています。","オプションがレンダラに利用されると、","クライアントで重複してモジュールが登録されるのを避けて下さい","クライアントサイドではデータ取得について","クライアントサイドのデータ取得","サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます","サーバーサイドのデータ取得","ストアの状態から","ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:","ストアコードの分割","データが準備できた後に、コンポーネント内で","データのプリフェッチと状態","データストア","ファイルをつくって、そこに","フェッチする必要があるデータはアクセスしたルート","フックにこのモジュールを遅延登録することができます:","モジュールはルートコンポーネントの依存関係になっているので、webpack","モジュールを複数回インスタン化できます","ルーターとストアのインスタンスを作成します","ルートが複数回訪問されたときに、","ルートのナビゲーションの前にデータを解決する:","ルートの状態をストアの一部として利用できるよう同期します","ルートコンポーネントではカスタム静的関数","ルートコンポーネントの内部","ロジックとコンポーネントとの結び付き","ローディングインジケーターを停止させます","一致したルートコンポーネントすべての","一致するビューが描画された後にデータを取得する:","他のタスクを実行できるようにするため、promis","内に","大規模なアプリケーションでは、vuex","状態は自動的にシリアライズされ、html","状態は関数でなければならないため、","状態を","経由でデータがフェッチされたときにそれを知るために、promis","重要:","関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな","関数を実行することにより実装できます。重要なことは、このフックは初期ルートが","関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。"],"hydration.html":["(hydrate)\"とそれをインタラクティブに生成したいです。","//","app.$mount('#app')","app.vu","client.j","data","dom","entri","hi","html","id=\"app\"","render","server","vue","が、サーバで描画された","が追加されていないことに注意してください。id","この","これは、ルート要素に","という特別な属性は、クライアントサイドの","に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id=\"app\"","に、単に","において、以下の記述で私たちは簡単にアプリケーションをマウントします:","によって生成された仮想","に挿入します。しかし、vue","のテンプレート内に、以下のような記述をした場合です:","の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の","の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが","は、","はクラインアントサイドで生成された仮想","または","を","をもつ","を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの\"ハイドレート","を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な","を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。","を記述してください。","クライアントサイドでのハイドレーション","サーバがマークアップを描画後に、この処理を実行し、すべての","サーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:","サーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の","テンプレートを想定します","ハイドレーション時の注意","ブラウザは、自動で","他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。","開発モードでは、vue"],"bundle-renderer.html":["'once'","'sourc","(","(*.vue","(err,","(req,","(任意)","...","//","=","=>","api","bundle.js')","clientmanifest","const","context","createapp","createbundlerender","createbundlerenderer(serverbundle,","css","devtool:","fals","false,","html)","json","map'","render","renderer')","renderer.rendertostring(context,","req.url","requir","require('/path/to/built","require('vu","res)","res.end(html)","runinnewcontext","runinnewcontext:","server","server.get('*',","template,","url:","vue","webpack","{","}","})","が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。","これはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、node.j","という","によって直接使用されることを想定していました:","によるアセットの注入:","に設定することをお勧めします。詳細は","の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な","の設定オプションに","の評価","は、描画中に利用されるコンポーネントによって必要とされます。詳細は","はこの問題を解決するために、createbundlerender","はソースマップをネイティブサポートしていません。","または","を参照してください。","を指定)","を提供しています。また、webpack","インライン","オプションを","クライアントビルドマニフェスト","クリティカル","ハンドリングエラー","バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません","バンドルレンダラによってrendertostr","バンドルレンダラの紹介","バンドルレンダラの追加","ビルトインソースマップのサポート","ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。","ファイルを利用しているとき):","ページテンプレート","リファレンスを参照してください。","今、私たちのサーバーはvueアプリから切り離されています!","今までは、バンドルされたサーバサイドのコードが","内部のサーバ処理","推奨","根本的なサーバサイドレンダリングの問題","次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack","自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。","設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:","開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","(time","(例","(例:","*","*.sass)、","*.vue","*.vue,",".vue","/","//","/\\.css$/","1つの","2.3.0","3","7.6","8')","=",">","[","]","`vue","`グローバル`","async","babel","base","baseconfig","bundle.json","bundle.json')","bundle.json',","bundle.json`","client","client.js',","clientmanifest","const","context","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","contextkey:","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","css","css)","dep","devtool:","direct","entri","entry:","extern","externals')","externals:","extract","fals","falseで)使用することができます:","global","hackernew","html","http/2","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","infin","inject:","interactive)","javascript","json","librarytarget:","link","loader","loader`に指示する","manifest.json')","manifest.json`","map',","merg","merge')","merge(baseconfig,","minchunks:","module.export","name:","new","node","nodeextern","nodeexternals({","object)","output:","plugin","plugin')","plugins:","polyfil","prefetch","preload","render","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","runinnewcontext:","script","server","server.js',","serverbundl","shouldpreload","spliting)を利用するバンドルを描画する時に、最適なチャンクが","ssr","target:","templat","template,","text","true","tti","url","version","vue","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","webpack","webpack.optimize.commonschunkplugin({","whitelist:","window","window.__my_state__={...}","windowkey:","{","{{{","}","})","}),","},","}}}","あとで必要な非同期","から抽出された","が提供されたら、返ってきた文字列は","が改善します。","が放出した","が生成された後、ファイルパスを単純に","ここに例として、生の","このプラグインは、出力ディレクトリに","このメソッドは","このメソッドは、現在描画されているページに必要な","このメソッドはクライアントアプリケーションを起動するのに必要な","このメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは","この設定で、コード分割されたビルドのためにサーバ側で描画される","これで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。","これには2重の恩恵があります:","これにより、webpack","これにより、アプリ/ベンダーコードのキャッシングも改善される","これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される","これは、描画中に使われた","これはサーバービルドの出力全体を","されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに","それらも同じようにホワイトリストに加えなければいけません。","つのファイル(base、client、server)に分けることを提案しています。bas","でインポートされた","で処理する必要がある依存関係を外部化しない","と","に","によって処理されないといけないからです。","に依存する他のタイプのファイルをインポートしているなら、","に渡された","に渡されるサーババンドルを生成するために作られるもので、次のようになります:","に渡します:","に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして","に適した方法で動的なインポートを処理でき、","の","のような","のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の","のオンデマンドコード分割機能(code","のステートキーと","のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。","の代替になります。","の注意","の管理の章を見てください。","の設定を見てみてください。","は","はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。","はこのようになります(すべて自動でインジェクトされます):","または","もし","もし同じように","もホワイトリストに登録する必要がある","や","や、file","をシリアライズし、window.__initial_state__","を使って、base","を使って挿入されるので、これらのメソッドをテンプレート内で(inject:","を使用する場合、例えば","を全く使っていないのなら、自分自身で文字列を結合することができます。","を含んだ","を変更する","を注入する","を渡せば、手動でアセットインジェクションを行うことができます。","を生成する","を示す必要があります。またそれとは別に、commonschunkplugin","アプリケーションの依存関係を外部化する","アプリケーションサーバのエントリファイルへのエントリポイント","オブジェクトは","オブジェクトを持っているからです。node","オプションによってさらにカスタマイズが可能です。","オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる","クライアントサイドで完結するプロジェクトの","クライアントマニフェストを利用するためには、client","コンポーネントから集めた全てのクリティカル","コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう","コールバックで、次のメソッドを持ちます:","サーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側とクライアント側の両方のビルド情報を持つことになり、","サーバプッシュをプログラムで行うときに使えるでしょう。","スタイルのエクスポートを使用するようにサーバーバンドルに指示する","ステートとして埋め込まれたインラインスクリプトを返します。","タグも含みます。(例:","タグを挿入することができます。そのようにして","タグを自動的に挿入することができます。","タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。","タグを返します。詳細は","チャンクをプリフェッチする","デフォルトのファイル名は","デフォルト設定で、アセットインジェクションはあなたが作成した","デフォルト設定ではこのようになります:","バンドルレンダラーのソースマップのサポート","ビルド設定","ファイルに変換するプラグイン。","ファイルの","ファイルのようなファイルタイプを追加できる","ファイルのプリロードは","ファイルを","ファイルをプリロードする","プロジェクトにおいても大枠は似たようなものですが、設定ファイルを","ページに必要な","ポリフィル)","ランタイムを先頭のチャンクに分割して、","リソースヒントを返します。","両方の環境に共有される設定を含み、server","他の描画オプション...","以降を使っていればサーバに","以降必須","使っていたら、それが","別の方法として、バンドルをオブジェクトとして","必須","手動でのアセットインジェクション","描画された","描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に","渡した","生成されたファイル名にハッシュがある時に、正しい","直後に非同期チャンクを挿入できるようにする","設定","設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。","設定と","設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに","設定は","設定はこのようになります:","設定は出力パス、エイリアス、ローダーのような、client","設定は単純に、webpack","設定は既に知っての通りでしょう。ssr","設定を拡張することができるものです。","重要:"],"css.html":["!/\\.css$/.test(module.request)","&","&&","'common.[chunkhash].css'","'css","'foo.css'","'manifest'","'production'","'vendor',","'vue","(","(module)",")","*.vue","+","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)",":","=","===","?","[","['vue","[]","[new","]","bundlerender","commonschunkplugin","const","css","css抽出","dep","extract","extractcss","extractcss:","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fallback:","filename:","function","import","isproduct","javascript","javascriptからcssをインポートしたいならば、適切な","loader","loader'","loader',","loader']","loader:","loader>=12.0.0","minchunks:","module.export","module:","name:","new","node_modul","npm","options:","plugin","plugin')","plugins:","postcss","process.env.node_env","require('extract","return","rules:","style","templat","test:","text","use:","vue","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","{","}","})","}),","})]","},","。これは、ファイルが個々にキャッシュされることをゆるしています。共通するcssがたくさんある場合にこの方法をおすすめします。","。クライアント上で、コンポーネントが初めて使用されたとき、vue","から","があれば、extract","が必要","この設定は","さらに重要なことは、vue","でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された","で自動注入されます","によって内部的に使われている","によって扱われます。","に問題が発生します。この問題を解決するためには、ベンダーのチャンクに","の","のように","の中で","の代わりに","の抽出","の文字列としてインライン化されたままになり、vue","の管理","の設定が必要です:","の設定例です:","は","はhtmlに集められてインライン化されます","はサーバーによる描画のためのいくつかの特別な機能を持っています:","は既にそのコンポーネントにサーバーインラインcssがあるかチェックします。もし存在しない場合、そのcssは動的に","もし","を","をインポートするときに気を付けることがいくつかあります:","をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です","を使うことができます。","を使うことです。これは以下を提供します:","を使ってメインチャンクのcssを個別のcssに抽出することをサポートします","を使用した時の自動的なcss評価","を使用します","を抽出するために、vue","を活用する機能","を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである","オプションを使います","オプションを使用していれば自動で扱われます","クライアントとサーバーのためのユニバーサル変換処理の体験","コンポーネントにインポートするために","サーバーによる描画を使用するなら、コンポーネントの","サーバービルドで外部化しないでください。","タグ経由で注入されます。","ファイルのスタイルのみに適用されますが、外部","ファイルの場合、抽出しない","ファイルを含めないでください。クライアント側の","プラグインを追加してください!","プリプロセッサや","マニフェストを抽出する","モジュールはベンダーチャンクに抽出されます...","ランタイム","リクエストが","上記の設定は","依存で","依存関係からのスタイルのインポート","共通する","内部な場合","抽出の有効化","抽出は、開発中ではホットリロードされるように、","抽出を有効にする","本番環境でのみ有効にする必要があります","重要:","開発時のホットリロード","関連するコンポーネントのスコープ付き","非同期コンポーネントの"],"head.html":["$option","'function'","'server'","()","(head)","(interpolate)","(root)","(route)","(title)","(vm)","({","...","//",":","=","===",">=2.3.2","?","[titlemixin],","`title`","asyncdata","clienttitlemixin","computed:","const","context","creat","default","document.titl","doubl","export","function","gettitl","gettitle(this)","item","item.vu","mixin","mixin.j","mixins:","mount","mustache(html","process.env.vue_env","return","rout","route.params.id)","servertitlemixin","ssr","store,","store.dispatch('fetchitem',","templat","this.$root.$options.ssrcontext.titl","this.$store.state.items[this.$route.params.id]","this.item.titl","titl","title.call(vm)","typeof","vm.$option","vue_env","webpack.defineplugin","xss","{","{{","}","})","},","}}","このようにすれば、ルート","これには文字列または関数を入れることができます","そしてタイトルは","できるという考えです。","では、this.$ssrcontext","としてコンポーネントにおいて","によって手動で","に公開する必要があります。子は、this.$root.$options.ssrcontext","に動的にデータを付随させ、そして","の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画","は","を介してそれにアクセスすることができます。","を使って注入できます","を利用することができます。","を包括的にヘッドを管理するユーティリティに容易に拡張できます。","を書くことができます:","アセットの挿入と同様に、ヘッド","インスタンスの","エスケープした展開)を使うこと。","オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。","オプションを提供し、","コンテキストに直接アクセスできます。古いバージョンでは、createapp()","コンテキストを渡して注入し、ルート","コンポーネントはシンプルに","コンポーネントはドキュメントのタイトルを制御するために","タイトルを管理する単純な","バージョン","ヘッドの管理","メモ:","内でバンドルレンダラに渡されます:","内にデータを展開","同様のやり方で、この","描画中にタイトルをセットするコンポーネントがない場合に備えて、context","攻撃を防ぐために"],"caching.html":["\"name\"","'::'","'item',","(cacheable)","(h)","(hit)","(req,","+","...","//","100,","1000","10000,","=","=>","['item'],","cach","cache')","cache:","cacheabl","const","context","createrenderer({","default","dom","export","getcachekey","h('div',","hit","html)","iscach","iscacheable(req)","lru","lru({","max:","maxage:","microcach","microcache.get(req.url)","microcache.set(req.url,","name:","nginx","node.j","prop","props.item.id","props.item.id,","props.item.last_upd","props:","render","renderer.rendertostring((err,","req","requir","require('lru","res)","res.end(hit)","res.end(html)","return","server","server.get('*',","servercachekey","servercachekey:","ssr","this.item.id)","v","vue","{","}","})","いつコンポーネントキャッシュを使うか","から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に","これは通常","これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のidと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:","したがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。","つまり、次の場合にコンポーネントをキャッシュしないでください。","で実装することも可能です:","という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。","には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は","によって決定される場合、上記は良い実装でしょう。しかしながら、同じidを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、","に副作用をもたらす子コンポーネントがあります。","の","のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。","の実装を修正する必要があります。","は非常に高速ですが、コンポーネントインスタンスや仮想","ほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一urlが常にすべてのユーザに対して同じコンテンツを描画する場合)、","ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな","を渡すことです:","オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。","キャッシュ","キャッシュ可能なコンポーネントは","グローバルな状態に依存する子コンポーネントがあります。","コンテンツの登録内容は1秒後に期限切れになります","コンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。","コンポーネントレベルでのキャッシュ","ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。","ページレベルでのキャッシュ","マイクロキャッシング","ユーザー固有でないページのみがキャッシュ可能です","リクエストがユーザー固有のものかどうかチェックするロジックを実装します","リストで繰り返されるコンポーネントです。","レイヤーで行われますが、","一意の","他の変数を考慮して","定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。","描画","描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。","次に","重要:","関数を実装してコンポーネントをキャッシュすることが出来ます:"],"streaming.html":["''","()","+=","...","//","=","=>","console.log(html)","const","css","data","data.tostring()","dom","err","html","node.j","render","renderer.rendertostream(context)","server","stream","stream.on('data',","stream.on('end',","stream.on('error',","vue","{","})","しかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の","したがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません。","です:","など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。","の代わりにrendertostreamを使用するだけです:","の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル","は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。rendertostr","エラーを処理","ストリーミング","ストリーミングに関する注意事項","ストリームによる描画モードでは、レンダラが仮想","ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。","完全に描画","返り値は"],"non-node.html":["\"development\"","\"production\"","\"server\"","\"server\",","$v8","'hello'","(err,","//","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","app.j","code0}","data:","env:","executestring('var","global","msg","msg:","nashorn","nashornでは、java","new","node.j","node_env:","oracl","php","print(res)","process","process.env.node_env","process.env.vue_env","process:","promise{/","render","renderer/basic.j","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","server","settimeout","template:","this.glob","v8j","var","vm","vue","vue({","vue_env:","{","{code6}\"production\"{/code6}","}","})","};');","}};","}}`,","での使用例:","と","どちらの環境に対して、それは","に","によってエクスポーズ","のにおいて、環境にはほとんど影響されない、","のような別のjavascript","のネイティブタイマーを使用して、","のビルドを出荷しました。これにより、上記の環境で使用できるようになります。","のポリフィルを提供する必要があります。","の標準ビルドは","または","や","を設定し、そして","を設定します。","オブジェクトをモックすることによって最初に環境を準備する必要があり、","環境では使用できなくなります。2.5","環境における使用","環境を想定していますが、これは、php","非"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'","'once'を使用することが推奨されます。","'script'","'style')","('once'","(.j","(2.3.1","(err,","(file,","(key,","(key:","(object)","(string)","(type","(vnode,","(例:","(自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの","(非推奨)。","+","...",".json)への絶対パス。ファイルパスとして扱われるために","/","//","/\\.woff2$/.test(file)","10000","2","2.2.0","2.3.0","2.3.0以上","2.3.1","2.5.0","=","===","=>","?promis","api","basedir","boolean","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","cach","cache')","cache:","callback","callback]):","cb(res)","cb)","cb?:","client","clientmanifest","clientmanifest,","const","context,","context.head:","context.state:","context.styles:","context]):","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","css","destin","direct","directivemeta)","directives:","error","exampl","fals","file","filename:","function)","get:","global","has?:","head","html","https://fetch.spec.whatwg.org/#concept","inject","inject:","javascript","json","link","loader","lru","lru({","manifest.json","max:","mustach","new","node.j","node_modul","npm","option","options])","plugin","plugin')","redi","redisclient.get(key,","redisclient.set(key,","render","rendercach","renderer')","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","request","require('lru","require('vu","res)","return","runinnewcontext","runinnewcontext:","server","serverbundl","set","set:","shouldprefetch","shouldpreload","shouldpreload:","show","ssr","stream.read","string","string)","string,","style","templat","template,","true","type","type)","v8","val)","val:","vnode","void;","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex","webpack","window.__initial_state__","woff2","{","|","||","}","})","},","};","が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。","が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期","ここでは、インストール済み外部","このオプションは、下位互換のためデフォルトは","このモードでは、","された","です。","です。しかし、可能ならば常に","では、このオプションは","で開始されなければなりません。","と","としてページ内にインライン展開されるべき","と同様の関数シグネチャを必要とします。","どのファイルが","どのファイルに","なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。","には次のいずれか1つを指定できます:","によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、html","によって生成されたバンドルオブジェクト。","に挿入されるべき任意のインライン","に挿入されるべき任意のマークアップを文字列で指定します。","に描画されるのを解決するプロミスを返します。","に描画します。より詳細については、ストリーミング","に解決するプロミスを返します。","のみが必要です。","のような流れになります:","のインスタンスにはなりません。","のコーディングスタイルである関数を指定します。","のサーバサイド実装はこちら","のストアの初期状態を指定します。このインライン","の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。","の場合は、バンドルコードはサーバープロセスと同じ","の実装を提供します。","の描画ごとに未使用の","の読み取り可能なストリーム","の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は","の項目を参照してください。","は、もし第","は、第1引数にエラー内容、","はファイル拡張子に基づいて推論されます","は自動でクロスサイトスプリクティングを防ぐ","へサニタイズされます。","または","または、runinnewcontext:","も渡された場合、テンプレートは自動で以下を挿入します。","も渡すことで、すべての自動挿入を無効にすることができます。","より詳しい情報は、","をテンプレートには含むべきです。","を使用したキャッシュの利用を可能にします。","を使用する場合、このプロパティは自動で追加されることに注意してください。","を参照してください。","を変換する","を変更するコードには注意してください。","を変更する依存関係を外部化することはできません;","を実装すべき点に注意してください。加えて、get","を文字列で指定します。もし","を用いて","を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文","アセット","インスタンスを","インスタンスを文字列として描画します。context","インスタンスを生成します。","エスケープされたhtmlを補間する","エスケープしない生のhtmlを補間する","オブジェクトの指定は、任意です。callback","オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:","オプションを使用することで、プリロードすべきものを正確に制御できます。","キャッシュオブジェクトは、少なくても","キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):","クライアントサイドプラグインのための","クライアントマニフェストの生成","クライアント使用する場合:","クラス:","コンテキストで実行されるので、アプリケーションコード内で","コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの","コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。","コンポーネントのために","コンポーネントキャッシュ","コードの文字列","サーバサイドプラグインのための","サーババンドルと任意の引数","サーババンドルの紹介","サーババンドルを文字列として描画します。context","シリアライズされた","ストリーミングを参照してください。","ソースコードの構造","テンプレートは、次の構文を使用した簡単な補間もサポートします。","テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は","ディレクティブのバインディングメタデータに基づいて","デフォルトでは、bundlerender","デフォルトでは、javascript","デフォルトで生成されるファイルは以下のものです:","バンドルを","バンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの","ビルド設定","ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。","フォントのプリロードのみ","プラグイン","プラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:","プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:","プリロードすべきものはアプリケーションの実装依存になるでしょう。","ページテンプレートの使用","ページ全体の","ページ内の","ポリフィル)","メソッド内でのみ使用可能","リソースヒント","リソースヒントが生成されるべきかを制御する関数。","リファレンス","レンダラに","レンダラオプション","代表的な使用方法は、次の","以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:","以降","以降)の場合は、バンドルは別々の","以降でのみサポートされる)","以降においては、コールバックはオプションです。コールバックなしで渡されるとき、html","以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された","以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。","任意のエラーがあれば処理","任意の引数","使用時に、自動挿入を行うかどうかを制御します。デフォルトは","例)以下のような","例として、v","依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ","加えて、clientmanifest","参照:","参考:","参考:手動によるアセットインジェクション","多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、","引数","引数に","手動によるアセットインジェクション","描画済みのページに対する最適な","構文(三重中括弧)の使用","構文(二重中括弧)の使用","標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは","次のように","次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。","生成されたバンドルファイル","生成済みのリソースヒント持つべきか制御するための関数を指定します。","画像やフォントのようなその他のアセット種別を指定した際、","第2引数に描画された文字列を受け取る、典型的な","要求事項:","重要な画像のプリロードのみ"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"초":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"つ":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"2":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"2":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"docs":{}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.007874015748031496},"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"버":{"docs":{},"전":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"以":{"docs":{},"上":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"1":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"버":{"docs":{},"전":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"2":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"+":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"docs":{}}},"5":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"0":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.007874015748031496}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0024916943521594683},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"没":{"docs":{},"有":{"docs":{},"传":{"docs":{},"入":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"の":{"docs":{},"動":{"docs":{},"的":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"へ":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"つ":{"docs":{},"の":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"た":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"差":{"docs":{},"分":{"docs":{},"が":{"docs":{},"表":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"比":{"docs":{},"較":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"の":{"docs":{},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"を":{"docs":{},"選":{"docs":{},"ぶ":{"docs":{},"か":{"docs":{},"は":{"docs":{},"、":{"docs":{},"究":{"docs":{},"極":{"docs":{},"的":{"docs":{},"に":{"docs":{},"は":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"3":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"0":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"+":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}},"docs":{}},"docs":{}},"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"7":{"docs":{},".":{"6":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"+":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"같":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"범":{"docs":{},"용":{"docs":{},"적":{"docs":{},"\"":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"미":{"docs":{},"리":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"서":{"docs":{},"버":{"docs":{},"용":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"유":{"docs":{},"니":{"docs":{},"버":{"docs":{},"설":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"필":{"docs":{},"요":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"수":{"docs":{},"화":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"\"":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}},"첫":{"docs":{},"번":{"docs":{},"째":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"描":{"docs":{},"画":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"\"":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}},"状":{"docs":{},"態":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ナ":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.015151515151515152},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.016877637130801686},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"d":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"o":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0196078431372549},"data.html":{"ref":"data.html","tf":0.011986301369863013},"head.html":{"ref":"head.html","tf":0.023952095808383235},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"d":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"./":{"ref":"./","tf":0.001282051282051282}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.017964071856287425}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.008561643835616438},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},")":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"하":{"docs":{},"여":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"と":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"ラ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"に":{"docs":{},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},")":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"«":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"н":{"docs":{},"а":{"docs":{},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}},"о":{"docs":{},"п":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"р":{"docs":{},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"т":{"docs":{},"ё":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"а":{"docs":{},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"예":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"빌":{"docs":{},"드":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"속":{"docs":{},"성":{"docs":{},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"업":{"docs":{},"데":{"docs":{},"이":{"docs":{},"트":{"docs":{},"된":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"`":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{},"`":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"권":{"docs":{},"장":{"docs":{},"하":{"docs":{},"지":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"비":{"docs":{},"동":{"docs":{},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"た":{"docs":{},"と":{"docs":{},"え":{"docs":{},"ば":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}},"事":{"docs":{},"前":{"docs":{},"描":{"docs":{},"画":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"オ":{"docs":{},"ス":{"docs":{},"ス":{"docs":{},"メ":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"任":{"docs":{},"意":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806}}}}},"例":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"受":{"docs":{},"信":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"含":{"docs":{},"ん":{"docs":{},"だ":{"docs":{},")":{"docs":{},"描":{"docs":{},"画":{"docs":{},"対":{"docs":{},"象":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"非":{"docs":{},"推":{"docs":{},"奨":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.029535864978902954},"structure.html":{"ref":"structure.html","tf":0.032520325203252036},"routing.html":{"ref":"routing.html","tf":0.06209150326797386},"data.html":{"ref":"data.html","tf":0.06335616438356165},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.06140350877192982},"build-config.html":{"ref":"build-config.html","tf":0.050997782705099776},"css.html":{"ref":"css.html","tf":0.06439393939393939},"head.html":{"ref":"head.html","tf":0.029940119760479042},"caching.html":{"ref":"caching.html","tf":0.02564102564102564},"streaming.html":{"ref":"streaming.html","tf":0.0392156862745098},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.011811023622047244}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"d":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"」":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"f":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004}},")":{"docs":{},"它":{"docs":{},"们":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"è":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.032520325203252036},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.005136986301369863}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"파":{"docs":{},"일":{"docs":{},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},")":{"docs":{},"中":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"会":{"docs":{},"在":{"docs":{},"他":{"docs":{},"们":{"docs":{},"各":{"docs":{},"自":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"希":{"docs":{},"望":{"docs":{},"如":{"docs":{},"此":{"docs":{},":":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"应":{"docs":{},"该":{"docs":{},"都":{"docs":{},"是":{"docs":{},"全":{"docs":{},"新":{"docs":{},"的":{"docs":{},"、":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"造":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.08974358974358974},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"api.html":{"ref":"api.html","tf":5.003937007874016}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},")":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"像":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"方":{"docs":{},"式":{"docs":{},"是":{"docs":{},",":{"docs":{},"在":{"docs":{},"「":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"(":{"docs":{},"请":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"此":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"r":{"docs":{},"è":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"会":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"无":{"docs":{},"法":{"docs":{},"访":{"docs":{},"问":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"调":{"docs":{},"用":{"docs":{},"这":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"然":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"u":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},")":{"docs":{},",":{"docs":{},"但":{"docs":{},"现":{"docs":{},"在":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"有":{"docs":{},"了":{"docs":{},"这":{"docs":{},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},",":{"docs":{},"以":{"docs":{},"下":{"docs":{},"就":{"docs":{},"是":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"ê":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.012716763005780347},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.006912442396313},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.005280528052805281}}}}}}}},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004276114844227245},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"c":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}}},"z":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"s":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"q":{"docs":{},"u":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"q":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.00228310502283105},"basic.html":{"ref":"basic.html","tf":3.3351032448377578},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},")":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"相":{"docs":{},"当":{"docs":{},"。":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}},"n":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"data.html":{"ref":"data.html","tf":0.003424657534246575}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"g":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.005988023952095809},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003937007874015748},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"」":{"docs":{},"会":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"混":{"docs":{},"合":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"用":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"而":{"docs":{},"「":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}},"不":{"docs":{},"能":{"docs":{},"被":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},")":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"。":{"docs":{},"它":{"docs":{},"应":{"docs":{},"该":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"信":{"docs":{},"息":{"docs":{},"假":{"docs":{},"定":{"docs":{},"版":{"docs":{},"本":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"这":{"docs":{},"具":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"好":{"docs":{},"处":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"s":{"docs":{},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"l":{"docs":{},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.003937007874015748},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.003937007874015748}},"일":{"docs":{},"반":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},"。":{"docs":{},"要":{"docs":{},"启":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}},"이":{"docs":{},"라":{"docs":{},"고":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.001968503937007874}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"u":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":3.3456790123456788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.013303769401330377},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"build-config.html":{"ref":"build-config.html","tf":0.015521064301552107},"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"中":{"docs":{},",":{"docs":{},"也":{"docs":{},"将":{"docs":{},"包":{"docs":{},"含":{"docs":{},"着":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"0":{"docs":{},"}":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":2.516366612111293},"structure.html":{"ref":"structure.html","tf":3.348362235067437},"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.010384850335980453},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.023778071334214},"streaming.html":{"ref":"streaming.html","tf":0.008}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"è":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"c":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"仅":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"é":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0379746835443038},"structure.html":{"ref":"structure.html","tf":0.028455284552845527},"routing.html":{"ref":"routing.html","tf":0.026143790849673203},"data.html":{"ref":"data.html","tf":0.018835616438356163},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.03508771929824561},"build-config.html":{"ref":"build-config.html","tf":0.03325942350332594},"css.html":{"ref":"css.html","tf":0.007575757575757576},"head.html":{"ref":"head.html","tf":0.029940119760479042},"caching.html":{"ref":"caching.html","tf":0.038461538461538464},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"api.html":{"ref":"api.html","tf":0.023622047244094488}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"与":{"docs":{},"转":{"docs":{},"化":{"docs":{},"率":{"docs":{},"直":{"docs":{},"接":{"docs":{},"相":{"docs":{},"关":{"docs":{},"」":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"重":{"docs":{},"要":{"docs":{},"程":{"docs":{},"度":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"正":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"部":{"docs":{},"仪":{"docs":{},"表":{"docs":{},"盘":{"docs":{},",":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"时":{"docs":{},"的":{"docs":{},"额":{"docs":{},"外":{"docs":{},"几":{"docs":{},"百":{"docs":{},"毫":{"docs":{},"秒":{"docs":{},"并":{"docs":{},"不":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"去":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"将":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"小":{"docs":{},"题":{"docs":{},"大":{"docs":{},"作":{"docs":{},"之":{"docs":{},"举":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"要":{"docs":{},"求":{"docs":{},"是":{"docs":{},"绝":{"docs":{},"对":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{},"指":{"docs":{},"标":{"docs":{},",":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"可":{"docs":{},"以":{"docs":{},"帮":{"docs":{},"助":{"docs":{},"你":{"docs":{},"实":{"docs":{},"现":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"性":{"docs":{},"能":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"对":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"网":{"docs":{},"络":{"docs":{},"情":{"docs":{},"况":{"docs":{},"或":{"docs":{},"运":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"设":{"docs":{},"备":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"head.html":{"ref":"head.html","tf":0.011976047904191617},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.006600660066006601},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},":":{"docs":{},"(":{"docs":{},"对":{"docs":{},"象":{"docs":{},")":{"docs":{},"初":{"docs":{},"始":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"内":{"docs":{},"联":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"将":{"docs":{},"会":{"docs":{},"被":{"docs":{},"作":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"中":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"。":{"docs":{},"在":{"docs":{},"旧":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"必":{"docs":{},"须":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{},"其":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},",":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"将":{"docs":{},"不":{"docs":{},"可":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"大":{"docs":{},"量":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"存":{"docs":{},"在":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"定":{"docs":{},"属":{"docs":{},"性":{"docs":{},"时":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"值":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"只":{"docs":{},"在":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},"取":{"docs":{},"值":{"docs":{},"一":{"docs":{},"次":{"docs":{},"。":{"docs":{},"这":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"定":{"docs":{},"程":{"docs":{},"度":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"能":{"docs":{},"够":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"进":{"docs":{},"行":{"docs":{},"基":{"docs":{},"本":{"docs":{},"插":{"docs":{},"值":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"객":{"docs":{},"체":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"ô":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"中":{"docs":{},"。":{"docs":{},"首":{"docs":{},"先":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"之":{"docs":{},"前":{"docs":{},"预":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"并":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"填":{"docs":{},"充":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"é":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"包":{"docs":{},"需":{"docs":{},"要":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{},"入":{"docs":{},"口":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"两":{"docs":{},"个":{"docs":{},"环":{"docs":{},"境":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"输":{"docs":{},"出":{"docs":{},"路":{"docs":{},"径":{"docs":{},"(":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"和":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"显":{"docs":{},"然":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"把":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"将":{"docs":{},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":3.345436207766011},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.004392386530014641}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},")":{"docs":{},"中":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"驱":{"docs":{},"动":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},":":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"唯":{"docs":{},"一":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.007874015748031496}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.028455284552845527},"routing.html":{"ref":"routing.html","tf":0.016339869281045753},"data.html":{"ref":"data.html","tf":0.003424657534246575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"需":{"docs":{},"要":{"docs":{},"给":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.013303769401330377},"api.html":{"ref":"api.html","tf":0.005905511811023622}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"。":{"docs":{},"这":{"docs":{},"对":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"的":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"是":{"docs":{},"很":{"docs":{},"有":{"docs":{},"用":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02631578947368421},"build-config.html":{"ref":"build-config.html","tf":0.017738359201773836},"css.html":{"ref":"css.html","tf":5.056818181818182},"api.html":{"ref":"api.html","tf":0.007874015748031496},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.001141552511415525},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},")":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"标":{"docs":{},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},"出":{"docs":{},"现":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"必":{"docs":{},"须":{"docs":{},"等":{"docs":{},"待":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"开":{"docs":{},"始":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"가":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"或":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"此":{"docs":{},"属":{"docs":{},"性":{"docs":{},"会":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"自":{"docs":{},"动":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"次":{"docs":{},"使":{"docs":{},"用":{"docs":{},"该":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"섹":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"파":{"docs":{},"일":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"抽":{"docs":{},"出":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"r":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"u":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"css.html":{"ref":"css.html","tf":0.013513513513513514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},",":{"docs":{},"并":{"docs":{},"开":{"docs":{},"始":{"docs":{},"更":{"docs":{},"快":{"docs":{},"地":{"docs":{},"将":{"docs":{},"其":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375}}},",":{"docs":{},"之":{"docs":{},"后":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"用":{"docs":{},"于":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"universal.html":{"ref":"universal.html","tf":0.019639934533551555},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.00855222968845449},"hydration.html":{"ref":"hydration.html","tf":3.354938271604938},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.012}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.014729950900163666},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":1.4628571428571426},"api.html":{"ref":"api.html","tf":0.011221122112211221}}}},"e":{"docs":{"./":{"ref":"./","tf":0.06293706293706294},"basic.html":{"ref":"basic.html","tf":3.4147492625368727},"universal.html":{"ref":"universal.html","tf":0.06546644844517185},"structure.html":{"ref":"structure.html","tf":3.381888246628131},"routing.html":{"ref":"routing.html","tf":0.04685212298682284},"data.html":{"ref":"data.html","tf":2.048869883934026},"hydration.html":{"ref":"hydration.html","tf":0.030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.064516129032258},"build-config.html":{"ref":"build-config.html","tf":3.379475542107917},"css.html":{"ref":"css.html","tf":3.3825136612021853},"head.html":{"ref":"head.html","tf":3.3790650406504064},"caching.html":{"ref":"caching.html","tf":0.06472919418758256},"streaming.html":{"ref":"streaming.html","tf":0.08},"non-node.html":{"ref":"non-node.html","tf":1.4571428571428569},"api.html":{"ref":"api.html","tf":3.4105610561056103}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.00684931506849315},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"./":{"ref":"./","tf":0.006289308176100629}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.01282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"옵":{"docs":{},"션":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"hydration.html":{"ref":"hydration.html","tf":0.09259259259259259},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"责":{"docs":{},"任":{"docs":{},"转":{"docs":{},"移":{"docs":{},"到":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"导":{"docs":{},"致":{"docs":{},"错":{"docs":{},"误":{"docs":{},"。":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"法":{"docs":{},"可":{"docs":{},"以":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"구":{"docs":{},"조":{"docs":{},"와":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"n":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":2.018937080024435},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.016},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.008849557522123894},"universal.html":{"ref":"universal.html","tf":2.5147299509001635},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"p":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"r":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"«":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"è":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"ê":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"é":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"d":{"docs":{},"i":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"j":{"docs":{},"à":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"y":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0161290322580645},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"û":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"ê":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.018032786885245903},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":3.369000440334654},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015841584158415842}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"non-node.html":{"ref":"non-node.html","tf":1.4514285714285713}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.337333333333333}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.00684931506849315},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"(":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"中":{"docs":{},"实":{"docs":{},"现":{"docs":{},"过":{"docs":{},"了":{"docs":{},",":{"docs":{},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"新":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"」":{"docs":{},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}},"파":{"docs":{},"일":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"è":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"ê":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":3.3394308943089426}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016983016983016984},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00916310323762981},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.01639344262295082},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015181518151815182}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.01098901098901099},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.016366612111292964},"structure.html":{"ref":"structure.html","tf":0.017341040462427744},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":2.0122174709835066},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.006557377049180328},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.008580858085808581}},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"와":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.010273972602739725},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"옵":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"i":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},")":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.007874015748031496},"./":{"ref":"./","tf":0.006289308176100629}},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},"。":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"继":{"docs":{},"续":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"迁":{"docs":{},"移":{"docs":{},"到":{"docs":{},"新":{"docs":{},"的":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"で":{"docs":{},")":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},")":{"docs":{},"处":{"docs":{},"理":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"(":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"\"":{"docs":{},"옵":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"已":{"docs":{},"有":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01588502269288956},"css.html":{"ref":"css.html","tf":0.011475409836065573},"api.html":{"ref":"api.html","tf":0.008580858085808581}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"o":{"docs":{},"u":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"u":{"docs":{},"x":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.357333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.006097560975609756},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.00819672131147541},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.003424657534246575},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"구":{"docs":{},"현":{"docs":{},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":3.336612021857923},"head.html":{"ref":"head.html","tf":3.3455284552845526}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"e":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006993006993006993}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.00984251968503937}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"必":{"docs":{},"须":{"docs":{},"被":{"docs":{},"打":{"docs":{},"包":{"docs":{},"进":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"예":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{},"控":{"docs":{},"制":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"你":{"docs":{},"根":{"docs":{},"本":{"docs":{},"不":{"docs":{},"使":{"docs":{},"用":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"â":{"docs":{},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"é":{"docs":{},"n":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.01255230125523},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.003937007874015748}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},")":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"会":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"streaming.html":{"ref":"streaming.html","tf":0.012},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},";":{"docs":{},"一":{"docs":{},"些":{"docs":{},"外":{"docs":{},"部":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"库":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.018867924528301886},"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"api.html":{"ref":"api.html","tf":0.003937007874015748},"head.html":{"ref":"head.html","tf":0.005988023952095809}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.016877637130801686},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"其":{"docs":{},"变":{"docs":{},"为":{"docs":{},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"我":{"docs":{},"们":{"docs":{},"显":{"docs":{},"然":{"docs":{},"无":{"docs":{},"需":{"docs":{},"将":{"docs":{},"其":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"再":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"使":{"docs":{},"他":{"docs":{},"们":{"docs":{},"成":{"docs":{},"为":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"(":{"docs":{},"能":{"docs":{},"够":{"docs":{},"响":{"docs":{},"应":{"docs":{},"后":{"docs":{},"续":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"变":{"docs":{},"化":{"docs":{},")":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.342592592592592},"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"时":{"docs":{},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"及":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.032679738562091505},"data.html":{"ref":"data.html","tf":0.017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.001141552511415525},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},")":{"docs":{},"。":{"docs":{},"典":{"docs":{},"型":{"docs":{},"做":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"i":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{},"就":{"docs":{},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}},"é":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.005628517823639775},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"n":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"é":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"里":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"对":{"docs":{},"初":{"docs":{},"始":{"docs":{},"首":{"docs":{},"屏":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"\"":{"docs":{},"只":{"docs":{},"加":{"docs":{},"载":{"docs":{},"所":{"docs":{},"需":{"docs":{},"\"":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.001639344262295082},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"r":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"t":{"docs":{"./":{"ref":"./","tf":10},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0023041474654377}}}},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},"l":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"或":{"docs":{},"内":{"docs":{},"联":{"docs":{},"关":{"docs":{},"键":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"(":{"docs":{},"如":{"docs":{},"头":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.008561643835616438},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.015151515151515152}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"f":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.005136986301369863}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"é":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},",":{"docs":{},"再":{"docs":{},"加":{"docs":{},"上":{"docs":{},"最":{"docs":{},"后":{"docs":{},"更":{"docs":{},"新":{"docs":{},"的":{"docs":{},"时":{"docs":{},"间":{"docs":{},"戳":{"docs":{},",":{"docs":{},"来":{"docs":{},"生":{"docs":{},"成":{"docs":{},"其":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"와":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.003787878787878788},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005905511811023622}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"か":{"docs":{},"ら":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"適":{"docs":{},"切":{"docs":{},"な":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"파":{"docs":{},"일":{"docs":{},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"u":{"docs":{},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{},"'":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"e":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"à":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"递":{"docs":{},"选":{"docs":{},"项":{"docs":{},"对":{"docs":{},"象":{"docs":{},"进":{"docs":{},"行":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{},"你":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"两":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"返":{"docs":{},"回":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.03596403596403597},"basic.html":{"ref":"basic.html","tf":0.03893805309734513},"universal.html":{"ref":"universal.html","tf":0.04746317512274959},"structure.html":{"ref":"structure.html","tf":0.026589595375722544},"routing.html":{"ref":"routing.html","tf":0.0424597364568082},"data.html":{"ref":"data.html","tf":0.03420891875381796},"hydration.html":{"ref":"hydration.html","tf":0.05555555555555555},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.052995391705069124},"build-config.html":{"ref":"build-config.html","tf":0.049924357034795766},"css.html":{"ref":"css.html","tf":0.029508196721311476},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.048},"non-node.html":{"ref":"non-node.html","tf":0.045714285714285714},"api.html":{"ref":"api.html","tf":0.0462046204620462}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.016666666666666666}},")":{"docs":{},"」":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},")":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"s":{"docs":{},")":{"docs":{},"和":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}},"g":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"structure.html":{"ref":"structure.html","tf":0.012195121951219513},"css.html":{"ref":"css.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.003937007874015748},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"css.html":{"ref":"css.html","tf":0.004140786749482402}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"に":{"docs":{},"指":{"docs":{},"示":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.011363636363636364}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},")":{"docs":{},",":{"docs":{},"具":{"docs":{},"备":{"docs":{},"一":{"docs":{},"些":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"功":{"docs":{},"能":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},">":{"docs":{},"=":{"1":{"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},")":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.01588271227855834},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0226928895612708},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.018494055482166448},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.02178217821782178}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.003937007874015748}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":3.3339933993399335}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}}}}},"u":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"b":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.00819672131147541}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"d":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"a":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.005497861942577886},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"p":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"c":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"é":{"docs":{},"g":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"’":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"à":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"./":{"ref":"./","tf":0.000999000999000999}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},")":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{},"和":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"n":{"docs":{},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003424657534246575}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},",":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"文":{"docs":{},"档":{"docs":{},"标":{"docs":{},"题":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":3.354469396741523},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.004276114844227245},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.011363636363636364}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.007575757575757576}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"下":{"docs":{},"自":{"docs":{},"行":{"docs":{},"移":{"docs":{},"除":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"è":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},")":{"docs":{},",":{"docs":{},"只":{"docs":{},"会":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"执":{"docs":{},"行":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"와":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"é":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.02073732718894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.003937007874015748}},"e":{"docs":{},")":{"docs":{},"进":{"docs":{},"行":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"é":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"n":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.005136986301369863},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.007575757575757576},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.005136986301369863}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.025157232704402517},"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":3.353741496598639},"api.html":{"ref":"api.html","tf":0.007874015748031496},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"도":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"で":{"docs":{},"直":{"docs":{},"接":{"docs":{},"動":{"docs":{},"作":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}},"の":{"docs":{},"最":{"docs":{},"新":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"e":{"docs":{},"s":{"2":{"0":{"1":{"5":{"docs":{},"の":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"古":{"docs":{},"い":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"パ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"ス":{"docs":{},"テ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"に":{"docs":{},"も":{"docs":{},"再":{"docs":{},"び":{"docs":{},"関":{"docs":{},"係":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559},"head.html":{"ref":"head.html","tf":0.003048780487804878}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.019653179190751446},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.015271838729383017},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"a":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"。":{"docs":{},"它":{"docs":{},"建":{"docs":{},"立":{"docs":{},"在":{"docs":{},"同":{"docs":{},"等":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.003937007874015748}},",":{"docs":{},"但":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"'":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"v":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"e":{"docs":{},"z":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"é":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}}}}}}}},"œ":{"docs":{},"u":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"。":{"docs":{},"此":{"docs":{},"对":{"docs":{},"象":{"docs":{},"包":{"docs":{},"含":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"可":{"docs":{},"选":{"docs":{},"。":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"是":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003937007874015748},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"」":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"访":{"docs":{},"问":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"设":{"docs":{},"置":{"docs":{},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"全":{"docs":{},"局":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"习":{"docs":{},"惯":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"在":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"中":{"docs":{},"对":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"行":{"docs":{},"取":{"docs":{},"值":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0019801980198019802},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":3.349333333333333},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"g":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"o":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},",":{"docs":{},"别":{"docs":{},"名":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}}},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"t":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0046204620462046205}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.005905511811023622},"./":{"ref":"./","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.003937007874015748}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.007575757575757576}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"è":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"当":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"模":{"docs":{},"式":{"docs":{},"时":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.017982017982017984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.023121387283236993},"routing.html":{"ref":"routing.html","tf":0.01903367496339678},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.01639344262295082},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.019815059445178335},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.022857142857142857},"api.html":{"ref":"api.html","tf":0.0165016501650165}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"i":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"è":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"i":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"e":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.003424657534246575},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"{":{"docs":{},"/":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{},"或":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},")":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},",":{"docs":{},"则":{"docs":{},"需":{"docs":{},"要":{"docs":{},"修":{"docs":{},"改":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.004995004995004995}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":3.3340897629853754},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"n":{"docs":{},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"ê":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"é":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.016184971098265895},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.014050091631032376},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.016},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"à":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"o":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005280528052805281}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"这":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"basic.html":{"ref":"basic.html","tf":0.02531645569620253},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.019230769230769232},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.017716535433070866}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.003937007874015748}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.016877637130801686},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}},",":{"docs":{},"用":{"docs":{},"法":{"docs":{},"和":{"docs":{},"普":{"docs":{},"通":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"来":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"所":{"docs":{},"有":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"에":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"은":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"streaming.html":{"ref":"streaming.html","tf":0.004}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"의":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"콜":{"docs":{},"백":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"대":{"docs":{},"신":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},")":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.012389380530973451},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001968503937007874},"./":{"ref":"./","tf":0.006666666666666667}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"改":{"docs":{},"善":{"docs":{},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001141552511415525},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918},"api.html":{"ref":"api.html","tf":0.007874015748031496}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ê":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"в":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.003115264797507788},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.012195121951219513},"routing.html":{"ref":"routing.html","tf":0.013071895424836602},"data.html":{"ref":"data.html","tf":0.02054794520547945},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.023952095808383235},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"i":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}},"t":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.029411764705882353},"data.html":{"ref":"data.html","tf":0.003424657534246575}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.00684931506849315}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.003424657534246575}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"路":{"docs":{},"由":{"docs":{},"器":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"提":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"正":{"docs":{},"确":{"docs":{},"地":{"docs":{},"调":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"可":{"docs":{},"能":{"docs":{},"存":{"docs":{},"在":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"。":{"docs":{},"这":{"docs":{},"一":{"docs":{},"步":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"、":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"首":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}},"와":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.00684931506849315}}},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":2.0029282576866763}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"api.html":{"ref":"api.html","tf":0.001968503937007874}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"api.html":{"ref":"api.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"é":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}}},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"n":{"docs":{},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":3.3339933993399335}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":2.005497861942578},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}}}},"d":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"引":{"docs":{},"擎":{"docs":{},"爬":{"docs":{},"虫":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"查":{"docs":{},"看":{"docs":{},"完":{"docs":{},"全":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"basic.html":{"ref":"basic.html","tf":0.029535864978902954},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02631578947368421},"build-config.html":{"ref":"build-config.html","tf":0.024390243902439025},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183},"api.html":{"ref":"api.html","tf":0.017716535433070866}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.003424657534246575}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.01282051282051282}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"로":{"docs":{},"부":{"docs":{},"터":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"함":{"docs":{},"수":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}}}}},"。":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.014985014985014986},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.006557377049180328},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"./":{"ref":"./","tf":0.001998001998001998}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"u":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.006600660066006601}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.018867924528301886}},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"(":{"docs":{},"싱":{"docs":{},"글":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"页":{"docs":{},"面":{"docs":{},"才":{"docs":{},"会":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"(":{"docs":{},"即":{"docs":{},"对":{"docs":{},"于":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"时":{"docs":{},",":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"将":{"docs":{},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"推":{"docs":{},"断":{"docs":{},"需":{"docs":{},"要":{"docs":{},"引":{"docs":{},"入":{"docs":{},"的":{"docs":{},"那":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"最":{"docs":{},"適":{"docs":{},"な":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"が":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.050314465408805034},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.013303769401330377},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.003937007874015748},"universal.html":{"ref":"universal.html","tf":0.01282051282051282},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"./":{"ref":"./","tf":0.009933774834437087},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"중":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"성":{"docs":{},"능":{"docs":{},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"(":{"docs":{},"상":{"docs":{},"태":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.001968503937007874}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":3.335645472061657},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},")":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"退":{"docs":{},"出":{"docs":{},"混":{"docs":{},"合":{"docs":{},"模":{"docs":{},"式":{"docs":{},",":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0392156862745098},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.026515151515151516},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.008561643835616438},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.00684931506849315},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"或":{"docs":{},"\"":{"docs":{},"状":{"docs":{},"态":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"(":{"docs":{},"저":{"docs":{},"장":{"docs":{},"소":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.005905511811023622}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"옵":{"docs":{},"션":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"状":{"docs":{},"态":{"docs":{},"被":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}}}}}}}},"é":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"û":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918},"css.html":{"ref":"css.html","tf":0.007575757575757576},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.003937007874015748},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"己":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"은":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.011363636363636364}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"。":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},")":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"生":{"docs":{},"成":{"docs":{},"针":{"docs":{},"对":{"docs":{},"特":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"head.html":{"ref":"head.html","tf":0.059880239520958084}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},")":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.012552301255230125}}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.012195121951219513}}}},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"请":{"docs":{},"准":{"docs":{},"备":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},",":{"docs":{},"并":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"采":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"与":{"docs":{},"从":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"发":{"docs":{},"送":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"获":{"docs":{},"得":{"docs":{},"\"":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"api.html":{"ref":"api.html","tf":0.005905511811023622},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"尽":{"docs":{},"可":{"docs":{},"能":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.002443494196701283},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005905511811023622},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"(":{"docs":{},"첫":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"ô":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.030969030969030968},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.025433526011560695},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.018937080024434942},"hydration.html":{"ref":"hydration.html","tf":0.027777777777777776},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.022950819672131147},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.021122112211221122}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":2.5049099836333877},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"2":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},")":{"docs":{},"时":{"docs":{},",":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},",":{"docs":{},"总":{"docs":{},"是":{"docs":{},"为":{"docs":{},"所":{"docs":{},"有":{"docs":{},"用":{"docs":{},"户":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},")":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"名":{"docs":{},"为":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":3.343952802359882},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4457142857142855},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"docs":{}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}}}}},"v":{"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"8":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},")":{"docs":{},"\"":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.016891891891891893}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004}},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.06918238993710692},"basic.html":{"ref":"basic.html","tf":0.05485232067510549},"structure.html":{"ref":"structure.html","tf":0.044715447154471545},"routing.html":{"ref":"routing.html","tf":0.029411764705882353},"data.html":{"ref":"data.html","tf":0.003424657534246575},"hydration.html":{"ref":"hydration.html","tf":0.037037037037037035},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.015151515151515152},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.017716535433070866}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"./":{"ref":"./","tf":0.001282051282051282}},"j":{"docs":{"./":{"ref":"./","tf":0.025157232704402517}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"data.html":{"ref":"data.html","tf":0.003424657534246575},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"以":{"docs":{},"下":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"인":{"docs":{},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"앱":{"docs":{},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}}},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"u":{"docs":{"./":{"ref":"./","tf":0.024975024975024976},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01664145234493192},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.02032520325203252},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.022172949002217297},"css.html":{"ref":"css.html","tf":0.01893939393939394},"api.html":{"ref":"api.html","tf":0.005905511811023622},"./":{"ref":"./","tf":0.012578616352201259},"data.html":{"ref":"data.html","tf":0.001557632398753894}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.007575757575757576}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"项":{"docs":{},"目":{"docs":{},"类":{"docs":{},"似":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"配":{"docs":{},"置":{"docs":{},"分":{"docs":{},"为":{"docs":{},"三":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},":":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.010507880910683012},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"과":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"構":{"docs":{},"造":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.001968503937007874}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"s":{"docs":{},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"css.html":{"ref":"css.html","tf":0.007575757575757576}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.00980392156862745},"data.html":{"ref":"data.html","tf":0.003424657534246575}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.003937007874015748},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"(":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"docs":{}}},"docs":{}}},"docs":{}},"`":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"合":{"docs":{},"适":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.011363636363636364}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"파":{"docs":{},"일":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},")":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"添":{"docs":{},"加":{"docs":{},"到":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"中":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0379746835443038},"structure.html":{"ref":"structure.html","tf":0.032520325203252036},"routing.html":{"ref":"routing.html","tf":0.02287581699346405},"data.html":{"ref":"data.html","tf":0.025684931506849314},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.03508771929824561},"build-config.html":{"ref":"build-config.html","tf":0.037694013303769404},"css.html":{"ref":"css.html","tf":0.01893939393939394},"head.html":{"ref":"head.html","tf":0.041916167664670656},"caching.html":{"ref":"caching.html","tf":0.038461538461538464},"streaming.html":{"ref":"streaming.html","tf":0.0392156862745098},"non-node.html":{"ref":"non-node.html","tf":0.030612244897959183},"api.html":{"ref":"api.html","tf":0.025590551181102362}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.02531645569620253},"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.03594771241830065},"data.html":{"ref":"data.html","tf":0.025684931506849314},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"caching.html":{"ref":"caching.html","tf":0.03205128205128205},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.013779527559055118}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.011976047904191617},"api.html":{"ref":"api.html","tf":0.00984251968503937}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"确":{"docs":{},"保":{"docs":{},"所":{"docs":{},"有":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"都":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{},"并":{"docs":{},"注":{"docs":{},"入":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"l":{"docs":{},"'":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"в":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"방":{"docs":{},"문":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{},"에":{"docs":{},"서":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}}}}}}}}}}}}}}}}}}},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.03375527426160337},"structure.html":{"ref":"structure.html","tf":0.052845528455284556},"routing.html":{"ref":"routing.html","tf":0.0784313725490196},"data.html":{"ref":"data.html","tf":0.08904109589041095},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.043859649122807015},"build-config.html":{"ref":"build-config.html","tf":0.015521064301552107},"css.html":{"ref":"css.html","tf":0.03409090909090909},"head.html":{"ref":"head.html","tf":0.08383233532934131},"caching.html":{"ref":"caching.html","tf":0.05128205128205128},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.05102040816326531},"api.html":{"ref":"api.html","tf":0.02952755905511811}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"6":{"docs":{},"}":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"{":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"6":{"docs":{},"}":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"docs":{}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008438818565400843},"structure.html":{"ref":"structure.html","tf":0.04065040650406504},"routing.html":{"ref":"routing.html","tf":0.05555555555555555},"data.html":{"ref":"data.html","tf":0.05821917808219178},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.022727272727272728},"head.html":{"ref":"head.html","tf":0.07784431137724551},"caching.html":{"ref":"caching.html","tf":0.038461538461538464},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.01968503937007874}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.03375527426160337},"structure.html":{"ref":"structure.html","tf":0.016260162601626018},"routing.html":{"ref":"routing.html","tf":0.029411764705882353},"data.html":{"ref":"data.html","tf":0.030821917808219176},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02631578947368421},"build-config.html":{"ref":"build-config.html","tf":0.011086474501108648},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.03205128205128205},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.017716535433070866}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.007575757575757576}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"data.html":{"ref":"data.html","tf":0.0136986301369863},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"data.html":{"ref":"data.html","tf":0.003424657534246575},"head.html":{"ref":"head.html","tf":0.005988023952095809},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.008869179600886918}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.012195121951219513}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.012195121951219513}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.024390243902439025}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"css.html":{"ref":"css.html","tf":0.022727272727272728},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.00641025641025641},"api.html":{"ref":"api.html","tf":0.003937007874015748},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.017543859649122806},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"忽":{"docs":{},"略":{"docs":{},"无":{"docs":{},"关":{"docs":{},"代":{"docs":{},"码":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"о":{"docs":{},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"関":{"docs":{},"係":{"docs":{},"の":{"docs":{},"な":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"除":{"docs":{},"外":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"へ":{"docs":{},"の":{"docs":{},"絶":{"docs":{},"対":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"。":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"扱":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"。":{"docs":{},"必":{"docs":{},"须":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.011363636363636364}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006535947712418301},"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459},"css.html":{"ref":"css.html","tf":0.011363636363636364}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}},"!":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"css.html":{"ref":"css.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.01282051282051282},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"=":{"2":{"docs":{},".":{"3":{"docs":{},".":{"2":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"docs":{}}},"docs":{}}},"docs":{"./":{"ref":"./","tf":0.006622516556291391}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.015151515151515152}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.011976047904191617},"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.011221122112211221}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.007575757575757576},"head.html":{"ref":"head.html","tf":0.011976047904191617},"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"«":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},"г":{"docs":{},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ф":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"»":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"с":{"docs":{},"е":{"docs":{},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{},"»":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"»":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"»":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"à":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.013872832369942197},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.020737327188940093},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"é":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":2.0024434941967013}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":2.5016366612111294},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"m":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"api.html":{"ref":"api.html","tf":0.007260726072607261}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"ç":{"docs":{},"a":{"docs":{"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"—":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"与":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"传":{"docs":{},"统":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"集":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"专":{"docs":{},"门":{"docs":{},"章":{"docs":{},"节":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"中":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"显":{"docs":{},"然":{"docs":{},"会":{"docs":{},"比":{"docs":{},"仅":{"docs":{},"仅":{"docs":{},"提":{"docs":{},"供":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"简":{"docs":{},"要":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"将":{"docs":{},"来":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{},"「":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"执":{"docs":{},"行":{"docs":{},"时":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"反":{"docs":{},"之":{"docs":{},"也":{"docs":{},"是":{"docs":{},"如":{"docs":{},"此":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"或":{"docs":{},"者":{"docs":{},"使":{"docs":{},"用":{"docs":{},"为":{"docs":{},"你":{"docs":{},"执":{"docs":{},"行":{"docs":{},"此":{"docs":{},"操":{"docs":{},"作":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"路":{"docs":{},"由":{"docs":{},"获":{"docs":{},"得":{"docs":{},"与":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"用":{"docs":{},"下":{"docs":{},"面":{"docs":{},"这":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"上":{"docs":{},"述":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"并":{"docs":{},"从":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"它":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"以":{"docs":{},"下":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"而":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"这":{"docs":{},"样":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"具":{"docs":{},"有":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"意":{"docs":{},"外":{"docs":{},"污":{"docs":{},"染":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"只":{"docs":{},"有":{"docs":{},"在":{"docs":{},"所":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"资":{"docs":{},"源":{"docs":{},"都":{"docs":{},"将":{"docs":{},"被":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"是":{"docs":{},"低":{"docs":{},"优":{"docs":{},"先":{"docs":{},"级":{"docs":{},"指":{"docs":{},"令":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"收":{"docs":{},"集":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"无":{"docs":{},"法":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"在":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}},"に":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"発":{"docs":{},"生":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"回":{"docs":{},"避":{"docs":{},"す":{"docs":{},"る":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"2":{"docs":{},"つ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}},"破":{"docs":{},"棄":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"永":{"docs":{},"遠":{"docs":{},"に":{"docs":{},"残":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"什":{"docs":{},"么":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"了":{"docs":{},"简":{"docs":{},"化":{"docs":{},"这":{"docs":{},"些":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"获":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"需":{"docs":{},"要":{"docs":{},"位":{"docs":{},"于":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"即":{"docs":{},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"专":{"docs":{},"门":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"状":{"docs":{},"态":{"docs":{},"管":{"docs":{},"理":{"docs":{},"库":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"整":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"页":{"docs":{},"面":{"docs":{},"提":{"docs":{},"供":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"作":{"docs":{},"者":{"docs":{},"是":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"什":{"docs":{},"么":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}},"作":{"docs":{},"出":{"docs":{},"贡":{"docs":{},"献":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"为":{"docs":{},"对":{"docs":{},"象":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"时":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"权":{"docs":{},"衡":{"docs":{},"之":{"docs":{},"处":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"视":{"docs":{},"图":{"docs":{},"所":{"docs":{},"需":{"docs":{},"数":{"docs":{},"据":{"docs":{},"全":{"docs":{},"部":{"docs":{},"解":{"docs":{},"析":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"传":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"并":{"docs":{},"处":{"docs":{},"理":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"。":{"docs":{},"好":{"docs":{},"处":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"如":{"docs":{},"果":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"需":{"docs":{},"要":{"docs":{},"很":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"会":{"docs":{},"感":{"docs":{},"受":{"docs":{},"到":{"docs":{},"\"":{"docs":{},"明":{"docs":{},"显":{"docs":{},"卡":{"docs":{},"顿":{"docs":{},"\"":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"「":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"基":{"docs":{},"本":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"双":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"将":{"docs":{},"此":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"三":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"自":{"docs":{},"動":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"か":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"か":{"docs":{},"を":{"docs":{},"制":{"docs":{},"御":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"が":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"关":{"docs":{},"于":{"docs":{},"此":{"docs":{},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"键":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"单":{"docs":{},"页":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},")":{"docs":{},"相":{"docs":{},"比":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"的":{"docs":{},"优":{"docs":{},"势":{"docs":{},"主":{"docs":{},"要":{"docs":{},"在":{"docs":{},"于":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"很":{"docs":{},"好":{"docs":{},"对":{"docs":{},"同":{"docs":{},"步":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"能":{"docs":{},"会":{"docs":{},"分":{"docs":{},"为":{"docs":{},"多":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"这":{"docs":{},"些":{"docs":{},"模":{"docs":{},"块":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"分":{"docs":{},"割":{"docs":{},"到":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"随":{"docs":{},"时":{"docs":{},"间":{"docs":{},"而":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"其":{"docs":{},"他":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"读":{"docs":{},"流":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}},"和":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.004672897196261682},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.01054481546572935}},"操":{"docs":{},"作":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"路":{"docs":{},"由":{"docs":{},"信":{"docs":{},"息":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},"传":{"docs":{},"递":{"docs":{},"进":{"docs":{},"去":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"对":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"问":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"真":{"docs":{},"的":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},"。":{"docs":{},"这":{"docs":{},"主":{"docs":{},"要":{"docs":{},"取":{"docs":{},"决":{"docs":{},"于":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"之":{"docs":{},"后":{"docs":{},"的":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"相":{"docs":{},"关":{"docs":{},"概":{"docs":{},"念":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"详":{"docs":{},"细":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"这":{"docs":{},"些":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"带":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"嵌":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"花":{"docs":{},"点":{"docs":{},"时":{"docs":{},"间":{"docs":{},"来":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"编":{"docs":{},"写":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},"的":{"docs":{},"约":{"docs":{},"束":{"docs":{},"条":{"docs":{},"件":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"大":{"docs":{},"型":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"是":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},",":{"docs":{},"不":{"docs":{},"能":{"docs":{},"持":{"docs":{},"续":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"内":{"docs":{},"容":{"docs":{},"不":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"处":{"docs":{},"理":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"不":{"docs":{},"同":{"docs":{},"方":{"docs":{},"式":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"预":{"docs":{},"取":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"期":{"docs":{},"间":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"是":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"\"":{"docs":{},"快":{"docs":{},"照":{"docs":{},"\"":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"如":{"docs":{},"果":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"一":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"在":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"先":{"docs":{},"预":{"docs":{},"取":{"docs":{},"和":{"docs":{},"解":{"docs":{},"析":{"docs":{},"好":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},",":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"该":{"docs":{},"以":{"docs":{},"激":{"docs":{},"活":{"docs":{},"模":{"docs":{},"式":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"并":{"docs":{},"没":{"docs":{},"有":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"之":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"这":{"docs":{},"里":{"docs":{},"导":{"docs":{},"入":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"部":{"docs":{},"署":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"读":{"docs":{},"取":{"docs":{},"更":{"docs":{},"新":{"docs":{},"后":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"端":{"docs":{},"接":{"docs":{},"管":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"发":{"docs":{},"送":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}},"下":{"docs":{},"一":{"docs":{},"章":{"docs":{},"节":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},"配":{"docs":{},"置":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}},"调":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"生":{"docs":{},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"中":{"docs":{},"有":{"docs":{},"哈":{"docs":{},"希":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"取":{"docs":{},"代":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"进":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"命":{"docs":{},"中":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"它":{"docs":{},"将":{"docs":{},"直":{"docs":{},"接":{"docs":{},"重":{"docs":{},"新":{"docs":{},"使":{"docs":{},"用":{"docs":{},"整":{"docs":{},"个":{"docs":{},"子":{"docs":{},"树":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"结":{"docs":{},"果":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"以":{"docs":{},"下":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.3429487179487176}}},"默":{"docs":{},"认":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"预":{"docs":{},"先":{"docs":{},"假":{"docs":{},"定":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}},"此":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"如":{"docs":{},"果":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"调":{"docs":{},"研":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"只":{"docs":{},"是":{"docs":{},"用":{"docs":{},"来":{"docs":{},"改":{"docs":{},"善":{"docs":{},"少":{"docs":{},"数":{"docs":{},"营":{"docs":{},"销":{"docs":{},"页":{"docs":{},"面":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"不":{"docs":{},"是":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"则":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"输":{"docs":{},"出":{"docs":{},"结":{"docs":{},"果":{"docs":{},",":{"docs":{},"你":{"docs":{},"会":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"上":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"本":{"docs":{},"没":{"docs":{},"有":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"想":{"docs":{},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"先":{"docs":{},"前":{"docs":{},"已":{"docs":{},"经":{"docs":{},"使":{"docs":{},"用":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"期":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"它":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"没":{"docs":{},"有":{"docs":{},",":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"示":{"docs":{},"例":{"docs":{},"所":{"docs":{},"示":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},",":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"直":{"docs":{},"接":{"docs":{},"发":{"docs":{},"送":{"docs":{},"到":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"最":{"docs":{},"后":{"docs":{},"将":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"\"":{"docs":{},"混":{"docs":{},"合":{"docs":{},"\"":{"docs":{},"为":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"完":{"docs":{},"全":{"docs":{},"交":{"docs":{},"互":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"由":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"体":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"密":{"docs":{},"集":{"docs":{},")":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"预":{"docs":{},"料":{"docs":{},"在":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"环":{"docs":{},"境":{"docs":{},"(":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"你":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"而":{"docs":{},"你":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"又":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"获":{"docs":{},"取":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"则":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"解":{"docs":{},"决":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"象":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{},"中":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"注":{"docs":{},"册":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"在":{"docs":{},"其":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"中":{"docs":{},"的":{"docs":{},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"项":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"会":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"以":{"docs":{},"下":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"插":{"docs":{},"值":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"默":{"docs":{},"认":{"docs":{},"标":{"docs":{},"题":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"组":{"docs":{},"件":{"docs":{},"没":{"docs":{},"有":{"docs":{},"设":{"docs":{},"置":{"docs":{},"标":{"docs":{},"题":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"于":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"共":{"docs":{},"享":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"但":{"docs":{},"用":{"docs":{},"于":{"docs":{},"不":{"docs":{},"同":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"预":{"docs":{},"先":{"docs":{},"在":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"模":{"docs":{},"拟":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"如":{"docs":{},"图":{"docs":{},"像":{"docs":{},"或":{"docs":{},"字":{"docs":{},"体":{"docs":{},")":{"docs":{},",":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"过":{"docs":{},"多":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"浪":{"docs":{},"费":{"docs":{},"带":{"docs":{},"宽":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"损":{"docs":{},"害":{"docs":{},"性":{"docs":{},"能":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"什":{"docs":{},"么":{"docs":{},"资":{"docs":{},"源":{"docs":{},"具":{"docs":{},"体":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"提":{"docs":{},"供":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"会":{"docs":{},"有":{"docs":{},"所":{"docs":{},"帮":{"docs":{},"助":{"docs":{},",":{"docs":{},"此":{"docs":{},"示":{"docs":{},"例":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"技":{"docs":{},"术":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"注":{"docs":{},"入":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"完":{"docs":{},"整":{"docs":{},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"永":{"docs":{},"远":{"docs":{},"保":{"docs":{},"留":{"docs":{},"下":{"docs":{},"来":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"避":{"docs":{},"免":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"请":{"docs":{},"将":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"和":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"作":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"操":{"docs":{},"作":{"docs":{},"分":{"docs":{},"配":{"docs":{},"给":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"推":{"docs":{},"断":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"为":{"docs":{},"可":{"docs":{},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"主":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"内":{"docs":{},"联":{"docs":{},"为":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"通":{"docs":{},"过":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"在":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"并":{"docs":{},"不":{"docs":{},"适":{"docs":{},"合":{"docs":{},"这":{"docs":{},"种":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"无":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},",":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"将":{"docs":{},"更":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"切":{"docs":{},"如":{"docs":{},"何":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"且":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"现":{"docs":{},"在":{"docs":{},"变":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"还":{"docs":{},"会":{"docs":{},"在":{"docs":{},"编":{"docs":{},"译":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"从":{"docs":{},"头":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"此":{"docs":{},"检":{"docs":{},"测":{"docs":{},"会":{"docs":{},"被":{"docs":{},"跳":{"docs":{},"过":{"docs":{},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"性":{"docs":{},"能":{"docs":{},"损":{"docs":{},"耗":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"较":{"docs":{},"小":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"列":{"docs":{},"同":{"docs":{},"级":{"docs":{},",":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"用":{"docs":{},"域":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"于":{"docs":{},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"被":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"\"":{"docs":{},"同":{"docs":{},"构":{"docs":{},"\"":{"docs":{},"或":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"代":{"docs":{},"码":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"广":{"docs":{},"泛":{"docs":{},"测":{"docs":{},"试":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"进":{"docs":{},"行":{"docs":{},"索":{"docs":{},"引":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},",":{"docs":{},"同":{"docs":{},"步":{"docs":{},"是":{"docs":{},"关":{"docs":{},"键":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"初":{"docs":{},"始":{"docs":{},"展":{"docs":{},"示":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"例":{"docs":{},"共":{"docs":{},"享":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"渲":{"docs":{},"染":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"提":{"docs":{},"供":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"做":{"docs":{},"到":{"docs":{},"这":{"docs":{},"一":{"docs":{},"点":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"由":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"中":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"对":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"复":{"docs":{},"用":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"或":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"减":{"docs":{},"少":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"下":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"体":{"docs":{},"积":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"地":{"docs":{},"改":{"docs":{},"善":{"docs":{},"大":{"docs":{},"体":{"docs":{},"积":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"该":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"包":{"docs":{},"含":{"docs":{},"足":{"docs":{},"够":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"来":{"docs":{},"表":{"docs":{},"示":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"的":{"docs":{},"具":{"docs":{},"体":{"docs":{},"情":{"docs":{},"况":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"仅":{"docs":{},"由":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"条":{"docs":{},"件":{"docs":{},"所":{"docs":{},"限":{"docs":{},"。":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"特":{"docs":{},"定":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{},"某":{"docs":{},"些":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"头":{"docs":{},"才":{"docs":{},"会":{"docs":{},"被":{"docs":{},"识":{"docs":{},"别":{"docs":{},"为":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"当":{"docs":{},"你":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"时":{"docs":{},",":{"docs":{},"参":{"docs":{},"考":{"docs":{},"官":{"docs":{},"方":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"编":{"docs":{},"写":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"状":{"docs":{},"态":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"发":{"docs":{},"现":{"docs":{},"它":{"docs":{},"们":{"docs":{},"对":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"说":{"docs":{},"很":{"docs":{},"好":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"并":{"docs":{},"不":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"无":{"docs":{},"法":{"docs":{},"继":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},"。":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"在":{"docs":{},"未":{"docs":{},"来":{"docs":{},"持":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},",":{"docs":{},"欢":{"docs":{},"迎":{"docs":{},"通":{"docs":{},"过":{"docs":{},"随":{"docs":{},"意":{"docs":{},"提":{"docs":{},"交":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"\"":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"\"":{"docs":{},",":{"docs":{},"作":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"全":{"docs":{},"局":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"执":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"编":{"docs":{},"写":{"docs":{},"一":{"docs":{},"个":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"将":{"docs":{},"在":{"docs":{},"整":{"docs":{},"个":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"后":{"docs":{},"面":{"docs":{},"的":{"docs":{},"章":{"docs":{},"节":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"规":{"docs":{},"划":{"docs":{},"结":{"docs":{},"构":{"docs":{},"的":{"docs":{},"细":{"docs":{},"节":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"静":{"docs":{},"态":{"docs":{},"函":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"只":{"docs":{},"关":{"docs":{},"心":{"docs":{},"非":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"需":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"来":{"docs":{},"决":{"docs":{},"定":{"docs":{},"获":{"docs":{},"取":{"docs":{},"哪":{"docs":{},"部":{"docs":{},"分":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"知":{"docs":{},"道":{"docs":{},",":{"docs":{},"如":{"docs":{},"何":{"docs":{},"为":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"技":{"docs":{},"术":{"docs":{},"栈":{"docs":{},"之":{"docs":{},"上":{"docs":{},",":{"docs":{},"但":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"出":{"docs":{},"很":{"docs":{},"多":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"静":{"docs":{},"态":{"docs":{},"站":{"docs":{},"点":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"直":{"docs":{},"接":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"结":{"docs":{},"构":{"docs":{},",":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"在":{"docs":{},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"事":{"docs":{},"项":{"docs":{},"要":{"docs":{},"牢":{"docs":{},"记":{"docs":{},"在":{"docs":{},"心":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"在":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"文":{"docs":{},"件":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"优":{"docs":{},"点":{"docs":{},"是":{"docs":{},"设":{"docs":{},"置":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},",":{"docs":{},"并":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"你":{"docs":{},"的":{"docs":{},"前":{"docs":{},"端":{"docs":{},"作":{"docs":{},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"所":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},",":{"docs":{},"里":{"docs":{},"面":{"docs":{},"会":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"一":{"docs":{},"些":{"docs":{},"根":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"则":{"docs":{},"无":{"docs":{},"需":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"时":{"docs":{},")":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"内":{"docs":{},"联":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"从":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"中":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"的":{"docs":{},"样":{"docs":{},"式":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"与":{"docs":{},"外":{"docs":{},"部":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"会":{"docs":{},"被":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"们":{"docs":{},"是":{"docs":{},"启":{"docs":{},"动":{"docs":{},"应":{"docs":{},"用":{"docs":{},"时":{"docs":{},"所":{"docs":{},"必":{"docs":{},"需":{"docs":{},"的":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"列":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"直":{"docs":{},"接":{"docs":{},"送":{"docs":{},"信":{"docs":{},"し":{"docs":{},"、":{"docs":{},"最":{"docs":{},"終":{"docs":{},"的":{"docs":{},"に":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"上":{"docs":{},"の":{"docs":{},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"ラ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"构":{"docs":{},"建":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"框":{"docs":{},"架":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"输":{"docs":{},"出":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"「":{"docs":{},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"在":{"docs":{},"要":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"通":{"docs":{},"过":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"更":{"docs":{},"加":{"docs":{},"大":{"docs":{},"量":{"docs":{},"占":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"多":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}},"信":{"docs":{},"息":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"构":{"docs":{},"建":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"好":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"快":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"最":{"docs":{},"后":{"docs":{},",":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"不":{"docs":{},"是":{"docs":{},"限":{"docs":{},"定":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"版":{"docs":{},"本":{"docs":{},"能":{"docs":{},"够":{"docs":{},"完":{"docs":{},"全":{"docs":{},"支":{"docs":{},"持":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}},"後":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"解":{"docs":{},"決":{"docs":{},"策":{"docs":{},"は":{"docs":{},"決":{"docs":{},"定":{"docs":{},"的":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"覚":{"docs":{},"え":{"docs":{},"て":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"が":{"docs":{},"う":{"docs":{},"ま":{"docs":{},"く":{"docs":{},"働":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"見":{"docs":{},"つ":{"docs":{},"け":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"以":{"docs":{},"上":{"docs":{},"改":{"docs":{},"善":{"docs":{},"が":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"将":{"docs":{},"来":{"docs":{},"改":{"docs":{},"訂":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"送":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"貢":{"docs":{},"献":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"、":{"docs":{},"も":{"docs":{},"ち":{"docs":{},"ろ":{"docs":{},"ん":{"docs":{},"自":{"docs":{},"由":{"docs":{},"で":{"docs":{},"す":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"实":{"docs":{},"时":{"docs":{},"动":{"docs":{},"态":{"docs":{},"编":{"docs":{},"译":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"与":{"docs":{},"其":{"docs":{},"他":{"docs":{},"后":{"docs":{},"端":{"docs":{},"设":{"docs":{},"置":{"docs":{},"进":{"docs":{},"行":{"docs":{},"混":{"docs":{},"合":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"是":{"docs":{},"后":{"docs":{},"端":{"docs":{},"自":{"docs":{},"身":{"docs":{},"集":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"时":{"docs":{},"相":{"docs":{},"当":{"docs":{},"简":{"docs":{},"单":{"docs":{},"直":{"docs":{},"接":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"上":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"响":{"docs":{},"应":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"长":{"docs":{},"期":{"docs":{},"运":{"docs":{},"行":{"docs":{},"的":{"docs":{},"进":{"docs":{},"程":{"docs":{},"。":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"入":{"docs":{},"该":{"docs":{},"进":{"docs":{},"程":{"docs":{},"时":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"进":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"取":{"docs":{},"值":{"docs":{},"并":{"docs":{},"留":{"docs":{},"存":{"docs":{},"在":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"如":{"docs":{},"果":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"单":{"docs":{},"例":{"docs":{},"对":{"docs":{},"象":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"在":{"docs":{},"每":{"docs":{},"个":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"共":{"docs":{},"享":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"「":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"推":{"docs":{},"送":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"docs":{}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},",":{"docs":{},"是":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"成":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"专":{"docs":{},"注":{"docs":{},"于":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"将":{"docs":{},"会":{"docs":{},"非":{"docs":{},"常":{"docs":{},"深":{"docs":{},"入":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"熟":{"docs":{},"悉":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"最":{"docs":{},"低":{"docs":{},"为":{"docs":{},"如":{"docs":{},"下":{"docs":{},"版":{"docs":{},"本":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}},"身":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"具":{"docs":{},"有":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"番":{"docs":{},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"核":{"docs":{},"心":{"docs":{},"团":{"docs":{},"队":{"docs":{},"的":{"docs":{},"成":{"docs":{},"员":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"将":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"う":{"docs":{},"一":{"docs":{},"つ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}},"释":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"入":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"里":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"涉":{"docs":{},"及":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},"和":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"更":{"docs":{},"多":{"docs":{},"要":{"docs":{},"求":{"docs":{},"。":{"docs":{},"与":{"docs":{},"可":{"docs":{},"以":{"docs":{},"部":{"docs":{},"署":{"docs":{},"在":{"docs":{},"任":{"docs":{},"何":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"的":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{},"不":{"docs":{},"同":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"处":{"docs":{},"于":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"将":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{},"现":{"docs":{},"在":{"docs":{},"略":{"docs":{},"有":{"docs":{},"不":{"docs":{},"同":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"快":{"docs":{},"速":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"和":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"不":{"docs":{},"错":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"经":{"docs":{},"验":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"倾":{"docs":{},"向":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"平":{"docs":{},"滑":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"体":{"docs":{},"验":{"docs":{},"的":{"docs":{},"更":{"docs":{},"高":{"docs":{},"层":{"docs":{},"次":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"去":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"话":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"任":{"docs":{},"务":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},")":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"平":{"docs":{},"台":{"docs":{},"特":{"docs":{},"定":{"docs":{},"实":{"docs":{},"现":{"docs":{},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"通":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"做":{"docs":{},"法":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"干":{"docs":{},"扰":{"docs":{},"到":{"docs":{},"其":{"docs":{},"他":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"差":{"docs":{},"异":{"docs":{},",":{"docs":{},"当":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"将":{"docs":{},"不":{"docs":{},"会":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"会":{"docs":{},"阐":{"docs":{},"述":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"理":{"docs":{},"解":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"事":{"docs":{},"项":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"检":{"docs":{},"测":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"编":{"docs":{},"写":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"位":{"docs":{},"置":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"得":{"docs":{},"益":{"docs":{},"于":{"docs":{},"核":{"docs":{},"心":{"docs":{},"算":{"docs":{},"法":{"docs":{},"的":{"docs":{},"升":{"docs":{},"级":{"docs":{},",":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"现":{"docs":{},"在":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"中":{"docs":{},"的":{"docs":{},"任":{"docs":{},"何":{"docs":{},"地":{"docs":{},"方":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"路":{"docs":{},"由":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"逻":{"docs":{},"辑":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"过":{"docs":{},"程":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"特":{"docs":{},"殊":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"插":{"docs":{},"件":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"其":{"docs":{},"他":{"docs":{},"选":{"docs":{},"项":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"参":{"docs":{},"考":{"docs":{},"设":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"按":{"docs":{},"需":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"推":{"docs":{},"荐":{"docs":{},"方":{"docs":{},"法":{"docs":{},"是":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},",":{"docs":{},"以":{"docs":{},"考":{"docs":{},"虑":{"docs":{},"其":{"docs":{},"他":{"docs":{},"变":{"docs":{},"量":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"来":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"度":{"docs":{},"提":{"docs":{},"高":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"处":{"docs":{},"理":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"的":{"docs":{},"能":{"docs":{},"力":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"示":{"docs":{},"例":{"docs":{},"用":{"docs":{},"法":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"形":{"docs":{},"式":{"docs":{},"内":{"docs":{},"联":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{},"运":{"docs":{},"行":{"docs":{},"时":{"docs":{},"将":{"docs":{},"会":{"docs":{},"以":{"docs":{},"此":{"docs":{},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"基":{"docs":{},"准":{"docs":{},"来":{"docs":{},"解":{"docs":{},"析":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"等":{"docs":{},")":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"到":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"进":{"docs":{},"行":{"docs":{},"生":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"时":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"收":{"docs":{},"集":{"docs":{},"的":{"docs":{},"。":{"docs":{},"有":{"docs":{},"关":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"可":{"docs":{},"以":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"异":{"docs":{},"步":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},"再":{"docs":{},"行":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"菊":{"docs":{},"花":{"docs":{},"图":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"通":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"截":{"docs":{},"至":{"docs":{},"目":{"docs":{},"前":{"docs":{},",":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"如":{"docs":{},"果":{"docs":{},"第":{"docs":{},"三":{"docs":{},"方":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"上":{"docs":{},"述":{"docs":{},"配":{"docs":{},"置":{"docs":{},"仅":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"还":{"docs":{},"必":{"docs":{},"须":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"应":{"docs":{},"至":{"docs":{},"少":{"docs":{},"要":{"docs":{},"实":{"docs":{},"现":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"(":{"docs":{},"支":{"docs":{},"持":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"导":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"添":{"docs":{},"加":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"它":{"docs":{},"已":{"docs":{},"经":{"docs":{},"被":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"环":{"docs":{},"境":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"时":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},"」":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"分":{"docs":{},"离":{"docs":{},"到":{"docs":{},"一":{"docs":{},"个":{"docs":{},"引":{"docs":{},"导":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"选":{"docs":{},"项":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"并":{"docs":{},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"所":{"docs":{},"提":{"docs":{},"供":{"docs":{},"\"":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"版":{"docs":{},"本":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"可":{"docs":{},"以":{"docs":{},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"时":{"docs":{},"自":{"docs":{},"动":{"docs":{},"处":{"docs":{},"理":{"docs":{},")":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"(":{"docs":{},"需":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"。":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},"精":{"docs":{},"确":{"docs":{},"控":{"docs":{},"制":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"资":{"docs":{},"源":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"都":{"docs":{},"完":{"docs":{},"成":{"docs":{},"下":{"docs":{},"载":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"才":{"docs":{},"显":{"docs":{},"示":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"标":{"docs":{},"记":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"你":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"会":{"docs":{},"更":{"docs":{},"快":{"docs":{},"速":{"docs":{},"地":{"docs":{},"看":{"docs":{},"到":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"可":{"docs":{},"以":{"docs":{},"产":{"docs":{},"生":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"对":{"docs":{},"于":{"docs":{},"那":{"docs":{},"些":{"docs":{},"「":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"的":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"所":{"docs":{},"有":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},",":{"docs":{},"用":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"加":{"docs":{},"载":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"取":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"与":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"一":{"docs":{},"些":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"位":{"docs":{},"置":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"存":{"docs":{},"で":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"関":{"docs":{},"係":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"と":{"docs":{},"は":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"場":{"docs":{},"所":{"docs":{},"に":{"docs":{},"置":{"docs":{},"か":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"生":{"docs":{},"成":{"docs":{},"済":{"docs":{},"み":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"は":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"へ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},"的":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"来":{"docs":{},"提":{"docs":{},"供":{"docs":{},"插":{"docs":{},"值":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},",":{"docs":{},"并":{"docs":{},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"来":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"册":{"docs":{},"此":{"docs":{},"钩":{"docs":{},"子":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"不":{"docs":{},"必":{"docs":{},"再":{"docs":{},"次":{"docs":{},"获":{"docs":{},"取":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"。":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"被":{"docs":{},"触":{"docs":{},"发":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"立":{"docs":{},"即":{"docs":{},"切":{"docs":{},"换":{"docs":{},"视":{"docs":{},"图":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"具":{"docs":{},"有":{"docs":{},"更":{"docs":{},"快":{"docs":{},"的":{"docs":{},"响":{"docs":{},"应":{"docs":{},"速":{"docs":{},"度":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"可":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"的":{"docs":{},"每":{"docs":{},"个":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"都":{"docs":{},"需":{"docs":{},"要":{"docs":{},"具":{"docs":{},"有":{"docs":{},"条":{"docs":{},"件":{"docs":{},"加":{"docs":{},"载":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"来":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"原":{"docs":{},"生":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"定":{"docs":{},"时":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"始":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"只":{"docs":{},"从":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"生":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"需":{"docs":{},"创":{"docs":{},"建":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"将":{"docs":{},"其":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"有":{"docs":{},"非":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"用":{"docs":{},"于":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"重":{"docs":{},"要":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"基":{"docs":{},"本":{"docs":{},"用":{"docs":{},"法":{"docs":{"basic.html":{"ref":"basic.html","tf":10.003731343283581}}}},"的":{"docs":{},"な":{"docs":{},"使":{"docs":{},"い":{"docs":{},"方":{"docs":{"basic.html":{"ref":"basic.html","tf":10.004219409282701}}}}},"例":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}},"于":{"docs":{},"指":{"docs":{},"令":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"元":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},"转":{"docs":{},"换":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"件":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"名":{"docs":{},"的":{"docs":{},"类":{"docs":{},"型":{"docs":{},"推":{"docs":{},"断":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"实":{"docs":{},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"出":{"docs":{},"并":{"docs":{},"将":{"docs":{},"其":{"docs":{},"导":{"docs":{},"入":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"与":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},"类":{"docs":{},"似":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"多":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"导":{"docs":{},"致":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},",":{"docs":{},"并":{"docs":{},"直":{"docs":{},"接":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"所":{"docs":{},"以":{"docs":{},"文":{"docs":{},"件":{"docs":{},"导":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"现":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"为":{"docs":{},",":{"docs":{},"检":{"docs":{},"查":{"docs":{},"请":{"docs":{},"求":{"docs":{},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"版":{"docs":{},"本":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"填":{"docs":{},"选":{"docs":{},"项":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"で":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}},"須":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885}}}},"推":{"docs":{},"荐":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"机":{"docs":{},"制":{"docs":{},",":{"docs":{},"并":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"「":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}},"奨":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"構":{"docs":{},"造":{"docs":{},"が":{"docs":{},"少":{"docs":{},"し":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"違":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"気":{"docs":{},"が":{"docs":{},"つ":{"docs":{},"く":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"多":{"docs":{},"数":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"将":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"放":{"docs":{},"在":{"docs":{},"特":{"docs":{},"有":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"实":{"docs":{},"现":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"资":{"docs":{},"源":{"docs":{},"链":{"docs":{},"接":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"关":{"docs":{},"键":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"可":{"docs":{},"以":{"docs":{},"消":{"docs":{},"除":{"docs":{},"此":{"docs":{},"约":{"docs":{},"束":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"需":{"docs":{},"要":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"它":{"docs":{},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"「":{"docs":{},"由":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"并":{"docs":{},"不":{"docs":{},"真":{"docs":{},"正":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"只":{"docs":{},"需":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"确":{"docs":{},"保":{"docs":{},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"下":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"自":{"docs":{},"动":{"docs":{},"创":{"docs":{},"建":{"docs":{},"过":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"几":{"docs":{},"点":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"是":{"docs":{},"否":{"docs":{},"执":{"docs":{},"行":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"标":{"docs":{},"签":{"docs":{},"也":{"docs":{},"会":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"。":{"docs":{},"当":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"到":{"docs":{},"所":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"包":{"docs":{},"含":{"docs":{},"所":{"docs":{},"有":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"瀑":{"docs":{},"布":{"docs":{},"式":{"docs":{},"请":{"docs":{},"求":{"docs":{},"(":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"动":{"docs":{},"态":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"的":{"docs":{},"形":{"docs":{},"式":{"docs":{},"注":{"docs":{},"入":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"头":{"docs":{},"部":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"如":{"docs":{},"过":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"个":{"docs":{},"示":{"docs":{},"例":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"必":{"docs":{},"须":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"地":{"docs":{},"方":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"还":{"docs":{},"支":{"docs":{},"持":{"docs":{},"简":{"docs":{},"单":{"docs":{},"插":{"docs":{},"值":{"docs":{},"。":{"docs":{},"给":{"docs":{},"定":{"docs":{},"如":{"docs":{},"下":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"具":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"写":{"docs":{},"入":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"支":{"docs":{},"持":{"docs":{},"一":{"docs":{},"些":{"docs":{},"高":{"docs":{},"级":{"docs":{},"特":{"docs":{},"性":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"策":{"docs":{},"略":{"docs":{},"将":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"放":{"docs":{},"在":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}},"处":{"docs":{},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"插":{"docs":{},"件":{"docs":{},"在":{"docs":{},"输":{"docs":{},"出":{"docs":{},"目":{"docs":{},"录":{"docs":{},"中":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"不":{"docs":{},"返":{"docs":{},"回":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"返":{"docs":{},"回":{"docs":{},"引":{"docs":{},"导":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"支":{"docs":{},"持":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"选":{"docs":{},"项":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"或":{"docs":{},"函":{"docs":{},"数":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"步":{"docs":{},":":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}}}}}},"将":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"渲":{"docs":{},"染":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"选":{"docs":{},"项":{"docs":{},"时":{"docs":{},",":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"有":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"对":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"进":{"docs":{},"行":{"docs":{},"更":{"docs":{},"细":{"docs":{},"粒":{"docs":{},"度":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"最":{"docs":{},"优":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"读":{"docs":{},"取":{"docs":{},"和":{"docs":{},"传":{"docs":{},"输":{"docs":{},"文":{"docs":{},"件":{"docs":{},"到":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"你":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"实":{"docs":{},"现":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"更":{"docs":{},"新":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"修":{"docs":{},"改":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"将":{"docs":{},"会":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"而":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},"为":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"带":{"docs":{},"宽":{"docs":{},"使":{"docs":{},"用":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"取":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"具":{"docs":{},"有":{"docs":{},"与":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"把":{"docs":{},"那":{"docs":{},"些":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"与":{"docs":{},"环":{"docs":{},"境":{"docs":{},"无":{"docs":{},"关":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"编":{"docs":{},"译":{"docs":{},"到":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}},"嵌":{"docs":{},"入":{"docs":{},"式":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"此":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}},"状":{"docs":{},"态":{"docs":{},"进":{"docs":{},"行":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"融":{"docs":{},"合":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"到":{"docs":{},"最":{"docs":{},"终":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"键":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"態":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"シ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"関":{"docs":{},"数":{"docs":{},"で":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"な":{"docs":{},"い":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"を":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"第":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268}},"2":{"docs":{},"引":{"docs":{},"数":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"を":{"docs":{},"受":{"docs":{},"け":{"docs":{},"取":{"docs":{},"る":{"docs":{},"、":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{},"な":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"里":{"docs":{},"将":{"docs":{},"是":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"假":{"docs":{},"定":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"进":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{},"…":{"docs":{},"…":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"如":{"docs":{},"果":{"docs":{},"有":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"无":{"docs":{},"需":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"在":{"docs":{},"执":{"docs":{},"行":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"其":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"进":{"docs":{},"行":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"过":{"docs":{},"程":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"是":{"docs":{},"多":{"docs":{},"余":{"docs":{},"的":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"。":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"将":{"docs":{},"「":{"docs":{},"数":{"docs":{},"据":{"docs":{},"」":{"docs":{},"转":{"docs":{},"换":{"docs":{},"为":{"docs":{},"「":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"对":{"docs":{},"象":{"docs":{},"」":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"两":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},"是":{"docs":{},"根":{"docs":{},"本":{"docs":{},"上":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},"决":{"docs":{},"策":{"docs":{},",":{"docs":{},"应":{"docs":{},"该":{"docs":{},"根":{"docs":{},"据":{"docs":{},"你":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"际":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挑":{"docs":{},"选":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"无":{"docs":{},"论":{"docs":{},"你":{"docs":{},"选":{"docs":{},"择":{"docs":{},"哪":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"重":{"docs":{},"用":{"docs":{},"(":{"docs":{},"同":{"docs":{},"一":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"也":{"docs":{},"决":{"docs":{},"定":{"docs":{},"了":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"给":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"在":{"docs":{},"该":{"docs":{},"路":{"docs":{},"由":{"docs":{},"上":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"放":{"docs":{},"置":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"自":{"docs":{},"然":{"docs":{},"的":{"docs":{},"事":{"docs":{},"情":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"你":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"是":{"docs":{},"理":{"docs":{},"所":{"docs":{},"应":{"docs":{},"当":{"docs":{},"的":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"编":{"docs":{},"辑":{"docs":{},"过":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"都":{"docs":{},"必":{"docs":{},"须":{"docs":{},"停":{"docs":{},"止":{"docs":{},"并":{"docs":{},"重":{"docs":{},"启":{"docs":{},"服":{"docs":{},"务":{"docs":{},"。":{"docs":{},"这":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"会":{"docs":{},"影":{"docs":{},"响":{"docs":{},"开":{"docs":{},"发":{"docs":{},"效":{"docs":{},"率":{"docs":{},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"整":{"docs":{},"个":{"docs":{},"输":{"docs":{},"出":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"允":{"docs":{},"许":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"内":{"docs":{},"联":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"可":{"docs":{},"以":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"防":{"docs":{},"御":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"止":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"包":{"docs":{},"裹":{"docs":{},"容":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"包":{"docs":{},"裹":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"不":{"docs":{},"是":{"docs":{},"以":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"用":{"docs":{},"法":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"则":{"docs":{},"将":{"docs":{},"其":{"docs":{},"集":{"docs":{},"成":{"docs":{},"到":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"很":{"docs":{},"棘":{"docs":{},"手":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{},"一":{"docs":{},"些":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},"来":{"docs":{},"使":{"docs":{},"其":{"docs":{},"正":{"docs":{},"常":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"只":{"docs":{},"是":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"要":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},"任":{"docs":{},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"检":{"docs":{},"查":{"docs":{},"这":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"否":{"docs":{},"已":{"docs":{},"经":{"docs":{},"具":{"docs":{},"有":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}},"遇":{"docs":{},"到":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"请":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}},"即":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"用":{"docs":{},"例":{"docs":{},"和":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"因":{"docs":{},"为":{"docs":{},"实":{"docs":{},"际":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"需":{"docs":{},"要":{"docs":{},"确":{"docs":{},"定":{"docs":{},"性":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"将":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"“":{"docs":{},"预":{"docs":{},"取":{"docs":{},"”":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"或":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"应":{"docs":{},"该":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"重":{"docs":{},"复":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"小":{"docs":{},"心":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"来":{"docs":{},"解":{"docs":{},"决":{"docs":{},"性":{"docs":{},"能":{"docs":{},"瓶":{"docs":{},"颈":{"docs":{},"。":{"docs":{},"在":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"也":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"单":{"docs":{},"一":{"docs":{},"实":{"docs":{},"例":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"在":{"docs":{},"大":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"填":{"docs":{},"充":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"则":{"docs":{},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"模":{"docs":{},"式":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"创":{"docs":{},"建":{"docs":{},"多":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"该":{"docs":{},"模":{"docs":{},"块":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}},"規":{"docs":{},"模":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"都":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"定":{"docs":{},"引":{"docs":{},"导":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"混":{"docs":{},"合":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10}},"」":{"docs":{},"时":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"了":{"docs":{},"解":{"docs":{},"的":{"docs":{},"一":{"docs":{},"件":{"docs":{},"事":{"docs":{},"是":{"docs":{},",":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"更":{"docs":{},"改":{"docs":{},"的":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"激":{"docs":{},"活":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"编":{"docs":{},"程":{"docs":{},"体":{"docs":{},"验":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"层":{"docs":{},"级":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},"或":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0425531914893617},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"其":{"docs":{},"他":{"docs":{},"能":{"docs":{},"够":{"docs":{},"选":{"docs":{},"取":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{},"选":{"docs":{},"择":{"docs":{},"器":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"正":{"docs":{},"常":{"docs":{},"激":{"docs":{},"活":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"期":{"docs":{},"间":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"望":{"docs":{},"值":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"时":{"docs":{},"产":{"docs":{},"生":{"docs":{},"全":{"docs":{},"局":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"默":{"docs":{},"认":{"docs":{},"文":{"docs":{},"件":{"docs":{},"是":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"名":{"docs":{},"に":{"docs":{},"ハ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"正":{"docs":{},"し":{"docs":{},"い":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"済":{"docs":{},"み":{"docs":{},"の":{"docs":{},"リ":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ヒ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"か":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"于":{"docs":{},"没":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"更":{"docs":{},"新":{"docs":{},",":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"只":{"docs":{},"有":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"现":{"docs":{},"在":{"docs":{},"是":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"将":{"docs":{},"被":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"已":{"docs":{},"经":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"好":{"docs":{},"了":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"内":{"docs":{},"容":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"查":{"docs":{},"看":{"docs":{},"过":{"docs":{},"期":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"个":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"最":{"docs":{},"多":{"docs":{},"只":{"docs":{},"能":{"docs":{},"每":{"docs":{},"秒":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{"universal.html":{"ref":"universal.html","tf":10.01063829787234}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"分":{"docs":{},"开":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"建":{"docs":{},"议":{"docs":{},"用":{"docs":{},"于":{"docs":{},"存":{"docs":{},"在":{"docs":{},"很":{"docs":{},"多":{"docs":{},"公":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}},"推":{"docs":{},"导":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"清":{"docs":{},"理":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"体":{"docs":{},"に":{"docs":{},"精":{"docs":{},"通":{"docs":{},"し":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"且":{"docs":{},"つ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"最":{"docs":{},"適":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"が":{"docs":{},"推":{"docs":{},"測":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"と":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"初":{"docs":{},"期":{"docs":{},"描":{"docs":{},"画":{"docs":{},"時":{"docs":{},"に":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}}}}},"访":{"docs":{},"问":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"不":{"docs":{},"可":{"docs":{},"接":{"docs":{},"受":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"常":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"过":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"运":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"以":{"docs":{},"上":{"docs":{},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"构":{"docs":{},"建":{"docs":{},"后":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"基":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"可":{"docs":{},"能":{"docs":{},"像":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"被":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"什":{"docs":{},"么":{"docs":{},"文":{"docs":{},"件":{"docs":{},"应":{"docs":{},"该":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"对":{"docs":{},"于":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"坑":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"致":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"4":{"0":{"4":{"docs":{},"で":{"docs":{},"拒":{"docs":{},"否":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"の":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"伴":{"docs":{},"随":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"显":{"docs":{},"著":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"状":{"docs":{},"态":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"中":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"请":{"docs":{},"留":{"docs":{},"意":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"尽":{"docs":{},"量":{"docs":{},"避":{"docs":{},"免":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"重":{"docs":{},"新":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"手":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"記":{"docs":{},"の":{"docs":{},"設":{"docs":{},"定":{"docs":{},"は":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"仅":{"docs":{},"运":{"docs":{},"行":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"介":{"docs":{},"绍":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"但":{"docs":{},"是":{"docs":{},"稍":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"执":{"docs":{},"行":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"目":{"docs":{},"前":{"docs":{},"为":{"docs":{},"止":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"没":{"docs":{},"有":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"过":{"docs":{},"如":{"docs":{},"何":{"docs":{},"将":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"打":{"docs":{},"包":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"将":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"通":{"docs":{},"过":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"同":{"docs":{},"样":{"docs":{},"的":{"docs":{},"规":{"docs":{},"则":{"docs":{},"也":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"状":{"docs":{},"态":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"じ":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"、":{"docs":{},"イ":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"バ":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"適":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"直":{"docs":{},"接":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"無":{"docs":{},"く":{"docs":{},"、":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"時":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"留":{"docs":{},"意":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"様":{"docs":{},"の":{"docs":{},"や":{"docs":{},"り":{"docs":{},"方":{"docs":{},"で":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"错":{"docs":{},"误":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"它":{"docs":{},"接":{"docs":{},"受":{"docs":{},"任":{"docs":{},"意":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"异":{"docs":{},"常":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"导":{"docs":{},"入":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"任":{"docs":{},"何":{"docs":{},"错":{"docs":{},"误":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"导":{"docs":{},"入":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"它":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"调":{"docs":{},"用":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"此":{"docs":{},"时":{"docs":{},",":{"docs":{},"除":{"docs":{},"了":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"返":{"docs":{},"回":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"做":{"docs":{},"太":{"docs":{},"多":{"docs":{},"事":{"docs":{},"情":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"尽":{"docs":{},"管":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"所":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"看":{"docs":{},"法":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"都":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"比":{"docs":{},"它":{"docs":{},"们":{"docs":{},",":{"docs":{},"找":{"docs":{},"出":{"docs":{},"两":{"docs":{},"个":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"列":{"docs":{},"表":{"docs":{},"的":{"docs":{},"差":{"docs":{},"异":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"作":{"docs":{},"为":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"相":{"docs":{},"结":{"docs":{},"合":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"是":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"谓":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"激":{"docs":{},"活":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"需":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}},"打":{"docs":{},"包":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976}}}},"来":{"docs":{},"处":{"docs":{},"理":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"源":{"docs":{},"码":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"通":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"组":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"打":{"docs":{},"包":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"执":{"docs":{},"行":{"docs":{},"其":{"docs":{},"他":{"docs":{},"任":{"docs":{},"务":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"注":{"docs":{},"入":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},"标":{"docs":{},"题":{"docs":{},"管":{"docs":{},"理":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"访":{"docs":{},"问":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"访":{"docs":{},"问":{"docs":{},"它":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"许":{"docs":{},"多":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"为":{"docs":{},"单":{"docs":{},"个":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.001953125}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"本":{"docs":{},"的":{"docs":{},"な":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":10.003436426116838}}}}}},"特":{"docs":{},"定":{"docs":{},"功":{"docs":{},"能":{"docs":{},"不":{"docs":{},"能":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"性":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"转":{"docs":{},"译":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},"以":{"docs":{},"适":{"docs":{},"应":{"docs":{},"老":{"docs":{},"版":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"。":{"docs":{},"这":{"docs":{},"也":{"docs":{},"会":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"殊":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"让":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"遅":{"docs":{},"さ":{"docs":{},"や":{"docs":{},"遅":{"docs":{},"い":{"docs":{},"デ":{"docs":{},"バ":{"docs":{},"イ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"再":{"docs":{},"生":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"短":{"docs":{},"縮":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"与":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"耦":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}},",":{"docs":{},"先":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"将":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"规":{"docs":{},"划":{"docs":{},"都":{"docs":{},"弄":{"docs":{},"清":{"docs":{},"楚":{"docs":{},"了":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"启":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"以":{"docs":{},"上":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"填":{"docs":{},"充":{"docs":{},"入":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"有":{"docs":{},"了":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"和":{"docs":{},"注":{"docs":{},"入":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"避":{"docs":{},"免":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"重":{"docs":{},"复":{"docs":{},"注":{"docs":{},"册":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"后":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},",":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"拆":{"docs":{},"分":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},",":{"docs":{},"将":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},"(":{"docs":{},"所":{"docs":{},"有":{"docs":{},"都":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"(":{"docs":{},"不":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"将":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"在":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"表":{"docs":{},"的":{"docs":{},"な":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"以":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"下":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"只":{"docs":{},"能":{"docs":{},"用":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"、":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"使":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"便":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"能":{"docs":{},"够":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"前":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"后":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"会":{"docs":{},"二":{"docs":{},"次":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"知":{"docs":{},"道":{"docs":{},"数":{"docs":{},"据":{"docs":{},"在":{"docs":{},"何":{"docs":{},"时":{"docs":{},"更":{"docs":{},"新":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"之":{"docs":{},"后":{"docs":{},"正":{"docs":{},"确":{"docs":{},"注":{"docs":{},"入":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"获":{"docs":{},"得":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"做":{"docs":{},"法":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"上":{"docs":{"./":{"ref":"./","tf":0.025157232704402517}}},"降":{"docs":{"api.html":{"ref":"api.html","tf":0.00984251968503937}},"を":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"必":{"docs":{},"須":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},")":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"別":{"docs":{},"々":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"な":{"docs":{},"し":{"docs":{},"で":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"任":{"docs":{},"意":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"な":{"docs":{},"し":{"docs":{},"で":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"み":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"プ":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ダ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"削":{"docs":{},"除":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"给":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"入":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"已":{"docs":{},"经":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"添":{"docs":{},"加":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"类":{"docs":{},"型":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"未":{"docs":{},"处":{"docs":{},"理":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"应":{"docs":{},"该":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"定":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"」":{"docs":{},"所":{"docs":{},"导":{"docs":{},"出":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"传":{"docs":{},"入":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},")":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"它":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"插":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"时":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"匹":{"docs":{},"配":{"docs":{},"不":{"docs":{},"到":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"执":{"docs":{},"行":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"视":{"docs":{},"图":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"状":{"docs":{},"态":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"完":{"docs":{},"成":{"docs":{},"构":{"docs":{},"建":{"docs":{},"(":{"docs":{},"请":{"docs":{},"再":{"docs":{},"次":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"现":{"docs":{},"在":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},")":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"用":{"docs":{},"法":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"更":{"docs":{},"改":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"示":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"第":{"docs":{},"一":{"docs":{},"类":{"docs":{},"的":{"docs":{},"概":{"docs":{},"念":{"docs":{},",":{"docs":{},"将":{"docs":{},"其":{"docs":{},"与":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"此":{"docs":{},"模":{"docs":{},"板":{"docs":{},"应":{"docs":{},"包":{"docs":{},"含":{"docs":{},"注":{"docs":{},"释":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"优":{"docs":{},"点":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"必":{"docs":{},"须":{"docs":{},"实":{"docs":{},"现":{"docs":{},"以":{"docs":{},"下":{"docs":{},"接":{"docs":{},"口":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.010135135135135136}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"到":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"应":{"docs":{},"该":{"docs":{},"只":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"产":{"docs":{},"环":{"docs":{},"境":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"改":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}},"路":{"docs":{},"由":{"docs":{},"和":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.002994011976048}}}}}}}}},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"常":{"docs":{},"量":{"docs":{},"将":{"docs":{},"导":{"docs":{},"致":{"docs":{},"组":{"docs":{},"件":{"docs":{},"始":{"docs":{},"终":{"docs":{},"被":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"这":{"docs":{},"对":{"docs":{},"纯":{"docs":{},"静":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"有":{"docs":{},"好":{"docs":{},"处":{"docs":{},"的":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"值":{"docs":{},"是":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"り":{"docs":{},"値":{"docs":{},"は":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}},"需":{"docs":{},"要":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"样":{"docs":{},"式":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"停":{"docs":{},"止":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"细":{"docs":{},"节":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"查":{"docs":{},"看":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"另":{"docs":{},"一":{"docs":{},"个":{"docs":{},"需":{"docs":{},"要":{"docs":{},"关":{"docs":{},"注":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"后":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"返":{"docs":{},"回":{"docs":{},"最":{"docs":{},"终":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"否":{"docs":{},"则":{"docs":{},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"因":{"docs":{},"为":{"docs":{},"使":{"docs":{},"用":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"致":{"docs":{},"混":{"docs":{},"合":{"docs":{},"失":{"docs":{},"败":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"哦":{"docs":{},"?":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"要":{"docs":{},"写":{"docs":{},"很":{"docs":{},"多":{"docs":{},"代":{"docs":{},"码":{"docs":{},"!":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"通":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"可":{"docs":{},"能":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"最":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"为":{"docs":{},"下":{"docs":{},"一":{"docs":{},"步":{"docs":{},"开":{"docs":{},"发":{"docs":{},"做":{"docs":{},"前":{"docs":{},"期":{"docs":{},"准":{"docs":{},"备":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"设":{"docs":{},"定":{"docs":{},"好":{"docs":{},"模":{"docs":{},"板":{"docs":{},"示":{"docs":{},"例":{"docs":{},",":{"docs":{},"创":{"docs":{},"建":{"docs":{},"单":{"docs":{},"独":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"会":{"docs":{},"变":{"docs":{},"得":{"docs":{},"相":{"docs":{},"当":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"带":{"docs":{},"有":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"配":{"docs":{},"置":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"惰":{"docs":{},"性":{"docs":{},"注":{"docs":{},"册":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"和":{"docs":{},"状":{"docs":{},"态":{"docs":{"data.html":{"ref":"data.html","tf":10.001557632398754}}}}},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"指":{"docs":{},"令":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"暴":{"docs":{},"露":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"添":{"docs":{},"加":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"相":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"组":{"docs":{},"件":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"同":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"签":{"docs":{},"名":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"反":{"docs":{},",":{"docs":{},"它":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"组":{"docs":{},",":{"docs":{},"此":{"docs":{},"数":{"docs":{},"组":{"docs":{},"是":{"docs":{},"由":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"对":{"docs":{},"象":{"docs":{},"所":{"docs":{},"组":{"docs":{},"成":{"docs":{},"。":{"docs":{},"这":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"在":{"docs":{},"以":{"docs":{},"编":{"docs":{},"程":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"执":{"docs":{},"行":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"哪":{"docs":{},"里":{"docs":{},"放":{"docs":{},"置":{"docs":{},"「":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"信":{"docs":{},"息":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"当":{"docs":{},"多":{"docs":{},"次":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},"时":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"这":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"条":{"docs":{},"目":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003424657534246575},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788}}},"な":{"docs":{},"画":{"docs":{},"像":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"み":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"。":{"docs":{},"相":{"docs":{},"反":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"\"":{"docs":{},"激":{"docs":{},"活":{"docs":{},"\"":{"docs":{},"这":{"docs":{},"些":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"の":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"処":{"docs":{},"理":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"置":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},"支":{"docs":{},"持":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"展":{"docs":{},"開":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"で":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},"属":{"docs":{},"性":{"docs":{},":":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"自":{"docs":{},"行":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"树":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"会":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"知":{"docs":{},"道":{"docs":{},"这":{"docs":{},"部":{"docs":{},"分":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.006756756756757},"head.html":{"ref":"head.html","tf":5.005988023952096}},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"遵":{"docs":{},"循":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"理":{"docs":{},"念":{"docs":{},":":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"追":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"结":{"docs":{},"构":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"当":{"docs":{},"你":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"为":{"docs":{},"能":{"docs":{},"够":{"docs":{},"正":{"docs":{},"确":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"写":{"docs":{},"入":{"docs":{},"有":{"docs":{},"效":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"其":{"docs":{},"中":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"它":{"docs":{},"提":{"docs":{},"供":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"作":{"docs":{},"为":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"参":{"docs":{},"考":{"docs":{"api.html":{"ref":"api.html","tf":5.001757469244288}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},":":{"docs":{},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"動":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"以":{"docs":{},"下":{"docs":{},"之":{"docs":{},"一":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"照":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"指":{"docs":{},"引":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3400900900900896},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"向":{"docs":{},"你":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"除":{"docs":{},"此":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"後":{"docs":{},"に":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}},"章":{"docs":{},"节":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"进":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"出":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"和":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"最":{"docs":{},"优":{"docs":{},"化":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"/":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"示":{"docs":{},"例":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},")":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"操":{"docs":{},"作":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"の":{"docs":{},"時":{"docs":{},"間":{"docs":{},")":{"docs":{},"を":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"画":{"docs":{},"面":{"docs":{},"で":{"docs":{},"は":{"docs":{},"\"":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"を":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"む":{"docs":{},"\"":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"…":{"docs":{},"…":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"表":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"出":{"docs":{},"现":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"这":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"通":{"docs":{},"常":{"docs":{},"由":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"集":{"docs":{},"合":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"又":{"docs":{},"或":{"docs":{},"者":{"docs":{},",":{"docs":{},"你":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{},"在":{"docs":{},"不":{"docs":{},"传":{"docs":{},"递":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"构":{"docs":{},"建":{"docs":{},"速":{"docs":{},"度":{"docs":{},"更":{"docs":{},"快":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}},"好":{"docs":{},"处":{"docs":{},"是":{"docs":{},"双":{"docs":{},"重":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"動":{"docs":{},"で":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"扩":{"docs":{},"展":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"为":{"docs":{},"通":{"docs":{},"用":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"管":{"docs":{},"理":{"docs":{},"工":{"docs":{},"具":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"注":{"docs":{},"入":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"求":{"docs":{},"事":{"docs":{},"項":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"输":{"docs":{},"出":{"docs":{},"(":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"送":{"docs":{},"面":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"相":{"docs":{},"当":{"docs":{},"昂":{"docs":{},"贵":{"docs":{},"的":{"docs":{},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"当":{"docs":{},"应":{"docs":{},"用":{"docs":{},"很":{"docs":{},"大":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"适":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"链":{"docs":{},"接":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"项":{"docs":{},"目":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"才":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"除":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"风":{"docs":{},"格":{"docs":{},"导":{"docs":{},"出":{"docs":{},"模":{"docs":{},"块":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"可":{"docs":{},"能":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"毕":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"只":{"docs":{},"有":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"位":{"docs":{},"于":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"启":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"插":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"作":{"docs":{},"为":{"docs":{},"独":{"docs":{},"立":{"docs":{},"文":{"docs":{},"件":{"docs":{},"提":{"docs":{},"供":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"当":{"docs":{},"直":{"docs":{},"接":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"代":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"确":{"docs":{},"保":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"此":{"docs":{},"插":{"docs":{},"件":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"处":{"docs":{},"理":{"docs":{},"器":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"攻":{"docs":{},"击":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"撃":{"docs":{},"を":{"docs":{},"防":{"docs":{},"ぐ":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},",":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"何":{"docs":{},"时":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"决":{"docs":{},"定":{"docs":{},",":{"docs":{},"则":{"docs":{},"上":{"docs":{},"述":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"很":{"docs":{},"好":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"具":{"docs":{},"有":{"docs":{},"相":{"docs":{},"同":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"它":{"docs":{},"具":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"全":{"docs":{},"局":{"docs":{},"状":{"docs":{},"态":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"对":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"产":{"docs":{},"生":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"性":{"docs":{},"能":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"利":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"改":{"docs":{},"善":{"docs":{},"响":{"docs":{},"应":{"docs":{},"时":{"docs":{},"间":{"docs":{},"并":{"docs":{},"减":{"docs":{},"少":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"秒":{"docs":{},"后":{"docs":{},"过":{"docs":{},"期":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":10.005555555555556}}}},"节":{"docs":{},"点":{"docs":{},"的":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"无":{"docs":{},"法":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"基":{"docs":{},"于":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"(":{"docs":{},"p":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"虽":{"docs":{},"然":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}},"被":{"docs":{},"发":{"docs":{},"出":{"docs":{},"时":{"docs":{},",":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"可":{"docs":{},"能":{"docs":{},"不":{"docs":{},"被":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"其":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"遍":{"docs":{},"历":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"环":{"docs":{},"境":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.333333333333333}}}},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"(":{"docs":{},"如":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},",":{"docs":{},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}},"仍":{"docs":{},"然":{"docs":{},"使":{"docs":{},"用":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"如":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"文":{"docs":{},"档":{"docs":{},"中":{"docs":{},"提":{"docs":{},"到":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"模":{"docs":{},"式":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"相":{"docs":{},"当":{"docs":{},"大":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"最":{"docs":{},"初":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"の":{"docs":{},"数":{"docs":{},"百":{"docs":{},"ミ":{"docs":{},"リ":{"docs":{},"秒":{"docs":{},"が":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ほ":{"docs":{},"ど":{"docs":{},"重":{"docs":{},"要":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"い":{"docs":{},"内":{"docs":{},"部":{"docs":{},"的":{"docs":{},"な":{"docs":{},"ダ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"ボ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"構":{"docs":{},"築":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"典":{"docs":{},"型":{"docs":{},"用":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"的":{"docs":{},"な":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"出":{"docs":{},"于":{"docs":{},"向":{"docs":{},"后":{"docs":{},"兼":{"docs":{},"容":{"docs":{},"的":{"docs":{},"考":{"docs":{},"虑":{"docs":{},",":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"默":{"docs":{},"认":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"值":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"构":{"docs":{},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{},"捕":{"docs":{},"获":{"docs":{},"到":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"接":{"docs":{},"收":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"作":{"docs":{},"为":{"docs":{},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"那":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"整":{"docs":{},"个":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"从":{"docs":{},"而":{"docs":{},"可":{"docs":{},"以":{"docs":{},"让":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"显":{"docs":{},"式":{"docs":{},"地":{"docs":{},"声":{"docs":{},"明":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"用":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"绝":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"指":{"docs":{},"向":{"docs":{},"一":{"docs":{},"个":{"docs":{},"已":{"docs":{},"经":{"docs":{},"构":{"docs":{},"建":{"docs":{},"好":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"语":{"docs":{},"法":{"docs":{},"表":{"docs":{},"示":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"а":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"б":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"в":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.004152823920265781}},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}}}}},"р":{"docs":{},"г":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},")":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"г":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"м":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}}}}}},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"б":{"docs":{},"у":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"к":{"docs":{},"к":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"б":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"р":{"docs":{},"ё":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"и":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"о":{"docs":{},"т":{"docs":{},"е":{"docs":{},"к":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"и":{"docs":{},"н":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},"м":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}},"р":{"docs":{},"а":{"docs":{},"у":{"docs":{},"з":{"docs":{},"е":{"docs":{},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"у":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.009125475285171103},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"щ":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"ь":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.007475083056478406}}}},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"э":{"docs":{},"к":{"docs":{},"э":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"й":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"г":{"docs":{},"о":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"в":{"docs":{"./":{"ref":"./","tf":0.02435897435897436},"basic.html":{"ref":"basic.html","tf":0.02666666666666667},"universal.html":{"ref":"universal.html","tf":0.0288659793814433},"structure.html":{"ref":"structure.html","tf":0.02656042496679947},"routing.html":{"ref":"routing.html","tf":0.018333333333333333},"data.html":{"ref":"data.html","tf":0.013688212927756654},"hydration.html":{"ref":"hydration.html","tf":0.040293040293040296},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.024464831804281346},"build-config.html":{"ref":"build-config.html","tf":0.02245088868101029},"css.html":{"ref":"css.html","tf":0.026915113871635612},"head.html":{"ref":"head.html","tf":0.024390243902439025},"caching.html":{"ref":"caching.html","tf":0.01971326164874552},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":2.0484848484848484},"api.html":{"ref":"api.html","tf":0.03156146179401993}},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"г":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"с":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ш":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{},"х":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"р":{"docs":{},"и":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"»":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"л":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"е":{"docs":{},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.01079734219269103}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"з":{"docs":{},"д":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"н":{"docs":{},"д":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"и":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ш":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"д":{"docs":{},"р":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.010351966873706004},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"з":{"docs":{},"м":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"д":{"docs":{},"о":{"docs":{},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"б":{"docs":{},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"д":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"т":{"docs":{},"р":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"ё":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"я":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.013096351730589336},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"о":{"docs":{},"у":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"я":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"в":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"о":{"docs":{},"д":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"а":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"в":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"г":{"docs":{},"л":{"docs":{},"я":{"docs":{},"д":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}}},"и":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"и":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"г":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"у":{"docs":{},"ю":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"и":{"docs":{},"д":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403}}},"ю":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"б":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"а":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.006844106463878327},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"data.html":{"ref":"data.html","tf":2.5083650190114066},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005376344086021506}}}},"м":{"docs":{},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"л":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"н":{"docs":{},"е":{"docs":{},"й":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"е":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"в":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"ж":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}},"м":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"р":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.016666666666666666},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.03054448871181939},"routing.html":{"ref":"routing.html","tf":0.021666666666666667},"data.html":{"ref":"data.html","tf":0.00988593155893536},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01834862385321101},"build-config.html":{"ref":"build-config.html","tf":0.01777362020579981},"css.html":{"ref":"css.html","tf":0.024844720496894408},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.021505376344086023},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.030303030303030304},"api.html":{"ref":"api.html","tf":0.02574750830564784}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"б":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0049833887043189366}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"л":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"у":{"docs":{},"п":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"head.html":{"ref":"head.html","tf":0.006968641114982578}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.006083650190114068},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"н":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.004152823920265781}}}}}},"к":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"р":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}},"р":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"р":{"docs":{},"у":{"docs":{},"г":{"docs":{},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"у":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"у":{"docs":{},"б":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"с":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.012422360248447204},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"щ":{"docs":{},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ё":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505}}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ы":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"е":{"docs":{},"р":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"ё":{"docs":{},"н":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.006968641114982578}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.510452961672474}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"х":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"о":{"docs":{},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"д":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.019230769230769232},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.016494845360824743},"structure.html":{"ref":"structure.html","tf":0.02257636122177955},"routing.html":{"ref":"routing.html","tf":2.5183333333333335},"data.html":{"ref":"data.html","tf":2.514448669201521},"hydration.html":{"ref":"hydration.html","tf":0.018315018315018316},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01529051987767584},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.010452961672473868},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.008305647840531562}},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"л":{"docs":{},"и":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"ь":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"б":{"docs":{},"е":{"docs":{},"г":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"ж":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.010351966873706004}}},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.006211180124223602}}}}}}},"к":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}}}},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"м":{"docs":{},"е":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"и":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"й":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"е":{"docs":{},"с":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"й":{"docs":{},"с":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}}}}}},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}}}}},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"й":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"о":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":10.004444444444445},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":2.012121212121212},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477}}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"я":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":3.335989375830013},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}},"д":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"е":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}}},"т":{"docs":{},"а":{"docs":{},"к":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"к":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.010452961672473868},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"а":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"л":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.00841908325537886},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"г":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"ю":{"docs":{},"ч":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.006644518272425249}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":3.3395189003436423},"structure.html":{"ref":"structure.html","tf":3.338645418326693},"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"д":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"ы":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"и":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{},"и":{"docs":{},"с":{"docs":{},"с":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"н":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"к":{"docs":{},"с":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.004152823920265781}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"п":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"ю":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.009354536950421},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}},"е":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"т":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"р":{"docs":{},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"е":{"docs":{},"в":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.004152823920265781}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"а":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"у":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"э":{"docs":{},"ф":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"л":{"docs":{},"л":{"docs":{},"б":{"docs":{},"э":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"е":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"н":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"и":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":10.008960573476703}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"с":{"docs":{},"о":{"docs":{},"к":{"docs":{},"»":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"г":{"docs":{},"к":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ш":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"б":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ю":{"docs":{},"б":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}}},"м":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"п":{"docs":{},"у":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"ф":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ш":{"docs":{},"р":{"docs":{},"у":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"о":{"docs":{},"в":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":2.5033333333333334}}}}}}}},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"head.html":{"ref":"head.html","tf":0.003484320557491289}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"к":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"с":{"docs":{},"с":{"docs":{},"и":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"д":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"р":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ж":{"docs":{},"д":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"х":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"з":{"docs":{},"м":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"о":{"docs":{},"д":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"к":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{},"и":{"docs":{},"с":{"docs":{},"е":{"docs":{},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"к":{"docs":{},"р":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"г":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"л":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.005612722170252572},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"ы":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"д":{"docs":{},"у":{"docs":{},"л":{"docs":{},"е":{"docs":{},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.003041825095057034},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.013333333333333334},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.017264276228419653},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.014448669201520912},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"г":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.021794871794871794},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.024742268041237112},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.016730038022813688},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.006211180124223602},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.016129032258064516},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"б":{"docs":{},"о":{"docs":{},"л":{"docs":{},"е":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{},"ц":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"п":{"docs":{},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"я":{"docs":{},"м":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"с":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"к":{"docs":{},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}}}}},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"н":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"о":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"в":{"docs":{},"с":{"docs":{},"е":{"docs":{},"г":{"docs":{},"д":{"docs":{},"а":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"и":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"т":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ш":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.006640106241699867},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"й":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ё":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.010256410256410256},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.014652014652014652},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.017921146953405017},"streaming.html":{"ref":"streaming.html","tf":0.024271844660194174},"non-node.html":{"ref":"non-node.html","tf":2.006060606060606},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"к":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"о":{"docs":{},"б":{"docs":{},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"х":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}}}}},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"з":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"с":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"ё":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"у":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"н":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"н":{"docs":{},"а":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"»":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"л":{"docs":{},"я":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"ч":{"docs":{},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ё":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"б":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"е":{"docs":{},"с":{"docs":{},"п":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ч":{"docs":{},"и":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"з":{"docs":{},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"с":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ъ":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.006644518272425249}},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"а":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ё":{"docs":{},"м":{"docs":{},"о":{"docs":{},"в":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ы":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"й":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"я":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"и":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"ё":{"docs":{},"р":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"л":{"docs":{},"е":{"docs":{},"г":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"д":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"о":{"docs":{},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"х":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"м":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"н":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}}},"р":{"docs":{},"у":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":2.006060606060606}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}},"н":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.007168458781362007}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"п":{"docs":{},"р":{"docs":{},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"щ":{"docs":{},"а":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0033222591362126247}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}}},"ы":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"у":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"р":{"docs":{},"и":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"б":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}}},"т":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"caching.html":{"ref":"caching.html","tf":0.008960573476702509},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ё":{"docs":{},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"з":{"docs":{},"и":{"docs":{},"л":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}}}},"а":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"к":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"о":{"docs":{},"н":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"к":{"docs":{},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"з":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"м":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"ш":{"docs":{},"и":{"docs":{},"б":{"docs":{},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"й":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"о":{"docs":{},"к":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"я":{"docs":{},"т":{"docs":{},"и":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"р":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"д":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"а":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"е":{"docs":{},"м":{"docs":{},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"н":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"ч":{"docs":{},"и":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"к":{"docs":{},"р":{"docs":{},"ё":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"х":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"п":{"docs":{},"у":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}},"и":{"docs":{},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}}},"в":{"docs":{},"о":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"с":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"о":{"docs":{},"д":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"и":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},"а":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"м":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"т":{"docs":{},"ф":{"docs":{},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}}}}}},"о":{"docs":{},"х":{"docs":{},"о":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.007692307692307693},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"в":{"docs":{},"ы":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"е":{"docs":{},"д":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"д":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"о":{"docs":{},"й":{"docs":{},"т":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"б":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"я":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"х":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"а":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"и":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"к":{"docs":{},"у":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667}}},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"а":{"docs":{},"з":{"docs":{},"у":{"docs":{},"м":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"к":{"docs":{},"л":{"docs":{},"ю":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"г":{"docs":{},"о":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}}}},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"д":{"docs":{},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"ж":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"к":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"з":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"л":{"docs":{},"е":{"docs":{},"з":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ь":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"и":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"и":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}},"и":{"docs":{},"ф":{"docs":{},"и":{"docs":{},"л":{"docs":{},"л":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"ы":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"д":{"docs":{},"о":{"docs":{},"б":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"с":{"docs":{},"к":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}},"т":{"docs":{},"р":{"docs":{},"о":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"л":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0045627376425855515},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"д":{"docs":{},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"г":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"е":{"docs":{},"щ":{"docs":{},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"е":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"к":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"ы":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"р":{"docs":{},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}},"л":{"docs":{},"о":{"docs":{},"с":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0045627376425855515},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}},"б":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"о":{"docs":{},"щ":{"docs":{},"ь":{"docs":{},"ю":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009174311926605505},"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"р":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"я":{"docs":{},"в":{"docs":{},"я":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"л":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"д":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},"с":{"docs":{},"я":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}},"м":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"т":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"и":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"т":{"docs":{},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"м":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"я":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}},"з":{"docs":{},"а":{"docs":{},"г":{"docs":{},"р":{"docs":{},"у":{"docs":{},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":2.500760456273764},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"с":{"docs":{},"я":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.336391437308868},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"в":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"л":{"docs":{},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"н":{"docs":{},"а":{"docs":{},"з":{"docs":{},"н":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"ж":{"docs":{},"д":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"н":{"docs":{},"е":{"docs":{},"м":{"docs":{},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"м":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"р":{"docs":{},"а":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"и":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.006548175865294668},"css.html":{"ref":"css.html","tf":0.008281573498964804},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444}}},"д":{"docs":{},"ё":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"н":{"docs":{},"а":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ы":{"docs":{},"к":{"docs":{},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.003041825095057034},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},",":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"я":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.010624169986719787},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"м":{"docs":{},"е":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"р":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"с":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.006968641114982578}}}}}},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"ю":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"с":{"docs":{},"в":{"docs":{},"а":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"о":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"н":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}}}},"я":{"docs":{},"т":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{},"о":{"docs":{},"д":{"docs":{},"е":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"г":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"о":{"docs":{},"р":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"о":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"з":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ь":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"г":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"с":{"docs":{},"с":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"о":{"docs":{},"р":{"docs":{},"а":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"в":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"д":{"docs":{},"в":{"docs":{},"и":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}}},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"в":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"а":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"я":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{},"ь":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"е":{"docs":{},"т":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"г":{"docs":{},"р":{"docs":{},"а":{"docs":{},"м":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"щ":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"х":{"docs":{},"о":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}},"я":{"docs":{},"м":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"у":{"docs":{},"л":{"docs":{},"л":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"т":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"и":{"docs":{},"с":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"ш":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"с":{"docs":{},"е":{"docs":{},"в":{"docs":{},"д":{"docs":{},"о":{"docs":{},"н":{"docs":{},"и":{"docs":{},"м":{"docs":{},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"л":{"docs":{},"о":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"з":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"ё":{"docs":{},"р":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"д":{"docs":{},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":2.505},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"е":{"docs":{},"м":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"а":{"docs":{},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"м":{"docs":{},"е":{"docs":{},"т":{"docs":{},"к":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"р":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"р":{"docs":{},"а":{"docs":{},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"м":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"о":{"docs":{},"т":{"docs":{},"к":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}}},"е":{"docs":{},"ш":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}},"ё":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"о":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"и":{"docs":{},"т":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}},"б":{"docs":{},"и":{"docs":{},"р":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"у":{"docs":{},"м":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"н":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"н":{"docs":{},"и":{"docs":{},"х":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"а":{"docs":{},"г":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"с":{"docs":{},"м":{"docs":{},"о":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"ч":{"docs":{},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"ш":{"docs":{},"и":{"docs":{},"р":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"е":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"й":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"в":{"docs":{},"н":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}}}}},"ы":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}},"г":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}},"к":{"docs":{},"в":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"о":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"й":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{},"а":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}},"н":{"docs":{},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},":":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"е":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"е":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}},"с":{"docs":{},"у":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"х":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"о":{"docs":{},"в":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"api.html":{"ref":"api.html","tf":0.0024916943521594683}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"г":{"docs":{},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}}}}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}},"д":{"docs":{},"а":{"docs":{},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{},"е":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506}},"а":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"о":{"docs":{},"б":{"docs":{},"о":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"у":{"docs":{},"к":{"docs":{},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{},"д":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"е":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}}},"я":{"docs":{},"д":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"с":{"docs":{"./":{"ref":"./","tf":0.015384615384615385},"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"universal.html":{"ref":"universal.html","tf":0.008247422680412371},"structure.html":{"ref":"structure.html","tf":0.01195219123505976},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.0076045627376425855},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"non-node.html":{"ref":"non-node.html","tf":0.01818181818181818},"api.html":{"ref":"api.html","tf":0.012458471760797342}},"а":{"docs":{},"й":{"docs":{},"т":{"docs":{},"а":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"м":{"docs":{},"и":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{},"я":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}}}},"б":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":5.005612722170253},"api.html":{"ref":"api.html","tf":0.009136212624584718}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037418147801683817},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"м":{"docs":{},"и":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"о":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}}},"в":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"б":{"docs":{},"о":{"docs":{},"д":{"docs":{},"н":{"docs":{},"о":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}},"ё":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"я":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}}},"е":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"г":{"docs":{},"е":{"docs":{},"н":{"docs":{},"е":{"docs":{},"р":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"р":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},".":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},",":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"н":{"docs":{},"о":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.011225444340505144},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}},"ы":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.00641025641025641},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"й":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"л":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"р":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"к":{"docs":{},"у":{"docs":{},"н":{"docs":{},"д":{"docs":{},"у":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"и":{"docs":{},"н":{"docs":{},"х":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}}},"г":{"docs":{},"л":{"docs":{},"т":{"docs":{},"о":{"docs":{},"н":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"м":{"docs":{},"у":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}},"г":{"docs":{},"н":{"docs":{},"а":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"т":{"docs":{},"у":{"docs":{},"а":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"б":{"docs":{},"к":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"р":{"docs":{},"и":{"docs":{},"п":{"docs":{},"т":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"е":{"docs":{},"д":{"docs":{},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"м":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"о":{"docs":{},"в":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ж":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"у":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}},"я":{"docs":{},"х":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"й":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"м":{"docs":{},"ы":{"docs":{},"с":{"docs":{},"л":{"docs":{},"е":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"т":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"head.html":{"ref":"head.html","tf":0.003484320557491289}}},"м":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"г":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}},"у":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.005813953488372093}}}},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"м":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"п":{"docs":{},"а":{"docs":{},"д":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}},"з":{"docs":{},"д":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"м":{"docs":{},"у":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},"ы":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"ю":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ё":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"с":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}}}}}},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"л":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"д":{"docs":{},"и":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"о":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"и":{"docs":{},"е":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}}}},"б":{"docs":{},"щ":{"docs":{},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"ю":{"docs":{},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"о":{"docs":{},"я":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":2.5030418250950572},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"»":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.00532319391634981},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"»":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"б":{"docs":{},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ы":{"docs":{},"т":{"docs":{},"и":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"ы":{"docs":{},"й":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"п":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}},"р":{"docs":{},"я":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"о":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"ч":{"docs":{},"е":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007168458781362007}}}}}},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"и":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"б":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}},"з":{"docs":{},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"е":{"docs":{},"д":{"docs":{},"а":{"docs":{},"х":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"у":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"о":{"docs":{},"й":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"и":{"docs":{},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"м":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"у":{"docs":{},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"н":{"docs":{},"е":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"р":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"е":{"docs":{},"к":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"с":{"docs":{},"н":{"docs":{},"я":{"docs":{},"й":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"п":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"н":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.01098901098901099},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"н":{"docs":{},"я":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ц":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.002564102564102564}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"ы":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0033222591362126247}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"т":{"docs":{},"е":{"docs":{},"г":{"docs":{},"и":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.001520912547528517}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ю":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"о":{"docs":{},"к":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"о":{"docs":{},"й":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}},"у":{"docs":{},"к":{"docs":{},"т":{"docs":{},"у":{"docs":{},"р":{"docs":{},"а":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":3.335989375830013},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}},"и":{"docs":{},"м":{"docs":{},"и":{"docs":{},"н":{"docs":{},"г":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.004854368932039},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"а":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}}}}}},"и":{"docs":{},"л":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"й":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"я":{"docs":{},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}}}},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"у":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"ю":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"г":{"docs":{},"о":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"е":{"docs":{},"т":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"ё":{"docs":{},"т":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"с":{"docs":{},"ы":{"docs":{},"л":{"docs":{},"о":{"docs":{},"к":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},"к":{"docs":{},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"о":{"docs":{},"й":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"ю":{"docs":{},"д":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"п":{"docs":{},"е":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"а":{"docs":{},"л":{"docs":{},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"м":{"docs":{},"у":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}}}}}},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"ы":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"й":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}},"о":{"docs":{},"с":{"docs":{},"о":{"docs":{},"б":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}},"и":{"docs":{},"с":{"docs":{},"к":{"docs":{},"а":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"о":{"docs":{},"к":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"р":{"docs":{},"а":{"docs":{},"в":{"docs":{},"о":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"api.html":{"ref":"api.html","tf":5.000830564784053}}}}}}}}}}},"д":{"docs":{},"е":{"docs":{},"л":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}},"и":{"docs":{},"з":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"х":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"й":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ц":{"docs":{},"е":{"docs":{},"н":{"docs":{},"а":{"docs":{},"р":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"ы":{"docs":{},"р":{"docs":{},"ы":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"т":{"docs":{},".":{"docs":{},"д":{"docs":{},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"а":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.009354536950420954},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0024916943521594683}}}}},"и":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"х":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"о":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{},"м":{"docs":{},"е":{"docs":{},"р":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"о":{"docs":{},"в":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}}},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286}}}},"п":{"docs":{},"е":{"docs":{},"р":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.001520912547528517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},"н":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"о":{"docs":{},"л":{"docs":{},"о":{"docs":{},"г":{"docs":{},"и":{"docs":{},"я":{"docs":{},"м":{"docs":{},"и":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}}},"г":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"и":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.004677268475210477},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},"а":{"docs":{},"м":{"docs":{},"и":{"docs":{"head.html":{"ref":"head.html","tf":2.5069686411149825}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"х":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}}},"к":{"docs":{},"у":{"docs":{},"щ":{"docs":{},"е":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"м":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"о":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}},"л":{"docs":{},"ь":{"docs":{},"к":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.006644518272425249}}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517}}},"у":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ж":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ч":{"docs":{},"к":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005312084993359893},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"е":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"к":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"н":{"docs":{},"о":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"р":{"docs":{},"а":{"docs":{},"д":{"docs":{},"и":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"о":{"docs":{},"н":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}}},"ф":{"docs":{},"и":{"docs":{},"к":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"а":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"н":{"docs":{},"с":{"docs":{},"п":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}}}}}}},"к":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"е":{"docs":{},"б":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"у":{"docs":{},"е":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"и":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"й":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}},"щ":{"docs":{},"а":{"docs":{},"т":{"docs":{},"е":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"и":{"docs":{},"п":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"и":{"docs":{},"ч":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"о":{"docs":{},"в":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}},"у":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0038022813688212928},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"в":{"docs":{},"и":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ж":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"к":{"docs":{},"а":{"docs":{},"з":{"docs":{},"а":{"docs":{},"н":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},"н":{"docs":{},"ы":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"о":{"docs":{},"е":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},"и":{"docs":{},"е":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"е":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"т":{"docs":{},"ь":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"ж":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"л":{"docs":{},"у":{"docs":{},"ч":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"ы":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},"и":{"docs":{},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036}}}}},"а":{"docs":{},"я":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"м":{"docs":{},"о":{"docs":{},"л":{"docs":{},"ч":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"head.html":{"ref":"head.html","tf":0.003484320557491289},"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}}},"е":{"docs":{},"н":{"docs":{},"ь":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"а":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}},"с":{"docs":{},"т":{"docs":{},"а":{"docs":{},"н":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"т":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"й":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121}}}}}}}},"к":{"docs":{},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"и":{"docs":{},"в":{"docs":{},"а":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},"е":{"docs":{},"м":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"в":{"docs":{},"а":{"docs":{},"ю":{"docs":{},"т":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"ш":{"docs":{},"и":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"й":{"docs":{},"с":{"docs":{},"т":{"docs":{},"в":{"docs":{},"а":{"docs":{},"х":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}}},"а":{"docs":{},"н":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"к":{"docs":{},"о":{"docs":{},"р":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"ч":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}},"ё":{"docs":{},"т":{"docs":{},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}},"п":{"docs":{},"р":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"и":{"docs":{},"т":{"docs":{},"ь":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}}}}},"а":{"docs":{},"в":{"docs":{},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":5.0020703933747415},"head.html":{"ref":"head.html","tf":2.5069686411149825}}},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"я":{"docs":{},"т":{"docs":{},"ь":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}},"о":{"docs":{},"м":{"docs":{},"я":{"docs":{},"н":{"docs":{},"у":{"docs":{},"т":{"docs":{},"ы":{"docs":{},"х":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.006060606060606061}}}}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"а":{"docs":{},"с":{"docs":{},"ь":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}},"н":{"docs":{},"и":{"docs":{},"в":{"docs":{},"е":{"docs":{},"р":{"docs":{},"с":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"universal.html":{"ref":"universal.html","tf":3.335395189003436},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186}}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"ы":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"а":{"docs":{},"я":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{},"ю":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}}}},"ч":{"docs":{},"т":{"docs":{},"о":{"docs":{},"ж":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}}}}}},"к":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"у":{"docs":{},"ю":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},"ы":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"м":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}}}}},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"н":{"docs":{},"е":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"я":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"б":{"docs":{},"е":{"docs":{},"д":{"docs":{},"и":{"docs":{},"т":{"docs":{},"е":{"docs":{},"с":{"docs":{},"ь":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"т":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"т":{"docs":{},"у":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}},"я":{"docs":{},"з":{"docs":{},"в":{"docs":{},"и":{"docs":{},"м":{"docs":{},"о":{"docs":{},"с":{"docs":{},"т":{"docs":{},"е":{"docs":{},"й":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}},"з":{"docs":{},"к":{"docs":{},"и":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"л":{"docs":{},"о":{"docs":{},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"д":{"docs":{},"а":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}},"х":{"docs":{},"у":{"docs":{},"д":{"docs":{},"ш":{"docs":{},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"ю":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}},"ф":{"docs":{},"а":{"docs":{},"й":{"docs":{},"л":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"о":{"docs":{},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909},"css.html":{"ref":"css.html","tf":0.004140786749482402},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"о":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"м":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},"ы":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"а":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"х":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"м":{"docs":{},"и":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"у":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"к":{"docs":{},"т":{"docs":{},"и":{"docs":{},"ч":{"docs":{},"е":{"docs":{},"с":{"docs":{},"к":{"docs":{},"и":{"docs":{},"й":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}}}}},"б":{"docs":{},"р":{"docs":{},"и":{"docs":{},"к":{"docs":{},"у":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}}}},"р":{"docs":{},"е":{"docs":{},"й":{"docs":{},"м":{"docs":{},"в":{"docs":{},"о":{"docs":{},"р":{"docs":{},"к":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}}},"о":{"docs":{},"н":{"docs":{},"т":{"docs":{},"е":{"docs":{},"н":{"docs":{},"д":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}}}},"а":{"docs":{},"г":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.004140786749482402}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0018709073900841909}}},"а":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}},"м":{"docs":{},"и":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.004140786749482402}}}}}}}},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{},"о":{"docs":{},"в":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}}}},"у":{"docs":{},"н":{"docs":{},"к":{"docs":{},"ц":{"docs":{},"и":{"docs":{},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}},")":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ю":{"docs":{"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"е":{"docs":{},"й":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"д":{"docs":{},"а":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"х":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"и":{"docs":{},"н":{"docs":{},"а":{"docs":{},"л":{"docs":{},"ь":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"г":{"docs":{},"у":{"docs":{},"р":{"docs":{},"н":{"docs":{},"ы":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}}}}}}}},"о":{"docs":{},"р":{"docs":{},"м":{"docs":{},"ы":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"х":{"docs":{},"о":{"docs":{},"р":{"docs":{},"о":{"docs":{},"ш":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},"и":{"docs":{},"й":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{},"й":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}},"т":{"docs":{},"и":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"т":{"docs":{},"е":{"docs":{"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}},"у":{"docs":{},"к":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517}},"а":{"docs":{},"х":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}}}},"и":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"о":{"docs":{},"в":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}},"а":{"docs":{},"к":{"docs":{},"о":{"docs":{},"м":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"и":{"docs":{},"л":{"docs":{},"и":{"docs":{},"щ":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.003041825095057034},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.00532319391634981}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"е":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}}}},"э":{"docs":{},"ш":{"docs":{},"и":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}},"ц":{"docs":{},"и":{"docs":{},"к":{"docs":{},"л":{"docs":{},"а":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006185567010309278},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}},";":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"х":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}}},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"е":{"docs":{},"л":{"docs":{},"и":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}},"ч":{"docs":{},"а":{"docs":{},"с":{"docs":{},"т":{"docs":{},"ь":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"и":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":3.3406593406593403},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}},"е":{"docs":{},"й":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}},"я":{"docs":{},"х":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}},"щ":{"docs":{},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}}},"е":{"docs":{},"м":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"streaming.html":{"ref":"streaming.html","tf":0.0048543689320388345}}},"р":{"docs":{},"е":{"docs":{},"з":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"css.html":{"ref":"css.html","tf":0.002070393374741201},"head.html":{"ref":"head.html","tf":0.006968641114982578},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}},"г":{"docs":{},"о":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}},"л":{"docs":{},"е":{"docs":{},"н":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}},"т":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.011538461538461539},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"universal.html":{"ref":"universal.html","tf":0.010309278350515464},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.011666666666666667},"data.html":{"ref":"data.html","tf":0.00532319391634981},"hydration.html":{"ref":"hydration.html","tf":0.02197802197802198},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.012232415902140673},"build-config.html":{"ref":"build-config.html","tf":0.007483629560336763},"css.html":{"ref":"css.html","tf":0.008281573498964804},"caching.html":{"ref":"caching.html","tf":0.010752688172043012},"streaming.html":{"ref":"streaming.html","tf":0.014563106796116505},"non-node.html":{"ref":"non-node.html","tf":0.012121212121212121},"api.html":{"ref":"api.html","tf":0.004152823920265781}},"б":{"docs":{},"ы":{"docs":{"./":{"ref":"./","tf":0.005128205128205128},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.006083650190114068},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"css.html":{"ref":"css.html","tf":0.004140786749482402},"head.html":{"ref":"head.html","tf":0.003484320557491289},"caching.html":{"ref":"caching.html","tf":0.0035842293906810036},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"е":{"docs":{},"н":{"docs":{},"и":{"docs":{},"я":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}}}},"и":{"docs":{},"с":{"docs":{},"т":{"docs":{},"о":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}},"ы":{"docs":{},"х":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"ш":{"docs":{},"а":{"docs":{},"б":{"docs":{},"л":{"docs":{},"о":{"docs":{},"н":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008888888888888889},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282}}}}}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"х":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}},"е":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"о":{"docs":{},"м":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}},"в":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"г":{"docs":{"basic.html":{"ref":"basic.html","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.00398406374501992}}}},"и":{"docs":{},"н":{"docs":{},"ы":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}},"р":{"docs":{},"и":{"docs":{},"ф":{"docs":{},"т":{"docs":{},"ы":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}},"э":{"docs":{},"т":{"docs":{},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.001520912547528517},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"п":{"docs":{},"е":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"css.html":{"ref":"css.html","tf":0.002070393374741201}}}}},"о":{"docs":{"./":{"ref":"./","tf":0.008974358974358974},"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.012371134020618556},"structure.html":{"ref":"structure.html","tf":0.009296148738379814},"routing.html":{"ref":"routing.html","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.003041825095057034},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.01028999064546305},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.005376344086021506},"streaming.html":{"ref":"streaming.html","tf":0.019417475728155338},"api.html":{"ref":"api.html","tf":0.005813953488372093}},"г":{"docs":{},"о":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"css.html":{"ref":"css.html","tf":0.002070393374741201}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093}}}}},"м":{"docs":{"./":{"ref":"./","tf":0.0038461538461538464},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"api.html":{"ref":"api.html","tf":0.0008305647840531562}},"у":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"т":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"build-config.html":{"ref":"build-config.html","tf":0.002806361085126286},"api.html":{"ref":"api.html","tf":0.0016611295681063123}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"css.html":{"ref":"css.html","tf":0.002070393374741201}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"routing.html":{"ref":"routing.html","tf":0.0033333333333333335}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}},"й":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"data.html":{"ref":"data.html","tf":0.0022813688212927757},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"и":{"docs":{"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954},"head.html":{"ref":"head.html","tf":0.003484320557491289},"streaming.html":{"ref":"streaming.html","tf":0.009708737864077669}},"х":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}},"у":{"docs":{"data.html":{"ref":"data.html","tf":0.0022813688212927757}}}},"к":{"docs":{},"з":{"docs":{},"е":{"docs":{},"м":{"docs":{},"п":{"docs":{},"л":{"docs":{},"я":{"docs":{},"р":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0044444444444444444},"universal.html":{"ref":"universal.html","tf":0.004123711340206186},"structure.html":{"ref":"structure.html","tf":0.00796812749003984},"routing.html":{"ref":"routing.html","tf":0.005},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"api.html":{"ref":"api.html","tf":0.0033222591362126247}},"а":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"structure.html":{"ref":"structure.html","tf":0.00398406374501992},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0061162079510703364}},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}},"о":{"docs":{},"м":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0022222222222222222},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}},"в":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}},"ы":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}},"е":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}},"е":{"docs":{},"р":{"docs":{},"е":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289}}}}}}}}}},"с":{"docs":{},"п":{"docs":{},"о":{"docs":{},"р":{"docs":{},"т":{"docs":{},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"т":{"docs":{},"ь":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}}}}}}},"у":{"docs":{},"е":{"docs":{},"м":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733}},"у":{"docs":{},"ю":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0030581039755351682}}}}},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0026560424966799467},"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"ы":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}},"р":{"docs":{},"а":{"docs":{},"н":{"docs":{},"а":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}},"и":{"docs":{},"р":{"docs":{},"о":{"docs":{},"в":{"docs":{},"а":{"docs":{},"н":{"docs":{},"н":{"docs":{},"о":{"docs":{},"г":{"docs":{},"о":{"docs":{"head.html":{"ref":"head.html","tf":0.003484320557491289},"api.html":{"ref":"api.html","tf":0.0008305647840531562}}}}}}}}}}}}}}}},"ф":{"docs":{},"ф":{"docs":{},"е":{"docs":{},"к":{"docs":{},"т":{"docs":{},"ы":{"docs":{"universal.html":{"ref":"universal.html","tf":0.002061855670103093},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}}}}}}}},"л":{"docs":{},"е":{"docs":{},"м":{"docs":{},"е":{"docs":{},"н":{"docs":{},"т":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.007326007326007326},"caching.html":{"ref":"caching.html","tf":0.0017921146953405018}},"а":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}},"ы":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.003663003663003663}}}}}}}}}},"я":{"docs":{},"в":{"docs":{},"л":{"docs":{},"я":{"docs":{},"е":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.001282051282051282},"structure.html":{"ref":"structure.html","tf":0.0013280212483399733},"data.html":{"ref":"data.html","tf":0.0007604562737642585},"css.html":{"ref":"css.html","tf":0.002070393374741201},"caching.html":{"ref":"caching.html","tf":0.007168458781362007},"api.html":{"ref":"api.html","tf":0.0049833887043189366}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0007604562737642585}}}}}}},"ю":{"docs":{},"т":{"docs":{},"с":{"docs":{},"я":{"docs":{"./":{"ref":"./","tf":0.002564102564102564},"data.html":{"ref":"data.html","tf":0.001520912547528517},"build-config.html":{"ref":"build-config.html","tf":0.0009354536950420954}}}}}}}}},"д":{"docs":{},"р":{"docs":{},"е":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0016666666666666668}}}}}}},"가":{"docs":{},"능":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"정":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"했":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"져":{"docs":{},"오":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"온":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"와":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"지":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"상":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"짜":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"리":{"docs":{},"키":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"장":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"진":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"간":{"docs":{},"단":{"docs":{},"하":{"docs":{},"며":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"히":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"같":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"아":{"docs":{},"야":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"개":{"docs":{},"발":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"하":{"docs":{},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"중":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"선":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"정":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"념":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"검":{"docs":{},"색":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"사":{"docs":{},"하":{"docs":{},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"것":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"도":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"structure.html":{"ref":"structure.html","tf":0.005253940455341506}}}}}},"들":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"\"":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"경":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"우":{"docs":{"./":{"ref":"./","tf":0.011589403973509934},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.018691588785046728},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"도":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"도":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"(":{"docs":{},"라":{"docs":{},"우":{"docs":{},"트":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"예":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"험":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"고":{"docs":{},"려":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"해":{"docs":{},"야":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"민":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}},"급":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"유":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523}}}}},"관":{"docs":{},"련":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"성":{"docs":{},"이":{"docs":{},"있":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"하":{"docs":{},"여":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"리":{"docs":{"head.html":{"ref":"head.html","tf":5.00836820083682}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"도":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"광":{"docs":{},"범":{"docs":{},"위":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"구":{"docs":{},"조":{"docs":{"structure.html":{"ref":"structure.html","tf":5.003502626970228}},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"축":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"현":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"하":{"docs":{},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}}}},"동":{"docs":{},"된":{"docs":{},"다":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"되":{"docs":{},"기":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"성":{"docs":{},"되":{"docs":{},"어":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"하":{"docs":{},"는":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"에":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"권":{"docs":{},"장":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}},"그":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"다":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"러":{"docs":{},"나":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"면":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"럼":{"docs":{},"에":{"docs":{},"도":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"렇":{"docs":{},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},"리":{"docs":{},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"런":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"기":{"docs":{},"능":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"다":{"docs":{},"리":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"릴":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"려":{"docs":{},"야":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"반":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"으":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"하":{"docs":{},"지":{"docs":{},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"본":{"docs":{"basic.html":{"ref":"basic.html","tf":3.3359307359307357},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"인":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"값":{"docs":{},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{},"지":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"술":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"존":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"깊":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"내":{"docs":{},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"용":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"은":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"보":{"docs":{},"내":{"docs":{},"진":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"높":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"느":{"docs":{},"린":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"다":{"docs":{},"루":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"른":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.013736263736263736},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"릅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"운":{"docs":{},"로":{"docs":{},"드":{"docs":{},"되":{"docs":{},"어":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"음":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"과":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"룰":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"룹":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"시":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"르":{"docs":{},"면":{"docs":{},"(":{"docs":{},"즉":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"단":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"어":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"점":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"축":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"계":{"docs":{},"가":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"순":{"docs":{},"히":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"일":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"달":{"docs":{},"려":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"라":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"대":{"docs":{},"부":{"docs":{},"분":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"비":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"신":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"해":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"체":{"docs":{},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"개":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"폭":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"역":{"docs":{},"폭":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"더":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"도":{"docs":{},"달":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"해":{"docs":{},"야":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"하":{"docs":{},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"움":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"동":{"docs":{},"기":{"docs":{},"식":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"일":{"docs":{},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"도":{"docs":{},"록":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"지":{"docs":{},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{},"기":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"작":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"안":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"된":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},"다":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"될":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"둡":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"들":{"docs":{},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"오":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"등":{"docs":{},")":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"록":{"docs":{},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"따":{"docs":{},"른":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"라":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"때":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.012987012987012988},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"까":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"문":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"마":{"docs":{},"다":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"또":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"한":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"라":{"docs":{},"이":{"docs":{},"브":{"docs":{},"러":{"docs":{},"리":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"들":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"프":{"docs":{},"사":{"docs":{},"이":{"docs":{},"클":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}},"우":{"docs":{},"터":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"팅":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005628517823639775}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":3.335209505941213}}}}},"인":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"렌":{"docs":{},"더":{"docs":{},"링":{"docs":{"./":{"ref":"./","tf":0.014900662251655629},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"hydration.html":{"ref":"hydration.html","tf":0.025157232704402517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.009345794392523364},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"이":{"docs":{},"란":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}},"된":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"마":{"docs":{},"다":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}},"하":{"docs":{},"는":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"러":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.340880503144654},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"가":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"게":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"와":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"로":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"해":{"docs":{},"야":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"딩":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"직":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"더":{"docs":{},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"리":{"docs":{},"퀘":{"docs":{},"스":{"docs":{},"트":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"소":{"docs":{},"스":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"로":{"docs":{},"드":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"턴":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"스":{"docs":{},"트":{"docs":{},"에":{"docs":{},"서":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"마":{"docs":{},"이":{"docs":{},"그":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"지":{"docs":{},"막":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"케":{"docs":{},"팅":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"크":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"업":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"찬":{"docs":{},"가":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"운":{"docs":{},"트":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}}},"무":{"docs":{},"리":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}}}},"만":{"docs":{},"들":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"어":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}}},"야":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"하":{"docs":{},"기":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"진":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"질":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"기":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"만":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"면":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"때":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"드":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"듭":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"든":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"많":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"하":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"맞":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"매":{"docs":{},"우":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"칭":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"니":{"docs":{},"페":{"docs":{},"스":{"docs":{},"트":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"먼":{"docs":{},"저":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}},"멤":{"docs":{},"버":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"몇":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"가":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"모":{"docs":{},"두":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"에":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"든":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"듈":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"드":{"docs":{},"로":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"음":{"docs":{},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"무":{"docs":{},"엇":{"docs":{},"입":{"docs":{},"니":{"docs":{},"까":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"시":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}},"문":{"docs":{},"자":{"docs":{},"열":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"에":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"제":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"가":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"서":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"미":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"처":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"밀":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"및":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"방":{"docs":{},"식":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"법":{"docs":{"basic.html":{"ref":"basic.html","tf":3.338528138528138}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"은":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}},"문":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"지":{"docs":{},"하":{"docs":{},"기":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"배":{"docs":{},"포":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"열":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"백":{"docs":{},"엔":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"버":{"docs":{},"전":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"\"":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{},"는":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"스":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"리":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"그":{"docs":{},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"보":{"docs":{},"내":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"다":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"드":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"통":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"듯":{"docs":{},"이":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"존":{"docs":{},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"간":{"docs":{},"되":{"docs":{},"므":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},")":{"docs":{},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"냅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"복":{"docs":{},"잡":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"볼":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"부":{"docs":{},"하":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"분":{"docs":{},"들":{"docs":{},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"이":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"르":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"불":{"docs":{},"구":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"필":{"docs":{},"요":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"러":{"docs":{},"오":{"docs":{},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"일":{"docs":{},"치":{"docs":{},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"브":{"docs":{},"라":{"docs":{},"우":{"docs":{},"저":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"비":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"동":{"docs":{},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"화":{"docs":{},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"해":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"용":{"docs":{},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"때":{"docs":{},"문":{"docs":{},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"활":{"docs":{},"성":{"docs":{},"화":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"하":{"docs":{},"면":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"슷":{"docs":{},"하":{"docs":{},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"빌":{"docs":{},"드":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":5.00355871886121},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"되":{"docs":{},"었":{"docs":{},"다":{"docs":{},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"트":{"docs":{},"인":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"빨":{"docs":{},"리":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"사":{"docs":{},"용":{"docs":{"basic.html":{"ref":"basic.html","tf":3.3359307359307357},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"방":{"docs":{},"식":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"자":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"별":{"docs":{},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"에":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"나":{"docs":{},"요":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"여":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"도":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"지":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"만":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"게":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"려":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"할":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"해":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"보":{"docs":{},"십":{"docs":{},"시":{"docs":{},"오":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"야":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"되":{"docs":{},"며":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"법":{"docs":{},"은":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"시":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"hydration.html":{"ref":"hydration.html","tf":3.339622641509434}},"이":{"docs":{},"펙":{"docs":{},"트":{"docs":{},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"전":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}},"항":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"은":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"들":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"실":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"상":{"docs":{},"용":{"docs":{},"구":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"호":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"작":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"게":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"황":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"태":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"당":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"수":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"새":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"로":{"docs":{},"운":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"생":{"docs":{},"깁":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"성":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"도":{"docs":{},"록":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"되":{"docs":{},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"자":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"산":{"docs":{},"성":{"docs":{},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"서":{"docs":{},"버":{"docs":{"./":{"ref":"./","tf":0.009933774834437087},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.0075046904315197},"build-config.html":{"ref":"build-config.html","tf":0.010676156583629894},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"사":{"docs":{},"이":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"서":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"와":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"측":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},")":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"렌":{"docs":{},"더":{"docs":{},"링":{"docs":{},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"설":{"docs":{},"정":{"docs":{"build-config.html":{"ref":"build-config.html","tf":5.00355871886121}},"됨":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"지":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"한":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}}},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"만":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"들":{"docs":{},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"치":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"되":{"docs":{},"어":{"docs":{},"있":{"docs":{},"거":{"docs":{},"나":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"명":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755}}}}}}}},"성":{"docs":{},"능":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"과":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"솔":{"docs":{},"루":{"docs":{},"션":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"수":{"docs":{"./":{"ref":"./","tf":0.026490066225165563},"basic.html":{"ref":"basic.html","tf":0.015584415584415584},"universal.html":{"ref":"universal.html","tf":0.02197802197802198},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.013048635824436536},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.016355140186915886},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.010273972602739725}},"백":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"있":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"준":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"정":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"할":{"docs":{},"때":{"docs":{},"마":{"docs":{},"다":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}},"행":{"docs":{},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"도":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"동":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"집":{"docs":{},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"명":{"docs":{},"주":{"docs":{},"기":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"쉽":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"스":{"docs":{},"크":{"docs":{},"립":{"docs":{},"트":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"택":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"피":{"docs":{},"너":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"트":{"docs":{},"리":{"docs":{},"밍":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.020689655172413}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"림":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}},"을":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"이":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"타":{"docs":{},"일":{"docs":{},"이":{"docs":{},"며":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"간":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},")":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"작":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"하":{"docs":{},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{},"데":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"해":{"docs":{},"야":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"나":{"docs":{},"리":{"docs":{},"오":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{},"도":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}}}},"실":{"docs":{},"제":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"행":{"docs":{},"될":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"여":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{},"능":{"docs":{},"한":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"되":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"수":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"싱":{"docs":{},"글":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"톤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"아":{"docs":{},"래":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"티":{"docs":{},"팩":{"docs":{},"트":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"이":{"docs":{},"디":{"docs":{},"어":{"docs":{},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"직":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"안":{"docs":{},"내":{"docs":{},"서":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"전":{"docs":{},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"않":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"고":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"았":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"지":{"docs":{},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"아":{"docs":{},"도":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"야":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"알":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"있":{"docs":{},"다":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"아":{"docs":{},"야":{"docs":{},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"립":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"앞":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"애":{"docs":{},"플":{"docs":{},"리":{"docs":{},"케":{"docs":{},"이":{"docs":{},"션":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.003424657534246575}},")":{"docs":{},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"의":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"과":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"앱":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"은":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"약":{"docs":{},"간":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"어":{"docs":{},"떻":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"떠":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"얻":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"얼":{"docs":{},"마":{"docs":{},"나":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"없":{"docs":{},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"도":{"docs":{},"록":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"엔":{"docs":{},"드":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"진":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"트":{"docs":{},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"여":{"docs":{},"겨":{"docs":{},"질":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"기":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"전":{"docs":{},"히":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"부":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"예":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"상":{"docs":{},"되":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"방":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"정":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"제":{"docs":{},"에":{"docs":{},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"완":{"docs":{},"료":{"docs":{},"될":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"되":{"docs":{},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"벽":{"docs":{},"하":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"히":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"전":{"docs":{},"히":{"docs":{"./":{"ref":"./","tf":0.006622516556291391}}}}},"왜":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"외":{"docs":{},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"화":{"docs":{},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"에":{"docs":{},"도":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"요":{"docs":{},"구":{"docs":{},"사":{"docs":{},"항":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}}}},"청":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"간":{"docs":{},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"소":{"docs":{},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"원":{"docs":{},"한":{"docs":{},"다":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"활":{"docs":{},"하":{"docs":{},"게":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"할":{"docs":{},"히":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"웹":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"위":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"해":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"서":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"치":{"docs":{},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"유":{"docs":{},"용":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"지":{"docs":{},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"니":{"docs":{},"버":{"docs":{},"설":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3388278388278385}}}}},"즈":{"docs":{},"케":{"docs":{},"이":{"docs":{},"스":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"사":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"하":{"docs":{},"지":{"docs":{},"만":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"효":{"docs":{},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"추":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"됨":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"형":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"틸":{"docs":{},"리":{"docs":{},"티":{"docs":{},"로":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"이":{"docs":{"./":{"ref":"./","tf":0.014900662251655629},"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00830367734282325},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.00684931506849315}},"며":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"미":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"지":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"용":{"docs":{},"해":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"하":{"docs":{},"기":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"해":{"docs":{},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"한":{"docs":{},"다":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"것":{"docs":{},"은":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"상":{"docs":{},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"러":{"docs":{},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"벤":{"docs":{},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"외":{"docs":{},"에":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"유":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"전":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"제":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"후":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{},"서":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"렇":{"docs":{},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"하":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"점":{"docs":{},"이":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"름":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"스":{"docs":{},"케":{"docs":{},"이":{"docs":{},"프":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},"된":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}},"루":{"docs":{},"어":{"docs":{},"지":{"docs":{},"지":{"docs":{},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"중":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"익":{"docs":{},"숙":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"인":{"docs":{},"덱":{"docs":{},"싱":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"터":{"docs":{},"넷":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"폴":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}}}}}}}}},"보":{"docs":{},"간":{"docs":{},")":{"docs":{},"도":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"페":{"docs":{},"이":{"docs":{},"스":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"스":{"docs":{},"턴":{"docs":{},"스":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"와":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"에":{"docs":{},"도":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"화":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"해":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"라":{"docs":{},"인":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"으":{"docs":{},"로":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"젝":{"docs":{},"션":{"docs":{},"과":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"일":{"docs":{},"반":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"부":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"으":{"docs":{},"킬":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"급":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"치":{"docs":{},"하":{"docs":{},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"지":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"함":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"읽":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"으":{"docs":{},"면":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"고":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"있":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.006622516556291391},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"다":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"도":{"docs":{},"록":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.024834437086092714},"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"universal.html":{"ref":"universal.html","tf":0.016483516483516484},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.01125703564727955},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0166073546856465},"head.html":{"ref":"head.html","tf":0.02092050209205021},"caching.html":{"ref":"caching.html","tf":0.014018691588785047},"api.html":{"ref":"api.html","tf":0.010273972602739725}},"(":{"docs":{},"향":{"docs":{},"후":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"i":{"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"나":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"지":{"docs":{},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"어":{"docs":{},"야":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"자":{"docs":{},"바":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"스":{"docs":{},"크":{"docs":{},"립":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"체":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"동":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"으":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011320754716981131},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}},"세":{"docs":{},"히":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"한":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"식":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"작":{"docs":{},"동":{"docs":{},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"시":{"docs":{},"킬":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}}},"까":{"docs":{},"지":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"성":{"docs":{},"된":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3360805860805858}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0070052539404553416}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}}}},"업":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"잘":{"docs":{"./":{"ref":"./","tf":0.004966887417218543}}},"장":{"docs":{},"점":{"docs":{},"은":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"치":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"전":{"docs":{},"략":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}},"체":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"통":{"docs":{},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"환":{"docs":{},"율":{"docs":{},"과":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"달":{"docs":{},"인":{"docs":{},"자":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.005707762557077625}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"하":{"docs":{},"여":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"고":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"할":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"될":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"한":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"혀":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"역":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"적":{"docs":{},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"용":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"송":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"절":{"docs":{},"대":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"경":{"docs":{},"로":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"점":{"docs":{},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"정":{"docs":{},"적":{"docs":{"./":{"ref":"./","tf":0.008278145695364239},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"인":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"확":{"docs":{},"히":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"게":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"보":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"제":{"docs":{},"공":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}}}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"되":{"docs":{},"면":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"해":{"docs":{},"야":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}}},"약":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"사":{"docs":{},"항":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"어":{"docs":{},"해":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"하":{"docs":{},"거":{"docs":{},"나":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"작":{"docs":{},"자":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"거":{"docs":{},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"조":{"docs":{},"작":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"건":{"docs":{},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"좋":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"은":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"주":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"제":{"docs":{},"이":{"docs":{},"므":{"docs":{},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"목":{"docs":{},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"석":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"입":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}}}}},"하":{"docs":{},"면":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"이":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"해":{"docs":{},"야":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"하":{"docs":{},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"사":{"docs":{},"항":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"문":{"docs":{},"형":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"중":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007547169811320755},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"요":{"docs":{},"하":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"한":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"해":{"docs":{},"질":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"이":{"docs":{},"라":{"docs":{},"면":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"점":{"docs":{},"을":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"단":{"docs":{},"하":{"docs":{},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"지":{"docs":{},"했":{"docs":{},"다":{"docs":{},"가":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"즉":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},",":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"석":{"docs":{},"에":{"docs":{},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"시":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"지":{"docs":{},"식":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"원":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"하":{"docs":{},"지":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"함":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"금":{"docs":{},"까":{"docs":{},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"점":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}},"연":{"docs":{},"된":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"능":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}},"남":{"docs":{},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"직":{"docs":{},"접":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0070052539404553416},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"렬":{"docs":{},"화":{"docs":{},"하":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}},"짜":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}},"참":{"docs":{},"고":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"사":{"docs":{},"항":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"조":{"docs":{"api.html":{"ref":"api.html","tf":5}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"십":{"docs":{},"시":{"docs":{},"오":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.005707762557077625}}}}}}}},"처":{"docs":{},"리":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"기":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"는":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"음":{"docs":{},"부":{"docs":{},"터":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"초":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"기":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"당":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"최":{"docs":{},"상":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"소":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"적":{"docs":{},"화":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"의":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"신":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"대":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"종":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"추":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}},"적":{"docs":{},"인":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}}},"된":{"docs":{},")":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}}}},"한":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}},"되":{"docs":{},"는":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"상":{"docs":{},"화":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"하":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}},"출":{"docs":{},"력":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"될":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"측":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"에":{"docs":{},"서":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"캐":{"docs":{},"싱":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":10.011682242990654}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"시":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"되":{"docs":{},"며":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"므":{"docs":{},"로":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"된":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"키":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"하":{"docs":{},"지":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"컨":{"docs":{},"텐":{"docs":{},"츠":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}},"가":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"텍":{"docs":{},"스":{"docs":{},"트":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"객":{"docs":{},"체":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}},"에":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}},"를":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"셉":{"docs":{},"으":{"docs":{},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"컴":{"docs":{},"파":{"docs":{},"일":{"docs":{},"하":{"docs":{},"기":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"포":{"docs":{},"넌":{"docs":{},"트":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.011682242990654205},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.009380863039399626},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.011682242990654205}}},"가":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"마":{"docs":{},"다":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}}},"코":{"docs":{},"드":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":3.3388278388278385},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":3.340838023764853},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"콘":{"docs":{},"텐":{"docs":{},"츠":{"docs":{},"를":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"크":{"docs":{},"롤":{"docs":{},"러":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"게":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"클":{"docs":{},"라":{"docs":{},"이":{"docs":{},"언":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.013736263736263736},"structure.html":{"ref":"structure.html","tf":0.012259194395796848},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":3.3584905660377355},"build-config.html":{"ref":"build-config.html","tf":0.014234875444839857},"api.html":{"ref":"api.html","tf":0.005707762557077625}},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"간":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"와":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"로":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"래":{"docs":{},"스":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"테":{"docs":{},"스":{"docs":{},"트":{"docs":{},"되":{"docs":{},"었":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}}},"트":{"docs":{},"래":{"docs":{},"픽":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"리":{"docs":{},"가":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"를":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"특":{"docs":{},"정":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"한":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"히":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"수":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"팀":{"docs":{},"의":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"파":{"docs":{},"일":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"을":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"은":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"페":{"docs":{},"이":{"docs":{},"지":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"basic.html":{"ref":"basic.html","tf":0.01038961038961039},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.0045662100456621}},"를":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"서":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"칭":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"표":{"docs":{},"기":{"docs":{},"된":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"법":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"시":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},"(":{"docs":{},"전":{"docs":{},"체":{"docs":{},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}},"되":{"docs":{},"어":{"docs":{},"야":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}}},"풀":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"프":{"docs":{},"레":{"docs":{},"임":{"docs":{},"워":{"docs":{},"크":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}}}}}},"론":{"docs":{},"트":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"로":{"docs":{},"세":{"docs":{},"스":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"서":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"와":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"젝":{"docs":{},"트":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"그":{"docs":{},"래":{"docs":{},"밍":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"로":{"docs":{},"드":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"/":{"docs":{},"프":{"docs":{},"리":{"docs":{},"페":{"docs":{},"치":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"하":{"docs":{},"고":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"할":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"페":{"docs":{},"치":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"필":{"docs":{},"요":{"docs":{},"가":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"로":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}},"한":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01509433962264151},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}},"지":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"하":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"며":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"므":{"docs":{},"로":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.004966887417218543},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"지":{"docs":{},"에":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"데":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"지":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"만":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"기":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"이":{"docs":{},"드":{"docs":{},"레":{"docs":{},"이":{"docs":{},"션":{"docs":{"hydration.html":{"ref":"hydration.html","tf":3.352201257861635}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259}}}}}}}},"면":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"나":{"docs":{},"는":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"의":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"위":{"docs":{"caching.html":{"ref":"caching.html","tf":0.007009345794392523},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"므":{"docs":{},"로":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"할":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"함":{"docs":{},"께":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"수":{"docs":{},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"인":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"routing.html":{"ref":"routing.html","tf":0.00375234521575985},"hydration.html":{"ref":"hydration.html","tf":0.012578616352201259},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}},"해":{"docs":{},"주":{"docs":{},"세":{"docs":{},"요":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"결":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"기":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"려":{"docs":{},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"석":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"야":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"시":{"docs":{},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"당":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"핵":{"docs":{},"심":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954}},"은":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"향":{"docs":{},"상":{"docs":{},"되":{"docs":{},"고":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}}},"시":{"docs":{},"킬":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"키":{"docs":{},"고":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"현":{"docs":{},"재":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"명":{"docs":{},"하":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"형":{"docs":{},"태":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}},"혼":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}}}},"환":{"docs":{},"경":{"docs":{},"이":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}},"설":{"docs":{},"정":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"서":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"후":{"docs":{"./":{"ref":"./","tf":0.0033112582781456954},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"훨":{"docs":{},"씬":{"docs":{"./":{"ref":"./","tf":0.0016556291390728477}}}},"곳":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"공":{"docs":{},"유":{"docs":{},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"되":{"docs":{},"지":{"docs":{},"만":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"된":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"될":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"식":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"격":{"docs":{},"을":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"나":{"docs":{},"중":{"docs":{},"에":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"타":{"docs":{},"냅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"내":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"누":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"네":{"docs":{},"이":{"docs":{},"티":{"docs":{},"브":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"데":{"docs":{},"이":{"docs":{},"터":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"head.html":{"ref":"head.html","tf":0.008368200836820083},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.020689655172413793}}},"베":{"docs":{},"이":{"docs":{},"스":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"가":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"에":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"모":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"되":{"docs":{},"지":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"어":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"며":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"고":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"두":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"번":{"docs":{},"째":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"api.html":{"ref":"api.html","tf":0.003424657534246575}}}},"가":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"개":{"docs":{},"의":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"런":{"docs":{},"타":{"docs":{},"임":{"docs":{},"에":{"docs":{},"서":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"레":{"docs":{},"핑":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}}}},"벨":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"퍼":{"docs":{},"런":{"docs":{},"스":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"이":{"docs":{},"어":{"docs":{},"에":{"docs":{},"서":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"링":{"docs":{},"크":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"반":{"docs":{},"드":{"docs":{},"시":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"대":{"docs":{},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"응":{"docs":{},"성":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"형":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"복":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}},"되":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"환":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"하":{"docs":{},"는":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"지":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"되":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"삽":{"docs":{},"입":{"docs":{},"되":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"하":{"docs":{},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"소":{"docs":{},"개":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3371069182389936}},"할":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"스":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}},"코":{"docs":{},"드":{"docs":{"structure.html":{"ref":"structure.html","tf":5}},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}},"맵":{"docs":{},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"쉘":{"docs":{},"로":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}},"에":{"docs":{},"셋":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.003424657534246575}},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"러":{"docs":{},"가":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"서":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"universal.html":{"ref":"universal.html","tf":0.01098901098901099},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}}},"저":{"docs":{},"장":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}}},"하":{"docs":{},"시":{"docs":{},"키":{"docs":{},"므":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"템":{"docs":{},"플":{"docs":{},"릿":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"은":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005194805194805195},"api.html":{"ref":"api.html","tf":0.003424657534246575}}},"을":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007792207792207792},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"안":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"통":{"docs":{},"합":{"docs":{},"하":{"docs":{},"는":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"해":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"포":{"docs":{},"함":{"docs":{},"시":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}},"되":{"docs":{},"므":{"docs":{},"로":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"된":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"될":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"확":{"docs":{},"인":{"docs":{},"하":{"docs":{},"세":{"docs":{},"요":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974}}}}}},"할":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}},"장":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}},"힌":{"docs":{},"트":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"를":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0025974025974025974},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"가":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"각":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"structure.html":{"ref":"structure.html","tf":0.008756567425569177},"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"감":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"객":{"docs":{},"체":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.00684931506849315}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"갱":{"docs":{},"신":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"건":{"docs":{},"드":{"docs":{},"릴":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"게":{"docs":{},"으":{"docs":{},"른":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"격":{"docs":{},"리":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"결":{"docs":{},"정":{"docs":{},"적":{"docs":{},"이":{"docs":{},"어":{"docs":{},"야":{"docs":{},"하":{"docs":{},"므":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}},"되":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"합":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"과":{"docs":{},"를":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"가":{"docs":{"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"계":{"docs":{},"속":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"산":{"docs":{},"되":{"docs":{},"어":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"교":{"docs":{},"차":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"까":{"docs":{},"다":{"docs":{},"로":{"docs":{},"울":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"꼭":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"디":{"docs":{},"렉":{"docs":{},"티":{"docs":{},"브":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"와":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"에":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"토":{"docs":{},"리":{"docs":{},"를":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"뚀":{"docs":{},"는":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}}}},"래":{"docs":{},"핑":{"docs":{},"하":{"docs":{},"거":{"docs":{},"나":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"메":{"docs":{},"커":{"docs":{},"니":{"docs":{},"즘":{"docs":{},"으":{"docs":{},"로":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}},"모":{"docs":{},"리":{"docs":{},"에":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"소":{"docs":{},"드":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005931198102016607}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}}},"바":{"docs":{},"꿀":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"발":{"docs":{},"생":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"시":{"docs":{},"키":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"킵":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"견":{"docs":{},"되":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"범":{"docs":{},"용":{"docs":{},"적":{"docs":{},"인":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}}},"변":{"docs":{},"수":{"docs":{},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"환":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}}},"경":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"할":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"되":{"docs":{},"거":{"docs":{},"나":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"별":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"칭":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"도":{"docs":{},"의":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"살":{"docs":{},"아":{"docs":{},"있":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"펴":{"docs":{},"보":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"봅":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}},"써":{"docs":{},"드":{"docs":{},"파":{"docs":{},"티":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"영":{"docs":{},"원":{"docs":{},"히":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"오":{"docs":{},"류":{"docs":{},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.005494505494505495}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"염":{"docs":{},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"을":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"시":{"docs":{},"키":{"docs":{},"는":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"랫":{"docs":{},"동":{"docs":{},"안":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"옮":{"docs":{},"겨":{"docs":{},"야":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"갑":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}}}},"의":{"docs":{},"존":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}},"성":{"docs":{},"에":{"docs":{},"서":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"해":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.004672897196261682},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"미":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"잠":{"docs":{},"시":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"접":{"docs":{},"근":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"y":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}}}}}},"을":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"하":{"docs":{},"기":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"존":{"docs":{},"재":{"docs":{},"하":{"docs":{},"는":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"차":{"docs":{},"이":{"docs":{},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"타":{"docs":{},"이":{"docs":{},"머":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}},"가":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"를":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"틀":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"임":{"docs":{},"스":{"docs":{},"탬":{"docs":{},"프":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}},"편":{"docs":{},"법":{"docs":{},"이":{"docs":{},"며":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"플":{"docs":{},"랫":{"docs":{},"폼":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"의":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}},"러":{"docs":{},"그":{"docs":{},"인":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"레":{"docs":{},"이":{"docs":{},"스":{"docs":{},"홀":{"docs":{},"더":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}}}}}}}}}}}}},"피":{"docs":{},"하":{"docs":{},"려":{"docs":{},"면":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}},"세":{"docs":{},"요":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"기":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}},"할":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"해":{"docs":{},"야":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"호":{"docs":{},"출":{"docs":{},"되":{"docs":{},"지":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"면":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}}}}},"할":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"환":{"docs":{},"성":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"훅":{"docs":{"universal.html":{"ref":"universal.html","tf":0.008241758241758242}},"에":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"이":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0027472527472527475}}},"도":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}},"의":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}}},"규":{"docs":{},"칙":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"모":{"docs":{},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"남":{"docs":{},"아":{"docs":{},"있":{"docs":{},"게":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"노":{"docs":{},"출":{"docs":{},"하":{"docs":{},"고":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"시":{"docs":{},"켜":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}}},"드":{"docs":{},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"논":{"docs":{},"의":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}},"루":{"docs":{},"트":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005253940455341506},"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"head.html":{"ref":"head.html","tf":0.0041841004184100415}}}},"번":{"docs":{},"들":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.352201257861635},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"head.html":{"ref":"head.html","tf":0.0041841004184100415},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.007990867579908675}},"로":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"링":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708}}}}}}}}},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0035026269702276708},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.004744958481613286},"api.html":{"ref":"api.html","tf":0.0045662100456621}}},"이":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"된":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"렌":{"docs":{},"더":{"docs":{},"러":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"에":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"파":{"docs":{},"일":{"docs":{},"(":{"docs":{},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"세":{"docs":{},"부":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"가":{"docs":{},"지":{"docs":{},"로":{"docs":{},"(":{"docs":{},"기":{"docs":{},"본":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}},"밀":{"docs":{},"하":{"docs":{},"게":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}},"섹":{"docs":{},"션":{"docs":{},"에":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"순":{"docs":{},"서":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"수":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"역":{"docs":{},"할":{"docs":{},"만":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"적":{"docs":{},"용":{"docs":{},"됩":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}}}},"합":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"절":{"docs":{},"한":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"책":{"docs":{},"임":{"docs":{},"이":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"팩":{"docs":{},"토":{"docs":{},"리":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}}}},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}},"번":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"항":{"docs":{},"목":{"docs":{},"은":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354}}},"이":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"상":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0017513134851138354},"caching.html":{"ref":"caching.html","tf":0.004672897196261682}}}},"못":{"docs":{},"한":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"분":{"docs":{},"석":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3389618511569727},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"과":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}},"리":{"docs":{},"되":{"docs":{},"어":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"양":{"docs":{},"을":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}},"임":{"docs":{},"의":{"docs":{},"의":{"docs":{"routing.html":{"ref":"routing.html","tf":0.00375234521575985}}}}},"재":{"docs":{},"사":{"docs":{},"용":{"docs":{},"할":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"줄":{"docs":{},"이":{"docs":{},"는":{"docs":{},"데":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}},"일":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"큰":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}},"핸":{"docs":{},"들":{"docs":{},"러":{"docs":{},"를":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"화":{"docs":{},"면":{"docs":{},"에":{"docs":{},"서":{"docs":{"routing.html":{"ref":"routing.html","tf":0.001876172607879925}}}}}},"삭":{"docs":{},"제":{"docs":{},"한":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"속":{"docs":{},"성":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"에":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"싶":{"docs":{},"습":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"업":{"docs":{},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"데":{"docs":{},"이":{"docs":{},"트":{"docs":{},"된":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}}},"엘":{"docs":{},"리":{"docs":{},"먼":{"docs":{},"트":{"docs":{},"에":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"을":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}},"했":{"docs":{},"으":{"docs":{},"므":{"docs":{},"로":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006289308176100629}}}}}}},"과":{"docs":{},"정":{"docs":{},"에":{"docs":{},"서":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"덩":{"docs":{},"어":{"docs":{},"리":{"docs":{},"를":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}},"떨":{"docs":{},"어":{"docs":{},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}}}}}}},"맵":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774}}},"옵":{"docs":{},"션":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"api.html":{"ref":"api.html","tf":0.001141552511415525}},"을":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"과":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0045662100456621}}}}}}}},"핫":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"거":{"docs":{},"의":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"대":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"목":{"docs":{},"록":{"docs":{},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}},"연":{"docs":{},"결":{"docs":{},"할":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"올":{"docs":{},"바":{"docs":{},"른":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}}}},"윈":{"docs":{},"도":{"docs":{},"우":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"청":{"docs":{},"크":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"에":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"\"":{"docs":{},"를":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}}},"키":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216},"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"와":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"를":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"에":{"docs":{},"는":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"태":{"docs":{},"그":{"docs":{"head.html":{"ref":"head.html","tf":0.0041841004184100415}},"가":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}}},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0035587188612099642}}}}},"폭":{"docs":{},"포":{"docs":{},"수":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"폴":{"docs":{},"리":{"docs":{},"필":{"docs":{},"(":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"을":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}}}}}}}}}},")":{"docs":{},"을":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"푸":{"docs":{},"시":{"docs":{},"를":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}}}},"허":{"docs":{},"용":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.002372479240806643}},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"활":{"docs":{},"용":{"docs":{},"하":{"docs":{},"는":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0011862396204033216}}},"면":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}},"여":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"액":{"docs":{},"세":{"docs":{},"스":{"docs":{},"할":{"docs":{"head.html":{"ref":"head.html","tf":0.008368200836820083}}}}}},"걱":{"docs":{},"정":{"docs":{},"할":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"됨":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"받":{"docs":{},"은":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"병":{"docs":{},"목":{"docs":{},"을":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"본":{"docs":{},"질":{"docs":{},"적":{"docs":{},"인":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"빠":{"docs":{},"르":{"docs":{},"지":{"docs":{},"만":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"게":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.013793103448275862}}}}},"신":{"docs":{},"중":{"docs":{},"하":{"docs":{},"게":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}}},"응":{"docs":{},"답":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}},"충":{"docs":{},"분":{"docs":{},"한":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002336448598130841}}}}},"값":{"docs":{},"은":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"첫":{"docs":{},"번":{"docs":{},"째":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931},"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"탐":{"docs":{},"색":{"docs":{},"할":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.006896551724137931}}}}},"글":{"docs":{},"꼴":{"docs":{},"과":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"낭":{"docs":{},"비":{"docs":{},"하":{"docs":{},"고":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"너":{"docs":{},"무":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"독":{"docs":{},"립":{"docs":{},"실":{"docs":{},"행":{"docs":{},"형":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"둘":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}},"명":{"docs":{},"시":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"뿐":{"docs":{},"입":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"삼":{"docs":{},"중":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"선":{"docs":{},"언":{"docs":{},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}},"택":{"docs":{},"적":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"해":{"docs":{},"야":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}}}},"언":{"docs":{},"급":{"docs":{},"된":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"종":{"docs":{},"속":{"docs":{},"성":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}},"이":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}},"채":{"docs":{},"워":{"docs":{},"집":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"커":{"docs":{},"지":{"docs":{},"면":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}},"콜":{"docs":{},"백":{"docs":{},"으":{"docs":{},"로":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}},"은":{"docs":{"api.html":{"ref":"api.html","tf":0.00228310502283105}}}}},"판":{"docs":{},"단":{"docs":{},"합":{"docs":{},"니":{"docs":{},"다":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}}},"평":{"docs":{},"가":{"docs":{},"되":{"docs":{},"지":{"docs":{},"만":{"docs":{"api.html":{"ref":"api.html","tf":0.001141552511415525}}}}}}},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"と":{"docs":{},"で":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"が":{"docs":{},"ダ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"待":{"docs":{},"つ":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"は":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"を":{"docs":{},"す":{"docs":{},"ぐ":{"docs":{},"に":{"docs":{},"見":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"に":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ペ":{"docs":{},"リ":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"向":{"docs":{},"上":{"docs":{},"し":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"所":{"docs":{},"要":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"直":{"docs":{},"接":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"率":{"docs":{},"に":{"docs":{},"関":{"docs":{},"連":{"docs":{},"付":{"docs":{},"け":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"と":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"は":{"docs":{},"重":{"docs":{},"要":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"向":{"docs":{},"上":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"必":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"か":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"か":{"docs":{},"を":{"docs":{},"考":{"docs":{},"え":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"主":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"す":{"docs":{},"る":{"docs":{},"時":{"docs":{},"間":{"docs":{},"の":{"docs":{},"重":{"docs":{},"要":{"docs":{},"性":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"で":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"に":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"実":{"docs":{},"装":{"docs":{},"を":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"利":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"関":{"docs":{},"数":{"docs":{},"は":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}},"追":{"docs":{},"加":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"関":{"docs":{},"数":{"docs":{},"が":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"(":{"docs":{},"引":{"docs":{},"数":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"を":{"docs":{},"渡":{"docs":{},"し":{"docs":{},"て":{"docs":{},")":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"描":{"docs":{},"画":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"返":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"き":{"docs":{},"た":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"改":{"docs":{},"善":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"放":{"docs":{},"出":{"docs":{},"し":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"単":{"docs":{},"純":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"あ":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"個":{"docs":{},"別":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"バ":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"以":{"docs":{},"降":{"docs":{},"を":{"docs":{},"前":{"docs":{},"提":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"必":{"docs":{},"要":{"docs":{},"に":{"docs":{},"応":{"docs":{},"じ":{"docs":{},"て":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"処":{"docs":{},"理":{"docs":{},"に":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}},"で":{"docs":{},"は":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"変":{"docs":{},"え":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"な":{"docs":{},"用":{"docs":{},"途":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"公":{"docs":{},"式":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"管":{"docs":{},"理":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"目":{"docs":{},"的":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"公":{"docs":{},"式":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}},"問":{"docs":{},"題":{"docs":{},"に":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"外":{"docs":{},"で":{"docs":{},"も":{"docs":{},"存":{"docs":{},"続":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{},"用":{"docs":{},"途":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"遷":{"docs":{},"移":{"docs":{},"先":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"す":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"、":{"docs":{},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"保":{"docs":{},"ち":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"良":{"docs":{},"い":{"docs":{},"点":{"docs":{},"は":{"docs":{},"遷":{"docs":{},"移":{"docs":{},"先":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"の":{"docs":{},"準":{"docs":{},"備":{"docs":{},"が":{"docs":{},"整":{"docs":{},"い":{"docs":{},"次":{"docs":{},"第":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"内":{"docs":{},"容":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"の":{"docs":{},"取":{"docs":{},"得":{"docs":{},"に":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"か":{"docs":{},"か":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"「":{"docs":{},"固":{"docs":{},"ま":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"」":{"docs":{},"と":{"docs":{},"感":{"docs":{},"じ":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"う":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"用":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"は":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"一":{"docs":{},"致":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"チ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"し":{"docs":{},"、":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"内":{"docs":{},"で":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"限":{"docs":{},"定":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}},"箇":{"docs":{},"所":{"docs":{},"が":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"発":{"docs":{},"火":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"箇":{"docs":{},"所":{"docs":{},"で":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"出":{"docs":{},"力":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"、":{"docs":{},"現":{"docs":{},"在":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"起":{"docs":{},"動":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"を":{"docs":{},"返":{"docs":{},"さ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"表":{"docs":{},"す":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"配":{"docs":{},"列":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"で":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"側":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"下":{"docs":{},"位":{"docs":{},"互":{"docs":{},"換":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"れ":{"docs":{},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"が":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"所":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"に":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}},"描":{"docs":{},"画":{"docs":{},"中":{"docs":{},"に":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"と":{"docs":{},"て":{"docs":{},"も":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"編":{"docs":{},"集":{"docs":{},"す":{"docs":{},"る":{"docs":{},"度":{"docs":{},"に":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"を":{"docs":{},"停":{"docs":{},"止":{"docs":{},"し":{"docs":{},"再":{"docs":{},"起":{"docs":{},"動":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"作":{"docs":{},"業":{"docs":{},"は":{"docs":{},"開":{"docs":{},"発":{"docs":{},"の":{"docs":{},"生":{"docs":{},"産":{"docs":{},"性":{"docs":{},"を":{"docs":{},"著":{"docs":{},"し":{"docs":{},"く":{"docs":{},"損":{"docs":{},"な":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"、":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"出":{"docs":{},"力":{"docs":{},"全":{"docs":{},"体":{"docs":{},"を":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}},"を":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"化":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"の":{"docs":{},"作":{"docs":{},"成":{"docs":{},"時":{"docs":{},"に":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"単":{"docs":{},"独":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"記":{"docs":{},"述":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"回":{"docs":{},"避":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}},"ま":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"通":{"docs":{},"常":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ベ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"内":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"元":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"一":{"docs":{},"意":{"docs":{},"の":{"docs":{},"i":{"docs":{},"d":{"docs":{},"と":{"docs":{},"最":{"docs":{},"後":{"docs":{},"に":{"docs":{},"更":{"docs":{},"新":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ム":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"合":{"docs":{},"わ":{"docs":{},"せ":{"docs":{},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"単":{"docs":{},"純":{"docs":{},"な":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"戦":{"docs":{},"略":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"、":{"docs":{},"作":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"一":{"docs":{},"緒":{"docs":{},"に":{"docs":{},"利":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"は":{"2":{"docs":{},"重":{"docs":{},"の":{"docs":{},"恩":{"docs":{},"恵":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"は":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"入":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"/":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"も":{"docs":{},"改":{"docs":{},"善":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"に":{"docs":{},"高":{"docs":{},"速":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"小":{"docs":{},"さ":{"docs":{},"な":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"に":{"docs":{},"例":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"生":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"済":{"docs":{},"み":{"docs":{},"外":{"docs":{},"部":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"な":{"docs":{},"わ":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"複":{"docs":{},"数":{"docs":{},"の":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"跨":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"状":{"docs":{},"態":{"docs":{},"の":{"docs":{},"汚":{"docs":{},"染":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"各":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"新":{"docs":{},"し":{"docs":{},"く":{"docs":{},"独":{"docs":{},"立":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"の":{"docs":{},"み":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"例":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}},"も":{"docs":{},"大":{"docs":{},"丈":{"docs":{},"夫":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}},"作":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"使":{"docs":{},"う":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"と":{"docs":{},"て":{"docs":{},"も":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"発":{"docs":{},"生":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ス":{"docs":{},"パ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"ど":{"docs":{},"こ":{"docs":{},"に":{"docs":{},"置":{"docs":{},"け":{"docs":{},"ば":{"docs":{},"よ":{"docs":{},"い":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"か":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"、":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"を":{"docs":{},"引":{"docs":{},"き":{"docs":{},"起":{"docs":{},"こ":{"docs":{},"す":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"避":{"docs":{},"け":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"み":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"か":{"docs":{},"ら":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"制":{"docs":{},"約":{"docs":{},"を":{"docs":{},"取":{"docs":{},"り":{"docs":{},"除":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"各":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}},"処":{"docs":{},"理":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"き":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"考":{"docs":{},"え":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"す":{"docs":{},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"可":{"docs":{},"能":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"ば":{"docs":{},"常":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"開":{"docs":{},"始":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"と":{"docs":{"./":{"ref":"./","tf":0.012578616352201259},"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306},"api.html":{"ref":"api.html","tf":0.011811023622047244}},"は":{"docs":{},"何":{"docs":{},"か":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"異":{"docs":{},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}},"比":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}},"混":{"docs":{},"在":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"自":{"docs":{},"体":{"docs":{},"主":{"docs":{},"題":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"専":{"docs":{},"用":{"docs":{},"セ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"手":{"docs":{},"短":{"docs":{},"に":{"docs":{},"議":{"docs":{},"論":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"見":{"docs":{},"な":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}},"い":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"環":{"docs":{},"境":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"変":{"docs":{},"数":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"う":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"形":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"が":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"属":{"docs":{},"性":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}},"戦":{"docs":{},"略":{"docs":{},"を":{"docs":{},"活":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"処":{"docs":{},"理":{"docs":{},"能":{"docs":{},"力":{"docs":{},"を":{"docs":{},"劇":{"docs":{},"的":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"組":{"docs":{},"み":{"docs":{},"合":{"docs":{},"わ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"て":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"内":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"展":{"docs":{},"開":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"同":{"docs":{},"様":{"docs":{},"の":{"docs":{},"関":{"docs":{},"数":{"docs":{},"シ":{"docs":{},"グ":{"docs":{},"ネ":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"を":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"ど":{"docs":{},"う":{"docs":{},"し":{"docs":{},"て":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"ち":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"が":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"な":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"ど":{"docs":{},")":{"docs":{},"、":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}},"の":{"docs":{},"他":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"を":{"docs":{},"表":{"docs":{},"示":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"の":{"docs":{},"完":{"docs":{},"了":{"docs":{},"を":{"docs":{},"待":{"docs":{},"つ":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"か":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"ぜ":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"大":{"docs":{},"き":{"docs":{},"く":{"docs":{},"な":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"再":{"docs":{},"実":{"docs":{},"行":{"docs":{},"は":{"docs":{},"著":{"docs":{},"し":{"docs":{},"く":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"か":{"docs":{},"か":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612}},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},")":{"docs":{},"。":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"既":{"docs":{},"存":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"依":{"docs":{},"然":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"動":{"docs":{},"作":{"docs":{},"は":{"docs":{},"す":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"が":{"docs":{},"、":{"docs":{},"新":{"docs":{},"し":{"docs":{},"く":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"方":{"docs":{},"に":{"docs":{},"移":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"オ":{"docs":{},"ス":{"docs":{},"ス":{"docs":{},"メ":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"と":{"docs":{},"て":{"docs":{},"も":{"docs":{},"役":{"docs":{},"立":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"関":{"docs":{},"す":{"docs":{},"る":{"docs":{},"実":{"docs":{},"用":{"docs":{},"的":{"docs":{},"な":{"docs":{},"知":{"docs":{},"識":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"前":{"docs":{},"提":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"、":{"docs":{},"す":{"docs":{},"ぐ":{"docs":{},"に":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"高":{"docs":{},"度":{"docs":{},"な":{"docs":{},"ソ":{"docs":{},"リ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"求":{"docs":{},"め":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"っ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"た":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"も":{"docs":{},"う":{"docs":{},"一":{"docs":{},"度":{"docs":{},"無":{"docs":{},"駄":{"docs":{},"に":{"docs":{},"取":{"docs":{},"得":{"docs":{},"せ":{"docs":{},"ず":{"docs":{},"に":{"docs":{},"済":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"対":{"docs":{},"応":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ミ":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ミ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"、":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"記":{"docs":{},"述":{"docs":{},"で":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"す":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"覚":{"docs":{},"え":{"docs":{},"て":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"と":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{},"引":{"docs":{},"数":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"動":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"移":{"docs":{},"動":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}},"決":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"決":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"実":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"、":{"docs":{},"与":{"docs":{},"え":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"で":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"た":{"docs":{},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"中":{"docs":{},"に":{"docs":{},"置":{"docs":{},"く":{"docs":{},"の":{"docs":{},"が":{"docs":{},"自":{"docs":{},"然":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"定":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"上":{"docs":{},"記":{"docs":{},"は":{"docs":{},"良":{"docs":{},"い":{"docs":{},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"i":{"docs":{},"d":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"ア":{"docs":{},"イ":{"docs":{},"テ":{"docs":{},"ム":{"docs":{},"が":{"docs":{},"時":{"docs":{},"間":{"docs":{},"の":{"docs":{},"経":{"docs":{},"過":{"docs":{},"と":{"docs":{},"と":{"docs":{},"も":{"docs":{},"に":{"docs":{},"変":{"docs":{},"わ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"や":{"docs":{},"描":{"docs":{},"画":{"docs":{},"結":{"docs":{},"果":{"docs":{},"が":{"docs":{},"他":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"パ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"仮":{"docs":{},"想":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"、":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"た":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}},"処":{"docs":{},"理":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"い":{"docs":{},"け":{"docs":{},"な":{"docs":{},"い":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"的":{"docs":{},"に":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}},"扱":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"手":{"docs":{},"動":{"docs":{},"で":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ズ":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}},"る":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"責":{"docs":{},"務":{"docs":{},"は":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"専":{"docs":{},"用":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"映":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"側":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"似":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"割":{"docs":{},"り":{"docs":{},"当":{"docs":{},"て":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"付":{"docs":{},"随":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"、":{"docs":{},"`":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"入":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"中":{"docs":{},"に":{"docs":{},"入":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"シ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"し":{"docs":{},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"づ":{"docs":{},"く":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"取":{"docs":{},"得":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"が":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"上":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"知":{"docs":{},"ら":{"docs":{},"せ":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"要":{"docs":{},"素":{"docs":{},"は":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"は":{"docs":{},"ず":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"単":{"docs":{},"に":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"で":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"お":{"docs":{},"勧":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"他":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"る":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"作":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"開":{"docs":{},"発":{"docs":{},"中":{"docs":{},"の":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"便":{"docs":{},"利":{"docs":{},"で":{"docs":{},"、":{"docs":{},"参":{"docs":{},"考":{"docs":{},"の":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"適":{"docs":{},"し":{"docs":{},"た":{"docs":{},"方":{"docs":{},"法":{"docs":{},"で":{"docs":{},"動":{"docs":{},"的":{"docs":{},"な":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"処":{"docs":{},"理":{"docs":{},"で":{"docs":{},"き":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}},"問":{"docs":{},"題":{"docs":{},"が":{"docs":{},"発":{"docs":{},"生":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"公":{"docs":{},"開":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"子":{"docs":{},"は":{"docs":{},"、":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"付":{"docs":{},"随":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"レ":{"docs":{},"ベ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"機":{"docs":{},"能":{"docs":{},"が":{"docs":{},"組":{"docs":{},"み":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"に":{"docs":{},"は":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"に":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"実":{"docs":{},"装":{"docs":{},"を":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"代":{"docs":{},"表":{"docs":{},"的":{"docs":{},"な":{"docs":{},"使":{"docs":{},"用":{"docs":{},"例":{"docs":{},"は":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"次":{"docs":{},"の":{"docs":{},"い":{"docs":{},"ず":{"docs":{},"れ":{"docs":{},"か":{"docs":{},"1":{"docs":{},"つ":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"を":{"docs":{},"も":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"す":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ミ":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"が":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"意":{"docs":{},"味":{"docs":{},"で":{"docs":{},"、":{"docs":{},"\"":{"docs":{},"ア":{"docs":{},"イ":{"docs":{},"ソ":{"docs":{},"モ":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ア":{"docs":{},"チ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"メ":{"docs":{},"ン":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}},"利":{"docs":{},"点":{"docs":{},"は":{"docs":{},"主":{"docs":{},"に":{"docs":{},"次":{"docs":{},"の":{"docs":{},"点":{"docs":{},"に":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"静":{"docs":{},"的":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ネ":{"docs":{},"イ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"6":{"docs":{},"以":{"docs":{},"上":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}},"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"む":{"docs":{},"際":{"docs":{},"に":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"第":{"2":{"docs":{},"引":{"docs":{},"数":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}},"docs":{}},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"み":{"docs":{},"が":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"必":{"docs":{},"要":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"で":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"か":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"お":{"docs":{},"勧":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"違":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"た":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"動":{"docs":{},"作":{"docs":{},"は":{"docs":{},"全":{"docs":{},"く":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"も":{"docs":{},"の":{"docs":{},"に":{"docs":{},"は":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"こ":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"上":{"docs":{},"で":{"docs":{},"、":{"docs":{},"知":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"く":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"項":{"docs":{},"目":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"説":{"docs":{},"明":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"要":{"docs":{},"求":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"送":{"docs":{},"信":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"機":{"docs":{},"能":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"を":{"docs":{},"選":{"docs":{},"ぶ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"判":{"docs":{},"断":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"構":{"docs":{},"築":{"docs":{},"し":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"実":{"docs":{},"際":{"docs":{},"の":{"docs":{},"シ":{"docs":{},"ナ":{"docs":{},"リ":{"docs":{},"オ":{"docs":{},"に":{"docs":{},"基":{"docs":{},"づ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"選":{"docs":{},"択":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"選":{"docs":{},"択":{"docs":{},"し":{"docs":{},"た":{"docs":{},"か":{"docs":{},"に":{"docs":{},"か":{"docs":{},"か":{"docs":{},"わ":{"docs":{},"ら":{"docs":{},"ず":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"再":{"docs":{},"利":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"(":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"だ":{"docs":{},"が":{"docs":{},"パ":{"docs":{},"ラ":{"docs":{},"メ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"や":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"リ":{"docs":{},"が":{"docs":{},"変":{"docs":{},"わ":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"こ":{"docs":{},"こ":{"docs":{},"で":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"に":{"docs":{},"、":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"記":{"docs":{},"述":{"docs":{},"を":{"docs":{},"し":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}},"構":{"docs":{},"成":{"docs":{},"と":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"か":{"docs":{},"検":{"docs":{},"証":{"docs":{},"を":{"docs":{},"行":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"が":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"取":{"docs":{},"り":{"docs":{},"や":{"docs":{},"め":{"docs":{},"、":{"docs":{},"元":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"造":{"docs":{},"は":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"変":{"docs":{},"換":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"わ":{"docs":{},"か":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"拡":{"docs":{},"張":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}},"を":{"docs":{},"見":{"docs":{},"て":{"docs":{},"み":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"例":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"評":{"docs":{},"価":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"別":{"docs":{},"の":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}},"流":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"変":{"docs":{},"更":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ポ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"内":{"docs":{},"部":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"独":{"docs":{},"自":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"オ":{"docs":{},"ン":{"docs":{},"デ":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"機":{"docs":{},"能":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"テ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"と":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"は":{"docs":{},"ど":{"docs":{},"ち":{"docs":{},"ら":{"docs":{},"と":{"docs":{},"も":{"docs":{},"、":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"初":{"docs":{},"期":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.003787878787879}},"の":{"docs":{},"章":{"docs":{},"を":{"docs":{},"見":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"も":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"考":{"docs":{},"え":{"docs":{},"に":{"docs":{},"追":{"docs":{},"従":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"で":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},"抽":{"docs":{},"出":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ま":{"docs":{},"ま":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"重":{"docs":{},"大":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"戦":{"docs":{},"略":{"docs":{},"を":{"docs":{},"賢":{"docs":{},"く":{"docs":{},"活":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"応":{"docs":{},"答":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"が":{"docs":{},"軽":{"docs":{},"減":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"を":{"docs":{},"修":{"docs":{},"正":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"表":{"docs":{},"示":{"docs":{},"の":{"docs":{},"前":{"docs":{},"に":{"docs":{},"多":{"docs":{},"く":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"情":{"docs":{},"報":{"docs":{},"(":{"docs":{},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"情":{"docs":{},"報":{"docs":{},"や":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"書":{"docs":{},"か":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"カ":{"docs":{},"ル":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"、":{"docs":{},"環":{"docs":{},"境":{"docs":{},"に":{"docs":{},"は":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"影":{"docs":{},"響":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"、":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"出":{"docs":{},"荷":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"た":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"上":{"docs":{},"記":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ポ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}},"標":{"docs":{},"準":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"は":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"は":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"実":{"docs":{},"装":{"docs":{},"は":{"docs":{},"こ":{"docs":{},"ち":{"docs":{},"ら":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"を":{"docs":{},"明":{"docs":{},"示":{"docs":{},"的":{"docs":{},"に":{"docs":{},"宣":{"docs":{},"言":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"同":{"docs":{},"じ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"未":{"docs":{},"使":{"docs":{},"用":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"読":{"docs":{},"み":{"docs":{},"取":{"docs":{},"り":{"docs":{},"可":{"docs":{},"能":{"docs":{},"な":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"項":{"docs":{},"目":{"docs":{},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.005905511811023622}}}}}}}}}}}}}}},"は":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"css.html":{"ref":"css.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"構":{"docs":{},"築":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"ワ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ン":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"仮":{"docs":{},"想":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}},"同":{"docs":{},"期":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}},"過":{"docs":{},"度":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"と":{"docs":{},"な":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"所":{"docs":{},"要":{"docs":{},"時":{"docs":{},"間":{"docs":{},"が":{"docs":{},"非":{"docs":{},"常":{"docs":{},"に":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"に":{"docs":{},"同":{"docs":{},"じ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"中":{"docs":{},"に":{"docs":{},"利":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"的":{"docs":{},"な":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"と":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"し":{"docs":{},"第":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"第":{"docs":{},"1":{"docs":{},"引":{"docs":{},"数":{"docs":{},"に":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"内":{"docs":{},"容":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}},"直":{"docs":{},"接":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"に":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"た":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"最":{"docs":{},"重":{"docs":{},"要":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"セ":{"docs":{},"プ":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"常":{"docs":{},"に":{"docs":{},"高":{"docs":{},"速":{"docs":{},"で":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"や":{"docs":{},"仮":{"docs":{},"想":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"最":{"docs":{},"終":{"docs":{},"的":{"docs":{},"な":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"で":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ス":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ス":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"防":{"docs":{},"ぐ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"(":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"ネ":{"docs":{},"イ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}},"あ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"単":{"docs":{},"純":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"が":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"に":{"docs":{},"集":{"docs":{},"め":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"既":{"docs":{},"に":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"チ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"存":{"docs":{},"在":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"は":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"拡":{"docs":{},"張":{"docs":{},"子":{"docs":{},"に":{"docs":{},"基":{"docs":{},"づ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"推":{"docs":{},"論":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"読":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"説":{"docs":{},"明":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"技":{"docs":{},"術":{"docs":{},"の":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"が":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"の":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{},"割":{"docs":{},"愛":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}},"は":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"non-node.html":{"ref":"non-node.html","tf":0.02040816326530612},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"の":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"最":{"docs":{},"小":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"必":{"docs":{},"須":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"だ":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"の":{"docs":{},"み":{"docs":{},"関":{"docs":{},"心":{"docs":{},"を":{"docs":{},"払":{"docs":{},"う":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"し":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"css.html":{"ref":"css.html","tf":0.007575757575757576}},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"、":{"docs":{},"幾":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ケ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"の":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"く":{"docs":{},"は":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"ば":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}},"同":{"docs":{},"じ":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"う":{"docs":{},"ひ":{"docs":{},"と":{"docs":{},"つ":{"docs":{},"の":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"状":{"docs":{},"態":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"以":{"docs":{},"下":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"を":{"docs":{},"無":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"や":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"universal.html":{"ref":"universal.html","tf":0.02564102564102564},"build-config.html":{"ref":"build-config.html","tf":0.0066518847006651885},"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}},"、":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"よ":{"docs":{},"り":{"docs":{},"複":{"docs":{},"雑":{"docs":{},"な":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"と":{"docs":{},"開":{"docs":{},"発":{"docs":{},"の":{"docs":{},"要":{"docs":{},"件":{"docs":{},"を":{"docs":{},"構":{"docs":{},"築":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"静":{"docs":{},"的":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"に":{"docs":{},"展":{"docs":{},"開":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"詳":{"docs":{},"し":{"docs":{},"い":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}},"を":{"docs":{"./":{"ref":"./","tf":0.006289308176100629},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{"structure.html":{"ref":"structure.html","tf":0.008130081300813009}},"い":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"早":{"docs":{},"く":{"docs":{},"初":{"docs":{},"期":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"保":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"焦":{"docs":{},"点":{"docs":{},"が":{"docs":{},"当":{"docs":{},"て":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"他":{"docs":{},"の":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"設":{"docs":{},"定":{"docs":{},"と":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"処":{"docs":{},"理":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"は":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"書":{"docs":{},"か":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"両":{"docs":{},"方":{"docs":{},"を":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"た":{"docs":{},"時":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"な":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"評":{"docs":{},"価":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"の":{"docs":{},"利":{"docs":{},"用":{"docs":{},"を":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"に":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}},"す":{"docs":{},"。":{"docs":{},"す":{"docs":{},"で":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"行":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"更":{"docs":{},"新":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"が":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"ず":{"docs":{},"は":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"ず":{"docs":{},"初":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"実":{"docs":{},"際":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"際":{"docs":{},"に":{"docs":{},"考":{"docs":{},"慮":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"ト":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"オ":{"docs":{},"フ":{"docs":{},"も":{"docs":{},"何":{"docs":{},"点":{"docs":{},"か":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"と":{"docs":{},"リ":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ヒ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"こ":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"パ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"追":{"docs":{},"加":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"っ":{"docs":{},"て":{"docs":{},"説":{"docs":{},"明":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"で":{"docs":{},"は":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"一":{"docs":{},"致":{"docs":{},"し":{"docs":{},"た":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"挿":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"で":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"メ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"の":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"を":{"docs":{},"個":{"docs":{},"別":{"docs":{},"の":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"う":{"docs":{},"と":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"向":{"docs":{},"上":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}},"多":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"多":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"見":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"に":{"docs":{},"備":{"docs":{},"え":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"の":{"docs":{},"対":{"docs":{},"策":{"docs":{},"を":{"docs":{},"賢":{"docs":{},"明":{"docs":{},"に":{"docs":{},"行":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"急":{"docs":{},"い":{"docs":{},"で":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"パ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"操":{"docs":{},"作":{"docs":{},"が":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}}}}}},"試":{"docs":{},"し":{"docs":{},"て":{"docs":{},"み":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"同":{"docs":{},"じ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}},"調":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ら":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"展":{"docs":{},"開":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}},"せ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"手":{"docs":{},"動":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"中":{"docs":{},"で":{"docs":{},"遅":{"docs":{},"延":{"docs":{},"的":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"し":{"docs":{},"た":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"付":{"docs":{},"属":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}},"操":{"docs":{},"作":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}},"用":{"docs":{},"意":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"回":{"docs":{},"避":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}},"い":{"docs":{},"て":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"い":{"docs":{},"、":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"失":{"docs":{},"敗":{"docs":{},"し":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"受":{"docs":{},"け":{"docs":{},"入":{"docs":{},"れ":{"docs":{},"る":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}},"更":{"docs":{},"新":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"基":{"docs":{},"本":{"docs":{},"的":{"docs":{},"に":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"\"":{"docs":{},"ス":{"docs":{},"ナ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"\"":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"、":{"docs":{},"し":{"docs":{},"た":{"docs":{},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"、":{"docs":{},"描":{"docs":{},"画":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"し":{"docs":{},"て":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"い":{"docs":{},"て":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"扱":{"docs":{},"う":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"追":{"docs":{},"加":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"解":{"docs":{},"決":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"表":{"docs":{},"示":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}},"す":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"内":{"docs":{},"容":{"docs":{},"を":{"docs":{},"指":{"docs":{},"し":{"docs":{},"示":{"docs":{},"す":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ホ":{"docs":{},"ル":{"docs":{},"ダ":{"docs":{},"の":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"メ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"文":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}},"す":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"つ":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}},"再":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"当":{"docs":{},"然":{"docs":{},"し":{"docs":{},"た":{"docs":{},"く":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"、":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"\"":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"含":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"不":{"docs":{},"一":{"docs":{},"致":{"docs":{},"が":{"docs":{},"起":{"docs":{},"こ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"正":{"docs":{},"し":{"docs":{},"い":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"保":{"docs":{},"証":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"必":{"docs":{},"ず":{"docs":{},"有":{"docs":{},"効":{"docs":{},"な":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ん":{"docs":{},"だ":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"無":{"docs":{},"視":{"docs":{},"し":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"行":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ダ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"最":{"docs":{},"大":{"docs":{},"化":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"無":{"docs":{},"効":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"記":{"docs":{},"述":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}},"シ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"全":{"docs":{},"く":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"自":{"docs":{},"分":{"docs":{},"自":{"docs":{},"身":{"docs":{},"で":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"を":{"docs":{},"結":{"docs":{},"合":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"変":{"docs":{},"更":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"は":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}},"換":{"docs":{},"す":{"docs":{},"る":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"注":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"示":{"docs":{},"す":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"別":{"docs":{},"に":{"docs":{},"、":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"気":{"docs":{},"を":{"docs":{},"付":{"docs":{},"け":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"し":{"docs":{},"て":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"を":{"docs":{},"改":{"docs":{},"善":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"が":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"で":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"抽":{"docs":{},"出":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"活":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"機":{"docs":{},"能":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"お":{"docs":{},"す":{"docs":{},"す":{"docs":{},"め":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"、":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"単":{"docs":{},"一":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"介":{"docs":{},"し":{"docs":{},"て":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"括":{"docs":{},"的":{"docs":{},"に":{"docs":{},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"に":{"docs":{},"容":{"docs":{},"易":{"docs":{},"に":{"docs":{},"拡":{"docs":{},"張":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"書":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"は":{"docs":{},"含":{"docs":{},"む":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"点":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"加":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"で":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"広":{"docs":{},"く":{"docs":{},"テ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"行":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"実":{"docs":{},"際":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"作":{"docs":{},"成":{"docs":{},"者":{"docs":{},"は":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"デ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"同":{"docs":{},"期":{"docs":{},"が":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"ワ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"み":{"docs":{},"中":{"docs":{},"に":{"docs":{},"ス":{"docs":{},"ピ":{"docs":{},"ナ":{"docs":{},"が":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"を":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}},"を":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"へ":{"docs":{},"配":{"docs":{},"信":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"論":{"docs":{},"じ":{"docs":{},"て":{"docs":{},"は":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"で":{"docs":{},"し":{"docs":{},"た":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"と":{"docs":{},"思":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"の":{"docs":{},"は":{"docs":{},"お":{"docs":{},"そ":{"docs":{},"ら":{"docs":{},"く":{"docs":{},"次":{"docs":{},"の":{"docs":{},"理":{"docs":{},"由":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"実":{"docs":{},"際":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}},"構":{"docs":{},"築":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ど":{"docs":{},"ん":{"docs":{},"な":{"docs":{},"シ":{"docs":{},"ナ":{"docs":{},"リ":{"docs":{},"オ":{"docs":{},"で":{"docs":{},"も":{"docs":{},"機":{"docs":{},"能":{"docs":{},"す":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"制":{"docs":{},"限":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ま":{"docs":{},"ず":{"docs":{},"、":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"上":{"docs":{},"の":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"先":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"内":{"docs":{},"に":{"docs":{},"空":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ホ":{"docs":{},"ル":{"docs":{},"ダ":{"docs":{},"が":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"行":{"docs":{},"う":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"不":{"docs":{},"一":{"docs":{},"致":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"陥":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"状":{"docs":{},"態":{"docs":{},"が":{"docs":{},"入":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"に":{"docs":{},"渡":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"に":{"docs":{},"同":{"docs":{},"一":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"設":{"docs":{},"定":{"docs":{},"を":{"docs":{},"再":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"の":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"場":{"docs":{},"所":{"docs":{},"で":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"は":{"docs":{},"少":{"docs":{},"し":{"docs":{},"難":{"docs":{},"解":{"docs":{},"で":{"docs":{},"す":{"docs":{},"(":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"将":{"docs":{},"来":{"docs":{},"的":{"docs":{},"に":{"docs":{},"改":{"docs":{},"善":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"可":{"docs":{},"能":{"docs":{},"性":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},")":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"を":{"docs":{},"公":{"docs":{},"開":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"へ":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ポ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"含":{"docs":{},"む":{"docs":{},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"、":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"の":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"み":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"例":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"出":{"docs":{},"力":{"docs":{},"を":{"docs":{},"余":{"docs":{},"計":{"docs":{},"な":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"共":{"docs":{},"有":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"展":{"docs":{},"開":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"追":{"docs":{},"加":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"か":{"docs":{},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"の":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"と":{"docs":{},"同":{"docs":{},"様":{"docs":{},"に":{"docs":{},"、":{"docs":{},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"で":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"に":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"ド":{"docs":{},"キ":{"docs":{},"ュ":{"docs":{},"メ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"上":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{},"、":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"パ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"指":{"docs":{},"向":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"出":{"docs":{},"力":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"に":{"docs":{},"置":{"docs":{},"き":{"docs":{},"換":{"docs":{},"え":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"い":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}},"か":{"docs":{},"ら":{"docs":{},"集":{"docs":{},"め":{"docs":{},"た":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"カ":{"docs":{},"ル":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"レ":{"docs":{},"ベ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"い":{"docs":{},"く":{"docs":{},"ら":{"docs":{},"か":{"docs":{},"重":{"docs":{},"大":{"docs":{},"な":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"か":{"docs":{},"か":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"し":{"docs":{},"て":{"docs":{},"注":{"docs":{},"入":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"全":{"docs":{},"体":{"docs":{},"を":{"docs":{},"再":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"は":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"リ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"が":{"docs":{},"以":{"docs":{},"前":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"言":{"docs":{},"及":{"docs":{},"し":{"docs":{},"て":{"docs":{},"き":{"docs":{},"た":{"docs":{},"「":{"docs":{},"ス":{"docs":{},"テ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"ン":{"docs":{},"」":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"点":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"心":{"docs":{},"配":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"の":{"docs":{},"無":{"docs":{},"視":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"い":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"問":{"docs":{},"題":{"docs":{},"が":{"docs":{},"起":{"docs":{},"こ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"直":{"docs":{},"接":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"古":{"docs":{},"い":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"(":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"内":{"docs":{},"で":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"起":{"docs":{},"動":{"docs":{},"時":{"docs":{},"に":{"docs":{},"は":{"docs":{},"一":{"docs":{},"度":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ン":{"docs":{},"ツ":{"docs":{},"の":{"docs":{},"登":{"docs":{},"録":{"docs":{},"内":{"docs":{},"容":{"docs":{},"は":{"1":{"docs":{},"秒":{"docs":{},"後":{"docs":{},"に":{"docs":{},"期":{"docs":{},"限":{"docs":{},"切":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}},"docs":{}}}}}}},"は":{"1":{"docs":{},"秒":{"docs":{},"間":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"に":{"docs":{},"古":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"が":{"docs":{},"表":{"docs":{},"示":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"秒":{"docs":{},"間":{"docs":{},"最":{"docs":{},"大":{"1":{"docs":{},"回":{"docs":{},"の":{"docs":{},"完":{"docs":{},"全":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"意":{"docs":{},"味":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}},"メ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"注":{"docs":{},"目":{"docs":{},"し":{"docs":{},"て":{"docs":{},"み":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}},"や":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"部":{"docs":{},"分":{"docs":{},"的":{"docs":{},"な":{"docs":{},"遅":{"docs":{},"延":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"描":{"docs":{},"画":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"が":{"docs":{},"ダ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"の":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"量":{"docs":{},"を":{"docs":{},"減":{"docs":{},"ら":{"docs":{},"す":{"docs":{},"の":{"docs":{},"に":{"docs":{},"役":{"docs":{},"立":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"巨":{"docs":{},"大":{"docs":{},"な":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"ル":{"docs":{},"バ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"で":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"持":{"docs":{},"ち":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"の":{"docs":{},"み":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"環":{"docs":{},"境":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"、":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"見":{"docs":{},"て":{"docs":{},"い":{"docs":{},"く":{"docs":{},"前":{"docs":{},"に":{"docs":{},"、":{"docs":{},"\"":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"\"":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"(":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"で":{"docs":{},"動":{"docs":{},"作":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},")":{"docs":{},"を":{"docs":{},"記":{"docs":{},"述":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"の":{"docs":{},"制":{"docs":{},"約":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"考":{"docs":{},"え":{"docs":{},"て":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"と":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"の":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"行":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"ー":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"時":{"docs":{},"に":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"共":{"docs":{},"有":{"docs":{},"す":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"の":{"docs":{},"、":{"docs":{},"タ":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"で":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ビ":{"docs":{},"テ":{"docs":{},"イ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}},"は":{"docs":{},"長":{"docs":{},"時":{"docs":{},"間":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"要":{"docs":{},"求":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"一":{"docs":{},"度":{"docs":{},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"メ":{"docs":{},"モ":{"docs":{},"リ":{"docs":{},"に":{"docs":{},"と":{"docs":{},"ど":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"受":{"docs":{},"信":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"間":{"docs":{},"で":{"docs":{},"シ":{"docs":{},"ェ":{"docs":{},"ア":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"言":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"繰":{"docs":{},"り":{"docs":{},"返":{"docs":{},"し":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"現":{"docs":{},"時":{"docs":{},"点":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"て":{"docs":{},"返":{"docs":{},"す":{"docs":{},"以":{"docs":{},"外":{"docs":{},"の":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"行":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"が":{"docs":{},"、":{"docs":{},"後":{"docs":{},"で":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"と":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"場":{"docs":{},"所":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"で":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"た":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},")":{"docs":{},"既":{"docs":{},"に":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"冗":{"docs":{},"長":{"docs":{},"に":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"な":{"docs":{},"く":{"docs":{},"て":{"docs":{},"済":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"す":{"docs":{},"で":{"docs":{},"に":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"仮":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"(":{"docs":{},"再":{"docs":{},"度":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"今":{"docs":{},"は":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"設":{"docs":{},"定":{"docs":{},"は":{"docs":{},"無":{"docs":{},"視":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},")":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}},"側":{"docs":{},"の":{"docs":{},"負":{"docs":{},"荷":{"docs":{},"が":{"docs":{},"増":{"docs":{},"え":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}},"と":{"docs":{},"連":{"docs":{},"携":{"docs":{},"す":{"docs":{},"る":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"が":{"docs":{},"マ":{"docs":{},"ー":{"docs":{},"ク":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"後":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"処":{"docs":{},"理":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"し":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"出":{"docs":{},"力":{"docs":{},"を":{"docs":{},"調":{"docs":{},"べ":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"が":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"属":{"docs":{},"性":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"気":{"docs":{},"づ":{"docs":{},"く":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"加":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"側":{"docs":{},"と":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"の":{"docs":{},"両":{"docs":{},"方":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"情":{"docs":{},"報":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"引":{"docs":{},"数":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"の":{"docs":{},"紹":{"docs":{},"介":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"を":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"グ":{"docs":{},"ラ":{"docs":{},"ム":{"docs":{},"で":{"docs":{},"行":{"docs":{},"う":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"使":{"docs":{},"え":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}},"ド":{"docs":{},"パ":{"docs":{},"ー":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"が":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"考":{"docs":{},"慮":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"に":{"docs":{},"統":{"docs":{},"合":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"難":{"docs":{},"し":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"変":{"docs":{},"数":{"docs":{},"の":{"docs":{},"い":{"docs":{},"く":{"docs":{},"つ":{"docs":{},"か":{"docs":{},"を":{"docs":{},"モ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"動":{"docs":{},"か":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"タ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"上":{"docs":{},"に":{"docs":{},"構":{"docs":{},"築":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"多":{"docs":{},"く":{"docs":{},"の":{"docs":{},"定":{"docs":{},"型":{"docs":{},"文":{"docs":{},"が":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"お":{"docs":{},"り":{"docs":{},"、":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"生":{"docs":{},"成":{"docs":{},"な":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"追":{"docs":{},"加":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"構":{"docs":{},"造":{"docs":{},"を":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"直":{"docs":{},"接":{"docs":{},"的":{"docs":{},"に":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"合":{"docs":{},"わ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"い":{"docs":{},"ず":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{},"も":{"docs":{},"、":{"docs":{},"仕":{"docs":{},"組":{"docs":{},"み":{"docs":{},"を":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"理":{"docs":{},"解":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"読":{"docs":{},"む":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"ま":{"docs":{},"だ":{"docs":{},"有":{"docs":{},"益":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"指":{"docs":{},"示":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"テ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{"basic.html":{"ref":"basic.html","tf":0.012658227848101266}}}},"ー":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"回":{"docs":{},"避":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"埋":{"docs":{},"め":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"リ":{"docs":{},"プ":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"か":{"docs":{},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"は":{"docs":{},"複":{"docs":{},"数":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"に":{"docs":{},"分":{"docs":{},"割":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"可":{"docs":{},"能":{"docs":{},"性":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"ち":{"docs":{},"ろ":{"docs":{},"ん":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"対":{"docs":{},"応":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"次":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"分":{"docs":{},"割":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}},"リ":{"docs":{},"ー":{"docs":{},"ミ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10.019607843137255}},"に":{"docs":{},"関":{"docs":{},"す":{"docs":{},"る":{"docs":{},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"項":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}},"ム":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"る":{"docs":{},"描":{"docs":{},"画":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"が":{"docs":{},"仮":{"docs":{},"想":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"利":{"docs":{},"点":{"docs":{},"は":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"を":{"docs":{},"設":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"が":{"docs":{},"遥":{"docs":{},"か":{"docs":{},"に":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"で":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ロ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"保":{"docs":{},"つ":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"み":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"つ":{"docs":{},"く":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"こ":{"docs":{},"に":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"利":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"含":{"docs":{},"め":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"の":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"が":{"1":{"docs":{},"度":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"は":{"docs":{},"通":{"docs":{},"常":{"docs":{},"の":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"と":{"docs":{},"一":{"docs":{},"緒":{"docs":{},"で":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"利":{"docs":{},"点":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}},"に":{"docs":{},"変":{"docs":{},"換":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"プ":{"docs":{},"を":{"docs":{},"追":{"docs":{},"加":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"ス":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"み":{"docs":{},"に":{"docs":{},"適":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"み":{"docs":{},"が":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"起":{"docs":{},"動":{"docs":{},"時":{"docs":{},"に":{"docs":{},"必":{"docs":{},"須":{"docs":{},"な":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}},"ッ":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"遅":{"docs":{},"延":{"docs":{},"登":{"docs":{},"録":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"ォ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"み":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"、":{"docs":{},"特":{"docs":{},"定":{"docs":{},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"内":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"一":{"docs":{},"部":{"docs":{},"の":{"docs":{},"外":{"docs":{},"部":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"特":{"docs":{},"別":{"docs":{},"な":{"docs":{},"処":{"docs":{},"理":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}},"プ":{"docs":{},"リ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"サ":{"docs":{},"や":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"の":{"docs":{},"は":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"実":{"docs":{},"装":{"docs":{},"依":{"docs":{},"存":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"を":{"docs":{},"追":{"docs":{},"加":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"生":{"docs":{},"成":{"docs":{},"時":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"名":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ア":{"docs":{},"ロ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"提":{"docs":{},"供":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"値":{"docs":{},"を":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ロ":{"docs":{},"ミ":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"お":{"docs":{},"い":{"docs":{},"て":{"docs":{},"も":{"docs":{},"大":{"docs":{},"枠":{"docs":{},"は":{"docs":{},"似":{"docs":{},"た":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"設":{"docs":{},"定":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"を":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"従":{"docs":{},"来":{"docs":{},"の":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}},"っ":{"docs":{},"て":{"docs":{},"基":{"docs":{},"本":{"docs":{},"的":{"docs":{},"な":{"docs":{},"考":{"docs":{},"え":{"docs":{},"方":{"docs":{},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}},"検":{"docs":{},"索":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ラ":{"docs":{},"が":{"docs":{},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"を":{"docs":{},"直":{"docs":{},"接":{"docs":{},"解":{"docs":{},"析":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"現":{"docs":{},"在":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"、":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}},"経":{"docs":{},"由":{"docs":{},"で":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"完":{"docs":{},"了":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"待":{"docs":{},"た":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"を":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"な":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"多":{"docs":{},"く":{"docs":{},"の":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"や":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"知":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"開":{"docs":{},"発":{"docs":{},"上":{"docs":{},"の":{"docs":{},"制":{"docs":{},"約":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006289308176100629}}}}}}},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}},"中":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"イ":{"docs":{},"中":{"docs":{},"の":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"(":{"docs":{},"更":{"docs":{},"新":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"や":{"docs":{},"、":{"docs":{},"再":{"docs":{},"作":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"む":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"す":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"時":{"docs":{},"の":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"、":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"高":{"docs":{},"度":{"docs":{},"な":{"docs":{},"機":{"docs":{},"能":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"保":{"docs":{},"証":{"docs":{},"で":{"docs":{},"き":{"docs":{},"、":{"docs":{},"か":{"docs":{},"つ":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"対":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ウ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"避":{"docs":{},"け":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"た":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}},"を":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422},"api.html":{"ref":"api.html","tf":0.001968503937007874}},"作":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}},"し":{"docs":{},"、":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"各":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"が":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ぞ":{"docs":{},"れ":{"docs":{},"の":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"似":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"も":{"docs":{},"し":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"が":{"docs":{},"複":{"docs":{},"数":{"docs":{},"の":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"い":{"docs":{},"で":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"共":{"docs":{},"有":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"容":{"docs":{},"易":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"ス":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"状":{"docs":{},"態":{"docs":{},"の":{"docs":{},"汚":{"docs":{},"染":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"な":{"docs":{},"が":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}},"か":{"docs":{},"ら":{"docs":{},"注":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}},"の":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"ト":{"docs":{},"ー":{"docs":{},"ル":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}},"ラ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"も":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"に":{"docs":{},"は":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"モ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"最":{"docs":{},"初":{"docs":{},"に":{"docs":{},"環":{"docs":{},"境":{"docs":{},"を":{"docs":{},"準":{"docs":{},"備":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"誤":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"汚":{"docs":{},"染":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"防":{"docs":{},"ぐ":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"良":{"docs":{},"い":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"分":{"docs":{},"離":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},"点":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"と":{"docs":{},"お":{"docs":{},"り":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"指":{"docs":{},"定":{"docs":{},"は":{"docs":{},"、":{"docs":{},"任":{"docs":{},"意":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}}}}}}}}}}}}},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}},"い":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"扱":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"も":{"docs":{},"の":{"docs":{},"を":{"docs":{},"正":{"docs":{},"確":{"docs":{},"に":{"docs":{},"制":{"docs":{},"御":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"、":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"が":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"利":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"さ":{"docs":{},"ら":{"docs":{},"に":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"が":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"登":{"docs":{},"録":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"目":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"理":{"docs":{},"由":{"docs":{},"は":{"docs":{},"、":{"docs":{},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"も":{"docs":{},"定":{"docs":{},"義":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"い":{"docs":{},"け":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"注":{"docs":{},"意":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{},"一":{"docs":{},"意":{"docs":{},"の":{"docs":{},"名":{"docs":{},"前":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"と":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"同":{"docs":{},"一":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"返":{"docs":{},"す":{"2":{"docs":{},"つ":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"心":{"docs":{},"配":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}},"で":{"docs":{},"は":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"の":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10.018518518518519}}}}}}}}}}},"完":{"docs":{},"結":{"docs":{},"す":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"の":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}},"プ":{"docs":{},"ラ":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"ウ":{"docs":{},"ザ":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"で":{"docs":{},"も":{"docs":{},"、":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"振":{"docs":{},"る":{"docs":{},"舞":{"docs":{},"い":{"docs":{},"が":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}},"重":{"docs":{},"複":{"docs":{},"し":{"docs":{},"て":{"docs":{},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"登":{"docs":{},"録":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"を":{"docs":{},"避":{"docs":{},"け":{"docs":{},"て":{"docs":{},"下":{"docs":{},"さ":{"docs":{},"い":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"み":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"毎":{"docs":{},"回":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"評":{"docs":{},"価":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"事":{"docs":{},"実":{"docs":{},"に":{"docs":{},"慣":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"は":{"docs":{},"単":{"docs":{},"に":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{},"に":{"docs":{},"マ":{"docs":{},"ウ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"初":{"docs":{},"期":{"docs":{},"化":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"利":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"は":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"の":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"と":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"変":{"docs":{},"換":{"docs":{},"処":{"docs":{},"理":{"docs":{},"の":{"docs":{},"体":{"docs":{},"験":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"ス":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},"リ":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"カ":{"docs":{},"ル":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"展":{"docs":{},"開":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"が":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}},"は":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"展":{"docs":{},"開":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"構":{"docs":{},"文":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"た":{"docs":{},"簡":{"docs":{},"単":{"docs":{},"な":{"docs":{},"補":{"docs":{},"間":{"docs":{},"も":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}},"へ":{"docs":{},"の":{"docs":{},"自":{"docs":{},"動":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"に":{"docs":{},"適":{"docs":{},"し":{"docs":{},"た":{"docs":{},"情":{"docs":{},"報":{"docs":{},"と":{"docs":{},"と":{"docs":{},"も":{"docs":{},"に":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"詳":{"docs":{},"し":{"docs":{},"い":{"docs":{},"情":{"docs":{},"報":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"シ":{"docs":{},"ェ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"た":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"は":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}},"レ":{"docs":{},"ベ":{"docs":{},"ル":{"docs":{},"で":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}},"全":{"docs":{},"体":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"内":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}},"メ":{"docs":{},"タ":{"docs":{},"タ":{"docs":{},"グ":{"docs":{},"が":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}},"モ":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"内":{"docs":{},"で":{"docs":{},"の":{"docs":{},"み":{"docs":{},"使":{"docs":{},"用":{"docs":{},"可":{"docs":{},"能":{"docs":{"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}}}}}}}}}}},"ラ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ム":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"で":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"提":{"docs":{},"供":{"docs":{},"す":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"先":{"docs":{},"頭":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"分":{"docs":{},"割":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"渡":{"docs":{},"す":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}},"ベ":{"docs":{},"ル":{"docs":{},"(":{"docs":{},"例":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}},"で":{"docs":{},"行":{"docs":{},"う":{"docs":{},"と":{"docs":{},"シ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"レ":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"動":{"docs":{},"作":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"(":{"docs":{},"す":{"docs":{},"な":{"docs":{},"わ":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"設":{"docs":{},"定":{"docs":{},"で":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},")":{"docs":{},"。":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"に":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ヤ":{"docs":{},"ー":{"docs":{},"で":{"docs":{},"行":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}},"次":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"セ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"モ":{"docs":{},"ノ":{"docs":{},"を":{"docs":{},"生":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"構":{"docs":{},"文":{"docs":{},"を":{"docs":{},"見":{"docs":{},"つ":{"docs":{},"け":{"docs":{},"た":{"docs":{},"時":{"docs":{},"、":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"自":{"docs":{},"動":{"docs":{},"で":{"docs":{},"適":{"docs":{},"切":{"docs":{},"な":{"docs":{},"内":{"docs":{},"容":{"docs":{},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"に":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"は":{"docs":{},"将":{"docs":{},"来":{"docs":{},"的":{"docs":{},"に":{"docs":{},"他":{"docs":{},"の":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}},"関":{"docs":{},"連":{"docs":{},"す":{"docs":{},"る":{"docs":{},"概":{"docs":{},"念":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"、":{"docs":{},"後":{"docs":{},"で":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"ガ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"紹":{"docs":{},"介":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.004219409282700422}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"付":{"docs":{},"き":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}},"数":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},")":{"docs":{},"で":{"docs":{},"実":{"docs":{},"装":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"お":{"docs":{},"勧":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"実":{"docs":{},"装":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"重":{"docs":{},"要":{"docs":{},"な":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"は":{"docs":{},"初":{"docs":{},"期":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"が":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"装":{"docs":{},"し":{"docs":{},"て":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"出":{"docs":{},"来":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"限":{"docs":{},"定":{"docs":{},"の":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"に":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"置":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"ナ":{"docs":{},"ビ":{"docs":{},"ゲ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"発":{"docs":{},"火":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ら":{"docs":{},"す":{"docs":{},"ぐ":{"docs":{},"に":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"切":{"docs":{},"り":{"docs":{},"替":{"docs":{},"え":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"レ":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"が":{"docs":{},"良":{"docs":{},"い":{"docs":{},"と":{"docs":{},"感":{"docs":{},"じ":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"遷":{"docs":{},"移":{"docs":{},"先":{"docs":{},"の":{"docs":{},"ビ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"し":{"docs":{},"た":{"docs":{},"時":{"docs":{},"点":{"docs":{},"で":{"docs":{},"は":{"docs":{},"完":{"docs":{},"全":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"持":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"し":{"docs":{},"た":{"docs":{},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"使":{"docs":{},"う":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"各":{"docs":{},"々":{"docs":{},"が":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"中":{"docs":{},"か":{"docs":{},"否":{"docs":{},"か":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"持":{"docs":{},"つ":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"が":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ハ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"他":{"docs":{},"の":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ブ":{"docs":{},"ラ":{"docs":{},"リ":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"検":{"docs":{},"出":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"妨":{"docs":{},"げ":{"docs":{},"る":{"docs":{},"恐":{"docs":{},"れ":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ら":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876},"css.html":{"ref":"css.html","tf":0.003787878787878788}},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"キ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"結":{"docs":{},"果":{"docs":{},"を":{"docs":{},"表":{"docs":{},"す":{"docs":{},"の":{"docs":{},"に":{"docs":{},"十":{"docs":{},"分":{"docs":{},"な":{"docs":{},"情":{"docs":{},"報":{"docs":{},"を":{"docs":{},"含":{"docs":{},"ん":{"docs":{},"で":{"docs":{},"い":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"描":{"docs":{},"画":{"docs":{},"結":{"docs":{},"果":{"docs":{},"が":{"docs":{},"単":{"docs":{},"に":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"し":{"docs":{},"た":{"docs":{},"り":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}},"が":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"ボ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"ネ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"取":{"docs":{},"り":{"docs":{},"組":{"docs":{},"む":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"慎":{"docs":{},"重":{"docs":{},"に":{"docs":{},"適":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"読":{"docs":{},"み":{"docs":{},"込":{"docs":{},"ま":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"は":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ミ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"モ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"推":{"docs":{},"奨":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"て":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"最":{"docs":{},"初":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"発":{"docs":{},"行":{"docs":{},"し":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"ま":{"docs":{},"だ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"化":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"が":{"docs":{},"呼":{"docs":{},"び":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"内":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"キ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"添":{"docs":{},"付":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"ら":{"docs":{},"の":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"は":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"の":{"docs":{},"開":{"docs":{},"始":{"docs":{},"時":{"docs":{},"に":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"全":{"docs":{},"体":{"docs":{},"の":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"へ":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"想":{"docs":{},"定":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}},"変":{"docs":{},"わ":{"docs":{},"っ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},")":{"docs":{},"に":{"docs":{},"は":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}},"サ":{"docs":{},"ニ":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}},"ほ":{"docs":{},"と":{"docs":{},"ん":{"docs":{},"ど":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"外":{"docs":{},"部":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"は":{"docs":{},"本":{"docs":{},"質":{"docs":{},"的":{"docs":{},"に":{"docs":{},"は":{"docs":{},"動":{"docs":{},"的":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"長":{"docs":{},"期":{"docs":{},"間":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"な":{"docs":{},"が":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"が":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"(":{"docs":{},"す":{"docs":{},"な":{"docs":{},"わ":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"同":{"docs":{},"一":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"が":{"docs":{},"常":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"し":{"docs":{},"て":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"ツ":{"docs":{},"を":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},")":{"docs":{},"、":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"単":{"docs":{},"一":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"で":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"に":{"docs":{},"適":{"docs":{},"し":{"docs":{},"た":{"docs":{},"最":{"docs":{},"も":{"docs":{},"一":{"docs":{},"般":{"docs":{},"的":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"プ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"大":{"docs":{},"き":{"docs":{},"な":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02564102564102564}}}}}}}}}}}}},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}},"な":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"を":{"docs":{},"書":{"docs":{},"く":{"docs":{"universal.html":{"ref":"universal.html","tf":10.012820512820513}}}}}}}}},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"ラ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"ム":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"固":{"docs":{},"有":{"docs":{},"で":{"docs":{},"な":{"docs":{},"い":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"の":{"docs":{},"み":{"docs":{},"が":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"可":{"docs":{},"能":{"docs":{},"で":{"docs":{},"す":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}},"動":{"docs":{},"的":{"docs":{},"な":{"docs":{},"更":{"docs":{},"新":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"フ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"の":{"docs":{},"う":{"docs":{},"ち":{"docs":{},"、":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"際":{"docs":{},"の":{"docs":{},"描":{"docs":{},"画":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"決":{"docs":{},"定":{"docs":{},"的":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"求":{"docs":{},"め":{"docs":{},"ら":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"上":{"docs":{},"で":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"\"":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"\"":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"描":{"docs":{},"画":{"docs":{},"を":{"docs":{},"開":{"docs":{},"始":{"docs":{},"す":{"docs":{},"る":{"docs":{},"時":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"状":{"docs":{},"態":{"docs":{},"は":{"docs":{},"既":{"docs":{},"に":{"docs":{},"解":{"docs":{},"決":{"docs":{},"済":{"docs":{},"み":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"意":{"docs":{},"味":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"上":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"な":{"docs":{},"い":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"無":{"docs":{},"効":{"docs":{},"に":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"に":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"、":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"な":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"変":{"docs":{},"換":{"docs":{},"す":{"docs":{},"る":{"docs":{},"際":{"docs":{},"の":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"無":{"docs":{},"視":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"抽":{"docs":{},"象":{"docs":{},"化":{"docs":{},"の":{"docs":{},"仕":{"docs":{},"組":{"docs":{},"み":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"、":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"の":{"docs":{},"代":{"docs":{},"わ":{"docs":{},"り":{"docs":{},"に":{"docs":{},"仮":{"docs":{},"想":{"docs":{"universal.html":{"ref":"universal.html","tf":0.01282051282051282}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"出":{"docs":{},"の":{"docs":{},"有":{"docs":{},"効":{"docs":{},"化":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"は":{"docs":{},"、":{"docs":{},"開":{"docs":{},"発":{"docs":{},"中":{"docs":{},"で":{"docs":{},"は":{"docs":{},"ホ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"、":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"有":{"docs":{},"効":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}},"そ":{"docs":{},"し":{"docs":{},"て":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504},"data.html":{"ref":"data.html","tf":0.0017123287671232876}},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"こ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"は":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"直":{"docs":{},"接":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"は":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"各":{"docs":{},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"繰":{"docs":{},"り":{"docs":{},"返":{"docs":{},"し":{"docs":{},"実":{"docs":{},"行":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"公":{"docs":{},"開":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"う":{"docs":{},"す":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"(":{"docs":{},"訳":{"docs":{},"注":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}},"れ":{"docs":{},"ら":{"docs":{},"も":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"ホ":{"docs":{},"ワ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"加":{"docs":{},"え":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"い":{"docs":{},"け":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"だ":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"処":{"docs":{},"理":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045},"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}},"ス":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"プ":{"docs":{},"し":{"docs":{},"た":{"docs":{},"展":{"docs":{},"開":{"docs":{},")":{"docs":{},"を":{"docs":{},"使":{"docs":{},"う":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"な":{"docs":{},"い":{"docs":{},"生":{"docs":{},"の":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"を":{"docs":{},"補":{"docs":{},"間":{"docs":{},"す":{"docs":{},"る":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"を":{"docs":{},"補":{"docs":{},"間":{"docs":{},"す":{"docs":{},"る":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}},"シ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}},"リ":{"docs":{},"ア":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"詳":{"docs":{},"細":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"は":{"docs":{},"次":{"docs":{},"の":{"docs":{},"セ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"議":{"docs":{},"論":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"今":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"、":{"docs":{},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"が":{"docs":{},"分":{"docs":{},"か":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"と":{"docs":{},"仮":{"docs":{},"定":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"構":{"docs":{},"造":{"docs":{"structure.html":{"ref":"structure.html","tf":10.004065040650406},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"ビ":{"docs":{},"ル":{"docs":{},"ド":{"docs":{},"ス":{"docs":{},"テ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"紹":{"docs":{},"介":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}},"設":{"docs":{},"定":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.002217294900221},"api.html":{"ref":"api.html","tf":0.003937007874015748}}}}},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}},"リ":{"docs":{},"ク":{"docs":{},"エ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ご":{"docs":{},"と":{"docs":{},"に":{"docs":{},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"た":{"docs":{},"な":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"も":{"docs":{},"必":{"docs":{},"要":{"docs":{},"と":{"docs":{},"な":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}},"が":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}},"ユ":{"docs":{},"ー":{"docs":{},"ザ":{"docs":{},"ー":{"docs":{},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"も":{"docs":{},"の":{"docs":{},"か":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"か":{"docs":{},"チ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"装":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"フ":{"docs":{},"ァ":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{"api.html":{"ref":"api.html","tf":5.001968503937008}},"を":{"docs":{},"参":{"docs":{},"照":{"docs":{},"し":{"docs":{},"て":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"ヒ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"を":{"docs":{},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}},"が":{"docs":{},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"か":{"docs":{},"を":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"関":{"docs":{},"数":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"ス":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"繰":{"docs":{},"り":{"docs":{},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"は":{"docs":{},"単":{"docs":{},"に":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}},"が":{"docs":{},"複":{"docs":{},"数":{"docs":{},"回":{"docs":{},"訪":{"docs":{},"問":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"、":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}},"の":{"docs":{},"ナ":{"docs":{},"ビ":{"docs":{},"ゲ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"前":{"docs":{},"に":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"状":{"docs":{},"態":{"docs":{},"を":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"一":{"docs":{},"部":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"利":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"同":{"docs":{},"期":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"で":{"docs":{},"は":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ム":{"docs":{},"静":{"docs":{},"的":{"docs":{},"関":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}},"の":{"docs":{},"内":{"docs":{},"部":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}},"タ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"解":{"docs":{},"決":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"待":{"docs":{},"機":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"注":{"docs":{},"入":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}},"と":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"テ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"と":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.00326797385621}}}}}}}}}}}}}},"共":{"docs":{},"通":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}},"す":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}},"固":{"docs":{},"有":{"docs":{},"の":{"docs":{},"機":{"docs":{},"能":{"docs":{},"は":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}},"新":{"docs":{},"し":{"docs":{},"い":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{},"を":{"docs":{},"作":{"docs":{},"成":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"関":{"docs":{},"数":{"docs":{},"を":{"docs":{},"エ":{"docs":{},"ク":{"docs":{},"ス":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0040650406504065045}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}},"ハ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"に":{"docs":{},"気":{"docs":{},"付":{"docs":{},"い":{"docs":{},"た":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"訪":{"docs":{},"れ":{"docs":{},"た":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"リ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"時":{"docs":{},"の":{"docs":{},"注":{"docs":{},"意":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}},"す":{"docs":{},"る":{"docs":{},"前":{"docs":{},"に":{"docs":{},"す":{"docs":{},"べ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"準":{"docs":{},"備":{"docs":{},"が":{"docs":{},"整":{"docs":{},"う":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"待":{"docs":{},"機":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"自":{"docs":{},"動":{"docs":{},"に":{"docs":{},"行":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"し":{"docs":{},"か":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"ど":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"を":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"細":{"docs":{},"か":{"docs":{},"く":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"し":{"docs":{},"た":{"docs":{},"い":{"docs":{},"時":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"い":{"docs":{},"は":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"な":{"docs":{},"い":{"docs":{},"時":{"docs":{},"も":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"は":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"作":{"docs":{},"る":{"docs":{},"時":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"に":{"docs":{},"タ":{"docs":{},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"す":{"docs":{},"る":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"な":{"docs":{},"い":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"備":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"が":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"に":{"docs":{},"ヒ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"し":{"docs":{},"た":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"結":{"docs":{},"果":{"docs":{},"を":{"docs":{},"サ":{"docs":{},"ブ":{"docs":{},"ツ":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"全":{"docs":{},"体":{"docs":{},"で":{"docs":{},"直":{"docs":{},"接":{"docs":{},"再":{"docs":{},"利":{"docs":{},"用":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"済":{"docs":{},"み":{"docs":{},"の":{"docs":{},"ペ":{"docs":{},"ー":{"docs":{},"ジ":{"docs":{},"に":{"docs":{},"対":{"docs":{},"す":{"docs":{},"る":{"docs":{},"最":{"docs":{},"適":{"docs":{},"な":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}},"純":{"docs":{},"粋":{"docs":{},"な":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.343537414965986}},"同":{"docs":{},"期":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"フ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"は":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"存":{"docs":{},"在":{"docs":{},"す":{"docs":{},"る":{"docs":{},"可":{"docs":{},"能":{"docs":{},"性":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"た":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"設":{"docs":{},"定":{"docs":{},"の":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0032679738562091504}}}}}}}}}}}}}}}}}}}}}}}}},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"ふ":{"docs":{},"ぅ":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{},"長":{"docs":{},"い":{"docs":{},"で":{"docs":{},"す":{"docs":{},"ね":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"ど":{"docs":{},"う":{"docs":{},"し":{"docs":{},"て":{"docs":{},"か":{"docs":{},"と":{"docs":{},"い":{"docs":{},"う":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ユ":{"docs":{},"ニ":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"取":{"docs":{},"得":{"docs":{},"は":{"docs":{},"、":{"docs":{},"大":{"docs":{},"抵":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"で":{"docs":{},"描":{"docs":{},"画":{"docs":{},"す":{"docs":{},"る":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"の":{"docs":{},"最":{"docs":{},"も":{"docs":{},"複":{"docs":{},"雑":{"docs":{},"な":{"docs":{},"問":{"docs":{},"題":{"docs":{},"で":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"、":{"docs":{},"今":{"docs":{},"後":{"docs":{},"、":{"docs":{},"ス":{"docs":{},"ム":{"docs":{},"ー":{"docs":{},"ズ":{"docs":{},"に":{"docs":{},"開":{"docs":{},"発":{"docs":{},"を":{"docs":{},"進":{"docs":{},"め":{"docs":{},"て":{"docs":{},"い":{"docs":{},"く":{"docs":{},"た":{"docs":{},"め":{"docs":{},"の":{"docs":{},"下":{"docs":{},"準":{"docs":{},"備":{"docs":{},"を":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"ひ":{"docs":{},"な":{"docs":{},"形":{"docs":{},"が":{"docs":{},"準":{"docs":{},"備":{"docs":{},"で":{"docs":{},"き":{"docs":{},"て":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"え":{"docs":{},"ば":{"docs":{},"、":{"docs":{},"あ":{"docs":{},"と":{"docs":{},"は":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"ぞ":{"docs":{},"れ":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"記":{"docs":{},"述":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"く":{"docs":{},"作":{"docs":{},"業":{"docs":{},"は":{"docs":{},"、":{"docs":{},"実":{"docs":{},"際":{"docs":{},"の":{"docs":{},"と":{"docs":{},"こ":{"docs":{},"ろ":{"docs":{},"実":{"docs":{},"に":{"docs":{},"楽":{"docs":{},"し":{"docs":{},"い":{"docs":{},"も":{"docs":{},"の":{"docs":{},"に":{"docs":{},"な":{"docs":{},"る":{"docs":{},"は":{"docs":{},"ず":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"が":{"docs":{},"準":{"docs":{},"備":{"docs":{},"で":{"docs":{},"き":{"docs":{},"た":{"docs":{},"後":{"docs":{},"に":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"内":{"docs":{},"で":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}},"の":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"と":{"docs":{},"状":{"docs":{},"態":{"docs":{"data.html":{"ref":"data.html","tf":10.001712328767123}}}}}}}}}}}},"ス":{"docs":{},"ト":{"docs":{},"ア":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}},"フ":{"docs":{},"ォ":{"docs":{},"ル":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"名":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}},"設":{"docs":{},"定":{"docs":{},"で":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"な":{"docs":{},"た":{"docs":{},"が":{"docs":{},"作":{"docs":{},"成":{"docs":{},"し":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}},"ィ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"テ":{"docs":{},"ィ":{"docs":{},"ブ":{"docs":{},"の":{"docs":{},"バ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"メ":{"docs":{},"タ":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"に":{"docs":{},"基":{"docs":{},"づ":{"docs":{},"い":{"docs":{},"て":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}},"モ":{"docs":{},"ジ":{"docs":{},"ュ":{"docs":{},"ー":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"依":{"docs":{},"存":{"docs":{},"関":{"docs":{},"係":{"docs":{},"に":{"docs":{},"な":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"の":{"docs":{},"で":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ベ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"複":{"docs":{},"数":{"docs":{},"回":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"ン":{"docs":{},"化":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}},"ロ":{"docs":{},"ジ":{"docs":{},"ッ":{"docs":{},"ク":{"docs":{},"と":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"の":{"docs":{},"結":{"docs":{},"び":{"docs":{},"付":{"docs":{},"き":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"デ":{"docs":{},"ィ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ジ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"停":{"docs":{},"止":{"docs":{},"さ":{"docs":{},"せ":{"docs":{},"ま":{"docs":{},"す":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}},"他":{"docs":{},"の":{"docs":{},"タ":{"docs":{},"ス":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"実":{"docs":{},"行":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0017123287671232876}}}}}}}}}}}}}}}}}}}}}}}}},"セ":{"docs":{},"レ":{"docs":{},"ク":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"自":{"docs":{},"分":{"docs":{},"自":{"docs":{},"身":{"docs":{},"の":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"要":{"docs":{},"素":{"docs":{},"に":{"docs":{},"追":{"docs":{},"加":{"docs":{},"す":{"docs":{},"る":{"docs":{},"必":{"docs":{},"要":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"う":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"、":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"が":{"docs":{},"適":{"docs":{},"切":{"docs":{},"に":{"docs":{},"ハ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"く":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"描":{"docs":{},"画":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"変":{"docs":{},"数":{"docs":{},"を":{"docs":{},"考":{"docs":{},"慮":{"docs":{},"し":{"docs":{},"て":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"実":{"docs":{},"行":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"で":{"docs":{},"自":{"docs":{},"動":{"docs":{},"作":{"docs":{},"成":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"こ":{"docs":{},"で":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ケ":{"docs":{},"ー":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"を":{"docs":{},"渡":{"docs":{},"す":{"docs":{},"必":{"docs":{},"要":{"docs":{},"は":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"に":{"docs":{},"よ":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}},"の":{"docs":{},"紹":{"docs":{},"介":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":10.008771929824562}}}},"追":{"docs":{},"加":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}},"ー":{"docs":{},"の":{"docs":{},"ソ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"マ":{"docs":{},"ッ":{"docs":{},"プ":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"実":{"docs":{},"行":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"返":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"値":{"docs":{},"は":{"docs":{},"、":{"docs":{},"異":{"docs":{},"な":{"docs":{},"る":{"docs":{},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"ラ":{"docs":{},"ク":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"の":{"docs":{},"内":{"docs":{},"部":{"docs":{},"で":{"docs":{},"捕":{"docs":{},"捉":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"プ":{"docs":{},"ロ":{"docs":{},"セ":{"docs":{},"ス":{"docs":{},"の":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ー":{"docs":{},"ジ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"今":{"docs":{},"、":{"docs":{},"私":{"docs":{},"た":{"docs":{},"ち":{"docs":{},"の":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ー":{"docs":{},"は":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"ア":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"切":{"docs":{},"り":{"docs":{},"離":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"サ":{"docs":{},"イ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"が":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}},"設":{"docs":{},"定":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"法":{"docs":{},"に":{"docs":{},"つ":{"docs":{},"い":{"docs":{},"て":{"docs":{},"説":{"docs":{},"明":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"今":{"docs":{},"既":{"docs":{},"に":{"docs":{},"必":{"docs":{},"要":{"docs":{},"な":{"docs":{},"も":{"docs":{},"の":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"と":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"レ":{"docs":{},"ン":{"docs":{},"ダ":{"docs":{},"ラ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"用":{"docs":{},"す":{"docs":{},"る":{"docs":{},"方":{"docs":{},"法":{"docs":{},"で":{"docs":{},"す":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.008771929824561403}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"だ":{"docs":{},"け":{"docs":{},"で":{"docs":{},"使":{"docs":{},"わ":{"docs":{},"れ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"確":{"docs":{},"認":{"docs":{},"し":{"docs":{},"て":{"docs":{},"お":{"docs":{},"か":{"docs":{},"な":{"docs":{},"い":{"docs":{},"と":{"docs":{},"い":{"docs":{},"け":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"な":{"docs":{},"ぜ":{"docs":{},"な":{"docs":{},"ら":{"docs":{},"、":{"docs":{},"サ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"は":{"docs":{},"単":{"docs":{},"一":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"要":{"docs":{},"求":{"docs":{},"す":{"docs":{},"る":{"docs":{},"か":{"docs":{},"ら":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"と":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}},"ほ":{"docs":{},"ぼ":{"docs":{},"同":{"docs":{},"じ":{"docs":{},"ま":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{},"言":{"docs":{},"う":{"docs":{},"ま":{"docs":{},"で":{"docs":{},"も":{"docs":{},"な":{"docs":{},"く":{"docs":{},"、":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"側":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"に":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.004434589800443459}},"こ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}},"出":{"docs":{},"力":{"docs":{},"パ":{"docs":{},"ス":{"docs":{},"、":{"docs":{},"エ":{"docs":{},"イ":{"docs":{},"リ":{"docs":{},"ア":{"docs":{},"ス":{"docs":{},"、":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ダ":{"docs":{},"ー":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}},"単":{"docs":{},"純":{"docs":{},"に":{"docs":{},"、":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}},"既":{"docs":{},"に":{"docs":{},"知":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"の":{"docs":{},"通":{"docs":{},"り":{"docs":{},"で":{"docs":{},"し":{"docs":{},"ょ":{"docs":{},"う":{"docs":{},"。":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}},"を":{"docs":{},"拡":{"docs":{},"張":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"も":{"docs":{},"の":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}},"つ":{"docs":{},"の":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"に":{"docs":{},"分":{"docs":{},"け":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"提":{"docs":{},"案":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"次":{"docs":{},"の":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"し":{"docs":{},"な":{"docs":{},"い":{"docs":{},"で":{"docs":{},"く":{"docs":{},"だ":{"docs":{},"さ":{"docs":{},"い":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"タ":{"docs":{},"グ":{"docs":{},"も":{"docs":{},"含":{"docs":{},"み":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"(":{"docs":{},"例":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"を":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"に":{"docs":{},"し":{"docs":{},"て":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"動":{"docs":{},"的":{"docs":{},"に":{"docs":{},"挿":{"docs":{},"入":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}},"返":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"中":{"docs":{},"に":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"コ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"分":{"docs":{},"割":{"docs":{},"を":{"docs":{},"使":{"docs":{},"っ":{"docs":{},"て":{"docs":{},"い":{"docs":{},"る":{"docs":{},"時":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"メ":{"docs":{},"ソ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"賢":{"docs":{},"く":{"docs":{},"も":{"docs":{},"、":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"ル":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"べ":{"docs":{},"き":{"docs":{},"正":{"docs":{},"し":{"docs":{},"い":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"推":{"docs":{},"論":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"詳":{"docs":{},"細":{"docs":{},"は":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}},"経":{"docs":{},"由":{"docs":{},"で":{"docs":{},"注":{"docs":{},"入":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}},"イ":{"docs":{},"ト":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"管":{"docs":{},"理":{"docs":{},"す":{"docs":{},"る":{"docs":{},"単":{"docs":{},"純":{"docs":{},"な":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"を":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}},"ポ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ィ":{"docs":{},"ル":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295},"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"両":{"docs":{},"方":{"docs":{},"の":{"docs":{},"環":{"docs":{},"境":{"docs":{},"に":{"docs":{},"共":{"docs":{},"有":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"設":{"docs":{},"定":{"docs":{},"を":{"docs":{},"含":{"docs":{},"み":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}}},"別":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{},"、":{"docs":{},"バ":{"docs":{},"ン":{"docs":{},"ド":{"docs":{},"ル":{"docs":{},"を":{"docs":{},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"と":{"docs":{},"し":{"docs":{},"て":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}}}}}}}}}}}}}}}}}}}}},"渡":{"docs":{},"し":{"docs":{},"た":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0022172949002217295}}}}},"。":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"フ":{"docs":{},"ァ":{"docs":{},"イ":{"docs":{},"ル":{"docs":{},"が":{"docs":{},"個":{"docs":{},"々":{"docs":{},"に":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"ゆ":{"docs":{},"る":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"共":{"docs":{},"通":{"docs":{},"す":{"docs":{},"る":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"が":{"docs":{},"た":{"docs":{},"く":{"docs":{},"さ":{"docs":{},"ん":{"docs":{},"あ":{"docs":{},"る":{"docs":{},"場":{"docs":{},"合":{"docs":{},"に":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"方":{"docs":{},"法":{"docs":{},"を":{"docs":{},"お":{"docs":{},"す":{"docs":{},"す":{"docs":{},"め":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"上":{"docs":{},"で":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"初":{"docs":{},"め":{"docs":{},"て":{"docs":{},"使":{"docs":{},"用":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"た":{"docs":{},"と":{"docs":{},"き":{"docs":{},"、":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"マ":{"docs":{},"ニ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"を":{"docs":{},"抽":{"docs":{},"出":{"docs":{},"す":{"docs":{},"る":{"docs":{"css.html":{"ref":"css.html","tf":0.003787878787878788}}}}}}}}}}}},"イ":{"docs":{},"ク":{"docs":{},"ロ":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ン":{"docs":{},"グ":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}},"ヘ":{"docs":{},"ッ":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"管":{"docs":{},"理":{"docs":{"head.html":{"ref":"head.html","tf":10.005988023952096}}}}}}}},"い":{"docs":{},"つ":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"を":{"docs":{},"使":{"docs":{},"う":{"docs":{},"か":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{"caching.html":{"ref":"caching.html","tf":10.006410256410257}},"可":{"docs":{},"能":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}},"オ":{"docs":{},"ブ":{"docs":{},"ジ":{"docs":{},"ェ":{"docs":{},"ク":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"、":{"docs":{},"少":{"docs":{},"な":{"docs":{},"く":{"docs":{},"て":{"docs":{},"も":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"イ":{"docs":{},"ン":{"docs":{},"タ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"で":{"docs":{},"実":{"docs":{},"装":{"docs":{},"し":{"docs":{},"な":{"docs":{},"け":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"い":{"docs":{},"け":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"(":{"docs":{},"以":{"docs":{},"下":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"記":{"docs":{},"法":{"docs":{},"を":{"docs":{},"用":{"docs":{},"い":{"docs":{},"る":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"グ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"バ":{"docs":{},"ル":{"docs":{},"な":{"docs":{},"状":{"docs":{},"態":{"docs":{},"に":{"docs":{},"依":{"docs":{},"存":{"docs":{},"す":{"docs":{},"る":{"docs":{},"子":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ノ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"の":{"docs":{},"作":{"docs":{},"成":{"docs":{},"コ":{"docs":{},"ス":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"純":{"docs":{},"粋":{"docs":{},"な":{"docs":{},"文":{"docs":{},"字":{"docs":{},"列":{"docs":{},"ベ":{"docs":{},"ー":{"docs":{},"ス":{"docs":{},"の":{"docs":{},"テ":{"docs":{},"ン":{"docs":{},"プ":{"docs":{},"レ":{"docs":{},"ー":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"に":{"docs":{},"は":{"docs":{},"か":{"docs":{},"な":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"定":{"docs":{},"数":{"docs":{},"を":{"docs":{},"返":{"docs":{},"す":{"docs":{},"と":{"docs":{},"、":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"常":{"docs":{},"に":{"docs":{},"キ":{"docs":{},"ャ":{"docs":{},"ッ":{"docs":{},"シ":{"docs":{},"ュ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"、":{"docs":{},"単":{"docs":{},"な":{"docs":{},"る":{"docs":{},"静":{"docs":{},"的":{"docs":{},"な":{"docs":{},"コ":{"docs":{},"ン":{"docs":{},"ポ":{"docs":{},"ー":{"docs":{},"ネ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"は":{"docs":{},"効":{"docs":{},"果":{"docs":{},"的":{"docs":{},"で":{"docs":{},"す":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.00641025641025641}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"ツ":{"docs":{},"リ":{"docs":{},"ー":{"docs":{},"を":{"docs":{},"横":{"docs":{},"断":{"docs":{},"す":{"docs":{},"る":{"docs":{},"と":{"docs":{},"き":{"docs":{},"に":{"docs":{},"、":{"docs":{},"で":{"docs":{},"き":{"docs":{},"る":{"docs":{},"だ":{"docs":{},"け":{"docs":{},"早":{"docs":{},"く":{"docs":{},"デ":{"docs":{},"ー":{"docs":{},"タ":{"docs":{},"を":{"docs":{},"出":{"docs":{},"力":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"つ":{"docs":{},"ま":{"docs":{},"り":{"docs":{},"、":{"docs":{},"よ":{"docs":{},"り":{"docs":{},"早":{"docs":{},"く":{"docs":{},"「":{"docs":{},"最":{"docs":{},"初":{"docs":{},"の":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"」":{"docs":{},"を":{"docs":{},"取":{"docs":{},"得":{"docs":{},"し":{"docs":{},"、":{"docs":{},"そ":{"docs":{},"れ":{"docs":{},"を":{"docs":{},"ク":{"docs":{},"ラ":{"docs":{},"イ":{"docs":{},"ア":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"に":{"docs":{},"す":{"docs":{},"ば":{"docs":{},"や":{"docs":{},"く":{"docs":{},"出":{"docs":{},"力":{"docs":{},"し":{"docs":{},"始":{"docs":{},"め":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"を":{"docs":{},"意":{"docs":{},"味":{"docs":{},"し":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"全":{"docs":{},"に":{"docs":{},"描":{"docs":{},"画":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0196078431372549}}}}}}},"環":{"docs":{},"境":{"docs":{},"で":{"docs":{},"は":{"docs":{},"使":{"docs":{},"用":{"docs":{},"で":{"docs":{},"き":{"docs":{},"な":{"docs":{},"く":{"docs":{},"な":{"docs":{},"り":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"2":{"docs":{},".":{"5":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}},"docs":{}}},"docs":{}}}}}}}}}}}}}},"に":{"docs":{},"お":{"docs":{},"け":{"docs":{},"る":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.343537414965986}}}}}}}},"を":{"docs":{},"想":{"docs":{},"定":{"docs":{},"し":{"docs":{},"て":{"docs":{},"い":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"が":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"、":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.01020408163265306}}}}}}}}}}}}}}}}}}}}},"任":{"docs":{},"意":{"docs":{},"の":{"docs":{},"エ":{"docs":{},"ラ":{"docs":{},"ー":{"docs":{},"が":{"docs":{},"あ":{"docs":{},"れ":{"docs":{},"ば":{"docs":{},"処":{"docs":{},"理":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"引":{"docs":{},"数":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}},"加":{"docs":{},"え":{"docs":{},"て":{"docs":{},"、":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}},"多":{"docs":{},"す":{"docs":{},"ぎ":{"docs":{},"る":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"ロ":{"docs":{},"ー":{"docs":{},"ド":{"docs":{},"は":{"docs":{},"処":{"docs":{},"理":{"docs":{},"能":{"docs":{},"力":{"docs":{},"を":{"docs":{},"無":{"docs":{},"駄":{"docs":{},"に":{"docs":{},"し":{"docs":{},"、":{"docs":{},"ま":{"docs":{},"た":{"docs":{},"パ":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ー":{"docs":{},"マ":{"docs":{},"ン":{"docs":{},"ス":{"docs":{},"さ":{"docs":{},"え":{"docs":{},"も":{"docs":{},"損":{"docs":{},"な":{"docs":{},"う":{"docs":{},"か":{"docs":{},"も":{"docs":{},"し":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"せ":{"docs":{},"ん":{"docs":{},"。":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"引":{"docs":{},"数":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}},"に":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}},"構":{"docs":{},"文":{"docs":{},"(":{"docs":{},"三":{"docs":{},"重":{"docs":{},"中":{"docs":{},"括":{"docs":{},"弧":{"docs":{},")":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}},"二":{"docs":{},"重":{"docs":{},"中":{"docs":{},"括":{"docs":{},"弧":{"docs":{},")":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}},"標":{"docs":{},"準":{"docs":{},"で":{"docs":{},"は":{"docs":{},"、":{"docs":{},"非":{"docs":{},"同":{"docs":{},"期":{"docs":{},"チ":{"docs":{},"ャ":{"docs":{},"ン":{"docs":{},"ク":{"docs":{},"に":{"docs":{},"お":{"docs":{},"け":{"docs":{},"る":{"docs":{},"全":{"docs":{},"て":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"は":{"docs":{},"、":{"docs":{},"こ":{"docs":{},"れ":{"docs":{},"は":{"docs":{},"優":{"docs":{},"先":{"docs":{},"順":{"docs":{},"位":{"docs":{},"が":{"docs":{},"低":{"docs":{},"い":{"docs":{},"た":{"docs":{},"め":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"さ":{"docs":{},"れ":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"た":{"docs":{},"だ":{"docs":{},"し":{"docs":{},"、":{"docs":{},"帯":{"docs":{},"域":{"docs":{},"幅":{"docs":{},"の":{"docs":{},"使":{"docs":{},"用":{"docs":{},"を":{"docs":{},"適":{"docs":{},"切":{"docs":{},"に":{"docs":{},"制":{"docs":{},"御":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"、":{"docs":{},"プ":{"docs":{},"リ":{"docs":{},"フ":{"docs":{},"ェ":{"docs":{},"ッ":{"docs":{},"チ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"た":{"docs":{},"め":{"docs":{},"に":{"docs":{},"カ":{"docs":{},"ス":{"docs":{},"タ":{"docs":{},"マ":{"docs":{},"イ":{"docs":{},"ズ":{"docs":{},"す":{"docs":{},"る":{"docs":{},"こ":{"docs":{},"と":{"docs":{},"が":{"docs":{},"で":{"docs":{},"き":{"docs":{},"ま":{"docs":{},"す":{"docs":{},"。":{"docs":{},"こ":{"docs":{},"の":{"docs":{},"オ":{"docs":{},"プ":{"docs":{},"シ":{"docs":{},"ョ":{"docs":{},"ン":{"docs":{},"は":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"画":{"docs":{},"像":{"docs":{},"や":{"docs":{},"フ":{"docs":{},"ォ":{"docs":{},"ン":{"docs":{},"ト":{"docs":{},"の":{"docs":{},"よ":{"docs":{},"う":{"docs":{},"な":{"docs":{},"そ":{"docs":{},"の":{"docs":{},"他":{"docs":{},"の":{"docs":{},"ア":{"docs":{},"セ":{"docs":{},"ッ":{"docs":{},"ト":{"docs":{},"種":{"docs":{},"別":{"docs":{},"を":{"docs":{},"指":{"docs":{},"定":{"docs":{},"し":{"docs":{},"た":{"docs":{},"際":{"docs":{},"、":{"docs":{"api.html":{"ref":"api.html","tf":0.001968503937007874}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"length":21534},"corpusTokens":["!","!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"name\"","\"pre","\"production\"","\"production\".","\"production\"。","\"render","\"server","\"server\"","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","\"привет\"","\"サーバーサイドのバージョン\"","\"ハイドレート","\"ユニバーサル","\"描画コンテキストオブジェクト\"(render","\"状態コンテナ","\"같은","\"미리","\"범용적\"으로","\"서버용","\"수화","\"유니버설\"","\"첫번째","\"필요한","#","$option","$options에","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'bonjour'","'bonjour',","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css'","'foo.css',","'foo.css',你需要配置合适的","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'(2.3.1+)를","'once'.","'once'`","'once'。","'once'。更多细节请查看","'once'を使用することが推奨されます。","'once'로","'once'를","'once'('once'","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","'привет',","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(*.vue","(.j","(2.3.1","(2.3.1+),","(2.3.1+),bundl","(`'once'`","(again,","(asyncdata)","(auto","(automat","(automatiqu","(avec","(base)","(bi","(c.","(c.asyncdata)","(cacheable)","(client","(client)","(code","(comm","(component.asyncdata)","(context)","(data","(dif","(e.g.","(en","(encor","(entri","(err)","(err,","(err.cod","(event","(everyth","(ex","(ex.","(ex:","(externalize);","(file,","(h)","(head)","(hit)","(html","(hydrate)\"","(hydrate)\"とそれをインタラクティブに生成したいです。","(hydrate)\"하여","(i.e.","(interpol","(interpolate)","(interpolation)","(isomorphic)\"","(key,","(key:","(lazy)","(like","(long","(main)","(module)","(même","(non","(not","(object)","(optional)","(optionnel)","(par","(pass","(platform","(prefetch)","(preload","(preload)","(prevmatched[i]","(req,","(requiert","(requir","(root)","(route)","(router),","(runinnewcontext이","(récupérat","(same","(seo","(server)","(side","(singl","(spa","(ssr","(ssr)","(ssr).","(ssr)?","(state","(state)","(state,","(store)","(string)","(time","(title)","(to,","(tout","(type","(universal)\"","(use","(utilis","(vm)","(vnode,","(vue","(webpack","(when","(window.__initial_state__)","(with","({","(«","(автоматически","(все","(добавлено","(интерполяция","(например,","(не","(опционально)","(опциональными)","(опять","(передавая","(при","(путём","(с","(соответствуя","(тот","(требует","(たとえば","(シングルページアプリケーション)","(事前描画)","(事前描画)を使用することをオススメします。","(任意)","(例","(例:","(例:","(新しいオプションの","(自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの","(非推奨)。","(권장하지","(비동기","(빌드","(속성을","(업데이트된","(예","(예:",")","*","*,","*.sass)","*.sass),","*.sass)、","*.sass),那么你也应该将它们添加到白名单中。","*.styl),","*.vue","*.vue)","*.vue,","*.vue.","*.vue파일","+","+=",",",".","...","...autr","...omiss","...omit","...other","...другие","...опустим","...忽略无关代码","...関係のないコードは除外します",".json).",".json)への絶対パス。ファイルパスとして扱われるために",".json)。必须以",".vue","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact","/contact,","/node_modules/.test(module.context)","/로","0","1","100,","1000","10000","10000,","12.0.0","12.0.0+","12.0.0+)","12.0.0+):","12.0.0+)","1:","1つの","1초","2","2'","2.2","2.2,","2.2.0","2.2.0+","2.3.0","2.3.0+","2.3.0以上","2.3.0버전","2.3.0에서","2.3.1","2.3.1+","2.3.1+)","2.3.1+),","2.3.1+.","2.3.1+。","2.3.1버전","2.3.2","2.3.2+","2.3.2+,","2.5","2.5+","2.5+,","2.5,","2.5.0","2.5.0+","2.5.0+,","2.5.0+,如果没有传入回调函数,则会返回","2:","2つの一致したリストに差分が表れるまで、コンポーネントを比較します","2つの方法のどちらを選ぶかは、究極的には異なる","2つの異なるアプローチがあります:","2の動的インポートをコード分割点として使用することへのサポート","2에서","3","3.0.0","3.0.0+","3:","3rd","404","404)","6","6+.","6+。","7.6","7.6+","7.6+,","8')",":",";","=","===","=>",">",">=",">=2.3.2",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","]callback)","`","`)","`*.vue`","``","`asyncdata()`","`asyncdata`","`boolean","`createbundlerenderer`에서만","`global`","`global`(例如","`hello","`id=\"app\"`","`l'url","`router.beforeresolve()`","`router.beforeresolve()`,","`router.beforeresolve()`,以便确保所有异步组件都","`store.dispatch()`","`store.dispatch()`,","`store/index.js`","`style","`template`","`the","`this.datapromise.then(...)`","`title`","`title`,","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`","`window.__initial_state__`.","`window.__initial_state__`,并注入","`{{","`вы","`グローバル`","`访问的","`방문한","abil","abordé","abov","above.","absolu","absolue,","absolut","abstract","accept","access","access)它们。","access)을","accident","account.","accè","accéder","achiev","actif.","action","actions:","actions?","action」的代码?","activ","activé","actual","actuel","add","added:","addit","addition,","address","advanc","advantag","affich","affiché.","afin","again","again.","agnostic,","agnostiqu","agréable.","ahead","ai","aid","aider","ainsi","ainsi,","ait","ajax","ajax,","ajax를","ajout","ajouté","algorithm","alias","aliases,","alimenté","all,","all.","allon","allow","along,","alor","alreadi","also:","alter","altern","alternativ","alternatively,","although","altéré","alway","amount","amélior","ancien","anciennes,","anim","anoth","anywher","apercevrez","api","api,","apis),","apis,","apis.","api。","api로","api를","api에","api의","api(请忽略此","api,例如,一个","api,因此如果你的代码中,直接使用了像","api,用于处理此问题,通过使用","api,通常方式是,在「纯客户端(cli","app","app!","app'","app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross","app,","app.","app.$mount('#app')","app.j","app.js:","app.js는","app.js파일을","app.js:","app.vu","app/vendor","apparaitr","appareil","appear","appel","appelé","appelés.","appli","applic","application),","application,","application.","application:","applications,","applications.","appliqué","approach","approch","appropri","approprié","appréciation.","aprè","arbitrari","arbr","are:","argument","argument)","arguments:","around","array","arrêt","arrêté","artifact","artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用","artéfact","as:","asid","ask","assert","assert를","asset","assign","associ","associé","assum","assur","assurez","assuré","astucieus","async","asyncdata","asyncdata()","asyncdata({","asyncdata.","asyncdata。注意,由于此函数会在组件实例化之前调用,所以它无法访问","asyncdata,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(rend","asynchron","asynchrones,","attach","attachon","attaché","attacks.","attaqu","attend","attendez","attent","attribut","attribute:","au","aucun","aura","aurait","aurez","aurion","auron","aussi","aussitôt","autant,","author","auto","automat","automatiqu","autonom","autr","autrement,","aux","avail","avancé","avant","avec","avez","avion","avoid","avoir","avon","awar","away","axio","axios는","ayant","ayon","babel","backend","backward","bail","baisser","balis","balises,","band","bandwidth","bar.vu","basant","base","base,","base.","baseconfig","based)的模板的性能相当。在","basedir","basic","basiqu","bass","baz.vu","be","beaucoup","because:","becomes:","befor","beforecr","beforecreate와","beforedestroy","beforemount","beforemount.","beforerouteupd","behavior","benefici","benefit","benefits:","besoin","besoin.","best","better","between","bibliothèqu","bibliothèques.","bien","big","bigger.","bind","bing","bing은","bit","bloquer","bogu","boilerpl","boilerplate,","bon","bonjour","bonn","boolean","boot.","bootstrap","bord","both","bottlenecks.","box","box,","break","briefli","brièvement","browser","browser,","browser.","browsers.","bu","bug","bug,其中","build","build.","building.","builds,","built","bundl","bundle(serv","bundle),render","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundle.json이","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context])","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundlerenderer인스턴스를","bundles.","bundle。以下信息假定版本为","bundle。它应该是这样的:","bundle。这具有一些好处","bundle」会发送给浏览器,用于混合静态标记。","bundle」然后用于服务器端渲染(ssr),而「客户端","bundle와","bundle,不能被外部化","bundle,然后重新创建","bus).","bypass","bénéfice","bénéfices,","c'est","c))","c.asyncdata({","ca","cach","cache')","cache,","cache.","cache:","cache:일반적으로","cacheabl","cached,","cached.","cache로","cache를","cache:","caching)","caching)。要启用组件级别缓存,你需要在创建","caching.","caching이라고","call","callback","callback)","callback,","callback.","callback]):","called.","can't","can.","canal","capabl","capacité","car","caractèr","caractère.","caractères.","care","carefulli","cas,","cas.","cascad","case","case,","cases,","cater","caught","caus","causer","cavali","caveat","caveats)","cb(res)","cb)","cb?:","ce","ceci","cela","cela,","cell","celui","cepend","cependant,","certain","cet","cett","ceux","ceux,","chain","chang","changed.","changement","changer","changes.","chaqu","charg","chargement","chargement,","charger","charger,","chargé","chaud","check","chemin","chercher","child","choisi","choix","chose","chunk","chunk\"","chunk\",并开始更快地将其发送给客户端。","chunk(main","chunk)","chunk.","chunks.","chunk。","chunk,之后可能会用于渲染","ci","cibl","class","class:","classe.","client","client,","client.","client.j","client.js',","client.js).","client.js,","client.js:","client.js에서","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clientmanifest。","clientmanifest가","clientmanifest를","clientmanifest을","clientmanifest이","clientmanifest,返回的字符串中,也将包含着","clienttitlemixin","clé","clé.","code","code!","code)。","code,","code.","code0}","code:","collect","collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一","collections,","colloc","collocated,","combin","come","comm","commenc","comment","commentair","commençon","commit","commit('inc')","commit('setitem',","common","commonschunkplugin","commonschunkplugin,","commonschunkplugin을","commonschunkplugin,请确保仅在客户端配置(cli","commun","commun.","compar","comparaison","compatibility,","compil","compilé","complet","complet.","complex","complèt","complète.","complètement","compon","component'","component,","component.","component.asyncdata({","component:","components)","components,","components.","components:","components;","comport","compos","composant,","composant.","composants,","composants.","comprendr","compt","compteur","computed:","concaten","concatén","concept","concept,","concern","concord","concordance,","concordance.","concordant","condit","conditionnel","conduis","conduit","config","config)","config)中使用,因为服务器包需要单独的入口","config)包含在两个环境共享的配置,例如,输出路径(output","config)和基本配置(bas","config)和客户端配置(cli","config)大体上相同。显然你需要把","config)将如下所示:","config),可以通过使用","config.","config:","configur","configuré","conjoint","connaiss","connaissance.","connexion","conseillé","consid","consider","considér","considéron","considéré","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructeur","constructors,","construisez.","construit","consultez","contain","container\".","container)\"","container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到","conten","contenir","content","content),","content)与转化率直接相关」的应用程序而言,服务器端渲染(ssr)至关重要。","content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(ssr)将是一个小题大作之举。然而,内容到达时间(tim","content)要求是绝对关键的指标,在这种情况下,服务器端渲染(ssr)可以帮助你实现最佳的初始加载性能。","content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的","content,","content.","contenu","contenu,","context","context)","context)。在旧版本中,你必须通过将其传递给","context)上存在一些特定属性时,模板会自动注入对应的内容:","context)中。","context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止","context)执行","context)进行基本插值:","context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context","context),然后在模板中的占位符替换为这些数据。","context,","context.","context.getpreloadfiles()","context.head:","context.head:(字符串)将会被作为","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.state를","context.state:(对象)初始","context.styles:","context.styles:(字符串)内联","context.url","context:","context])","context]):","context],","contexte,","contexte.","contextkey:","context객체는","context로","context를","context에","contient","continu","contraint","contrair","contribu","contribut","control","contrôl","contrôler","convers","conversion.","convert","conviendra","core","correct","correcte,","correspond","correspondantes,","cost","couch","count:","courant","courant.","courante.","course,","cout","couteux,","cover","cpu","cpu를","crawler","creat","createapp","createapp()","createapp()에","createapp(context)","createapp(context).then(app","createapp,","createapp:","createapp과","createapp에","createapp,我们也需要给每个请求一个新的","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","createbundlerenderer。这对开发过程中的热重载是很有用的","createbundlerenderer에","createbundlerenderer:","created,","created만","created에서","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createrouter:","createstor","createstore()","creator","critic","critical,","critiqu","critiques,","cross","créateur","création","crée","créer","créez","créon","créé","créé,","créée","css","css(critic","css(inlin","css)","css)。","css)」;","css)가","css))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。","css,","css.","css。在客户端,当第一次使用该组件时,vue","css抽出","css가","css는","css를","css섹션에서","css에","css파일","css파일만","css파일을","css)","css)。","css,例如,import","css,可以使用","css,将以","css,或使用","css,此属性会在构建过程中被自动生成。","current","custom","cycl","côté","d'abord","d'abstract","d'accidentel","d'accè","d'administr","d'ajout","d'aller","d'amélior","d'api","d'applic","d'application,","d'attach","d'attendr","d'autant","d'autr","d'avoir","d'effet","d'encapsul","d'entré","d'entrée.","d'entêt","d'environn","d'environnement,","d'extrair","d'exécut","d'ici","d'import","d'inclur","d'index","d'inform","d'informations.","d'interpol","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'«","d'écrire","d'émettr","d'étape","d'état","d'étranglement","d'éviter","d'évènements.","d'être","d.","dan","dashboard","data","data)","data,","data.","data.tostring()","data:","databas","de","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","default를","defin","definit","dehor","deliv","demand","demo","demo,","demo를","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","depui","dernièr","dessou","dessu","destin","destiné","destroy","destroyed.","destroyed에서","detail","details,","details.","detect","determin","deterministic,","deux","develop","development.","devez","devices.","devient","devoir","devon","devraient","devrait","devrez","devriez","devrion","devtool:","didn't","dif","differ","differences,","diffèrent","différenc","différent","différents.","dire","direct","directive),以及","directive;","directivemeta)","directives,","directives:","directives옵션을","directli","directly:","directori","directory.","disabl","discard","discuss","discut","discuteron","discuté","dispatch","display","displayed,","dispon","dispos","dit","diver","do","docs.","document","document,","document.titl","documentation.","document와","document의","document,这种仅浏览器可用的全局变量,则会在","doesn't","doit","doivent","dom","dom(virtu","dom)","dom,","dom.","dom:","dom。但是,对于服务器端渲染(ssr),责任转移到纯客户端","dom。然而,也可以将同一个组件渲染为服务器端的","dom구조와","dom에","dom을","dom,因此会在服务器端渲染(ssr)过程中导致错误。有两种方法可以解决这个问题:","don't","donc","donc,","done","donné","données,","données.","dont","dossier","doubl","dout","down","download","drastic","driven","du","due","duplic","durant","dure","dynam","dynamiqu","dynamiques,","début.","débute","débuter","déclarat","déclarer","déclencher","découplé","dédié","dédiée.","déduir","déduit","déduits),","défaut","défaut,","défaut.","défini","définir","définiss","définitives.","déjà","déjà.","délicat","démarrag","démarrage.","démarrer.","démo","dépaquetag","dépaquetage,","dépendanc","dépendra","déplacez","déplacé","déploiement","déployé","désactiv","désactivé","désinfecté","détail","détails,","détails.","détection","détermin","déterministe,","déterminé","développ","développement,","développement.","dû","e.g.","each","earlier","easier","easili","edit","effect","effect)的子组件。","effects)","effectu","effectué","effet","element","elements.","elimin","ell","emb","embed","emit","emitted)的","emitted,","empaquet","empaqueté","employ","empêch","en","enabl","enabled.","encapsulé","enclenché,","encor","encore,","endroit","enfant","engin","enregistr","ensuit","ensur","enter","entir","entièr","entr","entrer","entri","entry(univers","entry)","entry)中实现过了,现在我们只需要更新客户端入口(cli","entry):","entry,","entry.","entry:","entry」。在纯客户端应用程序中,我们将在此文件中创建根","entry파일을","entré","entêt","entêtes.","env:","environ","environment,","environments,","environments.","environn","environnements,","envisagez","envoi","envoy","envoyé","err","erreur","erreurs...","error","error')","error...","es2015","es2015,","es2015를","escap","especi","essay","essenti","essentiel","est","est,","et","etc),","etc.),","evalu","even","event","everyth","ex.","exact","exactli","examin","exampl","example,","except","exceptions.","exclu","exclus","exclusif","exclusiv","execut","executestring('var","exempl","exemple,","exist","expand","expect","expects:","expens","experi","experience,","expir","explicit","explicitli","expliqué","export","exports)","exporté","export하고","expos","exposé","express","express:","express와","express:","expérienc","extend","extens","extension.","extern","externalis","externalisé","externals')","externals:","externals옵션에서는","externes.","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","exécut","exécution)","exécuté","fabriqu","facil","fact","fact,","factori","fail.","fair","faire.","fait","fait,","fallback:","fals","false)","false).","false):","false,","false。","falseで)使用することができます:","false가","false로","false를","false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。","false)在模板中使用这些方法:","false,bundl","familiar","familiarisé","far,","fashion)处理动态导入(dynam","fashion,","fast,","faster","faster.","faudrait","faut","façon","featur","features,","features.","feel","fetch","fetch)已有的数据。","fetching\"","fetching)","fetching)\"옵니다.","fetching:","fetchitem","fetchitem(id).then(item","few","fichier","fichier,","fichier.","fichiers.","figur","fil","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","fin","final","finally,","fine","fine.","finer","finie.","finir,","finish.","fiou,","first","flow","flow)","flow):","flux","flux,","flux.","fly,","focus","foi","fois,","fois.","fold:","follow","following:","fonction","fonctionn","fonctionnait","fonctionnalité","fonctionner,","fonctionnerai","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","for.","forever.","form","format","fort","found","found')","fourni","fourni,","fournie,","fournir","fourniron","fourniss","fournissez","fournit","fragment","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function))。","function.","function:","functions)","further","further,","futur","futur.","future.","garder","gener","generated,","generated.","generation.","gestion","gestionnair","get","get:","getcachekey","getcachekey구현을","gettitl","gettitle(this)","get과","give","given","global","global(예:","global,","global.","globales,","globals,","global。","global을","global(例如,polyfill)的依赖模块必须被打包进","globaux","go","good","googl","google과","goulot","grain","grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建","grand","grandement","granularité","greatli","gross","grosse.","groundwork","grâce","guid","guide,","guide.","gâcher","génère","généralement","générateur","générer","génériqu","généré","généré,","générée.","générées.","générés.","gérer","géré","h","h('div',","h(app)","habituel","habitué","hack","hackernew","hackernews,","hacki","hand","handl","handler","handler...","has?:","hash","has는","haut","have.","haven't","head","head,","head에","hello","help","here","here.","hi","high","higher","hint","hint)。默认情况下会:","hints)。","hints)」;","hit","hook","hook)","hook)中使用;一些外部扩展库(extern","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html),","html,","html.","html;","html。","html에","html을","html이","html,使其变为由","html,我们显然无需将其丢弃再重新创建所有的","html,然后使他们成为动态的(能够响应后续的数据变化)。","html,而是使用预渲染方式,在构建时(build","http","http/2","http/2.","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydratation.","hydration)","hydration)时,自动注入以及","hydration,","hydration.","i)","ici","ici,","ici.","id","id)","id,","id:","id=\"app\"","id=\"app\",","id=\"app\",而是添加","idea","idea:","identifi","identiqu","identiques.","idé","id를","id와","id,再加上最后更新的时间戳,来生成其缓存键(cach","ignor","ignoron","il","imag","imaginon","implement","implementation)。典型做法是传入","implementation.","implementation이","impliqu","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","import),","important","important,","important:","importante,","importantly,","importez","importé","improv","improved.","in:","inc:","inclu","includ","include.","inclure.","incom","index","index.template.html","index.template.html)","index.template.html:","index.template.html:","indic","indicateur","indicator)","indicator)。","indicator),就触发","individu","individuel","individuellement.","indépendam","infer","inferred);","infin","inform","information)或内联关键","information)(如头信息(head","information.","initi","initial","initial,","initial.","initiale,","inject","inject:","injected):","injected.","injection)","injection)。","injection,","injection.","injection을","injecté","injecté)","injecté.","injectées)","injectées.","injectés,","inlin","inlined)的","insid","inspect","inspectez","instal","installed,","installées,","instanc","instance'","instance)","instance,","instance.","instances:","instancié","instanciés,","instantané","instanti","instantiated,","instantli","instead","instead,","instead.","insérer","inséré","integr","intellig","intelligem","intens","interact","interactive)","interactive).","interactive)。","interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。","interactive)를","interactive.","interactives.","interfac","interfer","interfér","intern","internet","interpol","interpolation)","interpolation)。","interpolation)을","interpolation),以避免","interpolation);","interpolation.","interpolation;","interpolé","interprété","introduc","introduct","introduiron","intégrat","intégrer","intégré","intéress","inutil","inutilis","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isolée.","isomorphiqu","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","item。","itself,","jamai","java","java'","java.","javascript","javascript,","javascript.","javascriptからcssをインポートしたいならば、適切な","javascript를","jeter","jeux","jour","json","json.","json은","json파일로","jusqu'en","jusqu'ici,","jusqu'à","just","keep","key","key)和","key)对应一个组件:你无需担心两个组件返回同一个","key),都可以通过传递选项对象进行自定义:","key):","key.","key。","know","knowledg","l'accè","l'action","l'activer,","l'api","l'api.","l'applic","l'application,","l'application.","l'approch","l'arbr","l'argument","l'attach","l'attribut","l'augment","l'avanc","l'avantag","l'emplac","l'emploi,","l'entré","l'environn","l'environnement.","l'envoi","l'erreur","l'erreur...","l'esprit","l'exempl","l'export","l'expos","l'expose.","l'extens","l'externalis","l'extract","l'exécut","l'exécuteur","l'hydrat","l'hydratation,","l'idé","l'implément","l'import","l'indexeur","l'indicateur","l'inject","l'instanc","l'instanci","l'instant),","l'instant,","l'interfac","l'interpol","l'introduct","l'intégralité","l'intégrer","l'intérieur","l'object","l'objectif","l'objet","l'on","l'option","l'un","l'usag","l'utilis","l'utilisateur","l'écosystèm","l'écran","l'écritur","l'élément","l'équip","l'étape","l'état","la","laissé","lancer","larg","largement","last","later","latest","lay","layer,","lazi","lazili","le","lead","lecture,","lent","lents.","lequel","let","let'","leur","level","level)」(例如,使用渲染函数(rend","leverag","levé","li","liaison","librari","libraries.","libraries:","library)可能需要特殊处理,才能在服务器渲染应用程序中运行。","librarytarget:","library。例如,axio","lieu","lifecycl","lifecycle,","lign","limit","limité","line:","link","links)和资源预加载提示(resourc","lire","list","lister","lists.","live","lié","liée","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader>=12.0.0","loader`","loader`に指示する","loaders.","loaders:","loader。服务器配置(serv","loader로","loader를","loader(vu","loader),具备一些服务器端渲染的特殊功能:","loader:","locat","logic","logic)。","logic)을","logic):","logic...","logiqu","loin,","long","look","lor","lorsqu","lot","low","lru","lru({","lui","lui.","là","lèveront","légèrement","l’intérieur","mai","main","mainten","maintenant,","maitr","major","majorité","make","mal","manag","management:","mani","manifest","manifest)。使用客户端清单(cli","manifest)以及页面模板:","manifest)和服务器","manifest),客户端配置(cli","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manifest.json`。","manipul","manièr","manual","manuel","map","map'","map',","map')","map。","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching)和数据预取逻辑(data","matching,","matièr","matter","max:","maxage:","maximales.","maximum","mayb","mean","meant","mechan","meilleur","member","membr","memory.","mener","mention","mentionné","merg","merge')","merge(baseconfig,","merge.","merge를","meta","meta:","metadata","method","methods:","mettent","metton","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mieux","migrat","migrer","millisecond","minchunks:","mind","mind,","minimum","mise","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mixin을","mixin,来控制文档标题(docu","mock","mode","mode)下自行移除。","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","modèl","moin","moment","moment,","monopag","montag","monter","monton","montée,","montée.","morceaux","more","mostli","mot","moteur","moteur)","mount","mounted,","mounted.","mounted와","mounted),只会在客户端执行。","moustach","move","msg","msg:","much","much,","multipl","mustach","mustache(html","mustache)进行","mustache를","mustache(html","mutations:","mécanism","mémoire.","méthode","même","mêmes.","n'a","n'ajout","n'attendra","n'aura","n'aurait","n'avez","n'avon","n'en","n'est","n'hésitez","n'i","n'import","n'ont","n'utiliserez","n'utilisez","name","name,","name.","name:","namespaced:","nashorn","nashorn,","nashorn.","nashornでは、java","natif","nativ","natively.","nativement.","natur","naturel","navig","navigateur","navigateur,","navigateur.","navigateurs.","navigation:","ne","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","nginx,","niveau","no","node","node.j","node.js,","node.js.","node.js:","node.jsで直接動作しません。","node.jsの最新バージョンはes2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。","node.js는","node.js를","node.js에서","node.js에서도","node.js에서만","node.js와","node.js의","node_env:","node_modul","node_modules.","nodeextern","nodeexternals({","nodes.","nom","nombr","non","normal","not,","notat","notations):","note","note:","noter","notes:","notez","notic","noton","notr","nou","nous,","nouveau","nouvel","now","now),","now,","npm","npm,","npm으로","npm을","npm,但你也可以使用","number","numéro","nuxt.j","nuxt.js.","nuxt.js。它建立在同等的","nuxt.js를","nécessair","nécessaire.","nécessit","nœud","object","object\"","object)","object)。此对象包含了","object)可选。回调函数是典型的","object)可选。回调是一个典型的","object)可选。更多细节请查看流式渲染。","object,","object.","object:","objects,","objects.","objet","obtenir","obvious","occup","of.","off","offers:","offici","officiel","older","on","onc","only)」的生命周期钩子函数中惰性访问(lazili","only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,node.j","only)的代码中,我们可以设置一个","only)的全局","only)项目配置","ont","oper","optim","optimal","optimaux","optimis","optimisations),","optimisé","option","option).","option.","option:","optional.","optionnel","optionnel.","optionnelle.","optionnelles.","options.","options:","options])","options와","options을","opérat","oracl","order","orient","otherwis","ou","out","outdat","output","output,","output.","output:","outsid","over","overkill.","où","pa","page","page'","page,","page.","pages.","paquetag","paquetage.","par","param","paramètr","parc","parcourir","parcourt","parfait","parfoi","part","partag","partagé","partagés.","parti","particuli","particulièr","partie.","parton","partout","pass","passant","passante.","passed,","passed:","passer","passez","passé","path","path),别名(alias)和","path,","path.","path:","patient","pendant","per","perform","performance,","performance.","performances,","periods.","permet","permett","personnalis","personnalisé","personnalisé,","pertin","petit.","peu","peut","peuvent","phase","phew,","php","pick","pick,","place","place,","place.","placehold","placer","placé","plateform","plateforme,","plateforme.","plateformes,","platform","pleasant.","pleinement","plu","pluge","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","plugin로","plugin에","plugin을","plupart","plus,","plusieur","plutôt","point","point,","pointer","polic","polices,","polluer","pollut","pollution)。","pollution.","polyfil","polyfill.","polyfills)","polyfill。","polyfill。这是因为当使用新的上下文模式时,serv","polyfill이","polyfill)的依赖模块列入白名单","popul","poser","possibilité","possibl","possible.","possèd","postcss","postcss,","posé","potenti","potentiel","pour","pourquoi","pourra","pourrait","pourriez","pourron","pouvant","pouvez","pouvez.","pouvon","power","pre","precis","prefer","prefetch","prefetch)","prefetch,","prefetched,","preload","preload/prefetch","preloaded,","preloaded.","premier","premièr","prendr","prenon","prepar","prerend","prerendering)","pretti","prevent","previous","prevmatch","pri","primarili","princip","principal","principale.","print(res)","prior","prioriti","priorité","priorité.","probabl","problem","problem.","problem에","problèm","problème.","process","process'","process).","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","processor)或","processu","processus,","prochain","produc","product","production,","production.","productivité","produis","profondeur","programmat","programmatiqu","project","project.","projet","promess","promis","promise((resolve,","promise,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","promise{/","promise,","promise:","prop","prop,","proper","properli","properly.","properti","propo","propr","proprement.","propriété","props.item.id","props.item.id,","props.item.id.","props.item.id에","props.item.last_upd","props:","prop,则需要修改","proven","provid","provided,","provoqu","pré","préchargement","précharger","préchargé","préchargées.","préchargés,","préchargés.","précisément","précompil","précompilation.","précompilé","préconçu","précédemment.","précédent","préférer","préférez","préoccup","préparer","préparez","préprocesseur","présent","présent,","présuppos","prévention","prêt","prêt,","prête","pui","puis...","puisqu","puisqu'il","puiss","pull","pure","purpose.","push)。","push.","put","périmé.","périod","qu'argu","qu'au","qu'en","qu'est","qu'exemple.","qu'il","qu'un","qu'à","qu'état","quand","quantité","que","que,","quel","quell","quelqu","queri","question","qui","quit","quoi","racin","raison","ralentit","rapid","rapide,","rapidement.","rappel","rappel.","rapport","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recharg","recherch","recommandations.","recommandé","recommandé).","recommend","recommendations.","recommended).","recréant","recréer","redi","redis:","redisclient.get(key,","redisclient.set(key,","reduc","redémarr","refair","refer","regardless","regardless,","regist","register)这个模块:","registr","reject","reject({","reject)","rejett","reli","relis","reload","reload)","remain","remarquerez","remarqué","remov","remplac","remplacé","rempli","remplir","rend","rendant","render","render,","render.","render:","rendercach","rendered.","rendered:","rendered은","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js,","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","renderer가","renderer는","renderer에는","renderer인스턴스를","renderer,来禁用所有自动注入。","renderer,用法和普通","renderer:","rendering)","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring,","rendertostring:","rendertostring대신","rendertostring의","rendertostring이","rendertostring콜백에서","rendertostring:","rendervuecomponenttostring(vm,","rendr","rendu","rendu)","rendu,","rendu.","rendus.","renvoi","renvoy","repeat","repeatedli","replac","repres","repris","représent","req","req.url","request","request),以及改善可交互时间(tti","request,","request.","request:","requests!","requests,","requi","requiert","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","require를","require:","requises.","requêt","requête,","requête.","requêtes,","requêtes.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(404).end('страница","res.status(500).end('erreur","res.status(500).end('intern","res.status(500).end('внутренняя","resolv","resolve(app)","resolved,","resolved.","resolve。","resourc","respect","respons","responsabilité","responsive.","ressembl","ressemblerait","ressourc","rest","restart","reste.","rester","restera","result","result.","retir","retiré","retourn","retournerai","retourné","return","reus","revis","right","risqu","root","rout","routag","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.beforeresolve()","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.onready를","router.onready,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(serv","router.push(context.url)","router、stor","router。我们首先创建一个文件,在其中创建","router。注意,类似于","router를","router와","routes,","routes.","routes:","routeur","routeur,","routeur.","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","règle","réactif","réactifs.","réactive.","réactivité","réagir","réalis","réalisé","récemment","récupérat","récupérer","récupéré","récupérés,","réduir","réel,","réellement","réexécut","référenc","référer","répons","répétée","réservé","résolu","résolu,","résolues.","résolut","résoudr","résultat","rétrocompatibilité,","réutilis","réviser","s'appliqu","s'appui","s'exécut","s'hydratera","s'il","salut","same","same:","san","sanit","save","savent","savez","savoir","savon","scenario","scind","scinder","scindé","scission","scope","scratch.","screen.","script","script,其中状态被嵌入在","scénario","se","seamlessli","search","second","second,","second.","seconde,","seconde.","secondes,","section","section,","section.","sections.","see","seen","selector","self","selon","semblera","sen","send","sens","sent","sentir","seo","seo,","seo가","seo,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。","seo,那么你可能需要预渲染。无需使用","separ","sera","seraient","serait","serial","seront","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.js에","server.listen(8080)","serverbundl","servercachekey","servercachekey,","servercachekey:","servercachekey로부터","servercachekey함수를","servertitlemixin","server。基本配置(bas","serveur","serveur')","serveur,","serveur.","serveur...","set","set.","set:","setinterv","setinterval.","setinterval로","setitem","settimeout","setup","setup,","setup.","set。此外,如果","set을","seul","seulement","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","shouldpreload옵션을","show","show'","show.","show의","si","side","side).","signatur","signifi","signific","significatif","significativ","similair","similaire,","similar","similar,","simpl","simple,","simple.","simplement","simpler","simpli","simplifi","simul","singl","singleton","singleton,","singulièr","sinon","sinon,","site","site.","slow","smaller","smooth","so,","soient","soin","soit","sole","solut","someth","sometim","somm","son","sont","soon","sooner.","sort","sorti","sortie,","sortie.","sou","souhaitez","soumett","sourc","spa","spa(싱글","spa,","spa와","spa(singl","special","specif","specific)","specific)。","specific)页面才会缓存","specific)(即对于相同的","specific.","spinner,","split","spliting)を利用するバンドルを描画する時に、最適なチャンクが","splitting)","splitting),","splitting)时,此方法将智能地正确的推断需要引入的那些异步","splitting,","spécial","spécifiqu","src","ssr","ssr,","ssr.","ssr:","ssr?","ssr과","ssr성능이","ssr에","ssr은","ssr을","ssr의","ssr이","ssr중","stack","stade,","standalon","start","starts.","startup.","state","state(상태)","state(상태)를","state)","state)到","state.","state.count++","state:","static","statiqu","statique.","statiques,","statiques.","stay","step","step.","still","stop","stopper","store","store(저장소)","store)","store)或\"状态容器(st","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.dispatch()","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","store。","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stratégi","stratégie,","stratégie.","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","stream입니다.","stream:","string","string)","string,","string.","structur","structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的","structure.","structure를","style","sub","submit","substitu","such","suffici","suffisam","suggest","suggéron","suit","suitabl","suivant","sujet","supplémentair","support","supporté","suppos","supposez","supposon","supprim","supérieur","sur","surcout","sure","surtout","switch","sync","sync'","sync(store,","synchron","synchrones.","synchronis","sélecteur","séparer","séparé","séparé,","séparé.","sérialis","sérialisé","sûr","sûr,","tableau","tag","tag.","take","tant","tard","tard.","target:","task","taux","team.","tear","techniqu","tel","tell","temp","templat","template),","template).","template,","template.","template:","templates.","template에서","template은","template을","template,你可以自己拼接字符串。","temps,","tenant","term","terminé","test","test:","testé","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext","this.$root.$options.ssrcontext.","this.$root.$options.ssrcontext.titl","this.$root.$options.ssrcontext를","this.$rout","this.$ssrcontext","this.$ssrcontext.","this.$ssrcontext.titl","this.$ssrcontext로","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","this。需要将","those","three","through","throughout","throw","thu","tier","tierc","tierces.","tiers.","time","time)简单地生成针对特定路由的静态","time,","time.","timer","timers.","timer。在纯客户端(cli","timer,然后在","times.","timestamp","timestamp:","tirer","titl","title):","title.call(vm)","title:","title을","titr","togeth","together.","topic","tou","toujour","tourn","tourner","tourner.","tout","tout,","tout.","trade","tradit","traditionnel","traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。","traffic,","traffic.","trafic,","trafic.","traiter","traité","transform","transpil","travail","traver","travers","treat","treatment","tree","tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个","tree),是否与从服务器渲染的","tree.","tricki","trigger","triggered,","tripl","troi","trop","trouv","trouver","trouvé","trouvée')","true","true,","true.","true。","true가","true를","true입니다.","true,但建议你尽可能使用","true,那么你还应该将修改","try.","trè","tti","tti(첫","turn","two","type","type)","typeof","typic","typiqu","tâche","téléchargé","tôt.","ultim","un","understand","uniqu","unique,","unique.","univers","universel","universel.","universelle,","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url.","url:","urls.","url。","url。这允许我们将访问的","url은","url을","url의","url,总是为所有用户渲染相同的内容),我们可以利用名为","us","us,","usabl","usag","usage.","use:","user","user/1","user/2)","user/2).","user/2)时,也应该调用","users),","usual","util","utilis","utilisateur","utilisateur,","utilisateur.","utilisateur/1","utilisateur/2).","utilisateurs),","utilisera","utiliseron","utiliseront","utilisez","utilison","utilisé","utilitair","utility)。","utility.","ux","v","v6","v8","v8j","v8js:","va","val)","val:","valabl","valeur","valid","valu","var","variabl","variables.","vendor","ver","veri","verra","verront","versa.","version","version\"","version)\"。","versions.","veut","via","vice","vie","vie,","vie.","view","view.","virtual","virtuel","virtuel.","visibl","visit","visité","visitée,","vivr","vm","vm.","vm.$option","vnode","vo","voici","void;","voient","voir","volé","vont","votr","vou","voudra","voulon","vous.","voyez","vs","vs.","vu","vue","vue!","vue'","vue({","vue).","vue,","vue.","vue.j","vue.js,","vue.js는","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue:","vue_env","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex,","vuex.","vuex.store({","vuex。我们先创建一个","vue가","vue는","vue앱에","vue의","vue인스턴스를","vue인스턴스에서","vue,以及以下","vérifiant","vérific","vérifier","wait","want","wast","waterfal","way","we'v","web","web.","webpack","webpack'","webpack'ом","webpack)","webpack,","webpack.","webpack.config.j","webpack.defineplugin","webpack.optimize.commonschunkplugin({","webpack。服务器端渲染(ssr)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base,","webpackによるコード構造","webpack과","webpack에","webpack에서","webpack을","webpack의","webpack,以生成","webpack,你可以使用","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial__","window.__initial_state__","window.__initial_state__.","window.__initial_state__로","window.__initial_state__에서","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","xss를","y","yarn","yarn.","yarn。","yarn을","yet,","yet.","you'd","you'r","you.","yourself","yourself.","zone","{","{code6}\"production\"{/code6}","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","}와","«","«гидрировать»","«загружать","«застревание»","«изоморфным»","«контейнере","«первый","«предзагружать»","«серверный","«синглтона","«снимок»","«стиле»,","«универсального»","«универсальным»,","»","»)","»),","»).","»,","».","à","ça","échappé","échappé)","échappé.","échouer.","écrire","écrit","écrite","écrivant","écrivez","éditez","également","égaler","éliminé","élément","émi","émis,","émise","étant","étape","état","étendr","étendues.","éternellement.","été","évalué","évidem","évite","éviter","évitez","éviton","ête","être","а","абсолютно","абсолютный","абстрагироваться","абстракции","автоматизация","автоматически","автоматически);","автоматические","автоматического","автоматическую","адреса.","адресов","аккуратностью","алгоритма","альтернативных","альтернативы,","аналогично","аргумент","аргумента),","аргументами:","аргументом","асинхронного","асинхронные","асинхронный","асинхронными","асинхронными,","асинхронных","атрибут","атрибут:","базовая","базового","базовой.","базовую","базовые","базы","без","белый","берёт","беспокоиться","библиотек:","библиотека","библиотеках.","библиотеки","библиотеки,","библиотеку","блок","более","большая","больше","большим.","большими","большинстве","большинство","больших","большого","большой","большом","браузер","браузер,","браузера","браузерами.","браузере","браузере.","браузеров","браузером.","браузеру","будем","будет","будут","будут:","будущем","будьте","бы","был","была","были","было","быстр,","быстрее","быстро","быть","бэкэнда","в","важен,","важно","важно,","важно:","важного","важны,","важные","валидный","вам","вами","вариант»","вариантов","вас","вас.","ваш","ваше","вашего","вашем","ваших","ввиду","веб","везде","вендоров","вендоров.","вероятно","вероятно,","версии","версии.","версия","версиях","весь","вещей,","вещи,","вещь,","видеть","видно","виртуального","виртуальное","виртуальный","вклад,","включения.","влияет","вложенное","вместе","вместе.","вместо","вне","внедрение","внедрению","внедрения","внедрено","внедрены","внедряем","внедряемый","внедряет","внедряется):","внедрять","внедряться","внедряя","внести","внешнего","внешней","внешние","внешними","внешних","внимание","внимание,","вносить","внутренних","внутри","внутрь","во","водопада","возврата","возвратом","возвращаем","возвращаемая","возвращаемое","возвращаемые","возвращаемый","возвращает","возвращать","возвращающих","возвращении","возможно","возможно,","возможно.","возможности","возможности,","возможность","возможные","возникало","возникать","возникнут","вообще","вообще.","вопрос,","временем","времени","времени.","временную","время","время,","вручную","вручную.","все","всегда","всегда,","всего","всей","всем","всех","вставлен","вставлена","встраиваемый","встраивает","встраивании","встраивать","встроен","встроенная","встроенном","встроенную","встроенные","встроенный","встроенным","всю","всякий","всё","всё,","второй","вторым","входа","входа,","входа.","входа:","входной","входящих","вы","выбираться","выбранной","выбрасывать","выведен","вывод","вывода,","выводить","выглядеть","выглядит","выгода","выделяйте","вызваны","вызвать","вызов","вызова","вызовет","вызывает","вызывается","вызывать","вызываться","вызывая","выполнен","выполнен,","выполнена.","выполнение","выполнении","выполнения","выполнения.","выполнит","выполняем","выполняемых","выполняется","выполнять","выполняться","высокоуровневые","выставляя","выше","выше.","гарантировать,","где","генерации","генерация","генерировать","генерируемый","генерируемых","генерирует","генерируются","гидратации","гидратации.","гидратацию","гидратация","гидратироваться","главный","глобальное","глобальной","глобальном","глобальные","глобальных","горячая","горячей","горячую","готовности","готово","готово,","готовы","грязным","давайте","даже","далее","дальнейшей","дальше,","данного","данные","данные,","данный","данными","данными,","данных","данных,","данных.","данных:","данных?","два","дважды","две","двойная:","двойные","двух","действительно","действия","делаем","делает","делать","делают","деле","деле,","дело,","демо","дерево","детали","детальным","детерминированным,","динамически","динамические","динамический","динамическим,","динамических","директив","директив:","директива","директива,","директиве","директивы","длительным","длительных","для","до","добавили","добавить","добавлен","добавления","добавлено","добавляем","добавляемыми","добавляет","добавлять","догружает","дождаться","дожидаться","документа:","должен","должна","должно","должны","дополнительно","дополнительные","дополнительным","дорого,","доставлять","достаточно","достаточную","достижения","достичь","доступ","доступа","доступно","доступны","доступом","дочерние","другая","другие","другими","других","другого","другой","другом","дублирования","его","его.","единственном","единый","если","есть","есть.","ещё","её","её.","же","же,","же:","жизненного","жизненном","за","забирали","заботимся","завершения","завершён","зависима","зависимостей","зависимостей,","зависимостей:","зависимости","зависимости,","зависимостью","зависимостями","зависимым","зависимым:","зависит","зависящие","заголовком","заголовком:","заголовок","заголовочный","заголовочными","заголовочных","заготовки,","загружать","загружен","загруженности","загружены","загружены,","загрузить","загрузка","загрузки","загрузки,","загрузки.","загрузки...","загрузчик","загрузчики.","загрузчики:","загрязнение","загрязнению","загрязнения","задайте","задач","задач,","закладываем","заключается","заключаются","замена","заменить","заметили,","заметите,","заметить,","занимает","заново","занятием.","записи","заполнено","заполнить","заполняемые","запрос","запрос:","запроса","запроса,","запроса.","запросах.","запросов","запросов,","запросов.","запросы","запускается","запускаться","запуске.","запустить","запущена","заранее","зарегистрировать","заставить","заставлять","затем","затрат","затратами","захотим","здесь","здесь,","знаете","знакомы","знания","знать","знать,","знать.","значение","значения,","значит,","значительно","значительной","значительных","и","идее:","идентификатор","идентификатором","идея","идти","из","избегайте","избегать","избежать","извлекаемый","извлекает","извлекается","извлекать","извлечение","извлечения","извлечённого","извлечённый","излишеством.","изложенных","изменения","изменены","изменились,","изменить","изменяет","изменяют","изменяющих","изображения","изолирован","изолированный","изоляцию","или","или,","имеет","имеете","имеется","имена","именах","именем","иметь","импорт","импорта","импорте","импортирование","импортированный","импортировать","импортируем","импортируете","импортов","импорты","имя","иначе","индексировать","индикатор","индикатором","инициализации","инлайновый","иногда","инстанцироваться","интеграция","интегрировать","интеллектуально","интерактивное","интерактивной.","интерактивности)","интерактивности).","интересуетесь","интернете","интерполирован","интерполировать","интерполяции","интерполяции,","интерполяции.","интерфейс","информации","информации.","информацию","информация","исключительно","исполнения","исполнялась","исполнять","использовали","использован","использование","использование,","использованием","использовании","использованию","использования","использовать","использоваться","используем","используемая","используемую","используемые","используемый","используемых","использует","используете","используется","используйте","использующего","использующих","используя","исследовали","исходного","исходный","итак,","итогового","их","к","каждого","каждой","каждый","как","какие","каким","какой","канала","каталога","каталоге","качестве","класс:","клиент","клиента","клиента,","клиента.","клиенте","клиенте,","клиенте.","клиенте:","клиентом,","клиентская","клиентский","клиентского","клиентское","клиентской","клиентском","клиентскую","клиенту","клиенту.","ключ","ключ,","ключ.","ключевое","ключевые","ключи","ко","когда","когда...","когда:","код","код,","кода","кода!","кода,","кода.","коде","кодом","кодом,","коду","количество","коллбэк","коллбэк.","коллбэке","коллбэком,","коллекции","команды","комментарий","компилировать","компиляции","компонент","компонент,","компонента","компонента,","компонента.","компонентам","компонентам,","компонентами,","компонентами:","компонентах","компонентах,","компоненто","компонентов","компонентов,","компонентов.","компонентов;","компоненты","компоненты,","компромиссы","конверсии.","конечно,","конечном","конкатенировать","конкретного","конкретной","константы","конструкторы,","контекст","контекста","контекста,","контекста.","контексте","контексте.","контекстной","контексту","контексту,","контент","контент,","контент.","контента","контролировать,","контролирует,","контроль","контроля","конфигурации","конфигурацию","конфигурацию,","конфигурация","концепции,","концепции.","корневого","корневой","корневом","коробки","коробки,","которая","которого","которое","которой","котором","которую","которые","который","коэффициентом","крайне","кратко","критически","критический","критического","критическом","критична,","критично,","критичным","кроме","кусок»","кэша","кэша,","кэше","кэширование","кэширование,","кэшированию","кэширования","кэширования.","кэширования:","кэшированной","кэшированный","кэшировать","кэшироваться","кэшироваться,","кэшируемыми","кэшируется","кэшу","легко","ленивая","ленивый","лету,","ли","либо","лишний","лишь","логика","логики","логику","логичным","локальный","лучше","лучшего","лучшее","лучшему","лучшие","лучшую","любая","любой","любом","любые","любых","максимальной","манипулируют","манифест","манифест,","манифеста","маркетинговых","маршрут","маршрут,","маршрута","маршрута,","маршрута.","маршрута:","маршрутизатор","маршрутизатор.","маршрутизатора","маршрутизации","маршрутизация","маршрутов","маршрутов,","маршрутом","маршруту,","маршруту:","массив","мгновенно","медленных","между","менее","менее,","меняться","мере","мест","месте","месте,","место","метаданных","метку","метод","методы","методы:","механизма","микро","миллисекунд","многие","много","многом","мог","могли","могут","модулей","модулей.","модуль","модуля","можем","может","можете","можно","моки","момент","момента","моментом","моменты,","мониторинга","монтировали","монтированием","монтирования","монтироваться","монтируем","монтирует","мы","мы,","на","навигацией","навигации","навсегда.","нагрузка","нагрузке","нагрузку","над","названием","названное","наиболее","наилучшей","найдена')","найдены","найдём","найдёт","наконец","наконец,","нам","наоборот.","написана","написание","написании","написания","написать","например","например,","например:","напрямую","напрямую:","нас","нас,","насколько","настраивать","настроить","настройка","настройками","настройками.","настройками:","настройке","настройки","настройки.","нативно.","нативных","находится","находиться","нахождении","начала","начального","начальное","начальной","начать","начинаться","начнётся.","наш","наше","нашего","нашем","наших","не","него","него.","независимо","некоторой","некоторые","некоторыми","некоторых","нельзя","немного","нему","ненужному","необходим","необходима","необходимо","необходимое,","необходимости","необходимую","необходимы","необходимые","необходимый","необходимым","необходимыми","необходимых","непосредственно","непосредственного","непригодной","нескольких","несколько","несмотря","несоответствие.","несоответствия,","нет","нет,","неудачной,","неё","ни","низким","ним,","ничего,","но","но,","нового","новое","новой","новом","новый","новых","нотациям","нужд,","нуждаться","нужен","нужен.","нужна,","нужно","нужно»","нужные","нуля.","нём.","о","об","обернуть","обеспечения","обеспечивает","обеспечивающие","обеспечить","облегчения","обнаружения","обновим","обновить","обновлений","обновления:","обновляем","обновлённого","обоих","обойти","обрабатывается","обрабатывать","обрабатываться","обработан","обработка","обработке,","обработки","обработчик","обработчика","образом","образом:","обратите","обратной","обращаться","обсудим","обсудим,","обсуждается","обсуждали","обходится","общего","общей","общий","объект","объекта","объектов","объекты","объекты.","объявлены","объёмов","обычно","обычного","обычное","обычной","обычный","обычным","обязательно","обёртки","ограничение","ограничения","один","одинаковое","одинаковые","одинаковый","одна","однако","однако,","одним","одного","одной","однофайловых","одну","ожидаем,","ожидает","ожидаете","ожидается:","означает,","окончания","окончательными","окружение","окружений,","окружения","окружения,","окружениях","окружениях,","он","она","они","оно","операцию","определено","определяет","определяется","определять","определяются","определяющая","определённые","определённых","оптимальные","опуская","опустим","опцией","опции","опционален.","опционально","опциональным.","опцию","опция","опыт","опыту","ориентированный","ориентировано","освновном","основе","основная","основной","основными","особенно","особенности","особой","оставаться","оставить","останавливаем","останется","остановить","останутся","остаётся","осторожным","от","ответ","ответственность","отдаются","отдельно.","отдельной","отдельном","отдельные","отдельный","отдельных","отделён","отзывчивым.","отказываться","отклика","отклоняем","отключена","отключена.","отключение","отключить","открыли","отличается","отличаться","отличие","отличии","отличия","отлично","отметить,","относится","отображаем","отображаемой","отображаемом","отображаемым","отображается","отображения","отображено","отображены.","отобразил","отправить","отправлен,","отправленный","отправлять","отправляться","отправляя","отражают","отрендерен","отрендеренного","отрендеренное","отрендеренной","отрендеренную","отрендеренный","отрендеренным","отсутствия","отсутствующих","официальному","официальную","официальный","очевидно","очевидно,","очень","ошибка","ошибка,","ошибки","ошибкой,","ошибок,","ошибок...","ощущается","ощущать","пакета","памяти.","панель","параметр","параметре","параметры","первоклассной","первоначального","первый","перед","передав","передаваемой","передавать","передаваться","передайте","передали,","передан","передана","переданного","переданный","передать","передачи,","перезагрузка","перезагрузки","перезагрузку","перезапустить","переиспользовать","переключаться","перекрёстных","переменной","переменные","переменные.","переменных,","переместите","перемещён","переносится","пересмотрены","пересоздания","периодов","писать","пишете","пишите","плагин","плагин!","плагина,","плагина:","плагином","плагины","платформо","платформы","платформы,","плохо","плохом","по","побочные","поведение","повторно","повторное","повторном","повторяются","повышенная","под","подготовить","поддерева.","поддерживает","поддерживается","поддержка","поддержки","поддержкой","поддержку","подключаем","подключен","подключения","подключены","подлежащий","подобное","подобным","подойти,","подразумеваем","подробнее","подробной","подробностей.","подробности","подсказок","подставит","подставлена","подставленным","подставлены","подстановки","подстановку","подход","подхода","подходит","подходящих","позволит","позволяет","позднее,","позже","поисковые","поисковый","пока","показатели","полагаетесь","полагаться","полагаются","полезно","полезным","полифилл","полифиллы)","полифиллы,","полного","полностью","полноценного","полный","полных","получать","получению","получения","полученные","получить","получить,","пользователей","пользователи","пользователь","пользовательская","пользовательские","пользовательских","пользовательскому","пользовательскую","пользователя","пользователя.","пользователям),","помешать","помимо","помогает","поможет","помощью","понадобится","понадобиться","понимать,","понять","попадание","попробовать","пор","пор,","посещается","посещённый","посещённым","поскольку","после","последнего","последняя","посмотреть","построен","поток","потока","потока,","потоковой","потоковый","потом","потомки","потому","потребовалось","потребоваться","потребуется","потребуется,","поэтому","поэтому,","появится","появиться","появления","появятся","правило","правило,","правильно.","правильного","правильное","правильных","практически","пре","превращает","предварительно","предзагружать","предзагружать,","предзагружаться,","предзагруженные","предзагружены","предзагружены.","предзагрузить","предзагрузка","предзагрузке","предзагрузки","предзагрузки,","предзаполнены,","предлагаем","предназначена","предоставив","предоставим","предоставить","предоставлен","предоставляем","предоставляет","предоставляется","предоставлять","предоставляют:","предоставляются","предоставляющий","предостережения","предотвращает","предотвращение","предотвращения","предполагаем,","предполагает","предполагает,","предполагается,","предполагали,","предполагая,","предположим,","предпочитаете","предпочитайте","представим","представление","представлении","представления","представления,","представления:","представляем","представляющие","прежде","прежнему","преимущества","преимущества:","преимуществами","преимущество","преимуществом","преобразования","преобразуем","преобразует","пререндеринг","пререндеринга","пререндеринга.","при","приведённая","приведёт","привести","привет","приводит","привыкли","привязанных","пригодной","приложение","приложение,","приложение.","приложении","приложении,","приложении.","приложений","приложений,","приложения","приложения,","приложения.","приложения:","приложениями","применимо","применяется","применять","пример","примера","примера,","примере","примерно","примеси","примесь","примечание:","примечания","примечания:","принимает","принимают","приоритетом;","природе,","присваиваем","присоединить","присоединяем","присоединять","приятным","проблем","проблема","проблеме","проблемой","проблему,","проблемы","проблемы,","проблемы.","проверка","проверки","проверяет,","проверять,","проверяя","программной","продвинутые","проект","проекта","проекте.","проектов.","производит","производительности","производительности,","производительности.","производительность","производительностью","производить","простая","просто","просто,","простого","простой","простота","простую","простые","протестирован","проходит","процесс","процесс,","процесса","процесса.","процессе","процессе.","процессом","процессора,","процессоров","процессу","прочитать","прочтения","проще","прямо","псевдонимы","пулл","пути","путь","работает","работайте","работала","работало","работать","работать,","работают","работе","работу","работы","равно","раз","раз,","раз.","разбивает","разбивать","разбирать","развёрнут","развёртыванию","развёртывания","раздача","разделах","разделе","разделе,","разделе.","разделение","разделением","разделения","разделено","разделить","разделяемых","различий","различными","размер","разместить","разметка","разметки,","разметки.","разметкой","разметку","разметку,","размещать","размещение","разные","разных","разрабатываемого","разрабатываете","разработке","разработке.","разработки","разработки.","разрешает","разрешается","разрешения","разрешены","разрешены.","разрешит","разрешить","разрешиться","разрешённое","разрешённым,","разумное","ранее","ранних","раньше","раньше.","располагает","располагается","расположить","рассмотрим","расчётом","расширения","расширять","расширяют","реагировать","реактивности","реактивность","реактивные","реализацией,","реализации","реализации,","реализаций","реализацию","реализация","реализовав","реализован","реализовать","реализовывать","реализуется","регистрации","регистрировать","редактируете","режим","режима","режиме","режиме;","результат","результата","реквесты!","рекомендаций.","рекомендуемая","рекомендуемый","рекомендуется","рекомендуется).","рекомендуется,","рендер","рендера","рендера.","рендера:","рендерер","рендерер.","рендерер:","рендерера","рендерера)","рендерера,","рендерера.","рендерере,","рендерим","рендеринг","рендеринг.","рендеринга","рендеринга,","рендеринга.","рендеринга:","рендеринге","рендерингом","рендерингом,","рендерингом.","рендерингу","рендерингу.","рендерит","рендерите","рендерить","ресурсам","ресурсах.","ресурсов","ресурсов,","ресурсы","ресурсы,","решения","решения,","решениями","решили,","решить","робот","роботы","руководства","руководства,","руководстве","руководстве.","руководство","руководство,","ряд","с","сайта.","самим","самой","самом","самостоятельно","самостоятельно.","сборка","сборками.","сборке","сборке,","сборке.","сборки","сборки),","сборки,","сборки.","сборки:","сборки;","сборкой","сборку","сборку,","сборку.","свежий","свежий,","свежих","свободно","своей","свой","свойства","свойство","своём","связанные","связано","сгенерированное","сгенерированный","сгенерировать","сгенерирует","сгенерируйте","сделали","сделать","сделать,","себе","сейчас","сейчас,","секунду","секунду.","секунды,","селектор","сервер","сервер.","сервера","сервера!","сервера')","сервера,","сервера.","сервера...","сервере","сервере,","сервере.","серверная","серверно","серверного","серверной","серверном","серверному","серверную","серверный","серверным","сервером","сервером,","сервером.","серверу","сериализовано","сериализовывать","сериализует","сигнатуру","симуляцией","синглтон,","синглтонов","синхронизируем","синхронные","синхронные.","ситуации.","сих","скобки","скорее","скрипт","скрипт,","следует","следующее:","следующем","следующем:","следующие","следующий","следующих","следующих:","слово","сложно","сложной","сложные","случае","случае,","случаев","случай,","случайно","случаях,","см.","смог","смогут","сможем","сможет","смысле,","сначала","снизить","снова","со","собран","собранный","собранных","собраны","собственно","собственный","событий","советуем","совместимости","совместимости,","совместно","совпадает","содержать","содержаться","содержащие","содержимое","содержит","создав","создавали","создавать","создавая","создадим","создан,","создание","создании","создания","созданной","созданному","созданы,","создатель","создают","создаём","создаёт","создаёте","создаётся","сообщает","соответствие,","соответствующей","соответствующие","соответствующий","соответствующих","сопоставления","сопряжено","составляющие","состояние","состояние.","состоянием","состоянием,","состоянием»,","состояния","состояния.","состояния».","сотен","сочетании","специализированное","специализированному","специальном","специальные","специальный","специфичная","специфичные","специфичных","списка,","список","список.","способ","способа","справочник","срабатывании","сравнению","сравниваем","сравниться","сразу","средах","ссылки","ссылкой","ссылок","станет","становится","старыми","статический","статических","статической","статическую","статичного","статичном","статичную","статичные","статичным.","статичных","стеке","степени","стесняйтесь","стиле","стиле,","стилей","стилям","стоит","стороне","сторонняя","стороны","стороны.","страниц","страницах","странице.","страницу","страницу.","страницы","страницы,","страницы.","страницы:","стратегии","стратегии,","стратегии.","стратегий","стратегию","стратегию,","стратегию.","стратегия","стриминг","стриминга","строк","строка","строки","строкой,","строкой.","строкой:","строку","строку.","структура","структурой","структуры","существенными","существу","существует","существующего","существующее","схоже","схожей,","сценария","считать","счёте","сырого","сырые","сюда","т.д.),","таймер,","таймеров","таймеры","так","так,","так:","также","также:","такие","таким","таким:","такими","таких","таковые","такое","такой","таком","такую","те","те,","тег","тегами","тегами.","тегах","теги","текущей","текущем","тем","тем,","темой","теперь","теперь,","тех","техник,","технологиями","течение","тип","типичные","типов","типы","то","то,","того","того,","тоже","той","только","том","том,","тому","тому,","точек","точка","точке","точки","точку","точно","традиционным","трактоваться","транспилировать","трафик,","трафика.","требования","требователен","требует","требуется","требуются","три","тройные","ту","тут","тщательно","у","убедитесь","убедитесь,","увеличению","увидит","удаляется","уже","узких","узлов","укажите","указан","указан,","указан:","указание","указанное","указанных","указать","указываем","указывать","улучшая","улучшением","улучшены.","улучшить","уменьшает","уменьшения","уменьшить","умолчанию","умолчанию,","универсальная","универсального","универсальное","универсальном","универсальную","универсальный","уникальную","уникальный","уникальным","уничтожения","упоминалась","упомянутых","управление","управлению","управления","управлять","упростить","уровне","уровня","ускоряет","условие","устанавливаем","устанавливая","установит","установить","установка","установку","установленной","устаревают","устаревший","устранения","устройствах.","утилиту","ухудшению","учитывать","учётом","уязвимостей.","фабрику","фабрику,","файл","файл,","файл.","файла","файла.","файла:","файлами,","файлах,","файле","файле,","файлов","файлов),","файлов):","файлов,","файлов.","файловом","файлом","файлу","файлу.","файлы","файлы,","файлы:","фактически,","фактический","фактического","фигурные","финальный","формы","фрагмент","фрагмента","фрагментами","фрагменте","фрагменты","фраментов,","фреймворк","фронтенд","фундамент","функцией","функцией,","функции","функции).","функции,","функции:","функцию","функцию,","функция","функция,","функциям","фух,","хаком","хорошей","хороший","хорошо","хотели","хотим","хотите","хранение","хранилища","хранилища.","хранилища:","хранилище","хранилище.","хук","хуках","хуке","хуки","хуков","хуков,","хэши.","цели","цикла","цикла,","цикла.","цикла;","циклах.","цикле","частей","части","части,","части.","части:","часть","частях","чаще","чего,","чем","через","чисто","чистых","член","чтения","что","что:","чтобы","шаблон","шаблон,","шаблона","шаблона,","шаблонах.","шаблоне","шаблоне.","шаблонного","шаблонов","шаблоном","шаг","шины","шрифты","шрифты,","экземплере","экземпляр","экземпляра","экземплярам","экземпляре.","экземпляров","экземпляром","экземпляры","экрана.","экранированного","экспортировать","экспортируем","экспортируемую","экспортирует","экспорты","элемент","элемента","элементы","эта","этапе","эти","этих","это","это,","это...","это:","этого","этого,","этой","этом","этому","этот","эту","эффекты","является","является,","являются","ядре,","—","……render","│","└──","├──","。これは、ファイルが個々にキャッシュされることをゆるしています。共通するcssがたくさんある場合にこの方法をおすすめします。","。クライアント上で、コンポーネントが初めて使用されたとき、vue","あとで必要な非同期","あなたのアプリケーションに","いつコンポーネントキャッシュを使うか","かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。","から","から抽出された","から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に","が、サーバで描画された","があれば、extract","がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。","がプラットフォームによって異なる場合は、プラットフォーム固有の実装を","が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。","が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため","が向上します。","が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。","が必要","が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。","が必要な場合があります。","が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期","が提供されたら、返ってきた文字列は","が改善します。","が放出した","が生成された後、ファイルパスを単純に","が返されます","が追加されていないことに注意してください。id","が重要なページで非同期にコンテンツを取得する場合は、ssr","ここでは、インストール済み外部","ここに例として、生の","この","このような用途として、公式の状態管理ライブラリである","このようにすれば、ルート","このように変えます","このオプションは、下位互換のためデフォルトは","このガイドでは","このガイドについて","このガイドは","このガイドは、vue.j","このガイドはサーバとして","このプラグインは、出力ディレクトリに","このメソッドは","このメソッドは、現在描画されているページに必要な","このメソッドはクライアントアプリケーションを起動するのに必要な","このメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは","このモードでは、","この問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア","この方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。","この方法ではビューコンポーネントの","この方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で","この方法はクライアントサイド限定のグローバルな","この目的のために公式の","この箇所がローディングインジケーターを発火させるべき箇所です","この設定で、コード分割されたビルドのためにサーバ側で描画される","この設定は","これで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。","これには2重の恩恵があります:","これには文字列または関数を入れることができます","これにより、webpack","これにより、アプリ/ベンダーコードのキャッシングも改善される","これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される","これは","これは、ルート要素に","これは、描画中に使われた","これはあなたのアプリケーションのマークアップが注入される場所です。","これはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、node.j","これはサーバービルドの出力全体を","これは通常","これまでは、同じ","これら","これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のidと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:","これを...","これをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。","これを回避するために、代わりに副作用コードを","さらに、テンプレートは次のような高度な機能をサポートしています:","さらに重要なことは、vue","された","されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに","しかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の","したがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。","したがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません。","したりすることができます。しかしながら、ssr","して","すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。","すべてのプリフェッチのフックが解決されると、ストアには、","すべての非同期なコンポーネントが解決されるように","することもできます。","そうすれば(訳注:","そして","そしてタイトルは","そして私たちのサーバーコードはこうなります:","そのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:","それらも同じようにホワイトリストに加えなければいけません。","ただし、ルート","だからです。","つのファイル(base、client、server)に分けることを提案しています。bas","つまり、次の場合にコンポーネントをキャッシュしないでください。","で","できるという考えです。","です:","です。","です。しかし、可能ならば常に","でのみ使用できます。","での使用例:","では、this.$ssrcontext","では、このオプションは","ではエラーが発生します。","ではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?","でも大丈夫です。","でインポートされた","でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから","でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい","でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された","で作られたサーバで使う場合はとても簡単です。例えば","で処理する必要がある依存関係を外部化しない","で処理できます:","で実装することも可能です:","で実装できます:","で新しいインスタンスを作成し、ルート","で自動注入されます","で開始されなければなりません。","と","という","という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:","という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。","という特別な属性は、クライアントサイドの","といったブラウザ環境のグローバル変数を直接使用すると、node.j","としてコンポーネントにおいて","としてページ内にインライン展開されるべき","として埋め込まれます","とは何か?","とは異なり、サーバで描画されたアプリケーションでは","と同様の関数シグネチャを必要とします。","と比べて、ssr","と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。","と組み合わせることも可能です。そのためにすべきことは以下です:","と見なすことができます。","どうして","どちらの環境に対して、それは","どのファイルが","どのファイルに","な","なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。","など)、代わりにプリレンダリング","などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。","など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。","なのか?","に","に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id=\"app\"","に、単に","において","において、以下の記述で私たちは簡単にアプリケーションをマウントします:","において、例えば","にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。","にて使用されており、そちらを参照するととても役立つことでしょう。","になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。","になり、","には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は","には次のいずれか1つを指定できます:","にも対応しています。","によってエクスポーズ","によってビルドされ、","によってルートコンポーネントの非同期チャンクに移動されます。","によって内部的に使われている","によって処理されないといけないからです。","によって手動で","によって扱われます。","によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。","によって決定される場合、上記は良い実装でしょう。しかしながら、同じidを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、","によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、html","によって生成されたバンドルオブジェクト。","によって生成された仮想","によって直接使用されることを想定していました:","によるアセットの注入:","によるルーティング","にアクセスする","にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:","にサーバー側のルーティングロジックを実装する必要があります:","にフェッチ処理を割り当てます","に付随させ、`template`","に似ていますが、","に依存する他のタイプのファイルをインポートしているなら、","に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして","に公開する必要があります。子は、this.$root.$options.ssrcontext","に副作用をもたらす子コンポーネントがあります。","に動的にデータを付随させ、そして","に問題が発生します。この問題を解決するためには、ベンダーのチャンクに","に基づく","に挿入されるべき任意のインライン","に挿入されるべき任意のマークアップを文字列で指定します。","に挿入します。しかし、vue","に描画","に描画されるのを解決するプロミスを返します。","に描画します。より詳細については、ストリーミング","に渡された","に渡されるサーババンドルを生成するために作られるもので、次のようになります:","に渡します:","に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして","に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。","に直接マウントします。しかし、ssrの場合は責務はクライアント専用のエントリファイルに映されます。app.j","に移動してください。","に解決するプロミスを返します。","に設定することをお勧めします。詳細は","に適した方法で動的なインポートを処理でき、","に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、nuxt.j","の","のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。","のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば","のにおいて、環境にはほとんど影響されない、","のみが","のみが必要です。","のような","のような別のjavascript","のような流れになります:","のように","のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の","のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、\"アイソモルフィック","のインスタンスにはなりません。","のオンデマンドコード分割機能(code","のコアチームメンバです。","のコーディングスタイルである関数を指定します。","のサーバサイド実装はこちら","のステートキーと","のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。","のストアの初期状態を指定します。このインライン","のテンプレート内に、以下のような記述をした場合です:","のネイティブタイマーを使用して、","のネイティブモジュールに依存しているため、node.j","のバージョンは6以上を使用することを推奨します","のバージョンは一致している必要があります","のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。","のビルドを出荷しました。これにより、上記の環境で使用できるようになります。","のポリフィルを提供する必要があります。","の中で","の代わりに","の代わりにrendertostreamを使用するだけです:","の代わりにここでモジュールをインポートします","の代替になります。","の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。","の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axio","の利点は主に次の点にあります:","の場合は、バンドルコードはサーバープロセスと同じ","の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、cpu","の実装を修正する必要があります。","の実装を提供します。","の抽出","の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な","の描画ごとに未使用の","の文字列としてインライン化されたままになり、vue","の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の","の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが","の標準ビルドは","の機能にアクセスできます。","の注意","の状態を埋め込む際に","の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。","の第2引数として","の管理","の管理の章を見てください。","の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画","の自動注入","の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル","の設定が必要です:","の設定を見てみてください。","の設定オプションに","の設定例です:","の評価","の読み取り可能なストリーム","の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は","の項目を参照してください。","は","はhtmlに集められてインライン化されます","は、","は、もし第","は、サーバーとクライアントの両方に同じ","は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。rendertostr","は、描画中に利用されるコンポーネントによって必要とされます。詳細は","は、第1引数にエラー内容、","はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。","はこのようになります(すべて自動でインジェクトされます):","はこの問題を解決するために、createbundlerender","はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート","はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、vue","はクラインアントサイドで生成された仮想","はサーバーによる描画のためのいくつかの特別な機能を持っています:","はシンプルに","はソースマップをネイティブサポートしていません。","はファイル拡張子に基づいて推論されます","は一致した非同期コンポーネントを自動的に解決するためです。","は同期的","は既にそのコンポーネントにサーバーインラインcssがあるかチェックします。もし存在しない場合、そのcssは動的に","は直接","は自動でクロスサイトスプリクティングを防ぐ","は自動的に最終的な","は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、ssr","は非同期コンポーネントを最重要コンセプトとして提供しており、","は非常に高速ですが、コンポーネントインスタンスや仮想","ふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。","へのアクセスは想定されていないので、window","へサニタイズされます。","へ変わったとき)には","ほとんどの","ほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一urlが常にすべてのユーザに対して同じコンテンツを描画する場合)、","ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな","また、あなたが読まれているように、このガイドで説明されている技術のほとんどが","また、実装の詳細は割愛します","または","または、runinnewcontext:","またはサポートしているライブラリの以下の最小バージョンを必須としています:","まだ描画されていないコンポーネントにのみ関心を払うため、","もうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態","もし","もしあなたが","もしあなたが、幾つかのマーケティングのページの","もしくは","もしローディングインジケーターがあるならば、","もし以前に、","もし同じように","もホワイトリストに登録する必要がある","も渡された場合、テンプレートは自動で以下を挿入します。","も渡すことで、すべての自動挿入を無効にすることができます。","や","や、file","より複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的","より詳しい情報は、","を","をしているとき、基本的にはアプリケーションの\"スナップショット\"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります。","をもつ","をインポートするときに気を付けることがいくつかあります:","をシリアライズし、window.__initial_state__","をテンプレートには含むべきです。","をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です","を介してそれにアクセスすることができます。","を使います","を使うことができます。","を使うことです。これは以下を提供します:","を使うと","を使って、base","を使っています。では","を使ってメインチャンクのcssを個別のcssに抽出することをサポートします","を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが","を使って挿入されるので、これらのメソッドをテンプレート内で(inject:","を使って注入できます","を使って説明していきますが","を使用したキャッシュの利用を可能にします。","を使用した時の自動的なcss評価","を使用して","を使用して、ルートコンポーネントの","を使用していた場合、","を使用している場合、prerend","を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。","を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって","を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と","を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての","を使用します","を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。","を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。","を使用することで簡単にプリレンダリングを実装することができます。","を使用する前に、まず初めに、実際に","を使用する場合、このプロパティは自動で追加されることに注意してください。","を使用する場合、例えば","を使用する際に考慮すべきトレードオフも何点かあります:","を使用する際の、アセットリンクとリソースヒントの自動注入","を全く使っていないのなら、自分自身で文字列を結合することができます。","を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの\"ハイドレート","を利用することができます。","を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。","を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。","を包括的にヘッドを管理するユーティリティに容易に拡張できます。","を参照してください。","を取得するコードを書いてみましょう:","を受け入れる","を向上させるためだけに","を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な","を含んだ","を呼び出します","を変換する","を変更する","を変更するコードには注意してください。","を変更する依存関係を外部化することはできません;","を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。","を実装すべき点に注意してください。加えて、get","を急いでコンパイルするために","を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します","を抽出するために、vue","を指定)","を提供しています。また、webpack","を提供する","を操作するため、ssr","を文字列で指定します。もし","を更新します:","を書くことができます:","を有効にして","を注入する","を活用する機能","を渡すことです:","を渡すことで展開データを提供することができます:","を渡せば、手動でアセットインジェクションを行うことができます。","を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。","を生成し操作がされます。しかし、同じ","を生成する","を用いて","を用いて描画してしまい、ハイドレーションが失敗してしまいます。","を用意することで回避できます。","を示す必要があります。またそれとは別に、commonschunkplugin","を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである","を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文","を表示します","を記述してください。","を設定し、そして","を設定します。","を試してみてください。これは同じ","を調べているとしたら","を返します","を返すユニバーサルなアプリケーションを想定しています","アクションから","アセット","アセットの挿入と同様に、ヘッド","アプリのコンテンツを含む完全なページになります","アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な","アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。","アプリケーション、ルーター、ストアを公開します","アプリケーションで広くテストが行われています。実際には、作成者は","アプリケーションとルーターの両方を返します","アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!","アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します","アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、ajax","アプリケーションの依存関係を外部化する","アプリケーションは","アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack","アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。","アプリケーションをバンドルする必要があります。実際、webpack","アプリケーションを描画するために必要とされる状態が入っています。","アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。","アプリケーションコードを書くことが可能になっています。","アプリケーションサーバのエントリファイルへのエントリポイント","アプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。","インスタンス","インスタンスから注入する必要があります。","インスタンスの","インスタンスを","インスタンスを作成","インスタンスを作成し、dom","インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。","インスタンスを描画","インスタンスを文字列として描画します。context","インスタンスを生成します。","インストール","インライン","エスケープされたhtmlを補間する","エスケープした展開)を使うこと。","エスケープしない生のhtmlを補間する","エラーを処理","オブジェクトの指定は、任意です。callback","オブジェクトは","オブジェクトも","オブジェクトをモックすることによって最初に環境を準備する必要があり、","オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。","オブジェクトを持っているからです。node","オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:","オプションがレンダラに利用されると、","オプションによってさらにカスタマイズが可能です。","オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる","オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。","オプションを","オプションを使います","オプションを使用して、そのオプションの","オプションを使用していれば自動で扱われます","オプションを使用することで、プリロードすべきものを正確に制御できます。","オプションを提供し、","カスタムディレクティブ","キャッシュ","キャッシュオブジェクトは、少なくても","キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):","キャッシュ可能なコンポーネントは","クライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます:","クライアントです。","クライアントで重複してモジュールが登録されるのを避けて下さい","クライアントとサーバーのためのユニバーサル変換処理の体験","クライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、","クライアントエントリは単にアプリケーションを作成しそれをdomにマウントします:","クライアントサイドでのハイドレーション","クライアントサイドではデータ取得について","クライアントサイドで完結するプロジェクトの","クライアントサイドのデータ取得","クライアントサイドハイドレーションのために","クライアントサイドプラグインのための","クライアントビルドマニフェスト","クライアントマニフェストの生成","クライアントマニフェストを利用するためには、client","クライアント使用する場合:","クライアント固有の初期化ロジック","クラス:","クリティカル","グローバルな状態に依存する子コンポーネントがあります。","コメントに注目してみてください。","コンテキストで実行されるので、アプリケーションコード内で","コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの","コンテキストに直接アクセスできます。古いバージョンでは、createapp()","コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。","コンテキストを渡して注入し、ルート","コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。","コンテンツの登録内容は1秒後に期限切れになります","コンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。","コンポーネントから集めた全てのクリティカル","コンポーネントにインポートするために","コンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の","コンポーネントのために","コンポーネントのライフサイクルフック","コンポーネントはシンプルに","コンポーネントはドキュメントのタイトルを制御するために","コンポーネントはブラウザで","コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう","コンポーネントをサーバ上の","コンポーネントを使用する際の、重要な","コンポーネントを描画します","コンポーネントキャッシュ","コンポーネントレベルでのキャッシュ","コードの文字列","コード分割","コード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの","コールバックで、次のメソッドを持ちます:","サードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる","サーバがマークアップを描画後に、この処理を実行し、すべての","サーバでのみ実行されます","サーバで描画された","サーバと連携する","サーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:","サーバを実行できる環境が必要になります。","サーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の","サーバサイドの描画について、さらに見ていく前に、\"ユニバーサル\"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの","サーバサイドプラグインのための","サーバサイドレンダリング","サーバサイドレンダリングガイド","サーババンドルと任意の引数","サーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側とクライアント側の両方のビルド情報を持つことになり、","サーババンドルの紹介","サーババンドルを文字列として描画します。context","サーバプッシュをプログラムで行うときに使えるでしょう。","サーバーとクライアントでコードを共有するものの、タスクが使用する","サーバーによる描画を使用するなら、コンポーネントの","サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。","サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な","サーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。","サーバーコードが任意の","サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます","サーバーサイドのデータ取得","サーバーサイドのルーターの場所を設定します","サーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:","サーバービルドで外部化しないでください。","サーバー上でのデータリアクティビテイ","サーバ側の負荷が増えます。","シリアライズされた","シンプルなプロジェクトは以下のようになります:","スタイルのエクスポートを使用するようにサーバーバンドルに指示する","スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。","ステップ","ステートとして埋め込まれたインラインスクリプトを返します。","ステートフルなシングルトンの回避","ストアの状態から","ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:","ストアコードの分割","ストリーミング","ストリーミングに関する注意事項","ストリーミングを参照してください。","ストリームによる描画モードでは、レンダラが仮想","セットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack","ソースコードの構造","タイトルを管理する単純な","タグも含みます。(例:","タグを挿入することができます。そのようにして","タグを自動的に挿入することができます。","タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。","タグを返します。詳細は","タグ経由で注入されます。","チャンクをプリフェッチする","ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。","テンプレートのルート要素が","テンプレートの展開","テンプレートは、次の構文を使用した簡単な補間もサポートします。","テンプレートはシンプルな展開","テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は","テンプレートを想定します","ディレクティブのバインディングメタデータに基づいて","デフォルトでは、bundlerender","デフォルトでは、javascript","デフォルトで生成されるファイルは以下のものです:","デフォルトのファイル名は","デフォルト設定で、アセットインジェクションはあなたが作成した","デフォルト設定ではこのようになります:","データが準備できた後に、コンポーネント内で","データのプリフェッチと状態","データストア","ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。","ハイドレーション時の注意","ハンドラを使用していることに気付いたかもしれません。これにより訪れた","ハンドリングエラー","バンドルを","バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません","バンドルレンダラによってrendertostr","バンドルレンダラの紹介","バンドルレンダラの追加","バンドルレンダラーのソースマップのサポート","バンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの","バージョン","ビルトインソースマップのサポート","ビルドステップの紹介","ビルド設定","ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。","ファイルに変換するプラグイン。","ファイルの","ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。","ファイルのようなファイルタイプを追加できる","ファイルのスタイルのみに適用されますが、外部","ファイルのプリロードは","ファイルの場合、抽出しない","ファイルを","ファイルをつくって、そこに","ファイルをプリロードする","ファイルを利用しているとき):","ファイルを含めないでください。クライアント側の","ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。","ファイルを読み込み","フェッチする必要があるデータはアクセスしたルート","フォントのプリロードのみ","フックにこのモジュールを遅延登録することができます:","ブラウザ","ブラウザでのみ実行されます","ブラウザは、自動で","ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。","プラグイン","プラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:","プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:","プラグインを追加してください!","プラットフォーム固有の","プリプロセッサや","プリレンダリング","プリロードすべきものはアプリケーションの実装依存になるでしょう。","プロジェクトにおいても大枠は似たようなものですが、設定ファイルを","プロミスは描画できるようにアプリケーションインスタンスを解決するべきです","プロミスを返します","ヘッドの管理","ページに必要な","ページシェルでラップする必要がありました。","ページタイトルは","ページテンプレート","ページテンプレートの使用","ページテンプレートを使用する","ページレベルでのキャッシュ","ページ全体の","ページ内の","ポリフィル)","マイクロキャッシング","マニフェストを抽出する","メソッド内でのみ使用可能","メタタグが注入されます","メモ:","モジュールはベンダーチャンクに抽出されます...","モジュールはルートコンポーネントの依存関係になっているので、webpack","モジュールを複数回インスタン化できます","ユニバーサル","ユニバーサルなコードを書く","ユニバーサルコードでは、プラットフォーム固有の","ユーザー固有でないページのみがキャッシュ可能です","ランタイム","ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。","ランタイムを先頭のチャンクに分割して、","リクエストが","リクエストがユーザー固有のものかどうかチェックするロジックを実装します","リクエストごとに新しいルート","リクエストごとに新たなルーターインスタンスも必要となるため、","リストで繰り返されるコンポーネントです。","リソースヒント","リソースヒントが生成されるべきかを制御する関数。","リソースヒントを返します。","リファレンス","リファレンスを参照してください。","ルーターが非同期コンポーネントとフックを解決するまで待機します","ルーターとストアのインスタンスを作成します","ルーターをルートvueインスタンスに注入します","ルーターインスタンスを作成します","ルーティングとコード分割","ルートが複数回訪問されたときに、","ルートのナビゲーションの前にデータを解決する:","ルートの状態をストアの一部として利用できるよう同期します","ルートインスタンスは単に","ルートコンポーネントではカスタム静的関数","ルートコンポーネントの内部","レイヤーで行われますが、","レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、","レベル(例えば、render","レンダラに","レンダラに渡すことができます:","レンダラを作成","レンダラオプション","ロジックとコンポーネントとの結び付き","ローディングインジケーターを停止させます","一个函数,用来控制什么文件应该生成","一个函数,用来控制对于哪些文件,是需要生成","一个基本项目可能像是这样:","一个模块被提取到","一些需要注意的坑","一意の","一致したルートコンポーネントすべての","一致するビューが描画された後にデータを取得する:","一致するルートがない場合、404で拒否します","上下文中的","上下文中运行,所以请留意在应用程序代码中尽量避免修改","上下文并重新执行整个","上下文状态键(context","上下文,因此伴随有一些显著性能开销。","上記の設定は","上,才能手动注入服务器端渲染上下文(ssr","不包含","不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是","不要外置化","不转义插值(non","与","与传统","与服务器集成","专门章节","両方の環境に共有される設定を含み、server","中","中。","中。假设我们有以下","中。此外,我们将在","中。而在客户端,在挂载到应用程序之前,store","中にエラーが発生します。これを回避するには、2つの方法があります:","中に呼び出されます。つまり、","中に破棄フックは呼び出されないため、タイマーは永遠に残ります。","中使用。我们可能会提供一个更简单的构建,可以在将来在其他「javascript","中创建一个新的实例,并从根","中包含","中实现它:","中实现服务器端路由逻辑(server","中导入","中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从","中执行时抛出错误,反之也是如此。","中收集和内联(使用","中无法使用。在","中渲染完整的应用程序,显然会比仅仅提供静态文件的","中的","中的代码具有自己的","中的代码意外污染服务器进程的","中的依赖模块。只有在所生成的","中的所有资源都将被预取,因为这是低优先级指令;","中运行(例如通过","中进行简要讨论。","中,","中,我们可以通过路由获得与","中,我们用下面这行挂载(mount)应用程序:","中,或者使用为你执行此操作的","中,此选项有一个","中,这使得它可以在上述环境中使用。","中:","为了简化这些,你可以直接在创建","为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data","为什么使用服务器端渲染(ssr)?","为整个页面的","为此,建议使用官方提供的","为此,我们将使用官方状态管理库","为要渲染页面提供最佳的","之中,extract","之前调用","之后,只需将文件路径传递给","之外,我们还可以生成客户端构建清单(client","也可以与","也可以也可以在生产模式(product","也可以是可选的异步函数。这允许缓存使用异步","事实上,作者是","什么是服务器端渲染(ssr)?","仅运行于服务器","仅运行于浏览器","今、私たちのサーバーはvueアプリから切り離されています!","今までは、バンドルされたサーバサイドのコードが","介绍构建步骤","仍然使用独立的全局上下文(separ","从","从依赖模块导入样式","他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。","他のタスクを実行できるようにするため、promis","他の変数を考慮して","他の描画オプション...","代码分割","代码字符串(不推荐)。","代码将与服务器进程在同一个","代码拆分(store","代码提供了更好的缓存。","代码,将看起来如下(所有都是自动注入):","代表的な使用方法は、次の","以","以上","以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:","以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在","以便可以在之后正确注入异步","以便在组件中,我们可以在数据准备就绪后","以便我们不会二次预取(doubl","以便我们能够知道数据在何时更新","以便服务器能够等待所有的内容在渲染前,","以获得更好的缓存,是很常见的做法。","以降","以降)の場合は、バンドルは別々の","以降でのみサポートされる)","以降においては、コールバックはオプションです。コールバックなしで渡されるとき、html","以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された","以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。","以降を使っていればサーバに","以降必須","任意のエラーがあれば処理","任意の引数","会在服务器端渲染(ssr)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如","会检查这个组件是否已经具有服务器内联(server","会返回","会遇到问题。为了解决这个问题,请避免在","传入","传递到我们的","传递给","但是稍后我们将在此执行服务器端路由匹配(server","位于提取的","何时使用组件缓存","作为对象传递给","作出贡献!","你也可以通过将","你可以在这里添加更多的文件类型。例如,未处理","你可能已经注意到,我们的服务器代码使用了一个","你应该在创建","你还应该将修改","使っていたら、それが","使用","使用「ssr","使用一个页面模板","使用三花括号(tripl","使用双花括号(doubl","使用基本","使用時に、自動挿入を行うかどうかを制御します。デフォルトは","使用服务器端渲染(ssr)时还需要有一些权衡之处:","使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data","使用相同的策略,你可以轻松地将此","使用(可选的)选项创建一个","例","例)以下のような","例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、ssr","例として、v","例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个","例如,请查看","依存で","依存関係からのスタイルのインポート","依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ","依赖一些","依赖模块导入","依赖模块放置在不同位置,或者","假定我们有一个可以返回","假设服务器","停止加载指示器(load","元素。相反,我们需要\"激活\"这些静态的","共通する","共通のエントリ","关于此指南","关键","具体实现细节)","具体查看:","具体请查看","典型用法是传入","典型的な","内でバンドルレンダラに渡されます:","内に","内にデータを展開","内置支持组件级别缓存(compon","内置的","内部な場合","内部のサーバ処理","内部使用的","内部异步组件中的","内部抛出的错误,使用的是","内部自动注入","决定,则上述是一个很好的实现。但是,如果具有相同","出于向后兼容的考虑,此选项默认为","函数。我们也可以通过纯客户端(client","函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。","函数来缓存组件。","函数的第二个参数,来提供插值数据:","函数,并返回","函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。","函数:","列入白名单,例如","列表中重复出现的组件。由于这些组件通常由数据库集合(databas","创建","创建应用程序实例,将","创建插件实例时可以自定义文件名:","创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。","別の方法として、バンドルをオブジェクトとして","到","到根","到目前为止,我们假设打包的服务器端代码,将由服务器通过","到目前为止,我们还没有讨论过如何将相同的","加えて、clientmanifest","動的な更新がないので、ライフサイクルフックのうち、beforecr","匹配不到的路由,执行","匹配要渲染的视图后,再获取数据:","单个文件组件内的","单页应用程序)相比,服务器端渲染(ssr)的优势主要在于:","即运行在服务器和客户端的代码。由于用例和平台","原始文件,","原生定时器,来为","原生模块,因此只能在","参数可以是以下之一:","参照:","参考","参考:","参考。","参考:手动资源注入(manual","参考:手動によるアセットインジェクション","参考:源码结构","又或者,你还可以将","另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据","只从应用程序生成","只在","只有非用户特定(non","只用于","只需创建应用程序,并且将其挂载到","只预加载","只预加载重要","可以很好对同步","可以通过","可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件","可能会随时间而变化,或者如果渲染结果依赖于其他","可读流。上下文对象(context","同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、","同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。","同样的规则也适用于","同様のやり方で、この","同步路由状态(rout","后执行,","后返回最终渲染的","后,","后,会返回","否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。","启用","告知","和","和将","和操作","和路由信息作为参数传递进去:","和(可选的)选项创建一个","哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。","回调函数中,你传入的","回调函数是可选项。在不传递","因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre","因为有可能会是异步路由钩子函数或组件,所以我们将返回一个","因此可以创建多个实例化该模块","因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。","因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的","因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:","固有の機能は","在","在下一章节中,我们将讨论如何配置","在之后的指南中介绍相关概念时,我们将详细讨论这些。","在使用","在使用带有","在初始路由","在大型应用程序中,我们的","在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user","在客户端,处理数据预取有两种不同方式:","在对你的应用程序使用服务器端渲染(ssr)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time","在嵌入","在开发模式下,vue","在开发环境甚至部署过程中热重载(通过读取更新后的","在所有预取钩子(prefetch","在服务器处理函数中……","在服务器端构建过程中,不应该外置化提取。","在服务器端渲染(ssr)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。","在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加","在此模式下,修改","在流式渲染模式下,当","在浏览器端接管由服务端发送的静态","在生成","在生成的文件名中有哈希时,可以取代","在纯客户端应用程序(client","在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:","在调用","在路由导航之前解析数据:","在路由组件内","在这里导入模块,而不是在","在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件","在通过","在非","在默认构建时,会预先假定有一个","基于指令绑定元数据(metadata)转换","基于文件扩展名的类型推断。","基本用法","基本的な使い方","基本的な例としては、私たちは","处理。","处理。如果你导入依赖于","处理任何错误","处理异常……","处理程序,它接受任意","处理错误……","外置化应用程序依赖模块。可以使服务器构建速度更快,","多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、","大多数自定义指令直接操作","大規模なアプリケーションでは、vuex","好处是双重的:","如基本示例所示,我们为每个请求创建一个新的根","如果","如果你使用","如果你想从","如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器","如果你根本没有使用","如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:","如果你调研服务器端渲染(ssr)只是用来改善少数营销页面(例如","如果先前已经使用过","如果在服务器端渲染期间使用,可以在","如果它在","如果提供了","如果没有,css","字体","字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。","字符串,并由","它具有可能依赖于全局状态的子组件。","它具有对渲染上下文产生副作用(side","安装","完全に描画","定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。","实例","实例。","实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在","实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross","实例注入。","实例渲染为","实例渲染为一个","实例渲染为字符串。上下文对象(context","实例)","实例,并直接挂载到","实例,所以文件导出一个","实现逻辑为,检查请求是否是用户特定(user","実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを\"プリフェッチ\"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。","客户端","客户端和服务器端的通用编程体验。","客户端数据预取(client","客户端混合","客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的","客户端激活(client","客户端特定引导逻辑……","客户端配置(client","客户端,可以向服务器和客户端都暴露相同的","客户端:","密集),因此如果你预料在高流量环境(high","对","对于","对于仅浏览器可用的","对于共享于服务器和客户端,但用于不同平台","对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用","对于所有环境,必须要预先在环境中模拟","对于自定义指令,允许提供服务器端实现:","对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(ssr)解决此问题。","对所有匹配的路由组件调用","对象(client","对象。","对象。注意事项如下:","对象。由于在使用","对象中的获取","对象会暴露以下方法:","对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。","对象进行插值,你可以(通过传入","对象,以及将","对象,允许模板插值中的组件动态地注册数据。","对象,在其","导入","导入它。","导入文件,通过","导入的","导出一个","导出一个工厂函数,用于创建新的","导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情","将","将主","将会使用","将会是","将会有所帮助,此示例使用了本指南涵盖的大部分技术。","将作为","将使用","将依赖模块提取到","将内联为","将创建一个新的","将可能的异步组件和钩子函数解析完","将在独立的全局上下文(separ","将外部","将推断客户端生成的虚拟","将是注入应用程序内容的完整页面","将永远保留下来。为了避免这种情况,请将副作用代码移动到","将生成为可传递到","将获取数据操作分配给","将通过","就已经准备就绪。","就应该获取到状态:","尽管","层完成,但是我们也可以在","层级(virtual","属性:你需要自行添加","已更改,例如,从","已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:","带有逻辑配置的组件(logic","并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。","并且","并且我们的服务器代码现在变为:","并且还会在编译","并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。","并列同级,组件作用域","并将其暴露于根实例的","并手动执行资源注入时,传入","并生成较小的","并返回一个内联的","应用程序/vendor","应用程序、router","应用程序。事实上,我们可能需要在服务器上使用","应用程序中,然后对客户端和服务器复用相同的路由配置!","应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。","应用程序代码。","应用程序实例共享","应用程序实例,以便它可以渲染","应用程序广泛测试","应用程序提供给客户端。为了做到这一点,我们需要使用","应用程序时,render","应用程序是由","应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积","应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示","应用程序,因为:","应该","应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由","开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycl","开发过程中热重载(hot","开头才会被识别为文件路径。","异步路由组件的路由配置示例:","引数","引数に","当你在渲染","当你阅读时,参考官方","当使用","当在渲染上下文(render","当我们将状态附加到上下文,","当编写纯客户端(client","従って基本的な考え方は","従来の","必填选项","必要なことは、サーバーとクライアントの両方で","必須","必须匹配版本。","必须是一个函数,","性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。","惰性注册(lazi","我们假设你已经知道,如何为纯客户端(client","我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交","我们只关心非预渲染的组件","我们可以在路由组件的","我们可以编写一个简单的","我们可以通过传入一个\"渲染上下文对象\",作为","我们可以通过检查匹配的组件,并在全局路由钩子函数中执行","我们将在后面的章节讨论规划结构的细节","我们将在整个指南中使用","我们将在路由组件上暴露出一个自定义静态函数","我们的","我们需要通过访问路由,来决定获取哪部分数据","或","或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。","所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用","所以我们对比它们,找出两个匹配列表的差异组件","所支持的使用动态导入作为代码分割点相结合,你需要做的是:","所谓客户端激活,指的是","所需的构建工件(build","手动资源注入(manual","手動でのアセットインジェクション","手動によるアセットインジェクション","打包","执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到","扩展为通用的头部管理工具(gener","扩展说明(extern","技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,nuxt.j","抽出の有効化","抽出は、開発中ではホットリロードされるように、","抽出を有効にする","抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想","指向你的客户端入口文件。除此之外,如果你使用","指向应用程序的","指引","接收第二个参数作为回调,那","控制使用","推奨","推奨されるコードの構造が少しだけ違うことに気がつくでしょう","推荐","推荐使用","推荐使用组件作为抽象机制,并运行在「虚拟","描画","描画された","描画する前にすべての準備が整うまでサーバーが待機できるように","描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に","描画中にタイトルをセットするコンポーネントがない場合に備えて、context","描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。","描画済みのページに対する最適な","提供","提供一个名为","提供一个模板。此模板应包含注释","提供以下优点:","提供异步组件作为第一类的概念,将其与","提供组件缓存具体实现。缓存对象必须实现以下接口(使用","提取","提取。","提取到单独的","提取应该只用于生产环境","提取的","插件","插件作为独立文件提供,并且应当直接","插件提取","支持","支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。","支持(在","支持)","支持:","改为这样:","攻击。","攻撃を防ぐために","数据预取","数据预取和状态","数据预取存储容器(data","数据预取指令(preload","整个构建过程的信息,从而可以让","文件","文件。","文件。app.j","文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。","文件。客户端","文件。所创建的","文件与外部的","文件中提取","文件中的样式,然而你也可以使用","文件中(使用","文件会被预加载,因为它们是启动应用时所必需的。","文件列入白名单。这是因为从依赖模块导入的","文件时):自动内联在渲染过程中用到的组件所需的css。更多细节请查看","文件的插件。","文件(.j","文件(例如,使用","文件,则无需外置化提取","文件,里面会模拟一些根据","文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに","新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします","时……","时。","时已经自动创建过。","时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如","时提供具体缓存实现方式(cach","时是否执行自动注入。默认是","时需要注意的几点:","时,","时,context.st","时,使用","时,可以消除此约束,但是由于需要为每个请求创建一个新的","时,在服务器并不真正需要它,所以实际上只需在客户端","时,如果提取的","时,它将自动执行「由","时,我们可以确保对","时,模板会自动注入以下内容:","时,此方法返回一个","时,自动注入「资源链接(asset","时,自动注入关键","是一个","是在要用到的","是我们应用程序的「通用","是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出","是由","是通过","是:","显式地声明","智能地注入为","暴露","更加大量占用","更多信息请查看构建配置。","更多的服务器端负载。在","更多细节请查看","更好的","更快的内容到达时间(time","更重要的是,vue","替代","最后,请注意,本指南中的解决方案不是限定的","最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!","最新版本能够完全支持","服务器","服务器上的数据响应","服务器中使用时相当简单直接,例如","服务器实时动态编译","服务器推送(http/2","服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。","服务器渲染的","服务器端数据预取(server","服务器端渲染","服务器端渲染(ssr)与其他后端设置进行混合使用,是后端自身集成","服务器端渲染指南","服务器配置(server","服务器配置,是用于生成传递给","服务器需要「服务器","期望值:boolean","期间并不会调用销毁钩子函数,所以","本指南专注于,使用","本指南将会非常深入,并且假设你已经熟悉","本指南需要最低为如下版本的","本番環境でのみ有効にする必要があります","本身不支持","本身,并且具有","来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用","来处理组件","来处理这个问题:","来完成标题管理:","来实现:","来打包我们的","来执行其他任务","来注入正确的资源","来直接访问组件中的服务器端渲染上下文(ssr","来简单地扩展基本配置。","来访问它。","构建为单个","构建配置","构建配置。","构建,并且许多","构造函数,所以它不会是服务器进程中","标签。当在应用程序代码中使用异步代码分割(async","标签也会注入","标签内由","标签到所渲染的","标签动态注入。","标签包含所有关键","标签的形式注入到页面头部。注意,如过你使用了","标签,以避免客户端的瀑布式请求(waterfal","标记(markup)。在这个示例中,我们必须用一个额外的","标记。","标记注入的地方。","树(virtual","核心团队的成员。","根元素的","根实例简单的渲染应用程序组件。","根本的なサーバサイドレンダリングの問題","検索エンジンのクローラが完全に描画されたページを直接解析するため、seo","構文(三重中括弧)の使用","構文(二重中括弧)の使用","標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは","模块:","模板中写入:","模板中根元素具有","模板中注入的内容。更多详细信息,请查看生成","模板插值","模板还支持使用渲染上下文(render","模板还支持简单插值。给定如下模板:","次に","次のようなテンプレートであれば:","次のように","次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack","次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。","此处告知","此外还需要注意的是,你应该避免在","此外,当提供","此外,模板支持一些高级特性,例如:","此插件在输出目录中","此方法不返回字符串","此方法序列化","此方法返回引导客户端应用程序所需的","此方法返回当前要渲染的页面,所需的","此策略将客户端数据预取逻辑,放在视图组件的","此设置支持使用","此选项可以是一个字符串或函数","步:创建一个","步:将","注入","注入到页面的头部(head)里。","注入(在使用","注意","注意:","注意すべきもう一つは、beforecr","注意,推荐将","注意:","注释","流式传输说明(stream","流式渲染","流式渲染(streaming)","浏览器会在","涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(spa)不同,服务器渲染应用程序,需要处于","添加路由钩子函数,用于处理","渡した","渲染一个","渲染为一个","渲染为字符串。上下文对象(context","渲染完成","渲染当前页面所需的最优客户端","渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer","源码结构","然后修改","然后子组件可以通过","然后更新","然后模板中的内容将会传递给","然后,你可以通过实现","然后,你就可以使用生成的客户端清单(client","然后,我们可以读取和传输文件到","然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与","然而,当第一个数据","版本","版本中,嵌入式","版本中,我们把那些基本上与环境无关的构建,编译到","版本中,此","特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての","特定功能不能直接在","特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。","特殊属性,让客户端","状态将自动序列化为","状态进行客户端融合(client","状态键(window","状态,将以","状态,自动嵌入到最终的","状態は自動的にシリアライズされ、html","状態は関数でなければならないため、","状態を","环境下使用","环境下,可能还需要使用","环境中使用","环境(如","环境,这使得它在其他","现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载","现在已经填充入渲染应用程序所需的状态。","现在我们正在使用","现在我们的服务器与应用程序已经解耦!","现在我们需要在","现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用","现在,路由组件可以利用以上","現在のところ、googl","環境では使用できなくなります。2.5","環境における使用","環境を想定していますが、これは、php","生命周期中。","生命周期时产生全局副作用的代码,例如在其中使用","生命周期时将其销毁。但是,由于在","生成","生成されたバンドルファイル","生成されたファイル名にハッシュがある時に、正しい","生成済みのリソースヒント持つべきか制御するための関数を指定します。","生成的","生成的客户端构建","生成的虚拟","生成的默认文件是:","用于客户端插件。","用于服务器端插件;","由","由于传递给","由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。","由于服务器已经渲染好了","由于模块现在是路由组件的依赖,所以它将被","由于没有动态更新,所有的生命周期钩子函数中,只有","画像やフォントのようなその他のアセット種別を指定した際、","的","的一个实例。","的任何其他类型的文件(例如","的任务(task),建议将平台特定实现包含在通用","的位置","的做法,并且可能会干扰到其他","的其他选项","的参考设置。","的可交互时间(tti","的基本","的实现,以考虑其他变量。","的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。","的形式内联到页面。内联的","的情况下编写我们的","的按需代码分割特性渲染","的推荐方法是简单地使用","的方法:","的服务器端单页面应用程序渲染。将","的服务器端实现。","的服务器端渲染(ssr)相当快速,但是由于创建组件实例和虚拟","的服务器端渲染(ssr),你应该注意到,推荐的代码结构现在略有不同(使用新的","的源码结构","的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。","的版本,你可以通过","的特殊","的环境检测代码。","的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用","的示例用法:","的缓存策略,来大幅度提高应用程序处理高流量的能力。","的自定义插件,server","的话题,我们会在","的路由","的过程。","的运行目录。运行时将会以此目录为基准来解析","的逻辑:","的问题","直後に非同期チャンクを挿入できるようにする","直接使用:","相匹配的组件,如果组件暴露出","相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行","相同的函数签名。","相同,但是","知道这部分","确保添加了此插件!","私たちは将来的に他のjavascript","秒后过期。","移动到路由组件的异步","章节。","第","第2引数に描画された文字列を受け取る、典型的な","等到","等)的","简单地使用","管理","管理。","管理的动态","管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render","类似于资源注入,head","純粋なクライアントサイドの","経由でcssをインポートなどの多くの","経由でのファイルのインポートやcss","経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、seo","経由でデータがフェッチされたときにそれを知るために、promis","组件。","组件可以提供一个","组件时,","组件时,自动注入「关键的","组件生命周期钩子函数","组件的渲染过程中收集的。有关更多详细信息,请查看","组件级别缓存(compon","组件,进行生成","结构(dom","结构。例如,当你在","绝对路径,指向一个已经构建好的","缓存","编写通用代码","能够使用预处理器(pre","自体に精通しており、且つ","自动推导需要在","自动注入),这样可以将文件分开缓存。建议用于存在很多公用","自动清理,以防止","自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。","自定义指令","节点的开销,无法与纯基于字符串拼接(pure","获取","获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果","获取到内联预置(inline)状态。","菊花图,然后通过","虽然","被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render","要从","要使用客户端清单(client","要求事項:","触发","設定","設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:","設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。","設定と","設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに","設定は","設定はこのようになります:","設定は出力パス、エイリアス、ローダーのような、client","設定は単純に、webpack","設定は既に知っての通りでしょう。ssr","設定を拡張することができるものです。","设置","设置为","设置服务器端","访问特定平台(platform","语法表示):","请注意,上述配置仅适用于","请注意,可缓存组件还必须定义一个唯一的","请注意,在","请注意,截至目前,googl","请注意,缓存对象应至少要实现","请注意,考虑到如果第三方","资源(cpu","资源提示(resourc","资源提示。","资源预加载提示(resourc","资源(支持自动推导异步代码分割所需的文件);","路由和代码分割","转义插值(html","轻松地添加预渲染。它已经被","输出(webpack","输送面向服务器代码(server","运行时(runtime)」运行。","运行时分离到一个引导","运行时和","运行环境。","返り値は","返回","返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。","返回的","返回的值是","还应该由","还是相当昂贵的,特别是当应用很大的时候。","这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是","这也为你的","这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。","这允许","这可以通过纯客户端(client","这将返回内联","这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。","这是将服务器的整个输出","这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,node.j","这样我们在开发过程中仍然可以热重载","这通常在","这里假定","这里如果有加载指示器(load","这里将是应用程序","这里无需传入一个应用程序,因为在执行","这里进行修改……","进行最优化的资源预加载/数据预取,并且还可以将所需的异步","进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割","适用方式(node","选项","选项。通过使用唯一的名称,每个缓存键(cach","选项中,我们将","选项可以进一步自定义要预加载的文件。","选项所提供\"服务器端版本(server","选项时自动处理)组件的","选项用于","选项精确控制预加载资源:","选项设置为","选项(需要","选项,并设置为","通常","通用","通用代码不可接受特定平台的","通过","通过以上设置,使用代码分割特性构建后的服务器渲染的","通过此选项提供一个由","通过运行","遍历虚拟","避免在客户端重复注册模块。","避免状态单例","那么,我们在哪里放置「dispatch","都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time","都提供开箱即用的流式渲染功能。所有你需要做的就是,用","配置中使用","配置示例如下:","重要:","重要な画像のプリロードのみ","重要信息:state","重要信息:当多次访问路由时,","重要信息:这将","重要提示:条目在","重要:","重要:使用","钩子函数中,使用","链接","链接到当前项目中时,才需要配置此选项。","開発モードでは、vue","開発上の制約。","開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)","開発時のホットリロード","関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな","関数をエクスポートします:","関数を使用すること)で実装することをお勧めします。","関数を実行することにより実装できます。重要なことは、このフックは初期ルートが","関数を実装してコンポーネントをキャッシュすることが出来ます:","関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。","関連するコンポーネントのスコープ付き","関連する概念については、後でこのガイドで紹介します。","防御。","防止の自動注入","除了","需要","需要处理的依赖模块。","需要注意的是,你仍然需要在挂载","需要版本","非","非同期のルートフックまたはコンポーネントが存在する可能性があるため、","非同期コンポーネントの","非同期ルートコンポーネントを使用したルート設定の例:","页面","页面包裹容器,来包裹生成的","页面级别缓存(page","预加载页面所需的","预取异步","预渲染(ssr","风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。","风格导出模块(node","默认情况下,只有","默认情况下,对于每次渲染,bundl","默认情况下,异步","默认情况下,当提供","默认文件名为","가능한","가능할","가능합니다.","가리키면","가상","가이드","가이드가","가이드는","가이드를","가이드에","가이드에서","가이드에서는","가장","가정하고","가정하면","가정할","가정합니다.","가정했습니다.","가져(pre","가져야합니다.","가져오는","가져온","가져와","가지","가지고","가지는","가진","가집니다.","가짜로","각","간단하며","간단하지만","간단한","간단합니다.","간단히","감지","값은","같습니다.","같아야","같은","같을","같이","같지는","개념을","개발","개발중","개발하는","개선됩니다.","개선하기","개선할","개선합니다.","개정","객체는","객체로","객체를","객체에","객체의","객체입니다.","갱신이","거대한","거의","걱정할","건드릴","검사하면","검색","것","것\"입니다.","것,","것과","것도","것들","것들을","것만","것에","것으로","것은","것을","것이","것입니다.","게으른","격리","결과가","결과는","결과를","결정되는","결정적이어야하므로","결합할","경로","경로로","경로를","경로에","경우","경우(라우트","경우(예:","경우도","경우에","경우에는","경우에도","경우에만","경우의","경우입니다.","경험이","계산되어","계속","고급","고려하는","고려하여","고려하지","고려해야할","고민해야합니다.","고유한","곳","공격을","공식","공유되는","공유되지만","공유된","공유될","공유할","과정에서","관련","관련성이있는","관련한","관리","관리도","관리를","관하여","광범위하게","교차","구동되기","구동된다는","구성되어","구성에는","구성을","구성하는","구조","구조가","구조를","구조입니다.","구축하는","구현을","구현입니다.","구현하여","구현할","구현해야합니다.","권장","권장하는","권장합니다.","규모의","규칙이","그","그다지","그러나","그러면","그러므로","그런","그럼에도","그렇지","그리고","글꼴과","기능","기능은","기능을","기능이","기다려야","기다리지","기다릴","기반","기반으로","기반으로하지만","기본","기본값은","기본값이지만","기본적으로","기본적인","기술을","기존","깊이","까다로울","꼭","나누는","나중에","나타내는","나타냅니다.","남아있게","낭비하고","내보내진","내부","내부에서","내부입니다","내용과","내용은","내용은gener","내용을","너무","네이티브","노드를","노출시켜","노출하고","노출합니다.","논의","높은","느린","다루는","다루지","다룰","다룹니다.","다르면(즉,","다른","다릅니다.","다시","다운로드되어","다운로드할","다음","다음과","단","단계가","단계에서는","단순히","단어입니다.","단일","단점이","단축,","달라야합니다.","달려","달리","대개","대부분의","대부분이","대비하고","대상은","대시","대신","대역폭을","대체할","대폭","대한","대해","더","덩어리를","데모의","데이터","데이터가","데이터를","데이터베이스","데이터에","도달","도달하면","도달해야","도움이","독립실행형으로","동기식","동기식이","동안","동안만","동일하도록","동일하지만","동일한","동일할","동일합니다.","동작이","동적으로","동적이기","동적인","되고","되며","되면","되어","되지","된","된다는","될","됨)","됩니다.","됩니다.)","두","두가지","두개의","두번째","둘","둡니다.","들기","들어","들어,","들어오는","등)의","등록할","디렉토리를","디렉티브","디렉티브가","디렉티브는","디렉티브에","디렉티브와","따라","따라서","따른","때","때)","때까지","때마다","때문에","때문입니다.","떨어집니다.","또","또는","또는,","또한","뚀는mounted로","라우터","라우터,","라우터를","라우트","라우트를","라우팅","라우팅과","라이브러리가","라이브러리는","라이브러리들의","라이브러리를","라이브러리의","라이프사이클","라이프사이클에서","라이프사이클에서만","라인을","래핑하거나","런타임에서","레벨","레벨에서","레이어에서","레퍼런스","레퍼런스를","레핑해야합니다.","렌더러","렌더러가","렌더러는","렌더러로","렌더러를","렌더러에","렌더러에게","렌더러에서","렌더러와","렌더링","렌더링(ssr)이란","렌더링된","렌더링마다","렌더링만","렌더링에","렌더링은","렌더링을","렌더링의","렌더링이","렌더링하는","렌더링한","렌더링할","렌더링합니다.","렌더에","로더와","로드","로드된","로드하는","로드합니다.","로드해야","로딩","로딩은","로직(pre","로직을","루트","를","리로드","리로드를","리소스","리소스에","리스트에서","리퀘스트를","리턴합니다.","링크","마무리해야합니다.","마운트","마운트되어야한다고","마운트하는","마운트합니다.","마이그레이션","마지막으로","마지막으로,","마찬가지","마찬가지로","마케팅","마크","마크업","마크업만","마크업에","마크업은","마크업을","마크업이","만드는","만든","만들","만들고","만들기","만들기만","만들때","만들면","만들어","만들어(mocking)","만들어야","만들어야하기","만들어진","만들어질","만듭니다.","많은","많을","많이","많이하면","맞는","맞지","맞지만","매니페스트","매니페스트는","매니페스트를","매니페스트와","매우","매칭","맵","먼저","메모리에","메소드는","메소드를","메커니즘으로","멤버입니다.","명시적으로","몇","몇가지","모두","모두를","모두에","모두에서","모듈에서","모듈을","모드는","모드로","모드를","모드에서","모드에서는","모든","모음의","목록에","못한","무시합니다.)","무엇입니까?","문서에","문자열","문자열로","문자열에는","문자열을","문제","문제가","문제를","미리","미처","밀리","및","바꿀","반대의","반드시","반복되는","반복적으로","반응성","반응성을","반응성이","반응형","반환","반환되는","반환된","반환됩니다.","반환하는","반환하면","반환하지","반환합니다.","받은","발견되면","발견된","발생시키는","발생시킵니다.","발생하는","발생할","발생합니다.","방문한","방법","방법은","방법을","방식으로","방식을","방지하기","방지하므로","배열을","배포","배포할","백엔드","버그가","버리고","버스","버전","버전\"을","버전과","버전에서는","버전은","버전을","버전의","번들","번들과","번들된","번들렌더러를","번들로","번들링해야합니다.","번들에","번들은","번들을","번들의","번들이","번들파일(.j","범용적인","변경되거나","변경할","변경합니다.","변수를","변환하는","변환해야합니다.","별","별도의","별칭","병목을","보간)를","보간되므로","보간할","보내고","보냅니다.","보다","보드를","보듯이,","보존하는","보통","복잡하게","본질적인","볼","부르는","부분들이","부분이","부하가","부하를","부하에","분리되어","분석할","분할","분할과","분할을","불구하고","불러오지","불일치가","불필요합니다.","브라우저","브라우저는","브라우저로","브라우저에서","브라우저의","비","비동기","비동기적으로","비동기화할","비슷하게","비용때문에","비용을","비용이","비해","비활성화","비활성화하면","빌드","빌드되었다고","빌드시","빌드의","빌트인","빠르게","빠르지만","빨리","뿐입니다.","사실,","사용","사용)","사용되며,","사용된","사용방식이","사용법은","사용시","사용을","사용자","사용자가","사용자는","사용자별로","사용자에게","사용하게됩니다.","사용하고","사용하기","사용하나요?","사용하는","사용하려면","사용하면","사용하므로","사용하여","사용하여도","사용하지","사용하지만","사용한다고","사용할","사용합니다.","사용해","사용해보십시오.","사용해야","사용해야합니다.","사이드","사이드이펙트를","사이트","사이트로","사전","사항","사항들이","사항은","사항을","사항이","삭제한","삭제합니다.","살아있습니다.","살펴보기","살펴봅니다.","삼중","삽입되는","삽입되어야하는","삽입하기","삽입하는","삽입할","삽입합니다.","상당한","상수를","상용구를","상태","상태(cross","상태는","상태를","상태에","상태입니다.","상호","상호작용하게","상호작용하는","상황이","새","새로운","생깁니다.","생산성이","생성","생성과","생성되는","생성되면","생성되어야하는","생성된","생성됩니다.","생성자를","생성하고","생성하기","생성하는","생성하도록","생성한","생성할","생성합니다.","서로","서버","서버)로","서버가","서버는","서버렌더링된","서버로","서버를","서버사이드","서버에","서버에서","서버에서는","서버에서의","서버와","서버의","서버측","선언해야합니다.","선택적으로","선택합니다.","선택해야합니다.","설명합니다.","설정","설정)","설정과","설정됨)","설정들이","설정에서","설정에서만","설정은","설정을","설정의","설정하는","설정하지","설정한","설치","설치되어있거나","성능","성능과","성능상의","성능에","성능을","세가지로(기본,","세밀하게","세부","섹션에서","소개","소개할","소스","소스맵을","소스코드","소스코드를","속성","속성에","속성을","속성이","솔루션을","수","수는","수도","수동","수동으로","수명주기","수백","수있는","수정하는","수정할때마다","수정합니다","수정해야합니다.","수준에서","수준의","수집된","수행됩니다.","수행하는","수행하면","수행할","순서","순수","순수한","쉘로","쉽게","쉽습니다.","스크립트가","스크립트를","스타일이며","스택을","스트리밍","스트리밍을","스트림","스트림으로","스트림을","스트림이","스피너로","시","시간","시간)을","시간에","시간을","시간이","시나리오에","시나리오에서도","시작","시작에","시작하기","시작하는데","시작한","시작할","시작해야","시작해야합니다.","신중하게","실수로","실제","실제로","실행가능한","실행되는","실행되므로","실행될","실행됩니다.","실행에서","실행하는","실행하여","실행할","실행합니다.","싱글","싱글톤","싱글톤을","싶습니다.","써드파티","아래","아래에","아래와","아이디어를","아직","아티팩트를","안내서는","안내서를","안에","안의","안전한","않고","않기","않는","않습니다.","않습니다.)","않아도","않아야","않았습니다.","않으면","않으므로","않은","않을","않지만","알","알고","알고있다고","알립니다.","알아야할","앞으로","애플리케이션","애플리케이션)에","애플리케이션과","애플리케이션에","애플리케이션에서","애플리케이션에서는","애플리케이션으로","애플리케이션을","애플리케이션의","애플리케이션이","액세스할","앱","앱에","앱에서","앱에서는","앱으로","앱은","앱을","앱의","앱이","약간","양을","어떠한","어떻게","언급된","얻을","얼마나","업데이트된","업을","없는","없도록","없습니다.","없으므로","에러가","에서만","에셋","에셋을","에셋의","엔드를","엔진","엔트리","엔트리는","엘리먼트에","여겨질","여기서","여기서는","여부를","여전히","여지가","역할만","역할을","연결된","연결할","영원히","예:","예를","예방을","예상:","예상되면","예입니다.","예정입니다.","예제에서","오랫동안","오류,","오류가","오류는","오염시키는","오염을","오염이","올바른","옮겨갑니다.","옮겨야","옵션","옵션과","옵션은","옵션을","옵션입니다.","와","와vue는","완료되어","완료될","완벽하지","완벽히","완전히","왜","외부","외부에","외부화된","외에도","요구사항을","요소를","요청","요청간에","요청에","요청에는","요청에서","요청을","요청이","원한다면","원할히","원활하게","웹","위","위치에","위치에서","위한","위해","위해서는","윈도우","유니버설","유사하지만","유사합니다.","유용할","유용합니다.","유즈케이스","유지할","유추됨)","유추합니다.","유틸리티로","유형의","유효한","을","응답","의미합니다.","의존성에서","의존성을","의존하는","의해","이","이것은","이는","이러한","이렇게","이렇게하면","이로","이루어지지만","이를","이름에","이름은","이며","이미","이미지","이벤트","이상을","이스케이프","이스케이프된","이외에는","이용하기","이용한","이용해","이유는","이전","이점이","이제","이중","이해하기","이해한다고","이후","이후에서","익숙하고","익숙할","인덱싱을","인라인","인라인되어야하는","인라인된","인라인으로","인스턴스","인스턴스가","인스턴스는","인스턴스를","인스턴스에도","인스턴스와","인스턴스의","인스턴스화","인젝션과","인터넷","인터페이스를","인터폴레이션","인터폴레이션(html","인터폴레이션(interpolation)","인터폴레이션(non","인터폴레이션(보간)도","인터폴레이션을","인해","일급","일반","일반적으로","일반적인","일부","일으킬","일은","일치하는","일치하지","일치함을","읽고","읽는","읽으면서","임의의","입니다.","있고","있기","있는","있다고","있다는","있다면","있도록","있습니다,","있습니다.","있습니다.(inject:","있습니다.(향후","있어야","있어야합니다.","있으나","있으며","있으면","있으므로","있을","있지만","자동","자동으로","자바","자바스크립트","자세한","자세히","자식","자체","자체에","자체적으로","작동까지의","작동시킬","작동하고","작동하는지","작동하지","작동할","작동합니다.","작성된","작성하기","작성하는","작성한","작성할","작성합니다.","작성해야합니다.","작업해야합니다.","잘","잠시","장점은","장점을","장점이","장치의","재사용할","저장합니다.","저하시키므로","적용됩니다.","적용해야합니다.","적절한","적합한","전달)","전달된","전달될","전달됩니다.","전달인자는","전달인자로","전달인자를","전달하고","전달하는","전달하여","전달한","전달할","전달합니다.","전략을","전송됩니다.","전에","전역","전역적인","전용","전체","전통적인","전혀","전환율과","절대경로를","절대적으로","점에서","접근(lazyili","접근을","접근하기","정보","정보(head","정보가","정보를","정의","정의할","정적","정적인","정확하게","정확히","제거할","제공되면","제공되므로","제공하는","제공하며","제공하면","제공할","제공합니다.","제공해야","제공해야합니다.","제약","제약사항에","제어하거나","제어하는","제어할","제어해야하는","제작자는","제한","조건은","조작","조작하므로","존재하는","종속성","종속성이","좋습니다.","좋은","주로","주목하세요.","주문형","주석","주석을","주의","주의사항","주의사항은","주의해야","주의해야하는","주의해야할","주입","주입됩니다)","주입을","주입이","주입하면","주입합니다.","주입해야합니다.","주제이므로","줄이는데","줄일","중","중단하고","중에","중요하지","중요한","중요해질","중이라면","중점을","중지했다가","즉","즉,","즉석에서","즉시","지금까지","지남에","지능적으로","지식이","지연된","지원","지원하는","지원하지","지원하지만","지원함)","지원합니다.","지점입니다.","직렬화하고","직접","직접적인","짜야합니다.","차이에","참고","참고사항:","참고하세요","참조","참조하는","참조하세요","참조하세요.","참조하십시오","참조하십시오.","채워집니다.","책임이","처리가","처리를","처리하기","처리하는","처리하므로","처리해야합니다.","처음부터","첫번째","청크","청크\"를","청크가","청크를","청크에","초가","초기","초당","최대","최상의","최소","최소한","최신","최적의","최적화가","최적화를","최종","추가","추가되는","추가된)에","추가로","추가적인","추가한","추가합니다.","추가해야합니다.","추상화","추상화하고","출력될","출력을","출력합니다.","충분한","측","측에서","캐시","캐시되며","캐시되므로","캐시된","캐시를","캐시에","캐시에서","캐시키를","캐시하지","캐시할","캐싱","캐싱에","캐싱을","커지면","컨셉으로","컨텍스트","컨텍스트객체는","컨텍스트로","컨텍스트를","컨텍스트에","컨텍스트에서","컨텐츠","컨텐츠가","컨텐츠는","컨텐츠를","컨텐츠의","컴파일하기","컴포넌트","컴포넌트가","컴포넌트는","컴포넌트로","컴포넌트를","컴포넌트마다","컴포넌트에","컴포넌트에서","컴포넌트의","컴포넌트입니다.","코드","코드,","코드가","코드는","코드를","코드에서","코드에서만","코드의","콘텐츠를","콜백으로","콜백은","크게","크롤러가","크롤러는","큰","클라이언트","클라이언트간","클라이언트로","클라이언트만","클라이언트에","클라이언트에서","클라이언트에서만","클라이언트와","클라이언트와의","클라이언트의","클래스","키는","키를","키에는","키와","타이머","타이머가","타이머를","타이틀","타임스탬프를","탐색할","태그","태그가","태그를","테스트되었습니다.","템플릿","템플릿과","템플릿안에서","템플릿에","템플릿에는","템플릿으로","템플릿은","템플릿을","템플릿입니다.","통합하는","통해","트래픽을","트래픽이","트리가","트리를","트리에","특수","특수한","특정","특정한","특히","팀의","파일","파일로","파일에","파일에서","파일은","파일을","파일이","파일입니다.","판단합니다.","팩토리","페이지","페이지를","페이지에","페이지에서","페칭","편법이며","평가되지만","포함되므로","포함된","포함될","포함됩니다.","포함시","포함하는","포함할","폭포수","폴리필(polyfill)을","폴리필)을","표기된","표기법을","표시되어야","표시됩니다.(전체가","푸시를","풀","프레임워크입니다.","프로그래밍","프로세스는","프로세스에","프로세스에서","프로세스와","프로세스의","프로세스입니다.","프로젝트","프로젝트는","프로젝트를","프론트","프리","프리로드","프리로드/프리페치","프리로드/프리페치하고","프리로드를","프리로드할","프리페치","플랫폼","플랫폼에","플랫폼의","플러그인","플러그인은","플러그인을","플레이스홀더(placeholder)","피하기","피하려면","피하세요","피할","피해야","필요가","필요는","필요로","필요하기","필요하며","필요하므로","필요하지","필요한","필요한지","필요할","필요합니다.","하기","하나는","하나의","하나입니다.","하는","하는데","하는지에","하면","하므로","하위","하이드레이션","하이드레이션을","하지","하지만","한","한번","할","함께","함께)","함수를","함수인","함수입니다.","합니다.","핫","항목은","항목을","항목이","항상","해결하기","해결하는","해결하려면","해당","해석할","해시가","해야할","해야합니다.","해주세요","핵심","핵심은","핸들러를","했으므로,","향상되고","향상됩니다.)","향상시키고","향상시킬","허용","허용하는","허용하면","현명하게","현재","형태\"","호출되면","호출되지","호출됩니다.","호출할","호환성을","혼용하는","화면에서","확인하세요","확인하세요.","확인할","확장합니다.","환경설정","환경에","환경에서","환경이","활용하는","활용하면","활용하여","후","훅","훅도","훅에","훅의","훅이","훨씬","힌트","힌트가","힌트를","(可选)客户端构建","(可选)页面模板","(操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では\"必要なものだけを読み込む\"ということです。",",作为渲染应用程序内容的占位符。",",其中关键",",它提供:",",所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的",",然而,由于"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Vue.js サーバサイドレンダリングガイド\n\n注意: このガイドは Vue.js またはサポートしているライブラリの以下の最小バージョンを必須としています:\n\nvue & vue-server-renderer 2.3.0 以上\nvue-router 2.5.0 以上\nvue-loader 12.0.0 以上 & vue-style-loader 3.0.0 以上\n\nもし以前に、 SSR で Vue 2.2 を使用していた場合、 推奨されるコードの構造が少しだけ違うことに気がつくでしょう (新しいオプションの runInNewContext を false にしている場合)。あなたの既存のアプリケーションは依然として動作はするでしょうが、新しく推奨される方に移行されることをオススメします。\n\nサーバサイドレンダリング (SSR) とは何か?\nVue.js はクライアントサイドアプリケーションを構築するためのフレームワークです。通常では、Vue コンポーネントはブラウザで DOM を生成し操作がされます。しかし、同じ Vue コンポーネントをサーバ上の HTML 文字列に描画し、ブラウザに直接送信し、最終的に静的なマークアップとしてクライアント上の完全なインタラクティブアプリケーションに \"ハイドレート (hydrate)\" することもできます。\nサーバで描画された Vue.js のアプリケーションは、アプリケーションのコードの大部分が、サーバとクライアントの両方で実行されるという意味で、\"アイソモルフィック (isomorphic)\" や \"ユニバーサル (universal)\" と見なすことができます。\nどうして SSR なのか?\n従来の SPA (シングルページアプリケーション) と比べて、SSR の利点は主に次の点にあります:\n\n検索エンジンのクローラが完全に描画されたページを直接解析するため、SEO が向上します。\n 現在のところ、Google と Bing は同期的 JavaScript アプリケーションのインデックスを作成できます。同期がキーワードです。あなたのアプリケーションが読み込み中にスピナが表示され、Ajax 経由でコンテンツを取得する場合、クローラーはあなたが完了するまで待たないでしょう。つまり、SEO が重要なページで非同期にコンテンツを取得する場合は、SSR が必要な場合があります。\n\n特にインターネットの遅さや遅いデバイスでは、コンテンツの再生時間が短縮されます。サーバで描画されたマークアップは、すべての JavaScript がダウンロードされて表示されるまで待つ必要がないので、ユーザは完全に描画されたページをすぐに見ることができます。これにより、一般的にユーザーエクスペリエンスが向上し、コンテンツの所要時間が直接コンバージョン率に関連付けられているアプリケーションにとっては重要になります。\n\n\nSSR を使用する際に考慮すべきトレードオフも何点かあります:\n\n開発上の制約。 ブラウザ固有のコードは、特定のライフサイクルフック内でのみ使用できます。一部の外部ライブラリは、サーバで描画されたアプリケーションで実行できるように特別な処理が必要な場合があります。\n\nより複雑なセットアップと開発の要件を構築します。静的ファイルサーバに展開できる完全静的 SPA とは異なり、サーバで描画されたアプリケーションでは Node.js サーバを実行できる環境が必要になります。\n\nサーバ側の負荷が増えます。 Node.js の完全なアプリケーションを描画することは、静的ファイルを提供するだけでなく、CPU を多用することになるので、トラフィックが多いことが見込まれる場合は、対応するサーバの負荷に備え、キャッシュの対策を賢明に行なってください。\n\n\nあなたのアプリケーションに SSR を使用する前に、まず初めに、実際に SSR が必要かどうかを考える必要があります。これは主に、アプリケーションのコンテンツに対する時間の重要性によります。 例えば、最初の負荷の数百ミリ秒がそれほど重要ではない内部的なダッシュボードを構築する場合、SSR は過度なものとなるでしょう。しかし、コンテンツの所要時間が非常に重要な場合は、SSR を使用してできるだけ早く初期ロードパフォーマンスを保つことができます。\nSSR vs プリレンダリング (事前描画)\nもしあなたが、幾つかのマーケティングのページの SEO を向上させるためだけに SSR を調べているとしたら (たとえば /, /about, /contact など)、代わりにプリレンダリング (事前描画)を使用することをオススメします。 HTML を急いでコンパイルするために Web サーバーを使用するのではなく、プリレンダリングは、ビルド時に特定のルートに対して静的な HTML ファイルを生成します。利点はプリレンダリングを設定する方が遥かに簡単で、フロントエンドを完全に静的なサイトとして保つことができることです。\nもしあなたが webpack を使用している場合、prerender-spa-plugin を使用することで簡単にプリレンダリングを実装することができます。 これは Vue アプリケーションで広くテストが行われています。実際には、作成者は Vue のコアチームメンバです。\nこのガイドについて\nこのガイドはサーバとして Node.js を使用してサーバで描画されたシングルページアプリケーションに焦点が当てられています。他のバックエンドの設定と Vue の SSR と混在させることは、それ自体主題であり、専用セクションで手短に議論されています。\nこのガイドは、Vue.js 自体に精通しており、且つ Node.js と webpack に関する実用的な知識を持っていることを前提としています。もしあなたが、すぐに使用できる高度なソリューションを求めている場合は、Nuxt.js を試してみてください。これは同じ Vue スタック上に構築されていますが、多くの定型文が抽象化されており、静的なサイト生成などの追加機能を提供します。しかし、アプリケーションの構造をより直接的に制御する必要がある場合は、ユースケースに合わない場合があります。いずれにしても、仕組みをより理解するために、このガイドを読むことはまだ有益です。\nまた、あなたが読まれているように、このガイドで説明されている技術のほとんどが HackerNews Demo にて使用されており、そちらを参照するととても役立つことでしょう。\n最後に、このガイドの解決策は決定的なものではないことを覚えておいてください。私たちはこれらがうまく働くことを見つけていますが、これ以上改善がされないということではありません。将来改訂されるかもしれません。プルリクエストを送ることによって貢献することも、もちろん自由です!\n"},"basic.html":{"url":"basic.html","title":"基本的な使い方","keywords":"","body":"基本的な使い方\nインストール\nnpm install vue vue-server-renderer --save\n\nこのガイドでは NPM を使って説明していきますが Yarn でも大丈夫です。\n注意\n\nNode.js のバージョンは6以上を使用することを推奨します\nvue-server-renderer と vue のバージョンは一致している必要があります\nvue-server-renderer は Node.js のネイティブモジュールに依存しているため、Node.js でのみ使用できます。 私たちは将来的に他のJavaScript ランタイムで実行できるよりシンプルなビルドを提供するかもしれません。\n\nVue インスタンスを描画\n// ステップ 1: Vue インスタンスを作成\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World`\n})\n// ステップ 2: レンダラを作成\nconst renderer = require('vue-server-renderer').createRenderer()\n// ステップ 3: Vue インスタンスを HTML に描画\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => hello world\n})\n\nサーバと連携する\nNode.js で作られたサーバで使う場合はとても簡単です。例えば Express:\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `The visited URL is: {{ url }}`\n })\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Internal Server Error')\n return\n }\n res.end(`\n \n \n Hello\n ${html}\n \n `)\n })\n})\nserver.listen(8080)\n\nページテンプレートを使用する\nVue アプリを描画する際、レンダラはアプリのマークアップのみを生成します。この例では、出力を余計な HTML ページシェルでラップする必要がありました。\nこれをシンプル化するために、レンダラの作成時にページテンプレートを直接提供することができます。ほとんどの場合、ページテンプレートを単独のファイルに記述します。 例 index.template.html:\n\n\n Hello\n \n \n \n\n\n コメントに注目してみてください。 これはあなたのアプリケーションのマークアップが注入される場所です。\nファイルを読み込み Vue レンダラに渡すことができます:\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // アプリのコンテンツを含む完全なページになります\n})\n\nテンプレートの展開\nテンプレートはシンプルな展開 (interpolation) にも対応しています。 次のようなテンプレートであれば:\n\n \n {{ title }}\n {{{ meta }}}\n \n \n \n \n\n\nrenderToString の第2引数として \"描画コンテキストオブジェクト\"(render context object) を渡すことで展開データを提供することができます:\nconst context = {\n title: 'hello',\n meta: `\n \n \n `\n}\nrenderer.renderToString(app, context, (err, html) => {\n // ページタイトルは \"hello\" になり、\n // メタタグが注入されます\n})\n\ncontext オブジェクトも Vue アプリインスタンスと共有することができ、コンポーネントがテンプレート展開のためにデータを動的に追加することができます。\nさらに、テンプレートは次のような高度な機能をサポートしています:\n\n*.vue コンポーネントを使用する際の、重要な CSS の自動注入\nclientManifest を使用する際の、アセットリンクとリソースヒントの自動注入\nクライアントサイドハイドレーションのために Vuex の状態を埋め込む際に XSS 防止の自動注入\n\n関連する概念については、後でこのガイドで紹介します。\n"},"universal.html":{"url":"universal.html","title":"ユニバーサルなコードを書く","keywords":"","body":"ユニバーサルなコードを書く\nサーバサイドの描画について、さらに見ていく前に、\"ユニバーサル\"なコード(サーバーとクライアントの両方で動作するコード)を記述するときの制約について考えてみましょう。ユースケースとプラットフォームの API の相違により、異なる環境で実行したコードの動作は全く同じものにはなりません。ここでは、サーバサイドの描画を行う上で、知っておく必要がある重要な項目について説明します。\nサーバー上でのデータリアクティビテイ\nクライアントだけで実行するアプリでは、全てのユーザーがブラウザでアプリケーションの新しいインスタンスを使用します。サーバサイドの描画でも、同じ振る舞いが必要とされます: すなわち、複数のリクエストに跨った状態の汚染がないよう各リクエストは新しく独立したアプリケーションのインスタンスが必要になります。\n実際の描画プロセスは決定的であることが求められるので、サーバー上でデータを\"プリフェッチ\"することもあります。これは描画を開始する時、アプリケーションの状態は既に解決済みであることを意味します。つまり、サーバー上では、データがリアクティブである必要はないので、デフォルトで無効になっています。データをリアクティブにしないことで、データをリアクティブなオブジェクトに変換する際のパフォーマンスコストを無視できます。\nコンポーネントのライフサイクルフック\n動的な更新がないので、ライフサイクルフックのうち、beforeCreate と created のみが SSR 中に呼び出されます。つまり、 beforeMount や mounted などの他のコンポーネントサイクルフックは、クライアントでのみ実行されます。\n注意すべきもう一つは、beforeCreate と created において、例えば setInterval でタイマーを設定するような、グローバルな副作用を引き起こすコード避けるべきです。クライアントサイドのみのコードでは、タイマーを設定してから beforeDestroy または destroyed したりすることができます。しかしながら、SSR 中に破棄フックは呼び出されないため、タイマーは永遠に残ります。 これを回避するために、代わりに副作用コードを beforeMount または mounted に移動してください。\nプラットフォーム固有の API にアクセスする\nユニバーサルコードでは、プラットフォーム固有の API へのアクセスは想定されていないので、window や document といったブラウザ環境のグローバル変数を直接使用すると、Node.js ではエラーが発生します。\nサーバーとクライアントでコードを共有するものの、タスクが使用する API がプラットフォームによって異なる場合は、プラットフォーム固有の実装を ユニバーサル な API の内部でラップするか、それを行うライブラリを使用することをお勧めします。例えば、axios は、サーバーとクライアントの両方に同じ API を提供する HTTP クライアントです。\nブラウザ API を利用する際の一般的なアプローチは、クライアントだけで実行されるライフサイクルの中で遅延的にアクセスすることです。\nサードパーティライブラリがユニバーサルに使用することを考慮していない場合、それをサーバサイドによって描画されるアプリケーションに統合することは難しいので注意してください。グローバル変数のいくつかをモックすることで動かすことができるようになる かもしれませんが、それはハックであり、他のライブラリの環境検出のコードを妨げる恐れがあります。 \nカスタムディレクティブ\nほとんどの カスタムディレクティブ は直接 DOM を操作するため、SSR 中にエラーが発生します。これを回避するには、2つの方法があります:\n\n抽象化の仕組みとしてコンポーネントを使用し、カスタムディレクティブの代わりに仮想 DOM レベル(例えば、render 関数を使用すること)で実装することをお勧めします。\nコンポーネントに簡単に置き換えができないカスタムディレクティブの場合、サーバーレンダラを生成する際の directives オプションを使用して、そのオプションの \"サーバーサイドのバージョン\" を用意することで回避できます。\n\n"},"structure.html":{"url":"structure.html","title":"ソースコードの構造","keywords":"","body":"ソースコードの構造\nステートフルなシングルトンの回避\nクライアントのみのコードを書くとき、私たちはコードが毎回新しいコンテキストで評価されるという事実に慣れています。しかし、 Node.js サーバーは長時間実行されるプロセスです。私たちのコードがプロセスに要求されるとき、それは一度評価されメモリにとどまります。つまりシングルトンのオブジェクトを作成したとき、それは全ての受信リクエスト間でシェアされると言うことです。\n基本的な例としては、私たちは リクエストごとに新しいルート Vue インスタンスを作成します。それは各ユーザがそれぞれのブラウザでアプリケーションの新しいインスタンスを使用することに似ています。もし私たちが複数のリクエストをまたいでインスタンスを共有すると、それは容易にクロスリクエスト状態の汚染につながるでしょう。\nそのため、直接アプリケーションのインスタンスを作成するのではなく、各リクエストで繰り返し実行される新しいアプリケーションのインスタンスを作成するファクトリ関数を公開する必要があります:\n// app.js\nconst Vue = require('vue')\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `The visited URL is: {{ url }}`\n })\n}\n\nそして私たちのサーバーコードはこうなります:\n// server.js\nconst createApp = require('./app')\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n renderer.renderToString(app, (err, html) => {\n // エラーを処理 ...\n res.end(html)\n })\n})\n\n同じルールがルータ、ストア、イベントバスのインスタンスに適用されます。モジュールから直接エクスポートしアプリケーションにインポートするのでは無く、 createApp で新しいインスタンスを作成し、ルート (root) Vue インスタンスから注入する必要があります。\n\n{ runInNewContext: true } でバンドルレンダラを使用するとき、その制約を取り除くことが可能です。しかし各リクエストに対して新しい VM コンテキストを作成する必要があるため、いくらか重大なパフォーマンスコストがかかります。\n\nビルドステップの紹介\nこれまでは、同じ Vue アプリケーションをクライアントへ配信する方法を論じてはいませんでした。これを行うには、webpack を使用して Vue アプリケーションをバンドルする必要があります。実際、webpack を使用して Vue アプリケーションをサーバーにバンドルしたいと思っているのはおそらく次の理由によるものです。\n\n典型的な Vue アプリケーションは webpack と vue-loader によってビルドされ、 file-loader 経由でのファイルのインポートやcss-loader 経由でCSSをインポートなどの多くの webpack 固有の機能は Node.jsで直接動作しません。\nNode.jsの最新バージョンはES2015の機能を完全にサポートしていますが、古いブラウザに対応するためにクライアントサイドのコードをトランスパイルする必要があります。これはビルドステップにも再び関係します。\n\n従って基本的な考え方は webpack を使用してクライアントとサーバー両方をバンドルすることです。サーバーバンドルはサーバーによって SSR のために要求され、クライアントバンドルは静的なマークアップのためにブラウザに送信されます。\n\nセットアップの詳細については次のセクションで議論されます。今のところ、ビルドのセットアップが分かっていると仮定すると、webpack を有効にして Vue アプリケーションコードを書くことが可能になっています。\nwebpackによるコード構造\nwebpack を使用してサーバーとクライアントのアプリケーションを処理しているので、ソースコードの大部分はユニバーサルに書かれており、すべての webpack の機能にアクセスできます。 同時に、ユニバーサルなコードを書くときに留意すべきいくつかあります。\nシンプルなプロジェクトは以下のようになります:\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # 共通のエントリ\n├── entry-client.js # ブラウザでのみ実行されます\n└── entry-server.js # サーバでのみ実行されます\n\napp.js\napp.js はアプリケーションのユニバーサルエントリーです。クライアントアプリケーションでは、このファイルにルート Vue インスタンスを作成し、DOM に直接マウントします。しかし、SSRの場合は責務はクライアント専用のエントリファイルに映されます。app.js はシンプルに createApp 関数をエクスポートします:\nimport Vue from 'vue'\nimport App from './App.vue'\n// 新しいアプリケーション、ルータ、ストアを作成するためのファクトリ関数をエクスポートします\n// インスタンス\nexport function createApp () {\n const app = new Vue({\n // ルートインスタンスは単に App コンポーネントを描画します\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\nクライアントエントリは単にアプリケーションを作成しそれをDOMにマウントします:\nimport { createApp } from './app'\n// クライアント固有の初期化ロジック\nconst { app } = createApp()\n// これは App.vue テンプレートのルート要素が id=\"app\" だからです。\napp.$mount('#app')\n\nentry-server.js:\nサーバーエントリは描画ごとに繰り返し呼び出すことができる関数をデフォルトでエクスポートします。現時点では、アプリケーションインスタンスを作成して返す以外のことはほとんど行いませんが、後でサーバーサイドのルートマッチングとデータプリフェッチロジックを実行します。\nimport { createApp } from './app'\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"ルーティングとコード分割","keywords":"","body":"ルーティングとコード分割\nvue-router によるルーティング\nサーバーコードが任意の URL を受け入れる * ハンドラを使用していることに気付いたかもしれません。これにより訪れた URL を Vue アプリケーションに渡し、クライアントとサーバーの両方に同一のルーティング設定を再利用することが可能になります!\nこの目的のために公式の vue-router を使用することが推奨されています。まずはルーターを作成するファイルを作成しましょう。 createApp に似ていますが、 リクエストごとに新たなルーターインスタンスも必要となるため、 createRouter 関数をエクスポートします:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\nVue.use(Router)\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\nそして app.js を更新します:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nexport function createApp () {\n // ルーターインスタンスを作成します\n const router = createRouter()\n const app new Vue({\n // ルーターをルートVueインスタンスに注入します\n router,\n render: h => h(App)\n })\n // アプリケーションとルーターの両方を返します\n return { app, router }\n}\n\nentry-server.js にサーバー側のルーティングロジックを実装する必要があります:\n// entry-server.js\nimport { createApp } from './app'\nexport default context => {\n // 非同期のルートフックまたはコンポーネントが存在する可能性があるため、\n // 描画する前にすべての準備が整うまでサーバーが待機できるように\n // プロミスを返します\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n // サーバーサイドのルーターの場所を設定します\n router.push(context.url)\n // ルーターが非同期コンポーネントとフックを解決するまで待機します\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // 一致するルートがない場合、404で拒否します\n if (!matchedComponents.length) {\n reject({ code: 404 })\n }\n // プロミスは描画できるようにアプリケーションインスタンスを解決するべきです\n resolve(app)\n }, reject)\n })\n}\n\nサーバーバンドルがすでにビルドされていると仮定すると(再度になりますが、今はビルド設定は無視します)、サーバーでの使用方法は次のようになります:\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Page not found')\n } else {\n res.status(500).end('Internal Server Error')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\nコード分割\nコード分割やアプリケーションの部分的な遅延ローディングは初期描画のためにブラウザがダウンロードする必要のあるアセットの量を減らすのに役立ち、巨大なバンドルを持つアプリケーションの TTI (操作可能になるまでの時間)を大幅に改善します。重要なことは初期画面では\"必要なものだけを読み込む\"ということです。\nVue は非同期コンポーネントを最重要コンセプトとして提供しており、 webpack 2の動的インポートをコード分割点として使用することへのサポート と組み合わせることも可能です。そのためにすべきことは以下です:\n// これを...\nimport Foo from './Foo.vue'\n// このように変えます\nconst Foo = () => import('./Foo.vue')\n\n純粋なクライアントサイドの Vue アプリケーションを構築する場合、これはどんなシナリオでも機能するでしょう。ただし、これをサーバーサイドの描画で使用する場合はいくつかの制限があります。まず、描画を開始する前にサーバー上のすべての非同期コンポーネントを先に解決する必要があります。そうしなければ、マークアップ内に空のプレースホルダが表示されます。クライアント側では、ハイドレーションを開始する前にこれを行う必要があります。そうしなければ、クライアントはコンテンツの不一致エラーに陥ります。\nアプリケーション内の任意の場所で非同期コンポーネントを使用するのは少し難解です(これは将来的に改善される可能性があります)。 ただし、ルート (route) レベルで行うとシームレスに動作します(すなわち、ルート設定で非同期コンポーネントを使用する)。ルートを解決する際に、 vue-router は一致した非同期コンポーネントを自動的に解決するためです。 必要なことは、サーバーとクライアントの両方で router.onReady を使用することです。すでにサーバーのエントリーで行ったので、クライアントのエントリーを更新するだけです。\n// entry-client.js\nimport { createApp } from './app'\nconst { app, router } = createApp()\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\n非同期ルートコンポーネントを使用したルート設定の例:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\nVue.use(Router)\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"データのプリフェッチと状態","keywords":"","body":"データのプリフェッチと状態\nデータストア\nSSR をしているとき、基本的にはアプリケーションの\"スナップショット\"を描画しています、したがって、アプリケーションがいくつかの非同期データに依存している場合においては、それらのデータを、描画処理を開始する前にプリフェッチして解決する必要があります。\nもうひとつの重要なことは、クライアントサイドでアプリケーションがマウントされる前に、クライアントサイドで同じデータを利用可能である必要があるということです。そうしないと、クライアントサイドが異なる状態 (state) を用いて描画してしまい、ハイドレーションが失敗してしまいます。\nこの問題に対応するため、フェッチされたデータはビューコンポーネントの外でも存続している必要があります。つまり特定の用途のデータストア (data store) もしくは \"状態コンテナ (state container)\" に入っている必要があります。サーバーサイドでは描画する前にデータをプリフェッチしてストアの中に入れることができます。さらにシリアライズして HTML に状態を埋め込みます。クライアントサイドのストアは、アプリケーションをマウントする前に、埋め込まれた状態を直接取得できます。\nこのような用途として、公式の状態管理ライブラリである Vuex を使っています。では store.js ファイルをつくって、そこに id に基づく item を取得するコードを書いてみましょう:\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\nVue.use(Vuex)\n// Promise を返すユニバーサルなアプリケーションを想定しています\n// また、実装の詳細は割愛します\nimport { fetchItem } from './api'\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // store.dispatch() 経由でデータがフェッチされたときにそれを知るために、Promise を返します\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\nそして app.js を更新します:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\nexport function createApp () {\n // ルーターとストアのインスタンスを作成します\n const router = createRouter()\n const store = createStore()\n // ルートの状態をストアの一部として利用できるよう同期します\n sync(store, router)\n // アプリケーションのインスタンスを作成し、ルーターとストアの両方を挿入します\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n // アプリケーション、ルーター、ストアを公開します\n return { app, router, store }\n}\n\nロジックとコンポーネントとの結び付き\nではデータをプリフェッチするアクションをディスパッチするコードはどこに置けばよいでしょうか?\nフェッチする必要があるデータはアクセスしたルート (route) によって決まります。またそのルートによってどのコンポーネントが描画されるかも決まります。実のところ、与えられたルートに必要とされるデータは、そのルートで描画されるコンポーネントに必要とされるデータでもあるのです。したがって、データをフェッチするロジックはルートコンポーネントの中に置くのが自然でしょう。\nルートコンポーネントではカスタム静的関数 asyncData が利用可能です。この関数はそのルートコンポーネントがインスタンス化される前に呼び出されるため this にアクセスできないことを覚えておいてください。ストアとルートの情報は引数として渡される必要があります:\n\n\n {{ item.title }}\n\n\nexport default {\n asyncData ({ store, route }) {\n // アクションから Promise が返されます\n return store.dispatch('fetchItem', route.params.id)\n },\n computed: {\n // ストアの状態から item を表示します\n items () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\nサーバーサイドのデータ取得\nentry-server.js において router.getMatchedComponents() を使ってルートに一致したコンポーネントを取得できます。そしてコンポーネントが asyncData を利用可能にしていればそれを呼び出すことができます。そして描画のコンテキストに解決した状態を付属させる必要があります。\n// entry-server.js\nimport { createApp } from './app'\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n router.push(context.url)\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n reject({ code: 404 })\n }\n // 一致したルートコンポーネントすべての asyncData() を呼び出します \n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // すべてのプリフェッチのフックが解決されると、ストアには、\n // アプリケーションを描画するために必要とされる状態が入っています。\n // 状態を context に付随させ、`template` オプションがレンダラに利用されると、\n // 状態は自動的にシリアライズされ、HTML 内に `window.__INITIAL_STATE__` として埋め込まれます\n context.state = store.state\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\ntemplate を使うと context.state は自動的に最終的な HTML に window.__INITIAL__ という形の状態として埋め込まれます。クライアントサイドでは、アプリケーションがマウントされる前に、ストアがその状態を取得します:\n// entry-client.js\nconst { app, router, store } = createApp()\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\nクライアントサイドのデータ取得\nクライアントサイドではデータ取得について 2つの異なるアプローチがあります:\n\nルートのナビゲーションの前にデータを解決する:\n\nこの方法では、アプリケーションは、遷移先のビューが必要とするデータが解決されるまで、現在のビューを保ちます。良い点は遷移先のビューがデータの準備が整い次第、フルの内容を直接描画できることです。しかしながら、データの取得に時間がかかるときは、ユーザーは現在のビューで「固まってしまった」と感じてしまうでしょう。そのため、この方法を用いるときにはローディングインジケーターを表示させることが推奨されます。\nこの方法は、クライアントサイドで一致するコンポーネントをチェックし、グローバルなルートのフック内で asyncData 関数を実行することにより実装できます。重要なことは、このフックは初期ルートが ready になった後に登録するということです。そうすれば、サーバーサイドで取得したデータをもう一度無駄に取得せずに済みます。\n // entry-client.js\n // ...関係のないコードは除外します\n router.onReady(() => {\n // asyncData を扱うためにルーターのフックを追加します。これは初期ルートが解決された後に実行します\n // そうすれば(訳注: サーバーサイドで取得したために)既に持っているデータを冗長に取得しなくて済みます\n // すべての非同期なコンポーネントが解決されるように router.beforeResolve() を使います\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n // まだ描画されていないコンポーネントにのみ関心を払うため、\n // 2つの一致したリストに差分が表れるまで、コンポーネントを比較します\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n if (!activated.length) {\n return next()\n }\n // もしローディングインジケーターがあるならば、\n // この箇所がローディングインジケーターを発火させるべき箇所です\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n // ローディングインジケーターを停止させます\n next()\n }).catch(next)\n })\n app.$mount('#app')\n })\n\n\n一致するビューが描画された後にデータを取得する:\n\nこの方法ではビューコンポーネントの beforeMount 関数内にクライアントサイドでデータを取得するロジックを置きます。こうすればルートのナビゲーションが発火したらすぐにビューを切り替えられます。そうすればアプリケーションはよりレスポンスが良いと感じられるでしょう。しかしながら、遷移先のビューは描画した時点では完全なデータを持っていません。したがって、この方法を使うコンポーネントの各々がローディング中か否かの状態を持つ必要があります。\nこの方法はクライアントサイド限定のグローバルな mixin で実装できます:\n Vue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // データが準備できた後に、コンポーネント内で `this.dataPromise.then(...)` して\n // 他のタスクを実行できるようにするため、Promise にフェッチ処理を割り当てます\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n })\n\nこれら 2つの方法のどちらを選ぶかは、究極的には異なる UX のどちらを選ぶかの判断であり、構築しようとしているアプリケーションの実際のシナリオに基づいて選択されるべきものです。しかし、どちらの方法を選択したかにかかわらず、ルートコンポーネントが再利用されたとき(つまりルートは同じだがパラメーターやクエリが変わったとき。例えば user/1 から user/2) へ変わったとき)には asyncData 関数は呼び出されるようにすべきです。これはクライアントサイド限定のグローバルな mixin で処理できます:\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nストアコードの分割\n大規模なアプリケーションでは、Vuex ストアは複数のモジュールに分割される可能性があります。もちろん、これらのモジュールを対応するルートコンポーネントチャンクにコード分割することもできます。次のストアモジュールがあるとします:\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // 重要: 状態は関数でなければならないため、\n // モジュールを複数回インスタン化できます\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\nstore.registerModule を使用して、ルートコンポーネントの asyncData フックにこのモジュールを遅延登録することができます:\n// ルートコンポーネントの内部\n\n {{ fooCount }}\n\n\n// `store/index.js` の代わりにここでモジュールをインポートします\nimport fooStoreModule from '../store/modules/foo'\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n // 重要: ルートが複数回訪問されたときに、\n // クライアントで重複してモジュールが登録されるのを避けて下さい\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\nモジュールはルートコンポーネントの依存関係になっているので、webpack によってルートコンポーネントの非同期チャンクに移動されます。\n\nふぅ、コードが長いですね。これはどうしてかというと、ユニバーサルなデータ取得は、大抵の場合、サーバーサイドで描画するアプリケーションの最も複雑な問題であり、また、今後、スムーズに開発を進めていくための下準備をしているためです。一旦ひな形が準備できてしまえば、あとは、それぞれのコンポーネントを記述していく作業は、実際のところ実に楽しいものになるはずです。\n"},"hydration.html":{"url":"hydration.html","title":"クライアントサイドでのハイドレーション","keywords":"","body":"クライアントサイドでのハイドレーション\nentry-client.js において、以下の記述で私たちは簡単にアプリケーションをマウントします:\n// これは、ルート要素に id=\"app\" をもつ App.vue テンプレートを想定します\napp.$mount('#app')\n\nサーバがマークアップを描画後に、この処理を実行し、すべての DOM を再生成することを私たちは当然したくありません。代わりに、静的なマークアップの\"ハイドレート (hydrate)\"とそれをインタラクティブに生成したいです。\nサーバの描画出力を調べたら、アプリケーションのルート要素が以下のような特別な属性を持っていることに気づくでしょう:\n\n\nこの data-server-rendered という特別な属性は、クライアントサイドの Vue に、これがサーバ上で描画されたことを知らせ、この要素はハイドレーションモードでマウントされるはずです。id=\"app\" に、単に data-server-rendered が追加されていないことに注意してください。ID または 他のセレクタを自分自身のルート要素に追加する必要があります。そうしないと、アプリケーションが適切にハイドレーションできなくなります。\n開発モードでは、Vue はクラインアントサイドで生成された仮想 DOM が、サーバで描画された DOM の構成と一致しているか検証を行います。もしこれが一致していない場合、ハイドレーションを取りやめ、元の DOM を無視しスクラッチから描画を行います。プロダクションモードでは、パフォーマンスの最大化のため、このアサーションは無効になります。\nハイドレーション時の注意\nサーバサイドの描画とクライアントサイドでのハイドレーションを行なった場合、ある特定の HTML の構造はブラウザによって変換されるかもしれないことがわかっています。例えば、あなたが Vue のテンプレート内に、以下のような記述をした場合です:\n\n hi\n\n\nブラウザは、自動で を に挿入します。しかし、Vue によって生成された仮想 DOM は、 を含みません。そのため、不一致が起こります。正しいマッチングを保証するために、あなたのテンプレート内では、必ず有効な HTML を記述してください。\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"バンドルレンダラの紹介","keywords":"","body":"バンドルレンダラの紹介\n根本的なサーバサイドレンダリングの問題\n今までは、バンドルされたサーバサイドのコードが require によって直接使用されることを想定していました:\nconst createApp = require('/path/to/built-server-bundle.js')\n\nこれはとても簡単です。しかしながらアプリケーションのソースコードを編集する度に、あなたはサーバを停止し再起動させる必要があるでしょう。この作業は開発の生産性を著しく損ないます。さらに、Node.js はソースマップをネイティブサポートしていません。\nバンドルレンダラの追加\nvue-server-renderer はこの問題を解決するために、createBundleRenderer という API を提供しています。また、webpack の拡張プラグインを利用することで、サーババンドルはバンドルレンダラに渡すことができる特別な JSON ファイルとして生成されます。バンドルレンダラが1度生成されると、使用方法は通常のレンダラと一緒ですが、次のような利点があります。\n\nビルトインソースマップのサポート ( webpack の設定オプションに devtool: 'source-map' を指定)\n開発中、デプロイ中のホットリロード(更新されたバンドルや、再作成されたレンダラのインスタンスを読み込むだけです)\nクリティカル CSS の評価 (*.vue ファイルを利用しているとき): インライン CSS は、描画中に利用されるコンポーネントによって必要とされます。詳細は CSS を参照してください。\nclientManifest によるアセットの注入: 自動的に最適なディレクティブが推測され、プリロードとプリフェッチを実行します。また、初期描画時にはコード分割チャンクを必要とします。\n\n\n次のセクションでバンドルレンダラによって必要とされるビルドされたモノを生成するために、webpack 設定する方法について説明しますが、今既に必要なものがあるものとしましょう。これは、バンドルレンダラを使用する方法です:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // 推奨\n template, // (任意) ページテンプレート\n clientManifest // (任意) クライアントビルドマニフェスト\n})\n// 内部のサーバ処理 ...\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // バンドルを実行することで自動作成されるため、ここでアプリケーションを渡す必要はありません\n // 今、私たちのサーバーはVueアプリから切り離されています!\n renderer.renderToString(context, (err, html) => {\n // ハンドリングエラー ...\n res.end(html)\n })\n})\n\nバンドルレンダラによってrendertoString が呼び出されると、バンドルによってエクスポートされた関数が自動的に実行され、(引数としてcontextを渡して)アプリケーションのインスタンスを生成し、描画処理を実行します。\nrunInNewContext オプションを false または 'once' に設定することをお勧めします。詳細は API リファレンスを参照してください。\n"},"build-config.html":{"url":"build-config.html","title":"ビルド設定","keywords":"","body":"ビルド設定\nクライアントサイドで完結するプロジェクトの webpack 設定は既に知っての通りでしょう。SSR プロジェクトにおいても大枠は似たようなものですが、設定ファイルを 3 つのファイル(base、client、server)に分けることを提案しています。base 設定は出力パス、エイリアス、ローダーのような、client と server 両方の環境に共有される設定を含み、server 設定と client 設定は単純に、webpack-merge を使って、base 設定を拡張することができるものです。\nserver 設定\nserver 設定は createBundleRenderer に渡されるサーババンドルを生成するために作られるもので、次のようになります:\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nmodule.exports = merge(baseConfig, {\n // アプリケーションサーバのエントリファイルへのエントリポイント\n entry: '/path/to/entry-server.js',\n // これにより、webpack は Node に適した方法で動的なインポートを処理でき、\n // Vue コンポーネントをコンパイルするときにサーバー指向のコードを出力するよう\n // `vue-loader`に指示する\n target: 'node',\n // バンドルレンダラーのソースマップのサポート\n devtool: 'source-map',\n // Node スタイルのエクスポートを使用するようにサーバーバンドルに指示する\n output: {\n libraryTarget: 'commonjs2'\n },\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // アプリケーションの依存関係を外部化する\n // これにより、サーバーのビルドが大幅に高速化され、より小さなバンドルファイルが生成される\n externals: nodeExternals({\n // webpack で処理する必要がある依存関係を外部化しない\n // ここに例として、生の * .vue ファイルのようなファイルタイプを追加できる\n // `グローバル` (例 ポリフィル) を変更する deps もホワイトリストに登録する必要がある\n whitelist: /\\.css$/\n }),\n // これはサーバービルドの出力全体を\n // 1つの JSON ファイルに変換するプラグイン。\n // デフォルトのファイル名は `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\nvue-ssr-server-bundle.json が生成された後、ファイルパスを単純に createBundleRenderer に渡します:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // 他の描画オプション...\n})\n\n別の方法として、バンドルをオブジェクトとして createBundleRenderer に渡すことも可能です。これは開発中のホットリロードに対して便利で、参考のセットアップとして HackerNews の設定を見てみてください。\nexternals の注意\nCSS ファイルを externals オプションにホワイトリスト登録していることに注目してください。その理由は、依存関係からインポートされる CSS は webpack によって処理されないといけないからです。 もし同じように webpack に依存する他のタイプのファイルをインポートしているなら、 (例: *.vue, *.sass)、 それらも同じようにホワイトリストに加えなければいけません。\nrunInNewContext: 'once' または runInNewContext: true を使用する場合、例えば babel-polyfill のような global のように変更するポリフィルがホワイトリスト登録するために必要です。これは、新しいコンテキストモードを使用するときに、サーババンドルの内部コードは独自の global オブジェクトを持っているからです。Node 7.6 以降を使っていればサーバに babel-polyfill はあまり必要ないので、単純にクライアントエントリーにインポートする方が簡単です。\nclient 設定\nclient 設定は base 設定とほぼ同じままです。言うまでもなく、クライアント側のエントリファイルに entry を示す必要があります。またそれとは別に、CommonsChunkPlugin 使っていたら、それが client 設定だけで使われていることを確認しておかないといけません。なぜなら、サーババンドルは単一のエントリーチャンクを要求するからです。\nclientManifest を生成する\n\nversion 2.3.0 以降必須\n\nサーババンドルに加えて、クライアントビルドマニフェストを作成することもできます。レンダラーは、クライアントマニフェストとサーババンドルでサーバ側とクライアント側の両方のビルド情報を持つことになり、 描画された HTML に preload / prefetch directives や CSS の link や script タグを自動的に挿入することができます。\nこれには2重の恩恵があります:\n\n生成されたファイル名にハッシュがある時に、正しい URL を注入する html-webpack-plugin の代替になります。\nwebpack のオンデマンドコード分割機能(code spliting)を利用するバンドルを描画する時に、最適なチャンクが preloaded / prefetched されるのを保証でき、かつ、クライアントに対するウォーターフォールリクエストを避けるために、必要な非同期チャンクに タグを挿入することができます。そのようにして TTI (time-to-interactive) が改善します。\n\nクライアントマニフェストを利用するためには、client 設定はこのようになります:\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // 重要: webpack ランタイムを先頭のチャンクに分割して、\n // 直後に非同期チャンクを挿入できるようにする\n // これにより、アプリ/ベンダーコードのキャッシングも改善される\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // このプラグインは、出力ディレクトリに \n // `vue-ssr-client-manifest.json` を生成する\n new VueSSRClientPlugin()\n ]\n})\n\nこれで、作成されたクライアントマニフェストをページテンプレートと一緒に利用できるようになります。\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\nこの設定で、コード分割されたビルドのためにサーバ側で描画される HTML はこのようになります(すべて自動でインジェクトされます):\n\n \n \n \n \n \n \n \n \n \n \n async\n \n \n \n \n \n \n\n\n手動でのアセットインジェクション\nデフォルト設定で、アセットインジェクションはあなたが作成した template 描画オプションで自動に行われます。しかし、アセットがどのようにテンプレートにインジェクトされるかをより細かくコントロールしたい時もあるでしょうし、あるいはテンプレートを使わない時もあるかもしれません。そのような場合にはレンダラを作る時に inject: false を渡せば、手動でアセットインジェクションを行うことができます。\n渡した context オブジェクトは renderToString コールバックで、次のメソッドを持ちます:\n\ncontext.renderStyles()\n\nこれは、描画中に使われた *.vue コンポーネントから集めた全てのクリティカル CSS を含んだ タグを返します。詳細は CSS の管理の章を見てください。\nclientManifest が提供されたら、返ってきた文字列は webpack が放出した CSS ファイルの タグも含みます。(例: extract-text-webpack-plugin から抽出された CSS や、file-loader でインポートされた CSS)\n\ncontext.renderState(options?: Object)\n\nこのメソッドは context.state をシリアライズし、window.__INITIAL_STATE__ ステートとして埋め込まれたインラインスクリプトを返します。\ncontext のステートキーと window のステートキーはどちらとも、オプションオブジェクトとして渡すことでカスタマイズできます。\n context.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n })\n // -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\n必須 clientManifest\n\n\n\nこのメソッドはクライアントアプリケーションを起動するのに必要な タグを返します。コードの中に非同期コード分割を使っている時、このメソッドは賢くも、インクルードされるべき正しい非同期チャンクを推論します。\n\ncontext.renderResourceHints()\n必須 clientManifest\n\n\n\nこのメソッドは、現在描画されているページに必要な リソースヒントを返します。 デフォルト設定ではこのようになります:\n\nページに必要な JavaScript や CSS ファイルをプリロードする\nあとで必要な非同期 JavaScript チャンクをプリフェッチする\nファイルのプリロードは shouldPreload オプションによってさらにカスタマイズが可能です。\n\ncontext.getPreloadFiles()\n\n必須 clientManifest\n\n\n\nこのメソッドは文字列を返さない代わりに、プリロードされるべきアセットを表すファイルオブジェクトの配列を返します。これは HTTP/2 サーバプッシュをプログラムで行うときに使えるでしょう。\ncreateBundleRenderer に渡された template は context を使って挿入されるので、これらのメソッドをテンプレート内で(inject: falseで)使用することができます:\n\n \n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n \n \n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n \n\n\nもし template を全く使っていないのなら、自分自身で文字列を結合することができます。\n"},"css.html":{"url":"css.html","title":"CSS の管理","keywords":"","body":"CSS の管理\nCSS を管理するためのおすすめの方法は、シンプルに単一ファイルコンポーネントである *.vue の中で を使うことです。これは以下を提供します:\n\n関連するコンポーネントのスコープ付き CSS\nプリプロセッサや PostCSS を活用する機能\n開発時のホットリロード\n\nさらに重要なことは、vue-loader によって内部的に使われている vue-style-loader はサーバーによる描画のためのいくつかの特別な機能を持っています:\n\nクライアントとサーバーのためのユニバーサル変換処理の体験\nbundleRenderer を使用した時の自動的なCSS評価\n\nサーバーによる描画を使用するなら、コンポーネントの CSS はHTMLに集められてインライン化されます ( template オプションを使用していれば自動で扱われます ) 。クライアント上で、コンポーネントが初めて使用されたとき、vue-style-loader は既にそのコンポーネントにサーバーインラインCSSがあるかチェックします。もし存在しない場合、そのCSSは動的に タグ経由で注入されます。\n\n共通する CSS の抽出\n\nこの設定は extract-text-webpack-plugin を使ってメインチャンクのCSSを個別のCSSに抽出することをサポートします ( template で自動注入されます ) 。これは、ファイルが個々にキャッシュされることをゆるしています。共通するCSSがたくさんある場合にこの方法をおすすめします。\n非同期コンポーネントの CSS は JavaScript の文字列としてインライン化されたままになり、vue-style-loader によって扱われます。\nCSS 抽出の有効化\n*.vue から CSS を抽出するために、vue-loader の extractCSS オプションを使います ( vue-loader>=12.0.0 が必要 ) :\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n// CSS 抽出は、開発中ではホットリロードされるように、\n// 本番環境でのみ有効にする必要があります\nconst isProduction = process.env.NODE_ENV === 'production'\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // CSS 抽出を有効にする\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // プラグインを追加してください!\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\n上記の設定は *.vue ファイルのスタイルのみに適用されますが、外部 CSS を Vue コンポーネントにインポートするために を使うことができます。\nもし import 'foo.css' のように JavaScriptからCSSをインポートしたいならば、適切な loader の設定が必要です:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // 重要: style-loader の代わりに vue-style-loader を使用します\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\n依存関係からのスタイルのインポート\nNPM 依存で CSS をインポートするときに気を付けることがいくつかあります:\n\nサーバービルドで外部化しないでください。\nもし CSS抽出 + CommonsChunkPlugin でベンダー抽出を使用している場合、抽出されたベンダーのチャンクに抽出された CSS があれば、extract-text-webpack-plugin に問題が発生します。この問題を解決するためには、ベンダーのチャンクに CSS ファイルを含めないでください。クライアント側の webpack の設定例です:\n\n module.exports = {\n // ...\n plugins: [\n // deps をベンダーのチャンクに抽出してキャッシュを改善するのが一般的です\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // モジュールはベンダーチャンクに抽出されます...\n return (\n // node_modules 内部な場合\n /node_modules/.test(module.context) &&\n // リクエストが CSS ファイルの場合、抽出しない\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // webpack ランタイム & マニフェストを抽出する\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n }\n\n"},"head.html":{"url":"head.html","title":"ヘッドの管理","keywords":"","body":"ヘッドの管理\nアセットの挿入と同様に、ヘッド (Head) の管理も同じ考えに追従しています。つまり、コンポーネントのライフサイクルの描画 context に動的にデータを付随させ、そして template 内にデータを展開 (interpolate) できるという考えです。\n\nバージョン >=2.3.2 では、this.$ssrContext としてコンポーネントにおいて SSR コンテキストに直接アクセスできます。古いバージョンでは、createApp() によって手動で SSR コンテキストを渡して注入し、ルート (root) インスタンスの $options に公開する必要があります。子は、this.$root.$options.ssrContext を介してそれにアクセスすることができます。\n\nタイトルを管理する単純な mixin を書くことができます:\n// title-mixin.js\nfunction getTitle (vm) {\n // コンポーネントはシンプルに `title` オプションを提供し、\n // これには文字列または関数を入れることができます\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$root.$options.ssrContext.title = title\n }\n }\n}\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n// VUE_ENV は webpack.DefinePlugin を使って注入できます\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\nこのようにすれば、ルート (route) コンポーネントはドキュメントのタイトルを制御するために context を利用することができます。\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n }\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\nそしてタイトルは template 内でバンドルレンダラに渡されます:\n\n \n {{ title }}\n \n \n ...\n \n\n\nメモ:\n\nXSS 攻撃を防ぐために double-mustache(HTML エスケープした展開)を使うこと。\n描画中にタイトルをセットするコンポーネントがない場合に備えて、context オブジェクトを作成する際にはデフォルトのタイトルをセットするようにすべきです。\n\n\n同様のやり方で、この mixin を包括的にヘッドを管理するユーティリティに容易に拡張できます。\n"},"caching.html":{"url":"caching.html","title":"キャッシュ","keywords":"","body":"キャッシュ\nVue の SSR は非常に高速ですが、コンポーネントインスタンスや仮想 DOM ノードの作成コストのため純粋な文字列ベースのテンプレートのパフォーマンスにはかないません。 SSR のパフォーマンスが重大である場合、キャッシュ戦略を賢く活用することで、応答時間が大幅に改善され、サーバーの負荷が軽減されます。\nページレベルでのキャッシュ\nほとんどの場合、サーバで描画されたアプリケーションは外部データに依存するため、コンテンツは本質的には動的であり長期間キャッシュすることはできません。しかしながら、コンテンツがユーザー固有のものでない場合、(すなわち、同一URLが常にすべてのユーザに対して同じコンテンツを描画する場合)、 マイクロキャッシング という戦略を活用してアプリケーションのトラフィック処理能力を劇的に改善します。\nこれは通常 Nginx レイヤーで行われますが、 Node.js で実装することも可能です:\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // 重要: コンテンツの登録内容は1秒後に期限切れになります\n})\nconst isCacheable = req => {\n // リクエストがユーザー固有のものかどうかチェックするロジックを実装します\n // ユーザー固有でないページのみがキャッシュ可能です\n}\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\nコンテンツは1秒間だけキャッシュされるため、ユーザーに古いコンテンツが表示されることはありません。ただし、これはサーバーがキャッシュされたページごとに秒間最大1回の完全描画を実行するだけであることを意味します。\nコンポーネントレベルでのキャッシュ\nvue-server-renderer には、コンポーネントレベルのキャッシュ機能が組み込まれています。それを有効にするにはレンダラを作成する際にキャッシュ実装を有効にする必要があります。代表的な使用例は lru-cache を渡すことです:\nconst LRU = require('lru-cache')\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\n次に serverCacheKey 関数を実装してコンポーネントをキャッシュすることが出来ます:\nexport default {\n name: 'item', // required\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\nキャッシュ可能なコンポーネントは 一意の \"name\" オプションも定義しなければいけないことに注意してください。一意の名前を持つと、キャッシュキーがコンポーネントごとに異なるため、同一キーを返す2つのコンポーネントについて心配する必要はありません。\nserverCacheKey から返されるキーは描画結果を表すのに十分な情報を含んでいる必要があります。描画結果が単に props.item.id によって決定される場合、上記は良い実装でしょう。しかしながら、同じIDを持つアイテムが時間の経過とともに変わる場合や描画結果が他のプロパティに依存する場合、 他の変数を考慮して getCacheKey の実装を修正する必要があります。\n定数を返すと、コンポーネントは常にキャッシュされ、単なる静的なコンポーネントには効果的です。\nいつコンポーネントキャッシュを使うか\n描画中にレンダラがコンポーネントのキャッシュにヒットした場合、キャッシュされた結果をサブツリー全体で直接再利用します。 つまり、次の場合にコンポーネントをキャッシュしないでください。\n\nグローバルな状態に依存する子コンポーネントがあります。\n描画 context に副作用をもたらす子コンポーネントがあります。\n\nしたがって、コンポーネントのキャッシングは、パフォーマンスのボトルネックに取り組むために慎重に適用する必要があります。 ほとんどの場合、単一インスタンスのコンポーネントをキャッシュする必要はなく、すべきではありません。キャッシングに適した最も一般的なコンポーネントのタイプは、大きな v-for リストで繰り返されるコンポーネントです。 これらのコンポーネントは通常、データベースコレクション内のオブジェクトを元にするため、一意のIDと最後に更新されたタイムスタンプを合わせて使用してキャッシュキーを生成するという単純なキャッシュ戦略を使用できます:\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"ストリーミング","keywords":"","body":"ストリーミング\nvue-server-renderer は、基本的なレンダラとバンドルレンダラの両方のためにストリームによる描画をサポートします。renderToString の代わりにrenderToStreamを使用するだけです:\nconst stream = renderer.renderToStream(context)\n\n返り値は Node.js stream です:\nlet html = ''\nstream.on('data', data => {\n html += data.toString()\n})\nstream.on('end', () => {\n console.log(html) // 完全に描画\n})\nstream.on('error', err => {\n // エラーを処理 ...\n})\n\nストリーミングに関する注意事項\nストリームによる描画モードでは、レンダラが仮想 DOM ツリーを横断するときに、できるだけ早くデータを出力します。つまり、より早く「最初のチャンク」を取得し、それをクライアントにすばやく出力し始めることを意味します。\nしかし、最初のデータチャンクが発行したときに子コンポーネントがまだインスタンス化されていないと、ライフサイクルフックが呼び出されることはありません。つまり、子コンポーネントがライフサイクルフック内の描画コンテキストにデータを添付する必要がある場合、これらのデータはストリームの開始時に使用できません。アプリケーションは全体の HTML の表示の前に多くのコンテキスト情報(ヘッド情報やインラインに書かれたクリティカル CSS など)を表示する必要があるため、これらのコンテキストデータを使用する前にストリームの完了を待つ必要があります。\nしたがって、コンポーネントライフサイクルフックによって読み込まれたコンテキストデータに依存する場合は、ストリーミングモードを使用することは推奨されません。\n"},"non-node.html":{"url":"non-node.html","title":"非 Node.js 環境における使用","keywords":"","body":"非 Node.js 環境における使用\n vue-server-renderer の標準ビルドは Node.js 環境を想定していますが、これは、PHP V8Js や Oracle Nashorn のような別のJavaScript 環境では使用できなくなります。2.5 のにおいて、環境にはほとんど影響されない、 vue-server-renderer/basic.js のビルドを出荷しました。これにより、上記の環境で使用できるようになります。\nどちらの環境に対して、それは global と process オブジェクトをモックすることによって最初に環境を準備する必要があり、 process.env.VUE_ENV に \"server\" を設定し、そして process.env.NODE_ENV に \"development\" または {code6}\"production\"{/code6} を設定します。\nNashornでは、Java のネイティブタイマーを使用して、 Promise{/ code0} または setTimeout のポリフィルを提供する必要があります。\nphp-v8js での使用例:\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'hello'\n }\n})\n\n// `vue-server-renderer/basic.js` によってエクスポーズ\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"API リファレンス","keywords":"","body":"API リファレンス\ncreateRenderer([options])\n任意の引数 options を用いて Renderer インスタンスを生成します。\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\nサーババンドルと任意の引数 options を用いて BundleRenderer インスタンスを生成します。\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\n引数 serverBundle には次のいずれか1つを指定できます:\n\n生成されたバンドルファイル (.js または .json)への絶対パス。ファイルパスとして扱われるために / で開始されなければなりません。\n\nwebpack と vue-server-renderer/server-plugin によって生成されたバンドルオブジェクト。\n\nJavaScript コードの文字列 (非推奨)。\n\n\nより詳しい情報は、 サーババンドルの紹介 と ビルド設定 の項目を参照してください。\nクラス: Renderer\n\nrenderer.renderToString(vm[, context, callback]): ?Promise\n Vue インスタンスを文字列として描画します。context オブジェクトの指定は、任意です。callback は、第1引数にエラー内容、 第2引数に描画された文字列を受け取る、典型的な Node.js のコーディングスタイルである関数を指定します。\n 2.5.0 以降においては、コールバックはオプションです。コールバックなしで渡されるとき、HTML に描画されるのを解決するプロミスを返します。\n\nrenderer.renderToStream(vm[, context]): stream.Readable\n Vue インスタンスを Node.js の読み取り可能なストリーム に描画します。より詳細については、ストリーミング を参照してください。\n\n\nクラス: BundleRenderer\n\nbundleRenderer.renderToString([context, callback]): ?Promise\n サーババンドルを文字列として描画します。context オブジェクトの指定は、任意です。callback は、第1引数にエラー内容、 第2引数に描画された文字列を受け取る、典型的な Node.js のコーディングスタイルである関数を指定します。\n 2.5.0 以降においては、コールバックは任意です。コールバックなしで渡されたとき、そのメソッドは描画された HTML に解決するプロミスを返します。\n\nbundleRenderer.renderToStream([context]): stream.Readable\n バンドルを Node.js の読み取り可能なストリームに描画します。コンテキストオブジェクトはオプションです。より詳細は ストリーミングを参照してください。\n\n\nレンダラオプション\n\ntemplate\n ページ全体の HTML を表すテンプレートを設定します。描画されたアプリケーションの内容を指し示すプレースホルダの代わりになるコメント文 をテンプレートには含むべきです。\n テンプレートは、次の構文を使用した簡単な補間もサポートします。\n\nエスケープされたHTMLを補間する Mustache 構文(二重中括弧)の使用\nエスケープしない生のHTMLを補間する Mustache 構文(三重中括弧)の使用\n次の構文を見つけた時、テンプレートは自動で適切な内容を挿入します。\n\ncontext.head: (string) ページ内の head に挿入されるべき任意のマークアップを文字列で指定します。\n\ncontext.styles: (string) ページ内の head に挿入されるべき任意のインライン CSS を文字列で指定します。もし CSS コンポーネントのために vue-loader + vue-style-loader を使用する場合、このプロパティは自動で追加されることに注意してください。\n\ncontext.state: (Object) window.__INITIAL_STATE__ としてページ内にインライン展開されるべき Vuex のストアの初期状態を指定します。このインライン JSON は自動でクロスサイトスプリクティングを防ぐ シリアライズされた javascript へサニタイズされます。\n 2.5.0 以降においては、埋め込みスクリプトはプロダクションモードで自動的に削除されます。\n加えて、clientManifest も渡された場合、テンプレートは自動で以下を挿入します。\n\n(自動で受信される非同期のデータを含んだ)描画対象が必要とするクライアントサイドの JavaScript と CSS アセット\n\n描画済みのページに対する最適な リソースヒント\nレンダラに inject: false も渡すことで、すべての自動挿入を無効にすることができます。\n参照:\n\nページテンプレートの使用\n\n手動によるアセットインジェクション\n\n\nclientManifest\n\n2.3.0 以降\nvue-server-renderer/server-plugin によって生成されたクライアントビルドマニフェストオブジェクトを提供します。クライアントマニフェストは、HTML テンプレートへの自動アセット挿入に適した情報とともに、バンドルレンダラを提供します。より詳しい情報は クライアントマニフェストの生成 の項目を参照してください。\n\n\n\ninject\n\n2.3.0 以降\ntemplate 使用時に、自動挿入を行うかどうかを制御します。デフォルトは true です。\n参考:手動によるアセットインジェクション\n\n\n\nshouldPreload\n\n2.3.0以上\nどのファイルが 生成済みのリソースヒント持つべきか制御するための関数を指定します。\nデフォルトでは、JavaScript と CSS ファイルのみがプリロードされます。これらはアプリケーション起動時に必須なためです。\n画像やフォントのようなその他のアセット種別を指定した際、 多すぎるプリロードは処理能力を無駄にし、またパフォーマンスさえも損なうかもしれません。そのため、 プリロードすべきものはアプリケーションの実装依存になるでしょう。 次のように shouldPreload オプションを使用することで、プリロードすべきものを正確に制御できます。\nconst renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // type はファイル拡張子に基づいて推論されます\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // woff2 フォントのプリロードのみ\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // 重要な画像のプリロードのみ\n return file === 'hero.jpg'\n }\n }\n})\n\n\n\n\nshouldPrefetch\n\n2.5.0 以降\nどのファイルに リソースヒントが生成されるべきかを制御する関数。\n標準では、非同期チャンクにおける全てのアセットは、これは優先順位が低いため、プリフェッチされます。ただし、帯域幅の使用を適切に制御するために、プリフェッチするためにカスタマイズすることができます。このオプションは shouldPreload と同様の関数シグネチャを必要とします。\n\n\n\nrunInNewContext\n\n2.3.0 以降\ncreateBundleRenderer メソッド内でのみ使用可能\n要求事項: boolean | 'once' ('once' 2.3.1 以降でのみサポートされる)\nデフォルトでは、BundleRenderer の描画ごとに未使用の V8 コンテキストを生成し、バンドル全体を再実行するでしょう。これにはいくつかのメリットがあります。例えば、私たちが以前から言及してきた「ステートフルでシングルトン」なデータを管理することの問題点について心配する必要がありません。しかしながら、このモードはいくつかの無視できないパフォーマンスの問題が起こります。 なぜなら、アプリケーションが大きくなるとき、バンドルの再実行は著しくコストがかかるためです。\nこのオプションは、下位互換のためデフォルトは true です。しかし、可能ならば常に runInNewContext: false または、runInNewContext: 'once'を使用することが推奨されます。\n\n2.3.0 では、このオプションは runInNewContext: false が個別のグローバルコンテキストを使ってバンドルを実行するバグを持っています。以下の情報は、バージョン2.3.1以降を前提としています。\n\nrunInNewContext: false の場合は、バンドルコードはサーバープロセスと同じ global コンテキストで実行されるので、アプリケーションコード内で global を変更するコードには注意してください。\nrunInNewContext: 'once' (2.3.1 以降)の場合は、バンドルは別々の global コンテキストで評価されますが、起動時には一度だけ評価されます。これにより、バンドルがサーバープロセスの global オブジェクトを誤って汚染するのを防ぐので、より良いアプリケーションコードの分離が可能になります。注意点は次のとおりです:\n\nこのモードでは、 global (例: ポリフィル) を変更する依存関係を外部化することはできません;\n\nバンドル実行から返される値は、異なるグローバルコンストラクタを使用します。バンドルの内部で捕捉されたエラーはサーバプロセスの Error のインスタンスにはなりません。\n参考: ソースコードの構造\n\n\n\nbasedir\n\n2.2.0 以降\ncreateBundleRenderer メソッド内でのみ使用可能\nnode_modules の依存関係を解決するために、サーババンドルのためのルートディレクトリを明示的に宣言します。 ここでは、インストール済み外部 npm 依存関係とは異なる場所に置かれた生成済みバンドルファイル、または、あなたの現在のプロジェクト内へ npm link された vue-server-renderer のみが必要です。\n\n\n\ncache\n コンポーネントキャッシュ の実装を提供します。 キャッシュオブジェクトは以下のインタフェースで実装しなければいけません(以下のような記法を用いる):\n type RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n };\n\n 代表的な使用方法は、次の lru-cache のような流れになります:\n const LRU = require('lru-cache')\n const renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n })\n\n キャッシュオブジェクトは、少なくても get と set を実装すべき点に注意してください。加えて、get と has は、もし第 2 引数に callback が指定された場合、必要に応じてこれを非同期処理にできます。これは、非同期 API を使用したキャッシュの利用を可能にします。 例)以下のような redis クライアント使用する場合:\n const renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // 任意のエラーがあれば処理\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n })\n\n\ndirectives\n 以下のように、カスタムディレクティブをサーバサイドの実装で使用可能にします:\n const renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // ディレクティブのバインディングメタデータに基づいて vnode を変換する\n }\n }\n })\n\n 例として、v-show のサーバサイド実装はこちら です。\n\n\nwebpack プラグイン\nwebpack プラグインは、スタンドアロンのファイルとして提供され、次の値を必要とします:\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nデフォルトで生成されるファイルは以下のものです:\n\nサーバサイドプラグインのための vue-ssr-server-bundle.json\nクライアントサイドプラグインのための vue-ssr-client-manifest.json\n\nプラグインのインスタンス生成時、これらのファイル名は以下のようにカスタマイズ可能です:\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\nより詳しい情報は、 ビルド設定 の項目を参照してください。\n"}}} \ No newline at end of file diff --git a/zh/api.html b/zh/api.html new file mode 100644 index 00000000..db9d3080 --- /dev/null +++ b/zh/api.html @@ -0,0 +1,836 @@ + + + + + + + API 参考 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                  +
                                                                                                                                                  + + + + + + + + +
                                                                                                                                                  + +
                                                                                                                                                  + +
                                                                                                                                                  + + + + + + + + + +
                                                                                                                                                  +
                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  + +
                                                                                                                                                  + +

                                                                                                                                                  API 参考

                                                                                                                                                  +

                                                                                                                                                  createRenderer([options])

                                                                                                                                                  +

                                                                                                                                                  使用(可选的)选项创建一个 Renderer 实例。

                                                                                                                                                  +
                                                                                                                                                  const { createRenderer } = require('vue-server-renderer')
                                                                                                                                                  +const renderer = createRenderer({ ... })
                                                                                                                                                  +
                                                                                                                                                  +

                                                                                                                                                  createBundleRenderer(bundle[, options])

                                                                                                                                                  +

                                                                                                                                                  使用 server bundle 和(可选的)选项创建一个 BundleRenderer 实例。

                                                                                                                                                  +
                                                                                                                                                  const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                                                  +const renderer = createBundleRenderer(serverBundle, { ... })
                                                                                                                                                  +
                                                                                                                                                  +

                                                                                                                                                  serverBundle 参数可以是以下之一:

                                                                                                                                                  +
                                                                                                                                                    +
                                                                                                                                                  • 绝对路径,指向一个已经构建好的 bundle 文件(.js.json)。必须以 / 开头才会被识别为文件路径。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • 由 webpack + vue-server-renderer/server-plugin 生成的 bundle 对象。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • JavaScript 代码字符串(不推荐)。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  +

                                                                                                                                                  更多细节请查看 Server Bundle 指引构建配置

                                                                                                                                                  +

                                                                                                                                                  Class: Renderer

                                                                                                                                                  +
                                                                                                                                                    +
                                                                                                                                                  • renderer.renderToString(vm[, context, callback]): ?Promise<string>

                                                                                                                                                    +

                                                                                                                                                    将 Vue 实例渲染为字符串。上下文对象(context object)可选。回调函数是典型的 Node.js 风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。

                                                                                                                                                    +

                                                                                                                                                    在 2.5.0+ 版本中,此 callback 回调函数是可选项。在不传递 callback 时,此方法返回一个 Promise 对象,在其 resolve 后返回最终渲染的 HTML。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • renderer.renderToStream(vm[, context]): stream.Readable

                                                                                                                                                    +

                                                                                                                                                    将 Vue 实例渲染为一个 Node.js 可读流。上下文对象(context object)可选。更多细节请查看流式渲染

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  +

                                                                                                                                                  Class: BundleRenderer

                                                                                                                                                  +
                                                                                                                                                    +
                                                                                                                                                  • bundleRenderer.renderToString([context, callback]): ?Promise<string>

                                                                                                                                                    +

                                                                                                                                                    将 bundle 渲染为字符串。上下文对象(context object)可选。回调是一个典型的 Node.js 风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。

                                                                                                                                                    +

                                                                                                                                                    在 2.5.0+ 版本中,此 callback 回调函数是可选项。在不传递 callback 时,此方法返回一个 Promise 对象,在其 resolve 后返回最终渲染的 HTML。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • bundleRenderer.renderToStream([context]): stream.Readable

                                                                                                                                                    +

                                                                                                                                                    将 bundle 渲染为一个 Node.js 可读流。上下文对象(context object)可选。更多细节请查看流式渲染

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  +

                                                                                                                                                  Renderer 选项

                                                                                                                                                  +
                                                                                                                                                    +
                                                                                                                                                  • template

                                                                                                                                                    +

                                                                                                                                                    为整个页面的 HTML 提供一个模板。此模板应包含注释 <!--vue-ssr-outlet-->,作为渲染应用程序内容的占位符。

                                                                                                                                                    +

                                                                                                                                                    模板还支持使用渲染上下文(render context)进行基本插值:

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 使用双花括号(double-mustache)进行 HTML 转义插值(HTML-escaped interpolation);
                                                                                                                                                    • +
                                                                                                                                                    • 使用三花括号(triple-mustache)进行 HTML 不转义插值(non-HTML-escaped interpolation)。
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    当在渲染上下文(render context)上存在一些特定属性时,模板会自动注入对应的内容:

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • context.head:(字符串)将会被作为 HTML 注入到页面的头部(head)里。

                                                                                                                                                      +
                                                                                                                                                    • +
                                                                                                                                                    • context.styles:(字符串)内联 CSS,将以 style 标签的形式注入到页面头部。注意,如过你使用了 vue-loader + vue-style-loader 来处理组件 CSS,此属性会在构建过程中被自动生成。

                                                                                                                                                      +
                                                                                                                                                    • +
                                                                                                                                                    • context.state:(对象)初始 Vuex store 状态,将以 window.__INITIAL_STATE__ 的形式内联到页面。内联的 JSON 将使用 serialize-javascript 自动清理,以防止 XSS 攻击。

                                                                                                                                                      +

                                                                                                                                                      在 2.5.0+ 版本中,嵌入式 script 也可以也可以在生产模式(production mode)下自行移除。

                                                                                                                                                      +
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    此外,当提供 clientManifest 时,模板会自动注入以下内容:

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 渲染当前页面所需的最优客户端 JavaScript 和 CSS 资源(支持自动推导异步代码分割所需的文件);
                                                                                                                                                    • +
                                                                                                                                                    • 为要渲染页面提供最佳的 <link rel="preload/prefetch"> 资源提示(resource hints)。
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    你也可以通过将 inject: false 传递给 renderer,来禁用所有自动注入。

                                                                                                                                                    +

                                                                                                                                                    具体查看:

                                                                                                                                                    + +
                                                                                                                                                  • +
                                                                                                                                                  • clientManifest

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 2.3.0+
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    通过此选项提供一个由 vue-server-renderer/client-plugin 生成的客户端构建 manifest 对象(client build manifest object)。此对象包含了 webpack 整个构建过程的信息,从而可以让 bundle renderer 自动推导需要在 HTML 模板中注入的内容。更多详细信息,请查看生成 clientManifest

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • inject

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 2.3.0+
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    控制使用 template 时是否执行自动注入。默认是 true

                                                                                                                                                    +

                                                                                                                                                    参考:手动资源注入(Manual Asset Injection)

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • shouldPreload

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 2.3.0+
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    一个函数,用来控制什么文件应该生成 <link rel="preload"> 资源预加载提示(resource hints)。

                                                                                                                                                    +

                                                                                                                                                    默认情况下,只有 JavaScript 和 CSS 文件会被预加载,因为它们是启动应用时所必需的。

                                                                                                                                                    +

                                                                                                                                                    对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用 shouldPreload 选项精确控制预加载资源:

                                                                                                                                                    +
                                                                                                                                                    const renderer = createBundleRenderer(bundle, {
                                                                                                                                                    +  template,
                                                                                                                                                    +  clientManifest,
                                                                                                                                                    +  shouldPreload: (file, type) => {
                                                                                                                                                    +    // 基于文件扩展名的类型推断。
                                                                                                                                                    +    // https://fetch.spec.whatwg.org/#concept-request-destination
                                                                                                                                                    +    if (type === 'script' || type === 'style') {
                                                                                                                                                    +      return true
                                                                                                                                                    +    }
                                                                                                                                                    +    if (type === 'font') {
                                                                                                                                                    +      // 只预加载 woff2 字体
                                                                                                                                                    +      return /\.woff2$/.test(file)
                                                                                                                                                    +    }
                                                                                                                                                    +    if (type === 'image') {
                                                                                                                                                    +      // 只预加载重要 images
                                                                                                                                                    +      return file === 'hero.jpg'
                                                                                                                                                    +    }
                                                                                                                                                    +  }
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • shouldPrefetch

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 2.5.0+
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    一个函数,用来控制对于哪些文件,是需要生成 <link rel="prefetch"> 资源提示。

                                                                                                                                                    +

                                                                                                                                                    默认情况下,异步 chunk 中的所有资源都将被预取,因为这是低优先级指令; 然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与 shouldPreload 相同的函数签名。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • runInNewContext

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 2.3.0+
                                                                                                                                                    • +
                                                                                                                                                    • 只用于 createBundleRenderer
                                                                                                                                                    • +
                                                                                                                                                    • 期望值:boolean | 'once''once' 只在 2.3.1+ 支持)
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    默认情况下,对于每次渲染,bundle renderer 将创建一个新的 V8 上下文并重新执行整个 bundle。这具有一些好处 - 例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个 bundle 还是相当昂贵的,特别是当应用很大的时候。

                                                                                                                                                    +

                                                                                                                                                    出于向后兼容的考虑,此选项默认为 true,但建议你尽可能使用 runInNewContext: falserunInNewContext: 'once'

                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    在 2.3.0 中,此选项有一个 bug,其中 runInNewContext: false 仍然使用独立的全局上下文(separate global context)执行 bundle。以下信息假定版本为 2.3.1+。

                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    使用 runInNewContext: false,bundle 代码将与服务器进程在同一个 global 上下文中运行,所以请留意在应用程序代码中尽量避免修改 global

                                                                                                                                                    +

                                                                                                                                                    使用 runInNewContext: 'once' (2.3.1+),bundle 将在独立的全局上下文(separate global context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止 bundle 中的代码意外污染服务器进程的 global 对象。注意事项如下:

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    1. 在此模式下,修改 global(例如,polyfill)的依赖模块必须被打包进 bundle,不能被外部化 (externalize);
                                                                                                                                                    2. +
                                                                                                                                                    3. 从 bundle 执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到 bundle 内部抛出的错误,使用的是 bundle 上下文中的 Error 构造函数,所以它不会是服务器进程中 Error 的一个实例。
                                                                                                                                                    4. +
                                                                                                                                                    +

                                                                                                                                                    参考:源码结构

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • basedir

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 2.2.0+
                                                                                                                                                    • +
                                                                                                                                                    • 只用于 createBundleRenderer
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    显式地声明 server bundle 的运行目录。运行时将会以此目录为基准来解析 node_modules 中的依赖模块。只有在所生成的 bundle 文件与外部的 NPM 依赖模块放置在不同位置,或者 vue-server-renderer 是通过 NPM link 链接到当前项目中时,才需要配置此选项。

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • cache

                                                                                                                                                    +

                                                                                                                                                    提供组件缓存具体实现。缓存对象必须实现以下接口(使用 Flow 语法表示):

                                                                                                                                                    +
                                                                                                                                                    type RenderCache = {
                                                                                                                                                    +  get: (key: string, cb?: Function) => string | void;
                                                                                                                                                    +  set: (key: string, val: string) => void;
                                                                                                                                                    +  has?: (key: string, cb?: Function) => boolean | void;
                                                                                                                                                    +};
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    典型用法是传入 lru-cache

                                                                                                                                                    +
                                                                                                                                                    const LRU = require('lru-cache')
                                                                                                                                                    +
                                                                                                                                                    +const renderer = createRenderer({
                                                                                                                                                    +  cache: LRU({
                                                                                                                                                    +    max: 10000
                                                                                                                                                    +  })
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    请注意,缓存对象应至少要实现 getset。此外,如果 gethas 接收第二个参数作为回调,那 gethas 也可以是可选的异步函数。这允许缓存使用异步 API,例如,一个 Redis 客户端:

                                                                                                                                                    +
                                                                                                                                                    const renderer = createRenderer({
                                                                                                                                                    +  cache: {
                                                                                                                                                    +    get: (key, cb) => {
                                                                                                                                                    +      redisClient.get(key, (err, res) => {
                                                                                                                                                    +        // 处理任何错误
                                                                                                                                                    +        cb(res)
                                                                                                                                                    +      })
                                                                                                                                                    +    },
                                                                                                                                                    +    set: (key, val) => {
                                                                                                                                                    +      redisClient.set(key, val)
                                                                                                                                                    +    }
                                                                                                                                                    +  }
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  • directives

                                                                                                                                                    +

                                                                                                                                                    对于自定义指令,允许提供服务器端实现:

                                                                                                                                                    +
                                                                                                                                                    const renderer = createRenderer({
                                                                                                                                                    +  directives: {
                                                                                                                                                    +    example (vnode, directiveMeta) {
                                                                                                                                                    +      // 基于指令绑定元数据(metadata)转换 vnode
                                                                                                                                                    +    }
                                                                                                                                                    +  }
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    例如,请查看 v-show 的服务器端实现

                                                                                                                                                    +
                                                                                                                                                  • +
                                                                                                                                                  +

                                                                                                                                                  webpack 插件

                                                                                                                                                  +

                                                                                                                                                  webpack 插件作为独立文件提供,并且应当直接 require:

                                                                                                                                                  +
                                                                                                                                                  const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                                                                                                  +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                                                                                                  +
                                                                                                                                                  +

                                                                                                                                                  生成的默认文件是:

                                                                                                                                                  +
                                                                                                                                                    +
                                                                                                                                                  • vue-ssr-server-bundle.json 用于服务器端插件;
                                                                                                                                                  • +
                                                                                                                                                  • vue-ssr-client-manifest.json 用于客户端插件。
                                                                                                                                                  • +
                                                                                                                                                  +

                                                                                                                                                  创建插件实例时可以自定义文件名:

                                                                                                                                                  +
                                                                                                                                                  const plugin = new VueSSRServerPlugin({
                                                                                                                                                  +  filename: 'my-server-bundle.json'
                                                                                                                                                  +})
                                                                                                                                                  +
                                                                                                                                                  +

                                                                                                                                                  更多信息请查看构建配置

                                                                                                                                                  + + +
                                                                                                                                                  + +
                                                                                                                                                  +
                                                                                                                                                  +
                                                                                                                                                  + +

                                                                                                                                                  results matching ""

                                                                                                                                                  +
                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    + +

                                                                                                                                                    No results matching ""

                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    + + +
                                                                                                                                                    + + +
                                                                                                                                                    + + + + + + + + + + + + + + +
                                                                                                                                                    + + +
                                                                                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/basic.html b/zh/basic.html new file mode 100644 index 00000000..175b0ce0 --- /dev/null +++ b/zh/basic.html @@ -0,0 +1,755 @@ + + + + + + + 基本用法 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                    +
                                                                                                                                                    + + + + + + + + +
                                                                                                                                                    + +
                                                                                                                                                    + +
                                                                                                                                                    + + + + + + + + + +
                                                                                                                                                    +
                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    + +
                                                                                                                                                    + +

                                                                                                                                                    基本用法

                                                                                                                                                    +

                                                                                                                                                    安装

                                                                                                                                                    +
                                                                                                                                                    npm install vue vue-server-renderer --save
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    我们将在整个指南中使用 NPM,但你也可以使用 Yarn

                                                                                                                                                    +

                                                                                                                                                    注意

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 推荐使用 Node.js 版本 6+。
                                                                                                                                                    • +
                                                                                                                                                    • vue-server-renderervue 必须匹配版本。
                                                                                                                                                    • +
                                                                                                                                                    • vue-server-renderer 依赖一些 Node.js 原生模块,因此只能在 Node.js 中使用。我们可能会提供一个更简单的构建,可以在将来在其他「JavaScript 运行时(runtime)」运行。
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    渲染一个 Vue 实例

                                                                                                                                                    +
                                                                                                                                                    // 第 1 步:创建一个 Vue 实例
                                                                                                                                                    +const Vue = require('vue')
                                                                                                                                                    +const app = new Vue({
                                                                                                                                                    +  template: `<div>Hello World</div>`
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +// 第 2 步:创建一个 renderer
                                                                                                                                                    +const renderer = require('vue-server-renderer').createRenderer()
                                                                                                                                                    +
                                                                                                                                                    +// 第 3 步:将 Vue 实例渲染为 HTML
                                                                                                                                                    +renderer.renderToString(app, (err, html) => {
                                                                                                                                                    +  if (err) throw err
                                                                                                                                                    +  console.log(html)
                                                                                                                                                    +  // => <div data-server-rendered="true">Hello World</div>
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +// 在 2.5.0+,如果没有传入回调函数,则会返回 Promise:
                                                                                                                                                    +renderer.renderToString(app).then(html => {
                                                                                                                                                    +  console.log(html)
                                                                                                                                                    +}).catch(err => {
                                                                                                                                                    +  console.error(err)
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    与服务器集成

                                                                                                                                                    +

                                                                                                                                                    在 Node.js 服务器中使用时相当简单直接,例如 Express

                                                                                                                                                    +
                                                                                                                                                    npm install express --save
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    const Vue = require('vue')
                                                                                                                                                    +const server = require('express')()
                                                                                                                                                    +const renderer = require('vue-server-renderer').createRenderer()
                                                                                                                                                    +
                                                                                                                                                    +server.get('*', (req, res) => {
                                                                                                                                                    +  const app = new Vue({
                                                                                                                                                    +    data: {
                                                                                                                                                    +      url: req.url
                                                                                                                                                    +    },
                                                                                                                                                    +    template: `<div>访问的 URL 是: {{ url }}</div>`
                                                                                                                                                    +  })
                                                                                                                                                    +
                                                                                                                                                    +  renderer.renderToString(app, (err, html) => {
                                                                                                                                                    +    if (err) {
                                                                                                                                                    +      res.status(500).end('Internal Server Error')
                                                                                                                                                    +      return
                                                                                                                                                    +    }
                                                                                                                                                    +    res.end(`
                                                                                                                                                    +      <!DOCTYPE html>
                                                                                                                                                    +      <html lang="en">
                                                                                                                                                    +        <head><title>Hello</title></head>
                                                                                                                                                    +        <body>${html}</body>
                                                                                                                                                    +      </html>
                                                                                                                                                    +    `)
                                                                                                                                                    +  })
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +server.listen(8080)
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    使用一个页面模板

                                                                                                                                                    +

                                                                                                                                                    当你在渲染 Vue 应用程序时,renderer 只从应用程序生成 HTML 标记(markup)。在这个示例中,我们必须用一个额外的 HTML 页面包裹容器,来包裹生成的 HTML 标记。

                                                                                                                                                    +

                                                                                                                                                    为了简化这些,你可以直接在创建 renderer 时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如 index.template.html

                                                                                                                                                    +
                                                                                                                                                    <!DOCTYPE html>
                                                                                                                                                    +<html lang="en">
                                                                                                                                                    +  <head><title>Hello</title></head>
                                                                                                                                                    +  <body>
                                                                                                                                                    +    <!--vue-ssr-outlet-->
                                                                                                                                                    +  </body>
                                                                                                                                                    +</html>
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    注意 <!--vue-ssr-outlet--> 注释 -- 这里将是应用程序 HTML 标记注入的地方。

                                                                                                                                                    +

                                                                                                                                                    然后,我们可以读取和传输文件到 Vue renderer 中:

                                                                                                                                                    +
                                                                                                                                                    const renderer = createRenderer({
                                                                                                                                                    +  template: require('fs').readFileSync('./index.template.html', 'utf-8')
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +renderer.renderToString(app, (err, html) => {
                                                                                                                                                    +  console.log(html) // html 将是注入应用程序内容的完整页面
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    模板插值

                                                                                                                                                    +

                                                                                                                                                    模板还支持简单插值。给定如下模板:

                                                                                                                                                    +
                                                                                                                                                    <html>
                                                                                                                                                    +  <head>
                                                                                                                                                    +    <!-- 使用双花括号(double-mustache)进行 HTML 转义插值(HTML-escaped interpolation) -->
                                                                                                                                                    +    <title>{{ title }}</title>
                                                                                                                                                    +
                                                                                                                                                    +    <!-- 使用三花括号(triple-mustache)进行 HTML 不转义插值(non-HTML-escaped interpolation) -->
                                                                                                                                                    +    {{{ meta }}}
                                                                                                                                                    +  </head>
                                                                                                                                                    +  <body>
                                                                                                                                                    +    <!--vue-ssr-outlet-->
                                                                                                                                                    +  </body>
                                                                                                                                                    +</html>
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    我们可以通过传入一个"渲染上下文对象",作为 renderToString 函数的第二个参数,来提供插值数据:

                                                                                                                                                    +
                                                                                                                                                    const context = {
                                                                                                                                                    +  title: 'hello',
                                                                                                                                                    +  meta: `
                                                                                                                                                    +    <meta ...>
                                                                                                                                                    +    <meta ...>
                                                                                                                                                    +  `
                                                                                                                                                    +}
                                                                                                                                                    +
                                                                                                                                                    +renderer.renderToString(app, context, (err, html) => {
                                                                                                                                                    +  // 页面 title 将会是 "Hello"
                                                                                                                                                    +  // meta 标签也会注入
                                                                                                                                                    +})
                                                                                                                                                    +
                                                                                                                                                    +

                                                                                                                                                    也可以与 Vue 应用程序实例共享 context 对象,允许模板插值中的组件动态地注册数据。

                                                                                                                                                    +

                                                                                                                                                    此外,模板支持一些高级特性,例如:

                                                                                                                                                    +
                                                                                                                                                      +
                                                                                                                                                    • 在使用 *.vue 组件时,自动注入「关键的 CSS(critical CSS)」;
                                                                                                                                                    • +
                                                                                                                                                    • 在使用 clientManifest 时,自动注入「资源链接(asset links)和资源预加载提示(resource hints)」;
                                                                                                                                                    • +
                                                                                                                                                    • 在嵌入 Vuex 状态进行客户端融合(client-side hydration)时,自动注入以及 XSS 防御。
                                                                                                                                                    • +
                                                                                                                                                    +

                                                                                                                                                    在之后的指南中介绍相关概念时,我们将详细讨论这些。

                                                                                                                                                    + + +
                                                                                                                                                    + +
                                                                                                                                                    +
                                                                                                                                                    +
                                                                                                                                                    + +

                                                                                                                                                    results matching ""

                                                                                                                                                    +
                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      + +

                                                                                                                                                      No results matching ""

                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      + + +
                                                                                                                                                      + + +
                                                                                                                                                      + + + + + + + + + + + + + + +
                                                                                                                                                      + + +
                                                                                                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/build-config.html b/zh/build-config.html new file mode 100644 index 00000000..c77cb6fd --- /dev/null +++ b/zh/build-config.html @@ -0,0 +1,810 @@ + + + + + + + 构建配置 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                      +
                                                                                                                                                      + + + + + + + + +
                                                                                                                                                      + +
                                                                                                                                                      + +
                                                                                                                                                      + + + + + + + + + +
                                                                                                                                                      +
                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      + +
                                                                                                                                                      + +

                                                                                                                                                      构建配置

                                                                                                                                                      +

                                                                                                                                                      我们假设你已经知道,如何为纯客户端(client-only)项目配置 webpack。服务器端渲染(SSR)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base, clientserver。基本配置(base config)包含在两个环境共享的配置,例如,输出路径(output path),别名(alias)和 loader。服务器配置(server config)和客户端配置(client config),可以通过使用 webpack-merge 来简单地扩展基本配置。

                                                                                                                                                      +

                                                                                                                                                      服务器配置(Server Config)

                                                                                                                                                      +

                                                                                                                                                      服务器配置,是用于生成传递给 createBundleRenderer 的 server bundle。它应该是这样的:

                                                                                                                                                      +
                                                                                                                                                      const merge = require('webpack-merge')
                                                                                                                                                      +const nodeExternals = require('webpack-node-externals')
                                                                                                                                                      +const baseConfig = require('./webpack.base.config.js')
                                                                                                                                                      +const VueSSRServerPlugin = require('vue-server-renderer/server-plugin')
                                                                                                                                                      +
                                                                                                                                                      +module.exports = merge(baseConfig, {
                                                                                                                                                      +  // 将 entry 指向应用程序的 server entry 文件
                                                                                                                                                      +  entry: '/path/to/entry-server.js',
                                                                                                                                                      +
                                                                                                                                                      +  // 这允许 webpack 以 Node 适用方式(Node-appropriate fashion)处理动态导入(dynamic import),
                                                                                                                                                      +  // 并且还会在编译 Vue 组件时,
                                                                                                                                                      +  // 告知 `vue-loader` 输送面向服务器代码(server-oriented code)。
                                                                                                                                                      +  target: 'node',
                                                                                                                                                      +
                                                                                                                                                      +  // 对 bundle renderer 提供 source map 支持
                                                                                                                                                      +  devtool: 'source-map',
                                                                                                                                                      +
                                                                                                                                                      +  // 此处告知 server bundle 使用 Node 风格导出模块(Node-style exports)
                                                                                                                                                      +  output: {
                                                                                                                                                      +    libraryTarget: 'commonjs2'
                                                                                                                                                      +  },
                                                                                                                                                      +
                                                                                                                                                      +  // https://webpack.js.org/configuration/externals/#function
                                                                                                                                                      +  // https://github.com/liady/webpack-node-externals
                                                                                                                                                      +  // 外置化应用程序依赖模块。可以使服务器构建速度更快,
                                                                                                                                                      +  // 并生成较小的 bundle 文件。
                                                                                                                                                      +  externals: nodeExternals({
                                                                                                                                                      +    // 不要外置化 webpack 需要处理的依赖模块。
                                                                                                                                                      +    // 你可以在这里添加更多的文件类型。例如,未处理 *.vue 原始文件,
                                                                                                                                                      +    // 你还应该将修改 `global`(例如 polyfill)的依赖模块列入白名单
                                                                                                                                                      +    whitelist: /\.css$/
                                                                                                                                                      +  }),
                                                                                                                                                      +
                                                                                                                                                      +  // 这是将服务器的整个输出
                                                                                                                                                      +  // 构建为单个 JSON 文件的插件。
                                                                                                                                                      +  // 默认文件名为 `vue-ssr-server-bundle.json`
                                                                                                                                                      +  plugins: [
                                                                                                                                                      +    new VueSSRServerPlugin()
                                                                                                                                                      +  ]
                                                                                                                                                      +})
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      在生成 vue-ssr-server-bundle.json 之后,只需将文件路径传递给 createBundleRenderer

                                                                                                                                                      +
                                                                                                                                                      const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                                                      +const renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {
                                                                                                                                                      +  // ……renderer 的其他选项
                                                                                                                                                      +})
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      又或者,你还可以将 bundle 作为对象传递给 createBundleRenderer。这对开发过程中的热重载是很有用的 - 具体请查看 HackerNews demo 的参考设置

                                                                                                                                                      +

                                                                                                                                                      扩展说明(Externals Caveats)

                                                                                                                                                      +

                                                                                                                                                      请注意,在 externals 选项中,我们将 CSS 文件列入白名单。这是因为从依赖模块导入的 CSS 还应该由 webpack 处理。如果你导入依赖于 webpack 的任何其他类型的文件(例如 *.vue, *.sass),那么你也应该将它们添加到白名单中。

                                                                                                                                                      +

                                                                                                                                                      如果你使用 runInNewContext: 'once'runInNewContext: true,那么你还应该将修改 global 的 polyfill 列入白名单,例如 babel-polyfill。这是因为当使用新的上下文模式时,server bundle 中的代码具有自己的 global 对象。由于在使用 Node 7.6+ 时,在服务器并不真正需要它,所以实际上只需在客户端 entry 导入它。

                                                                                                                                                      +

                                                                                                                                                      客户端配置(Client Config)

                                                                                                                                                      +

                                                                                                                                                      客户端配置(client config)和基本配置(base config)大体上相同。显然你需要把 entry 指向你的客户端入口文件。除此之外,如果你使用 CommonsChunkPlugin,请确保仅在客户端配置(client config)中使用,因为服务器包需要单独的入口 chunk。

                                                                                                                                                      +

                                                                                                                                                      生成 clientManifest

                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      需要版本 2.3.0+

                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      除了 server bundle 之外,我们还可以生成客户端构建清单(client build manifest)。使用客户端清单(client manifest)和服务器 bundle(server bundle),renderer 现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载 / 数据预取指令(preload / prefetch directive),以及 css 链接 / script 标签到所渲染的 HTML。

                                                                                                                                                      +

                                                                                                                                                      好处是双重的:

                                                                                                                                                      +
                                                                                                                                                        +
                                                                                                                                                      1. 在生成的文件名中有哈希时,可以取代 html-webpack-plugin 来注入正确的资源 URL。

                                                                                                                                                        +
                                                                                                                                                      2. +
                                                                                                                                                      3. 在通过 webpack 的按需代码分割特性渲染 bundle 时,我们可以确保对 chunk 进行最优化的资源预加载/数据预取,并且还可以将所需的异步 chunk 智能地注入为 <script> 标签,以避免客户端的瀑布式请求(waterfall request),以及改善可交互时间(TTI - time-to-interactive)。

                                                                                                                                                        +
                                                                                                                                                      4. +
                                                                                                                                                      +

                                                                                                                                                      要使用客户端清单(client manifest),客户端配置(client config)将如下所示:

                                                                                                                                                      +
                                                                                                                                                      const webpack = require('webpack')
                                                                                                                                                      +const merge = require('webpack-merge')
                                                                                                                                                      +const baseConfig = require('./webpack.base.config.js')
                                                                                                                                                      +const VueSSRClientPlugin = require('vue-server-renderer/client-plugin')
                                                                                                                                                      +
                                                                                                                                                      +module.exports = merge(baseConfig, {
                                                                                                                                                      +  entry: '/path/to/entry-client.js',
                                                                                                                                                      +  plugins: [
                                                                                                                                                      +    // 重要信息:这将 webpack 运行时分离到一个引导 chunk 中,
                                                                                                                                                      +    // 以便可以在之后正确注入异步 chunk。
                                                                                                                                                      +    // 这也为你的 应用程序/vendor 代码提供了更好的缓存。
                                                                                                                                                      +    new webpack.optimize.CommonsChunkPlugin({
                                                                                                                                                      +      name: "manifest",
                                                                                                                                                      +      minChunks: Infinity
                                                                                                                                                      +    }),
                                                                                                                                                      +    // 此插件在输出目录中
                                                                                                                                                      +    // 生成 `vue-ssr-client-manifest.json`。
                                                                                                                                                      +    new VueSSRClientPlugin()
                                                                                                                                                      +  ]
                                                                                                                                                      +})
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      然后,你就可以使用生成的客户端清单(client manifest)以及页面模板:

                                                                                                                                                      +
                                                                                                                                                      const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                                                      +
                                                                                                                                                      +const template = require('fs').readFileSync('/path/to/template.html', 'utf-8')
                                                                                                                                                      +const serverBundle = require('/path/to/vue-ssr-server-bundle.json')
                                                                                                                                                      +const clientManifest = require('/path/to/vue-ssr-client-manifest.json')
                                                                                                                                                      +
                                                                                                                                                      +const renderer = createBundleRenderer(serverBundle, {
                                                                                                                                                      +  template,
                                                                                                                                                      +  clientManifest
                                                                                                                                                      +})
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      通过以上设置,使用代码分割特性构建后的服务器渲染的 HTML 代码,将看起来如下(所有都是自动注入):

                                                                                                                                                      +
                                                                                                                                                      <html>
                                                                                                                                                      +  <head>
                                                                                                                                                      +    <!-- 用于当前渲染的 chunk 会被资源预加载(preload) -->
                                                                                                                                                      +    <link rel="preload" href="/manifest.js" as="script">
                                                                                                                                                      +    <link rel="preload" href="/main.js" as="script">
                                                                                                                                                      +    <link rel="preload" href="/0.js" as="script">
                                                                                                                                                      +    <!-- 未用到的异步 chunk 会被数据预取(preload)(次要优先级) -->
                                                                                                                                                      +    <link rel="prefetch" href="/1.js" as="script">
                                                                                                                                                      +  </head>
                                                                                                                                                      +  <body>
                                                                                                                                                      +    <!-- 应用程序内容 -->
                                                                                                                                                      +    <div data-server-rendered="true"><div>async</div></div>
                                                                                                                                                      +    <!-- manifest chunk 优先 -->
                                                                                                                                                      +    <script src="/manifest.js"></script>
                                                                                                                                                      +    <!-- 在主 chunk 之前注入异步 chunk -->
                                                                                                                                                      +    <script src="/0.js"></script>
                                                                                                                                                      +    <script src="/main.js"></script>
                                                                                                                                                      +  </body>
                                                                                                                                                      +</html>`
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      手动资源注入(Manual Asset Injection)

                                                                                                                                                      +

                                                                                                                                                      默认情况下,当提供 template 渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer-grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建 renderer 并手动执行资源注入时,传入 inject: false

                                                                                                                                                      +

                                                                                                                                                      renderToString 回调函数中,你传入的 context 对象会暴露以下方法:

                                                                                                                                                      +
                                                                                                                                                        +
                                                                                                                                                      • context.renderStyles()

                                                                                                                                                        +

                                                                                                                                                        这将返回内联 <style> 标签包含所有关键 CSS(critical CSS) ,其中关键 CSS 是在要用到的 *.vue 组件的渲染过程中收集的。有关更多详细信息,请查看 CSS 管理

                                                                                                                                                        +

                                                                                                                                                        如果提供了 clientManifest,返回的字符串中,也将包含着 <link rel="stylesheet"> 标签内由 webpack 输出(webpack-emitted)的 CSS 文件(例如,使用 extract-text-webpack-plugin 提取的 CSS,或使用 file-loader 导入的 CSS)

                                                                                                                                                        +
                                                                                                                                                      • +
                                                                                                                                                      • context.renderState(options?: Object)

                                                                                                                                                        +

                                                                                                                                                        此方法序列化 context.state 并返回一个内联的 script,其中状态被嵌入在 window.__INITIAL_STATE__ 中。

                                                                                                                                                        +

                                                                                                                                                        上下文状态键(context state key)和 window 状态键(window state key),都可以通过传递选项对象进行自定义:

                                                                                                                                                        +
                                                                                                                                                        context.renderState({
                                                                                                                                                        +  contextKey: 'myCustomState',
                                                                                                                                                        +  windowKey: '__MY_STATE__'
                                                                                                                                                        +})
                                                                                                                                                        +
                                                                                                                                                        +// -> <script>window.__MY_STATE__={...}</script>
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                      • +
                                                                                                                                                      • context.renderScripts()

                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                        • 需要 clientManifest
                                                                                                                                                        • +
                                                                                                                                                        +

                                                                                                                                                        此方法返回引导客户端应用程序所需的 <script> 标签。当在应用程序代码中使用异步代码分割(async code-splitting)时,此方法将智能地正确的推断需要引入的那些异步 chunk。

                                                                                                                                                        +
                                                                                                                                                      • +
                                                                                                                                                      • context.renderResourceHints()

                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                        • 需要 clientManifest
                                                                                                                                                        • +
                                                                                                                                                        +

                                                                                                                                                        此方法返回当前要渲染的页面,所需的 <link rel="preload/prefetch"> 资源提示(resource hint)。默认情况下会:

                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                        • 预加载页面所需的 JavaScript 和 CSS 文件
                                                                                                                                                        • +
                                                                                                                                                        • 预取异步 JavaScript chunk,之后可能会用于渲染
                                                                                                                                                        • +
                                                                                                                                                        +

                                                                                                                                                        使用 shouldPreload 选项可以进一步自定义要预加载的文件。

                                                                                                                                                        +
                                                                                                                                                      • +
                                                                                                                                                      • context.getPreloadFiles()

                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                        • 需要 clientManifest
                                                                                                                                                        • +
                                                                                                                                                        +

                                                                                                                                                        此方法不返回字符串 - 相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行 HTTP/2 服务器推送(HTTP/2 server push)。

                                                                                                                                                        +
                                                                                                                                                      • +
                                                                                                                                                      +

                                                                                                                                                      由于传递给 createBundleRenderertemplate 将会使用 context 对象进行插值,你可以(通过传入 inject: false)在模板中使用这些方法:

                                                                                                                                                      +
                                                                                                                                                      <html>
                                                                                                                                                      +  <head>
                                                                                                                                                      +    <!-- 使用三花括号(triple-mustache)进行 HTML 不转义插值(non-HTML-escaped interpolation) -->
                                                                                                                                                      +    {{{ renderResourceHints() }}}
                                                                                                                                                      +    {{{ renderStyles() }}}
                                                                                                                                                      +  </head>
                                                                                                                                                      +  <body>
                                                                                                                                                      +    <!--vue-ssr-outlet-->
                                                                                                                                                      +    {{{ renderState() }}}
                                                                                                                                                      +    {{{ renderScripts() }}}
                                                                                                                                                      +  </body>
                                                                                                                                                      +</html>
                                                                                                                                                      +
                                                                                                                                                      +

                                                                                                                                                      如果你根本没有使用 template,你可以自己拼接字符串。

                                                                                                                                                      + + +
                                                                                                                                                      + +
                                                                                                                                                      +
                                                                                                                                                      +
                                                                                                                                                      + +

                                                                                                                                                      results matching ""

                                                                                                                                                      +
                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        + +

                                                                                                                                                        No results matching ""

                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        + + +
                                                                                                                                                        + + +
                                                                                                                                                        + + + + + + + + + + + + + + +
                                                                                                                                                        + + +
                                                                                                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/bundle-renderer.html b/zh/bundle-renderer.html new file mode 100644 index 00000000..fec78e9f --- /dev/null +++ b/zh/bundle-renderer.html @@ -0,0 +1,669 @@ + + + + + + + Bundle Renderer 指引 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                        +
                                                                                                                                                        + + + + + + + + +
                                                                                                                                                        + +
                                                                                                                                                        + +
                                                                                                                                                        + + + + + + + + + +
                                                                                                                                                        +
                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        + +
                                                                                                                                                        + +

                                                                                                                                                        Bundle Renderer 指引

                                                                                                                                                        +

                                                                                                                                                        使用基本 SSR 的问题

                                                                                                                                                        +

                                                                                                                                                        到目前为止,我们假设打包的服务器端代码,将由服务器通过 require 直接使用:

                                                                                                                                                        +
                                                                                                                                                        const createApp = require('/path/to/built-server-bundle.js')
                                                                                                                                                        +
                                                                                                                                                        +

                                                                                                                                                        这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,Node.js 本身不支持 source map。

                                                                                                                                                        +

                                                                                                                                                        传入 BundleRenderer

                                                                                                                                                        +

                                                                                                                                                        vue-server-renderer 提供一个名为 createBundleRenderer 的 API,用于处理此问题,通过使用 webpack 的自定义插件,server bundle 将生成为可传递到 bundle renderer 的特殊 JSON 文件。所创建的 bundle renderer,用法和普通 renderer 相同,但是 bundle renderer 提供以下优点:

                                                                                                                                                        +
                                                                                                                                                          +
                                                                                                                                                        • 内置的 source map 支持(在 webpack 配置中使用 devtool: 'source-map'

                                                                                                                                                          +
                                                                                                                                                        • +
                                                                                                                                                        • 在开发环境甚至部署过程中热重载(通过读取更新后的 bundle,然后重新创建 renderer 实例)

                                                                                                                                                          +
                                                                                                                                                        • +
                                                                                                                                                        • 关键 CSS(critical CSS) 注入(在使用 *.vue 文件时):自动内联在渲染过程中用到的组件所需的CSS。更多细节请查看 CSS 章节。

                                                                                                                                                          +
                                                                                                                                                        • +
                                                                                                                                                        • 使用 clientManifest 进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割 chunk。

                                                                                                                                                          +
                                                                                                                                                        • +
                                                                                                                                                        +
                                                                                                                                                        +

                                                                                                                                                        在下一章节中,我们将讨论如何配置 webpack,以生成 bundle renderer 所需的构建工件(build artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用 bundle renderer 的方法:

                                                                                                                                                        +
                                                                                                                                                        const { createBundleRenderer } = require('vue-server-renderer')
                                                                                                                                                        +
                                                                                                                                                        +const renderer = createBundleRenderer(serverBundle, {
                                                                                                                                                        +  runInNewContext: false, // 推荐
                                                                                                                                                        +  template, // (可选)页面模板
                                                                                                                                                        +  clientManifest // (可选)客户端构建 manifest
                                                                                                                                                        +})
                                                                                                                                                        +
                                                                                                                                                        +// 在服务器处理函数中……
                                                                                                                                                        +server.get('*', (req, res) => {
                                                                                                                                                        +  const context = { url: req.url }
                                                                                                                                                        +  // 这里无需传入一个应用程序,因为在执行 bundle 时已经自动创建过。
                                                                                                                                                        +  // 现在我们的服务器与应用程序已经解耦!
                                                                                                                                                        +  renderer.renderToString(context, (err, html) => {
                                                                                                                                                        +    // 处理异常……
                                                                                                                                                        +    res.end(html)
                                                                                                                                                        +  })
                                                                                                                                                        +})
                                                                                                                                                        +
                                                                                                                                                        +

                                                                                                                                                        bundle renderer 在调用 renderToString 时,它将自动执行「由 bundle 创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。

                                                                                                                                                        +

                                                                                                                                                        注意,推荐将 runInNewContext 选项设置为 false'once'。更多细节请查看 API 参考

                                                                                                                                                        + + +
                                                                                                                                                        + +
                                                                                                                                                        +
                                                                                                                                                        +
                                                                                                                                                        + +

                                                                                                                                                        results matching ""

                                                                                                                                                        +
                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          + +

                                                                                                                                                          No results matching ""

                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          + + +
                                                                                                                                                          + + +
                                                                                                                                                          + + + + + + + + + + + + + + +
                                                                                                                                                          + + +
                                                                                                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/caching.html b/zh/caching.html new file mode 100644 index 00000000..2d282295 --- /dev/null +++ b/zh/caching.html @@ -0,0 +1,694 @@ + + + + + + + 缓存 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                          +
                                                                                                                                                          + + + + + + + + +
                                                                                                                                                          + +
                                                                                                                                                          + +
                                                                                                                                                          + + + + + + + + + +
                                                                                                                                                          +
                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          + +
                                                                                                                                                          + +

                                                                                                                                                          缓存

                                                                                                                                                          +

                                                                                                                                                          虽然 Vue 的服务器端渲染(SSR)相当快速,但是由于创建组件实例和虚拟 DOM 节点的开销,无法与纯基于字符串拼接(pure string-based)的模板的性能相当。在 SSR 性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。

                                                                                                                                                          +

                                                                                                                                                          页面级别缓存(Page-level Caching)

                                                                                                                                                          +

                                                                                                                                                          在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user-specific)(即对于相同的 URL,总是为所有用户渲染相同的内容),我们可以利用名为 micro-caching 的缓存策略,来大幅度提高应用程序处理高流量的能力。

                                                                                                                                                          +

                                                                                                                                                          这通常在 Nginx 层完成,但是我们也可以在 Node.js 中实现它:

                                                                                                                                                          +
                                                                                                                                                          const microCache = LRU({
                                                                                                                                                          +  max: 100,
                                                                                                                                                          +  maxAge: 1000 // 重要提示:条目在 1 秒后过期。
                                                                                                                                                          +})
                                                                                                                                                          +
                                                                                                                                                          +const isCacheable = req => {
                                                                                                                                                          +  // 实现逻辑为,检查请求是否是用户特定(user-specific)。
                                                                                                                                                          +  // 只有非用户特定(non-user-specific)页面才会缓存
                                                                                                                                                          +}
                                                                                                                                                          +
                                                                                                                                                          +server.get('*', (req, res) => {
                                                                                                                                                          +  const cacheable = isCacheable(req)
                                                                                                                                                          +  if (cacheable) {
                                                                                                                                                          +    const hit = microCache.get(req.url)
                                                                                                                                                          +    if (hit) {
                                                                                                                                                          +      return res.end(hit)
                                                                                                                                                          +    }
                                                                                                                                                          +  }
                                                                                                                                                          +
                                                                                                                                                          +  renderer.renderToString((err, html) => {
                                                                                                                                                          +    res.end(html)
                                                                                                                                                          +    if (cacheable) {
                                                                                                                                                          +      microCache.set(req.url, html)
                                                                                                                                                          +    }
                                                                                                                                                          +  })
                                                                                                                                                          +})
                                                                                                                                                          +
                                                                                                                                                          +

                                                                                                                                                          由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。

                                                                                                                                                          +

                                                                                                                                                          组件级别缓存(Component-level Caching)

                                                                                                                                                          +

                                                                                                                                                          vue-server-renderer 内置支持组件级别缓存(component-level caching)。要启用组件级别缓存,你需要在创建 renderer 时提供具体缓存实现方式(cache implementation)。典型做法是传入 lru-cache

                                                                                                                                                          +
                                                                                                                                                          const LRU = require('lru-cache')
                                                                                                                                                          +
                                                                                                                                                          +const renderer = createRenderer({
                                                                                                                                                          +  cache: LRU({
                                                                                                                                                          +    max: 10000,
                                                                                                                                                          +    maxAge: ...
                                                                                                                                                          +  })
                                                                                                                                                          +})
                                                                                                                                                          +
                                                                                                                                                          +

                                                                                                                                                          然后,你可以通过实现 serverCacheKey 函数来缓存组件。

                                                                                                                                                          +
                                                                                                                                                          export default {
                                                                                                                                                          +  name: 'item', // 必填选项
                                                                                                                                                          +  props: ['item'],
                                                                                                                                                          +  serverCacheKey: props => props.item.id,
                                                                                                                                                          +  render (h) {
                                                                                                                                                          +    return h('div', this.item.id)
                                                                                                                                                          +  }
                                                                                                                                                          +}
                                                                                                                                                          +
                                                                                                                                                          +

                                                                                                                                                          请注意,可缓存组件还必须定义一个唯一的 name 选项。通过使用唯一的名称,每个缓存键(cache key)对应一个组件:你无需担心两个组件返回同一个 key。

                                                                                                                                                          +

                                                                                                                                                          serverCacheKey 返回的 key 应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由 props.item.id 决定,则上述是一个很好的实现。但是,如果具有相同 id 的 item 可能会随时间而变化,或者如果渲染结果依赖于其他 prop,则需要修改 serverCacheKey 的实现,以考虑其他变量。

                                                                                                                                                          +

                                                                                                                                                          返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。

                                                                                                                                                          +

                                                                                                                                                          何时使用组件缓存

                                                                                                                                                          +

                                                                                                                                                          如果 renderer 在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你应该缓存组件:

                                                                                                                                                          +
                                                                                                                                                            +
                                                                                                                                                          • 它具有可能依赖于全局状态的子组件。
                                                                                                                                                          • +
                                                                                                                                                          • 它具有对渲染上下文产生副作用(side effect)的子组件。
                                                                                                                                                          • +
                                                                                                                                                          +

                                                                                                                                                          因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的 v-for 列表中重复出现的组件。由于这些组件通常由数据库集合(database collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一 id,再加上最后更新的时间戳,来生成其缓存键(cache key):

                                                                                                                                                          +
                                                                                                                                                          serverCacheKey: props => props.item.id + '::' + props.item.last_updated
                                                                                                                                                          +
                                                                                                                                                          + + +
                                                                                                                                                          + +
                                                                                                                                                          +
                                                                                                                                                          +
                                                                                                                                                          + +

                                                                                                                                                          results matching ""

                                                                                                                                                          +
                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            + +

                                                                                                                                                            No results matching ""

                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            + + +
                                                                                                                                                            + + +
                                                                                                                                                            + + + + + + + + + + + + + + +
                                                                                                                                                            + + +
                                                                                                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/css.html b/zh/css.html new file mode 100644 index 00000000..b62540ac --- /dev/null +++ b/zh/css.html @@ -0,0 +1,730 @@ + + + + + + + CSS 管理 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                            +
                                                                                                                                                            + + + + + + + + +
                                                                                                                                                            + +
                                                                                                                                                            + +
                                                                                                                                                            + + + + + + + + + +
                                                                                                                                                            +
                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            + +
                                                                                                                                                            + +

                                                                                                                                                            CSS 管理

                                                                                                                                                            +

                                                                                                                                                            管理 CSS 的推荐方法是简单地使用 *.vue 单个文件组件内的 <style>,它提供:

                                                                                                                                                            +
                                                                                                                                                              +
                                                                                                                                                            • 与 HTML 并列同级,组件作用域 CSS
                                                                                                                                                            • +
                                                                                                                                                            • 能够使用预处理器(pre-processor)或 PostCSS
                                                                                                                                                            • +
                                                                                                                                                            • 开发过程中热重载(hot-reload)
                                                                                                                                                            • +
                                                                                                                                                            +

                                                                                                                                                            更重要的是,vue-style-loadervue-loader 内部使用的 loader),具备一些服务器端渲染的特殊功能:

                                                                                                                                                            +
                                                                                                                                                              +
                                                                                                                                                            • 客户端和服务器端的通用编程体验。

                                                                                                                                                              +
                                                                                                                                                            • +
                                                                                                                                                            • 在使用 bundleRenderer 时,自动注入关键 CSS(critical CSS)。

                                                                                                                                                              +

                                                                                                                                                              如果在服务器端渲染期间使用,可以在 HTML 中收集和内联(使用 template 选项时自动处理)组件的 CSS。在客户端,当第一次使用该组件时,vue-style-loader 会检查这个组件是否已经具有服务器内联(server-inlined)的 CSS - 如果没有,CSS 将通过 <style> 标签动态注入。

                                                                                                                                                              +
                                                                                                                                                            • +
                                                                                                                                                            • 通用 CSS 提取。

                                                                                                                                                              +

                                                                                                                                                              此设置支持使用 extract-text-webpack-plugin 将主 chunk(main chunk) 中的 CSS 提取到单独的 CSS 文件中(使用 template 自动注入),这样可以将文件分开缓存。建议用于存在很多公用 CSS 时。

                                                                                                                                                              +

                                                                                                                                                              内部异步组件中的 CSS 将内联为 JavaScript 字符串,并由 vue-style-loader 处理。

                                                                                                                                                              +
                                                                                                                                                            • +
                                                                                                                                                            +

                                                                                                                                                            启用 CSS 提取

                                                                                                                                                            +

                                                                                                                                                            要从 *.vue 文件中提取 CSS,可以使用 vue-loaderextractCSS 选项(需要 vue-loader 12.0.0+)

                                                                                                                                                            +
                                                                                                                                                            // webpack.config.js
                                                                                                                                                            +const ExtractTextPlugin = require('extract-text-webpack-plugin')
                                                                                                                                                            +
                                                                                                                                                            +// CSS 提取应该只用于生产环境
                                                                                                                                                            +// 这样我们在开发过程中仍然可以热重载
                                                                                                                                                            +const isProduction = process.env.NODE_ENV === 'production'
                                                                                                                                                            +
                                                                                                                                                            +module.exports = {
                                                                                                                                                            +  // ...
                                                                                                                                                            +  module: {
                                                                                                                                                            +    rules: [
                                                                                                                                                            +      {
                                                                                                                                                            +        test: /\.vue$/,
                                                                                                                                                            +        loader: 'vue-loader',
                                                                                                                                                            +        options: {
                                                                                                                                                            +          // enable CSS extraction
                                                                                                                                                            +          extractCSS: isProduction
                                                                                                                                                            +        }
                                                                                                                                                            +      },
                                                                                                                                                            +      // ...
                                                                                                                                                            +    ]
                                                                                                                                                            +  },
                                                                                                                                                            +  plugins: isProduction
                                                                                                                                                            +    // 确保添加了此插件!
                                                                                                                                                            +    ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]
                                                                                                                                                            +    : []
                                                                                                                                                            +}
                                                                                                                                                            +
                                                                                                                                                            +

                                                                                                                                                            请注意,上述配置仅适用于 *.vue 文件中的样式,然而你也可以使用 <style src="./foo.css"> 将外部 CSS 导入 Vue 组件。

                                                                                                                                                            +

                                                                                                                                                            如果你想从 JavaScript 中导入 CSS,例如,import 'foo.css',你需要配置合适的 loader:

                                                                                                                                                            +
                                                                                                                                                            module.exports = {
                                                                                                                                                            +  // ...
                                                                                                                                                            +  module: {
                                                                                                                                                            +    rules: [
                                                                                                                                                            +      {
                                                                                                                                                            +        test: /\.css$/,
                                                                                                                                                            +        // 重要:使用 vue-style-loader 替代 style-loader
                                                                                                                                                            +        use: isProduction
                                                                                                                                                            +          ? ExtractTextPlugin.extract({
                                                                                                                                                            +              use: 'css-loader',
                                                                                                                                                            +              fallback: 'vue-style-loader'
                                                                                                                                                            +            })
                                                                                                                                                            +          : ['vue-style-loader', 'css-loader']
                                                                                                                                                            +      }
                                                                                                                                                            +    ]
                                                                                                                                                            +  },
                                                                                                                                                            +  // ...
                                                                                                                                                            +}
                                                                                                                                                            +
                                                                                                                                                            +

                                                                                                                                                            从依赖模块导入样式

                                                                                                                                                            +

                                                                                                                                                            从 NPM 依赖模块导入 CSS 时需要注意的几点:

                                                                                                                                                            +
                                                                                                                                                              +
                                                                                                                                                            1. 在服务器端构建过程中,不应该外置化提取。

                                                                                                                                                              +
                                                                                                                                                            2. +
                                                                                                                                                            3. 在使用 CSS 提取 + 使用 CommonsChunkPlugin 插件提取 vendor 时,如果提取的 CSS 位于提取的 vendor chunk 之中,extract-text-webpack-plugin 会遇到问题。为了解决这个问题,请避免在 vendor chunk 中包含 CSS 文件。客户端 webpack 配置示例如下:

                                                                                                                                                              +
                                                                                                                                                              module.exports = {
                                                                                                                                                              + // ...
                                                                                                                                                              + plugins: [
                                                                                                                                                              +   // 将依赖模块提取到 vendor chunk 以获得更好的缓存,是很常见的做法。
                                                                                                                                                              +   new webpack.optimize.CommonsChunkPlugin({
                                                                                                                                                              +     name: 'vendor',
                                                                                                                                                              +     minChunks: function (module) {
                                                                                                                                                              +       // 一个模块被提取到 vendor chunk 时……
                                                                                                                                                              +       return (
                                                                                                                                                              +         // 如果它在 node_modules 中
                                                                                                                                                              +         /node_modules/.test(module.context) &&
                                                                                                                                                              +         // 如果 request 是一个 CSS 文件,则无需外置化提取
                                                                                                                                                              +         !/\.css$/.test(module.request)
                                                                                                                                                              +       )
                                                                                                                                                              +     }
                                                                                                                                                              +   }),
                                                                                                                                                              +   // 提取 webpack 运行时和 manifest
                                                                                                                                                              +   new webpack.optimize.CommonsChunkPlugin({
                                                                                                                                                              +     name: 'manifest'
                                                                                                                                                              +   }),
                                                                                                                                                              +   // ...
                                                                                                                                                              + ]
                                                                                                                                                              +}
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                            4. +
                                                                                                                                                            + + +
                                                                                                                                                            + +
                                                                                                                                                            +
                                                                                                                                                            +
                                                                                                                                                            + +

                                                                                                                                                            results matching ""

                                                                                                                                                            +
                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              + +

                                                                                                                                                              No results matching ""

                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              + + +
                                                                                                                                                              + + +
                                                                                                                                                              + + + + + + + + + + + + + + +
                                                                                                                                                              + + +
                                                                                                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/data.html b/zh/data.html new file mode 100644 index 00000000..899c3b56 --- /dev/null +++ b/zh/data.html @@ -0,0 +1,899 @@ + + + + + + + 数据预取和状态 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                              +
                                                                                                                                                              + + + + + + + + +
                                                                                                                                                              + +
                                                                                                                                                              + +
                                                                                                                                                              + + + + + + + + + +
                                                                                                                                                              +
                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              + +
                                                                                                                                                              + +

                                                                                                                                                              数据预取和状态

                                                                                                                                                              +

                                                                                                                                                              数据预取存储容器(Data Store)

                                                                                                                                                              +

                                                                                                                                                              在服务器端渲染(SSR)期间,我们本质上是在渲染我们应用程序的"快照",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据

                                                                                                                                                              +

                                                                                                                                                              另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据 - 否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。

                                                                                                                                                              +

                                                                                                                                                              为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data store)或"状态容器(state container))"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到 store 中。此外,我们将在 HTML 中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从 store 获取到内联预置(inline)状态。

                                                                                                                                                              +

                                                                                                                                                              为此,我们将使用官方状态管理库 Vuex。我们先创建一个 store.js 文件,里面会模拟一些根据 id 获取 item 的逻辑:

                                                                                                                                                              +
                                                                                                                                                              // store.js
                                                                                                                                                              +import Vue from 'vue'
                                                                                                                                                              +import Vuex from 'vuex'
                                                                                                                                                              +
                                                                                                                                                              +Vue.use(Vuex)
                                                                                                                                                              +
                                                                                                                                                              +// 假定我们有一个可以返回 Promise 的
                                                                                                                                                              +// 通用 API(请忽略此 API 具体实现细节)
                                                                                                                                                              +import { fetchItem } from './api'
                                                                                                                                                              +
                                                                                                                                                              +export function createStore () {
                                                                                                                                                              +  return new Vuex.Store({
                                                                                                                                                              +    state: {
                                                                                                                                                              +      items: {}
                                                                                                                                                              +    },
                                                                                                                                                              +    actions: {
                                                                                                                                                              +      fetchItem ({ commit }, id) {
                                                                                                                                                              +        // `store.dispatch()` 会返回 Promise,
                                                                                                                                                              +        // 以便我们能够知道数据在何时更新
                                                                                                                                                              +        return fetchItem(id).then(item => {
                                                                                                                                                              +          commit('setItem', { id, item })
                                                                                                                                                              +        })
                                                                                                                                                              +      }
                                                                                                                                                              +    },
                                                                                                                                                              +    mutations: {
                                                                                                                                                              +      setItem (state, { id, item }) {
                                                                                                                                                              +        Vue.set(state.items, id, item)
                                                                                                                                                              +      }
                                                                                                                                                              +    }
                                                                                                                                                              +  })
                                                                                                                                                              +}
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              然后修改 app.js

                                                                                                                                                              +
                                                                                                                                                              // app.js
                                                                                                                                                              +import Vue from 'vue'
                                                                                                                                                              +import App from './App.vue'
                                                                                                                                                              +import { createRouter } from './router'
                                                                                                                                                              +import { createStore } from './store'
                                                                                                                                                              +import { sync } from 'vuex-router-sync'
                                                                                                                                                              +
                                                                                                                                                              +export function createApp () {
                                                                                                                                                              +  // 创建 router 和 store 实例
                                                                                                                                                              +  const router = createRouter()
                                                                                                                                                              +  const store = createStore()
                                                                                                                                                              +
                                                                                                                                                              +  // 同步路由状态(route state)到 store
                                                                                                                                                              +  sync(store, router)
                                                                                                                                                              +
                                                                                                                                                              +  // 创建应用程序实例,将 router 和 store 注入
                                                                                                                                                              +  const app = new Vue({
                                                                                                                                                              +    router,
                                                                                                                                                              +    store,
                                                                                                                                                              +    render: h => h(App)
                                                                                                                                                              +  })
                                                                                                                                                              +
                                                                                                                                                              +  // 暴露 app, router 和 store。
                                                                                                                                                              +  return { app, router, store }
                                                                                                                                                              +}
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              带有逻辑配置的组件(Logic Collocation with Components)

                                                                                                                                                              +

                                                                                                                                                              那么,我们在哪里放置「dispatch 数据预取 action」的代码?

                                                                                                                                                              +

                                                                                                                                                              我们需要通过访问路由,来决定获取哪部分数据 - 这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。

                                                                                                                                                              +

                                                                                                                                                              我们将在路由组件上暴露出一个自定义静态函数 asyncData。注意,由于此函数会在组件实例化之前调用,所以它无法访问 this。需要将 store 和路由信息作为参数传递进去:

                                                                                                                                                              +
                                                                                                                                                              <!-- Item.vue -->
                                                                                                                                                              +<template>
                                                                                                                                                              +  <div>{{ item.title }}</div>
                                                                                                                                                              +</template>
                                                                                                                                                              +
                                                                                                                                                              +<script>
                                                                                                                                                              +export default {
                                                                                                                                                              +  asyncData ({ store, route }) {
                                                                                                                                                              +    // 触发 action 后,会返回 Promise
                                                                                                                                                              +    return store.dispatch('fetchItem', route.params.id)
                                                                                                                                                              +  },
                                                                                                                                                              +  computed: {
                                                                                                                                                              +    // 从 store 的 state 对象中的获取 item。
                                                                                                                                                              +    item () {
                                                                                                                                                              +      return this.$store.state.items[this.$route.params.id]
                                                                                                                                                              +    }
                                                                                                                                                              +  }
                                                                                                                                                              +}
                                                                                                                                                              +</script>
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              服务器端数据预取(Server Data Fetching)

                                                                                                                                                              +

                                                                                                                                                              entry-server.js 中,我们可以通过路由获得与 router.getMatchedComponents() 相匹配的组件,如果组件暴露出 asyncData,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(render context)中。

                                                                                                                                                              +
                                                                                                                                                              // entry-server.js
                                                                                                                                                              +import { createApp } from './app'
                                                                                                                                                              +
                                                                                                                                                              +export default context => {
                                                                                                                                                              +  return new Promise((resolve, reject) => {
                                                                                                                                                              +    const { app, router, store } = createApp()
                                                                                                                                                              +
                                                                                                                                                              +    router.push(context.url)
                                                                                                                                                              +
                                                                                                                                                              +    router.onReady(() => {
                                                                                                                                                              +      const matchedComponents = router.getMatchedComponents()
                                                                                                                                                              +      if (!matchedComponents.length) {
                                                                                                                                                              +        return reject({ code: 404 })
                                                                                                                                                              +      }
                                                                                                                                                              +
                                                                                                                                                              +      // 对所有匹配的路由组件调用 `asyncData()`
                                                                                                                                                              +      Promise.all(matchedComponents.map(Component => {
                                                                                                                                                              +        if (Component.asyncData) {
                                                                                                                                                              +          return Component.asyncData({
                                                                                                                                                              +            store,
                                                                                                                                                              +            route: router.currentRoute
                                                                                                                                                              +          })
                                                                                                                                                              +        }
                                                                                                                                                              +      })).then(() => {
                                                                                                                                                              +        // 在所有预取钩子(preFetch hook) resolve 后,
                                                                                                                                                              +        // 我们的 store 现在已经填充入渲染应用程序所需的状态。
                                                                                                                                                              +        // 当我们将状态附加到上下文,
                                                                                                                                                              +        // 并且 `template` 选项用于 renderer 时,
                                                                                                                                                              +        // 状态将自动序列化为 `window.__INITIAL_STATE__`,并注入 HTML。
                                                                                                                                                              +        context.state = store.state
                                                                                                                                                              +
                                                                                                                                                              +        resolve(app)
                                                                                                                                                              +      }).catch(reject)
                                                                                                                                                              +    }, reject)
                                                                                                                                                              +  })
                                                                                                                                                              +}
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              当使用 template 时,context.state 将作为 window.__INITIAL_STATE__ 状态,自动嵌入到最终的 HTML 中。而在客户端,在挂载到应用程序之前,store 就应该获取到状态:

                                                                                                                                                              +
                                                                                                                                                              // entry-client.js
                                                                                                                                                              +
                                                                                                                                                              +const { app, router, store } = createApp()
                                                                                                                                                              +
                                                                                                                                                              +if (window.__INITIAL_STATE__) {
                                                                                                                                                              +  store.replaceState(window.__INITIAL_STATE__)
                                                                                                                                                              +}
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              客户端数据预取(Client Data Fetching)

                                                                                                                                                              +

                                                                                                                                                              在客户端,处理数据预取有两种不同方式:

                                                                                                                                                              +
                                                                                                                                                                +
                                                                                                                                                              1. 在路由导航之前解析数据:

                                                                                                                                                                +

                                                                                                                                                                使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到"明显卡顿"。因此,如果使用此策略,建议提供一个数据加载指示器(data loading indicator)。

                                                                                                                                                                +

                                                                                                                                                                我们可以通过检查匹配的组件,并在全局路由钩子函数中执行 asyncData 函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。

                                                                                                                                                                +
                                                                                                                                                                // entry-client.js
                                                                                                                                                                +
                                                                                                                                                                +// ...忽略无关代码
                                                                                                                                                                +
                                                                                                                                                                +router.onReady(() => {
                                                                                                                                                                + // 添加路由钩子函数,用于处理 asyncData.
                                                                                                                                                                + // 在初始路由 resolve 后执行,
                                                                                                                                                                + // 以便我们不会二次预取(double-fetch)已有的数据。
                                                                                                                                                                + // 使用 `router.beforeResolve()`,以便确保所有异步组件都 resolve。
                                                                                                                                                                + router.beforeResolve((to, from, next) => {
                                                                                                                                                                +   const matched = router.getMatchedComponents(to)
                                                                                                                                                                +   const prevMatched = router.getMatchedComponents(from)
                                                                                                                                                                +
                                                                                                                                                                +   // 我们只关心非预渲染的组件
                                                                                                                                                                +   // 所以我们对比它们,找出两个匹配列表的差异组件
                                                                                                                                                                +   let diffed = false
                                                                                                                                                                +   const activated = matched.filter((c, i) => {
                                                                                                                                                                +     return diffed || (diffed = (prevMatched[i] !== c))
                                                                                                                                                                +   })
                                                                                                                                                                +
                                                                                                                                                                +   if (!activated.length) {
                                                                                                                                                                +     return next()
                                                                                                                                                                +   }
                                                                                                                                                                +
                                                                                                                                                                +   // 这里如果有加载指示器(loading indicator),就触发
                                                                                                                                                                +
                                                                                                                                                                +   Promise.all(activated.map(c => {
                                                                                                                                                                +     if (c.asyncData) {
                                                                                                                                                                +       return c.asyncData({ store, route: to })
                                                                                                                                                                +     }
                                                                                                                                                                +   })).then(() => {
                                                                                                                                                                +
                                                                                                                                                                +     // 停止加载指示器(loading indicator)
                                                                                                                                                                +
                                                                                                                                                                +     next()
                                                                                                                                                                +   }).catch(next)
                                                                                                                                                                + })
                                                                                                                                                                +
                                                                                                                                                                + app.$mount('#app')
                                                                                                                                                                +})
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                              2. +
                                                                                                                                                              3. 匹配要渲染的视图后,再获取数据:

                                                                                                                                                                +

                                                                                                                                                                此策略将客户端数据预取逻辑,放在视图组件的 beforeMount 函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。

                                                                                                                                                                +

                                                                                                                                                                这可以通过纯客户端(client-only)的全局 mixin 来实现:

                                                                                                                                                                +
                                                                                                                                                                Vue.mixin({
                                                                                                                                                                + beforeMount () {
                                                                                                                                                                +   const { asyncData } = this.$options
                                                                                                                                                                +   if (asyncData) {
                                                                                                                                                                +     // 将获取数据操作分配给 promise
                                                                                                                                                                +     // 以便在组件中,我们可以在数据准备就绪后
                                                                                                                                                                +     // 通过运行 `this.dataPromise.then(...)` 来执行其他任务
                                                                                                                                                                +     this.dataPromise = asyncData({
                                                                                                                                                                +       store: this.$store,
                                                                                                                                                                +       route: this.$route
                                                                                                                                                                +     })
                                                                                                                                                                +   }
                                                                                                                                                                + }
                                                                                                                                                                +})
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                              4. +
                                                                                                                                                              +

                                                                                                                                                              这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是 params 或 query 已更改,例如,从 user/1user/2)时,也应该调用 asyncData 函数。我们也可以通过纯客户端(client-only)的全局 mixin 来处理这个问题:

                                                                                                                                                              +
                                                                                                                                                              Vue.mixin({
                                                                                                                                                              +  beforeRouteUpdate (to, from, next) {
                                                                                                                                                              +    const { asyncData } = this.$options
                                                                                                                                                              +    if (asyncData) {
                                                                                                                                                              +      asyncData({
                                                                                                                                                              +        store: this.$store,
                                                                                                                                                              +        route: to
                                                                                                                                                              +      }).then(next).catch(next)
                                                                                                                                                              +    } else {
                                                                                                                                                              +      next()
                                                                                                                                                              +    }
                                                                                                                                                              +  }
                                                                                                                                                              +})
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              Store 代码拆分(Store Code Splitting)

                                                                                                                                                              +

                                                                                                                                                              在大型应用程序中,我们的 Vuex store 可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件 chunk 中。假设我们有以下 store 模块:

                                                                                                                                                              +
                                                                                                                                                              // store/modules/foo.js
                                                                                                                                                              +export default {
                                                                                                                                                              +  namespaced: true,
                                                                                                                                                              +  // 重要信息:state 必须是一个函数,
                                                                                                                                                              +  // 因此可以创建多个实例化该模块
                                                                                                                                                              +  state: () => ({
                                                                                                                                                              +    count: 0
                                                                                                                                                              +  }),
                                                                                                                                                              +  actions: {
                                                                                                                                                              +    inc: ({ commit }) => commit('inc')
                                                                                                                                                              +  },
                                                                                                                                                              +  mutations: {
                                                                                                                                                              +    inc: state => state.count++
                                                                                                                                                              +  }
                                                                                                                                                              +}
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              我们可以在路由组件的 asyncData 钩子函数中,使用 store.registerModule 惰性注册(lazy-register)这个模块:

                                                                                                                                                              +
                                                                                                                                                              // 在路由组件内
                                                                                                                                                              +<template>
                                                                                                                                                              +  <div>{{ fooCount }}</div>
                                                                                                                                                              +</template>
                                                                                                                                                              +
                                                                                                                                                              +<script>
                                                                                                                                                              +// 在这里导入模块,而不是在 `store/index.js` 中
                                                                                                                                                              +import fooStoreModule from '../store/modules/foo'
                                                                                                                                                              +
                                                                                                                                                              +export default {
                                                                                                                                                              +  asyncData ({ store }) {
                                                                                                                                                              +    store.registerModule('foo', fooStoreModule)
                                                                                                                                                              +    return store.dispatch('foo/inc')
                                                                                                                                                              +  },
                                                                                                                                                              +
                                                                                                                                                              +  // 重要信息:当多次访问路由时,
                                                                                                                                                              +  // 避免在客户端重复注册模块。
                                                                                                                                                              +  destroyed () {
                                                                                                                                                              +    this.$store.unregisterModule('foo')
                                                                                                                                                              +  },
                                                                                                                                                              +
                                                                                                                                                              +  computed: {
                                                                                                                                                              +    fooCount () {
                                                                                                                                                              +      return this.$store.state.foo.count
                                                                                                                                                              +    }
                                                                                                                                                              +  }
                                                                                                                                                              +}
                                                                                                                                                              +</script>
                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              由于模块现在是路由组件的依赖,所以它将被 webpack 移动到路由组件的异步 chunk 中。

                                                                                                                                                              +
                                                                                                                                                              +

                                                                                                                                                              哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。

                                                                                                                                                              + + +
                                                                                                                                                              + +
                                                                                                                                                              +
                                                                                                                                                              +
                                                                                                                                                              + +

                                                                                                                                                              results matching ""

                                                                                                                                                              +
                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                + +

                                                                                                                                                                No results matching ""

                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                + + +
                                                                                                                                                                + + +
                                                                                                                                                                + + + + + + + + + + + + + + +
                                                                                                                                                                + + +
                                                                                                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/head.html b/zh/head.html new file mode 100644 index 00000000..3e86578a --- /dev/null +++ b/zh/head.html @@ -0,0 +1,708 @@ + + + + + + + Head 管理 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                +
                                                                                                                                                                + + + + + + + + +
                                                                                                                                                                + +
                                                                                                                                                                + +
                                                                                                                                                                + + + + + + + + + +
                                                                                                                                                                +
                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                + +
                                                                                                                                                                + +

                                                                                                                                                                Head 管理

                                                                                                                                                                +

                                                                                                                                                                类似于资源注入,Head 管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render context),然后在模板中的占位符替换为这些数据。

                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                在 2.3.2+ 的版本,你可以通过 this.$ssrContext 来直接访问组件中的服务器端渲染上下文(SSR context)。在旧版本中,你必须通过将其传递给 createApp() 并将其暴露于根实例的 $options 上,才能手动注入服务器端渲染上下文(SSR context) - 然后子组件可以通过 this.$root.$options.ssrContext 来访问它。

                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                我们可以编写一个简单的 mixin 来完成标题管理:

                                                                                                                                                                +
                                                                                                                                                                // title-mixin.js
                                                                                                                                                                +
                                                                                                                                                                +function getTitle (vm) {
                                                                                                                                                                +  // 组件可以提供一个 `title` 选项
                                                                                                                                                                +  // 此选项可以是一个字符串或函数
                                                                                                                                                                +  const { title } = vm.$options
                                                                                                                                                                +  if (title) {
                                                                                                                                                                +    return typeof title === 'function'
                                                                                                                                                                +      ? title.call(vm)
                                                                                                                                                                +      : title
                                                                                                                                                                +  }
                                                                                                                                                                +}
                                                                                                                                                                +
                                                                                                                                                                +const serverTitleMixin = {
                                                                                                                                                                +  created () {
                                                                                                                                                                +    const title = getTitle(this)
                                                                                                                                                                +    if (title) {
                                                                                                                                                                +      this.$ssrContext.title = title
                                                                                                                                                                +    }
                                                                                                                                                                +  }
                                                                                                                                                                +}
                                                                                                                                                                +
                                                                                                                                                                +const clientTitleMixin = {
                                                                                                                                                                +  mounted () {
                                                                                                                                                                +    const title = getTitle(this)
                                                                                                                                                                +    if (title) {
                                                                                                                                                                +      document.title = title
                                                                                                                                                                +    }
                                                                                                                                                                +  }
                                                                                                                                                                +}
                                                                                                                                                                +
                                                                                                                                                                +// 可以通过 `webpack.DefinePlugin` 注入 `VUE_ENV`
                                                                                                                                                                +export default process.env.VUE_ENV === 'server'
                                                                                                                                                                +  ? serverTitleMixin
                                                                                                                                                                +  : clientTitleMixin
                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                现在,路由组件可以利用以上 mixin,来控制文档标题(document title):

                                                                                                                                                                +
                                                                                                                                                                // Item.vue
                                                                                                                                                                +export default {
                                                                                                                                                                +  mixins: [titleMixin],
                                                                                                                                                                +  title () {
                                                                                                                                                                +    return this.item.title
                                                                                                                                                                +  },
                                                                                                                                                                +
                                                                                                                                                                +  asyncData ({ store, route }) {
                                                                                                                                                                +    return store.dispatch('fetchItem', route.params.id)
                                                                                                                                                                +  },
                                                                                                                                                                +
                                                                                                                                                                +  computed: {
                                                                                                                                                                +    item () {
                                                                                                                                                                +      return this.$store.state.items[this.$route.params.id]
                                                                                                                                                                +    }
                                                                                                                                                                +  }
                                                                                                                                                                +}
                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                然后模板中的内容将会传递给 bundle renderer:

                                                                                                                                                                +
                                                                                                                                                                <html>
                                                                                                                                                                +  <head>
                                                                                                                                                                +    <title>{{ title }}</title>
                                                                                                                                                                +  </head>
                                                                                                                                                                +  <body>
                                                                                                                                                                +    ...
                                                                                                                                                                +  </body>
                                                                                                                                                                +</html>
                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                注意:

                                                                                                                                                                +
                                                                                                                                                                  +
                                                                                                                                                                • 使用双花括号(double-mustache)进行 HTML 转义插值(HTML-escaped interpolation),以避免 XSS 攻击。

                                                                                                                                                                  +
                                                                                                                                                                • +
                                                                                                                                                                • 你应该在创建 context 对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。

                                                                                                                                                                  +
                                                                                                                                                                • +
                                                                                                                                                                +
                                                                                                                                                                +

                                                                                                                                                                使用相同的策略,你可以轻松地将此 mixin 扩展为通用的头部管理工具(generic head management utility)。

                                                                                                                                                                + + +
                                                                                                                                                                + +
                                                                                                                                                                +
                                                                                                                                                                +
                                                                                                                                                                + +

                                                                                                                                                                results matching ""

                                                                                                                                                                +
                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  + +

                                                                                                                                                                  No results matching ""

                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  + + +
                                                                                                                                                                  + + +
                                                                                                                                                                  + + + + + + + + + + + + + + +
                                                                                                                                                                  + + +
                                                                                                                                                                  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/hydration.html b/zh/hydration.html new file mode 100644 index 00000000..60215c9e --- /dev/null +++ b/zh/hydration.html @@ -0,0 +1,647 @@ + + + + + + + 客户端混合 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                  +
                                                                                                                                                                  + + + + + + + + +
                                                                                                                                                                  + +
                                                                                                                                                                  + +
                                                                                                                                                                  + + + + + + + + + +
                                                                                                                                                                  +
                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  + +
                                                                                                                                                                  + +

                                                                                                                                                                  客户端激活(client-side hydration)

                                                                                                                                                                  +

                                                                                                                                                                  所谓客户端激活,指的是 Vue 在浏览器端接管由服务端发送的静态 HTML,使其变为由 Vue 管理的动态 DOM 的过程。

                                                                                                                                                                  +

                                                                                                                                                                  entry-client.js 中,我们用下面这行挂载(mount)应用程序:

                                                                                                                                                                  +
                                                                                                                                                                  // 这里假定 App.vue template 根元素的 `id="app"`
                                                                                                                                                                  +app.$mount('#app')
                                                                                                                                                                  +
                                                                                                                                                                  +

                                                                                                                                                                  由于服务器已经渲染好了 HTML,我们显然无需将其丢弃再重新创建所有的 DOM 元素。相反,我们需要"激活"这些静态的 HTML,然后使他们成为动态的(能够响应后续的数据变化)。

                                                                                                                                                                  +

                                                                                                                                                                  如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:

                                                                                                                                                                  +
                                                                                                                                                                  <div id="app" data-server-rendered="true">
                                                                                                                                                                  +
                                                                                                                                                                  +

                                                                                                                                                                  data-server-rendered 特殊属性,让客户端 Vue 知道这部分 HTML 是由 Vue 在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加 id="app",而是添加 data-server-rendered 属性:你需要自行添加 ID 或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。

                                                                                                                                                                  +

                                                                                                                                                                  在开发模式下,Vue 将推断客户端生成的虚拟 DOM 树(virtual DOM tree),是否与从服务器渲染的 DOM 结构(DOM structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的 DOM 并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。

                                                                                                                                                                  +

                                                                                                                                                                  一些需要注意的坑

                                                                                                                                                                  +

                                                                                                                                                                  使用「SSR + 客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的 HTML 结构。例如,当你在 Vue 模板中写入:

                                                                                                                                                                  +
                                                                                                                                                                  <table>
                                                                                                                                                                  +  <tr><td>hi</td></tr>
                                                                                                                                                                  +</table>
                                                                                                                                                                  +
                                                                                                                                                                  +

                                                                                                                                                                  浏览器会在 <table> 内部自动注入 <tbody>,然而,由于 Vue 生成的虚拟 DOM(virtual DOM) 不包含 <tbody>,所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的 HTML。

                                                                                                                                                                  + + +
                                                                                                                                                                  + +
                                                                                                                                                                  +
                                                                                                                                                                  +
                                                                                                                                                                  + +

                                                                                                                                                                  results matching ""

                                                                                                                                                                  +
                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    + +

                                                                                                                                                                    No results matching ""

                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    + + +
                                                                                                                                                                    + + +
                                                                                                                                                                    + + + + + + + + + + + + + + +
                                                                                                                                                                    + + +
                                                                                                                                                                    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/index.html b/zh/index.html new file mode 100644 index 00000000..c457c695 --- /dev/null +++ b/zh/index.html @@ -0,0 +1,662 @@ + + + + + + + Introduction · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                    +
                                                                                                                                                                    + + + + + + + + +
                                                                                                                                                                    + +
                                                                                                                                                                    + +
                                                                                                                                                                    + + + + + + + + + +
                                                                                                                                                                    +
                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    + +
                                                                                                                                                                    + +

                                                                                                                                                                    Vue.js 服务器端渲染指南

                                                                                                                                                                    +
                                                                                                                                                                    +

                                                                                                                                                                    注意: 本指南需要最低为如下版本的 Vue,以及以下 library 支持:

                                                                                                                                                                    +
                                                                                                                                                                      +
                                                                                                                                                                    • vue & vue-server-renderer 2.3.0+
                                                                                                                                                                    • +
                                                                                                                                                                    • vue-router 2.5.0+
                                                                                                                                                                    • +
                                                                                                                                                                    • vue-loader 12.0.0+ & vue-style-loader 3.0.0+
                                                                                                                                                                    • +
                                                                                                                                                                    +

                                                                                                                                                                    如果先前已经使用过 Vue 2.2 的服务器端渲染(SSR),你应该注意到,推荐的代码结构现在略有不同(使用新的 runInNewContext 选项,并设置为 false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。

                                                                                                                                                                    +
                                                                                                                                                                    +

                                                                                                                                                                    什么是服务器端渲染(SSR)?

                                                                                                                                                                    +

                                                                                                                                                                    Vue.js 是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出 Vue 组件,进行生成 DOM 和操作 DOM。然而,也可以将同一个组件渲染为服务器端的 HTML 字符串,将它们直接发送到浏览器,最后将静态标记"混合"为客户端上完全交互的应用程序。

                                                                                                                                                                    +

                                                                                                                                                                    服务器渲染的 Vue.js 应用程序也可以被认为是"同构"或"通用",因为应用程序的大部分代码都可以在服务器客户端上运行。

                                                                                                                                                                    +

                                                                                                                                                                    为什么使用服务器端渲染(SSR)?

                                                                                                                                                                    +

                                                                                                                                                                    与传统 SPA(Single-Page Application - 单页应用程序)相比,服务器端渲染(SSR)的优势主要在于:

                                                                                                                                                                    +
                                                                                                                                                                      +
                                                                                                                                                                    • 更好的 SEO,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。

                                                                                                                                                                      +

                                                                                                                                                                      请注意,截至目前,Google 和 Bing 可以很好对同步 JavaScript 应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示 loading 菊花图,然后通过 Ajax 获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果 SEO 对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(SSR)解决此问题。

                                                                                                                                                                      +
                                                                                                                                                                    • +
                                                                                                                                                                    • 更快的内容到达时间(time-to-content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的 JavaScript 都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time-to-content)与转化率直接相关」的应用程序而言,服务器端渲染(SSR)至关重要。

                                                                                                                                                                      +
                                                                                                                                                                    • +
                                                                                                                                                                    +

                                                                                                                                                                    使用服务器端渲染(SSR)时还需要有一些权衡之处:

                                                                                                                                                                    +
                                                                                                                                                                      +
                                                                                                                                                                    • 开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycle hook)中使用;一些外部扩展库(external library)可能需要特殊处理,才能在服务器渲染应用程序中运行。

                                                                                                                                                                      +
                                                                                                                                                                    • +
                                                                                                                                                                    • 涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(SPA)不同,服务器渲染应用程序,需要处于 Node.js server 运行环境。

                                                                                                                                                                      +
                                                                                                                                                                    • +
                                                                                                                                                                    • 更多的服务器端负载。在 Node.js 中渲染完整的应用程序,显然会比仅仅提供静态文件的 server 更加大量占用 CPU 资源(CPU-intensive - CPU 密集),因此如果你预料在高流量环境(high traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。

                                                                                                                                                                      +
                                                                                                                                                                    • +
                                                                                                                                                                    +

                                                                                                                                                                    在对你的应用程序使用服务器端渲染(SSR)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time-to-content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(SSR)将是一个小题大作之举。然而,内容到达时间(time-to-content)要求是绝对关键的指标,在这种情况下,服务器端渲染(SSR)可以帮助你实现最佳的初始加载性能。

                                                                                                                                                                    +

                                                                                                                                                                    服务器端渲染 vs 预渲染(SSR vs Prerendering)

                                                                                                                                                                    +

                                                                                                                                                                    如果你调研服务器端渲染(SSR)只是用来改善少数营销页面(例如 /, /about, /contact 等)的 SEO,那么你可能需要预渲染。无需使用 web 服务器实时动态编译 HTML,而是使用预渲染方式,在构建时(build time)简单地生成针对特定路由的静态 HTML 文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。

                                                                                                                                                                    +

                                                                                                                                                                    如果你使用 webpack,你可以使用 prerender-spa-plugin 轻松地添加预渲染。它已经被 Vue 应用程序广泛测试 - 事实上,作者是 Vue 核心团队的成员。

                                                                                                                                                                    +

                                                                                                                                                                    关于此指南

                                                                                                                                                                    +

                                                                                                                                                                    本指南专注于,使用 Node.js server 的服务器端单页面应用程序渲染。将 Vue 服务器端渲染(SSR)与其他后端设置进行混合使用,是后端自身集成 SSR 的话题,我们会在 专门章节 中进行简要讨论。

                                                                                                                                                                    +

                                                                                                                                                                    本指南将会非常深入,并且假设你已经熟悉 Vue.js 本身,并且具有 Node.js 和 webpack 的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用 Nuxt.js。它建立在同等的 Vue 技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,Nuxt.js 并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。

                                                                                                                                                                    +

                                                                                                                                                                    当你阅读时,参考官方 HackerNews Demo 将会有所帮助,此示例使用了本指南涵盖的大部分技术。

                                                                                                                                                                    +

                                                                                                                                                                    最后,请注意,本指南中的解决方案不是限定的 - 我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交 pull request 作出贡献!

                                                                                                                                                                    + + +
                                                                                                                                                                    + +
                                                                                                                                                                    +
                                                                                                                                                                    +
                                                                                                                                                                    + +

                                                                                                                                                                    results matching ""

                                                                                                                                                                    +
                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      + +

                                                                                                                                                                      No results matching ""

                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      + + +
                                                                                                                                                                      + + +
                                                                                                                                                                      + + + + + + + + + + +
                                                                                                                                                                      + + +
                                                                                                                                                                      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/non-node.html b/zh/non-node.html new file mode 100644 index 00000000..d66c0074 --- /dev/null +++ b/zh/non-node.html @@ -0,0 +1,660 @@ + + + + + + + 在非 Node.js 环境下使用 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                      +
                                                                                                                                                                      + + + + + + + + +
                                                                                                                                                                      + +
                                                                                                                                                                      + +
                                                                                                                                                                      + + + + + + + + + +
                                                                                                                                                                      +
                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      + +
                                                                                                                                                                      + +

                                                                                                                                                                      在非 Node.js 环境中使用

                                                                                                                                                                      +

                                                                                                                                                                      vue-server-renderer 在默认构建时,会预先假定有一个 Node.js 环境,这使得它在其他 JavaScript 环境(如 PHP V8JsOracle Nashorn 中无法使用。在 2.5+ 版本中,我们把那些基本上与环境无关的构建,编译到 vue-server-renderer/basic.js 中,这使得它可以在上述环境中使用。

                                                                                                                                                                      +

                                                                                                                                                                      对于所有环境,必须要预先在环境中模拟 globalprocess 对象,以及将 process.env.VUE_ENV 设置为 "server" 和将 process.env.NODE_ENV 设置为 "development""production"

                                                                                                                                                                      +

                                                                                                                                                                      在 Nashorn 环境下,可能还需要使用 Java 原生定时器,来为 PromisesetTimeout 提供 polyfill。

                                                                                                                                                                      +

                                                                                                                                                                      php-v8js 的示例用法:

                                                                                                                                                                      +
                                                                                                                                                                      <?php
                                                                                                                                                                      +$vue_source = file_get_contents('/path/to/vue.js');
                                                                                                                                                                      +$renderer_source = file_get_contents('/path/to/vue-server-renderer/basic.js');
                                                                                                                                                                      +$app_source = file_get_contents('/path/to/app.js');
                                                                                                                                                                      +
                                                                                                                                                                      +$v8 = new V8Js();
                                                                                                                                                                      +
                                                                                                                                                                      +$v8->executeString('var process = { env: { VUE_ENV: "server", NODE_ENV: "production" }}; this.global = { process: process };');
                                                                                                                                                                      +$v8->executeString($vue_source);
                                                                                                                                                                      +$v8->executeString($renderer_source);
                                                                                                                                                                      +$v8->executeString($app_source);
                                                                                                                                                                      +?>
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      // app.js
                                                                                                                                                                      +var vm = new Vue({
                                                                                                                                                                      +  template: `<div>{{ msg }}</div>`,
                                                                                                                                                                      +  data: {
                                                                                                                                                                      +    msg: 'hello'
                                                                                                                                                                      +  }
                                                                                                                                                                      +})
                                                                                                                                                                      +
                                                                                                                                                                      +// 通过 `vue-server-renderer/basic.js` 暴露
                                                                                                                                                                      +renderVueComponentToString(vm, (err, res) => {
                                                                                                                                                                      +  print(res)
                                                                                                                                                                      +})
                                                                                                                                                                      +
                                                                                                                                                                      + + +
                                                                                                                                                                      + +
                                                                                                                                                                      +
                                                                                                                                                                      +
                                                                                                                                                                      + +

                                                                                                                                                                      results matching ""

                                                                                                                                                                      +
                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        + +

                                                                                                                                                                        No results matching ""

                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        + + +
                                                                                                                                                                        + + +
                                                                                                                                                                        + + + + + + + + + + + + + + +
                                                                                                                                                                        + + +
                                                                                                                                                                        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/routing.html b/zh/routing.html new file mode 100644 index 00000000..6369b390 --- /dev/null +++ b/zh/routing.html @@ -0,0 +1,755 @@ + + + + + + + 路由和代码分割 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                        +
                                                                                                                                                                        + + + + + + + + +
                                                                                                                                                                        + +
                                                                                                                                                                        + +
                                                                                                                                                                        + + + + + + + + + +
                                                                                                                                                                        +
                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        + +
                                                                                                                                                                        + +

                                                                                                                                                                        路由和代码分割

                                                                                                                                                                        +

                                                                                                                                                                        使用 vue-router 的路由

                                                                                                                                                                        +

                                                                                                                                                                        你可能已经注意到,我们的服务器代码使用了一个 * 处理程序,它接受任意 URL。这允许我们将访问的 URL 传递到我们的 Vue 应用程序中,然后对客户端和服务器复用相同的路由配置!

                                                                                                                                                                        +

                                                                                                                                                                        为此,建议使用官方提供的 vue-router。我们首先创建一个文件,在其中创建 router。注意,类似于 createApp,我们也需要给每个请求一个新的 router 实例,所以文件导出一个 createRouter 函数:

                                                                                                                                                                        +
                                                                                                                                                                        // router.js
                                                                                                                                                                        +import Vue from 'vue'
                                                                                                                                                                        +import Router from 'vue-router'
                                                                                                                                                                        +
                                                                                                                                                                        +Vue.use(Router)
                                                                                                                                                                        +
                                                                                                                                                                        +export function createRouter () {
                                                                                                                                                                        +  return new Router({
                                                                                                                                                                        +    mode: 'history',
                                                                                                                                                                        +    routes: [
                                                                                                                                                                        +      // ...
                                                                                                                                                                        +    ]
                                                                                                                                                                        +  })
                                                                                                                                                                        +}
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        然后更新 app.js:

                                                                                                                                                                        +
                                                                                                                                                                        // app.js
                                                                                                                                                                        +import Vue from 'vue'
                                                                                                                                                                        +import App from './App.vue'
                                                                                                                                                                        +import { createRouter } from './router'
                                                                                                                                                                        +
                                                                                                                                                                        +export function createApp () {
                                                                                                                                                                        +  // 创建 router 实例
                                                                                                                                                                        +  const router = createRouter()
                                                                                                                                                                        +
                                                                                                                                                                        +  const app = new Vue({
                                                                                                                                                                        +    // 注入 router 到根 Vue 实例
                                                                                                                                                                        +    router,
                                                                                                                                                                        +    render: h => h(App)
                                                                                                                                                                        +  })
                                                                                                                                                                        +
                                                                                                                                                                        +  // 返回 app 和 router
                                                                                                                                                                        +  return { app, router }
                                                                                                                                                                        +}
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        现在我们需要在 entry-server.js 中实现服务器端路由逻辑(server-side routing logic):

                                                                                                                                                                        +
                                                                                                                                                                        // entry-server.js
                                                                                                                                                                        +import { createApp } from './app'
                                                                                                                                                                        +
                                                                                                                                                                        +export default context => {
                                                                                                                                                                        +  // 因为有可能会是异步路由钩子函数或组件,所以我们将返回一个 Promise,
                                                                                                                                                                        +    // 以便服务器能够等待所有的内容在渲染前,
                                                                                                                                                                        +    // 就已经准备就绪。
                                                                                                                                                                        +  return new Promise((resolve, reject) => {
                                                                                                                                                                        +    const { app, router } = createApp()
                                                                                                                                                                        +
                                                                                                                                                                        +    // 设置服务器端 router 的位置
                                                                                                                                                                        +    router.push(context.url)
                                                                                                                                                                        +
                                                                                                                                                                        +    // 等到 router 将可能的异步组件和钩子函数解析完
                                                                                                                                                                        +    router.onReady(() => {
                                                                                                                                                                        +      const matchedComponents = router.getMatchedComponents()
                                                                                                                                                                        +      // 匹配不到的路由,执行 reject 函数,并返回 404
                                                                                                                                                                        +      if (!matchedComponents.length) {
                                                                                                                                                                        +        return reject({ code: 404 })
                                                                                                                                                                        +      }
                                                                                                                                                                        +
                                                                                                                                                                        +      // Promise 应该 resolve 应用程序实例,以便它可以渲染
                                                                                                                                                                        +      resolve(app)
                                                                                                                                                                        +    }, reject)
                                                                                                                                                                        +  })
                                                                                                                                                                        +}
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        假设服务器 bundle 已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:

                                                                                                                                                                        +
                                                                                                                                                                        // server.js
                                                                                                                                                                        +const createApp = require('/path/to/built-server-bundle.js')
                                                                                                                                                                        +
                                                                                                                                                                        +server.get('*', (req, res) => {
                                                                                                                                                                        +  const context = { url: req.url }
                                                                                                                                                                        +
                                                                                                                                                                        +  createApp(context).then(app => {
                                                                                                                                                                        +    renderer.renderToString(app, (err, html) => {
                                                                                                                                                                        +      if (err) {
                                                                                                                                                                        +        if (err.code === 404) {
                                                                                                                                                                        +          res.status(404).end('Page not found')
                                                                                                                                                                        +        } else {
                                                                                                                                                                        +          res.status(500).end('Internal Server Error')
                                                                                                                                                                        +        }
                                                                                                                                                                        +      } else {
                                                                                                                                                                        +        res.end(html)
                                                                                                                                                                        +      }
                                                                                                                                                                        +    })
                                                                                                                                                                        +  })
                                                                                                                                                                        +})
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        代码分割

                                                                                                                                                                        +

                                                                                                                                                                        应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积 bundle 的可交互时间(TTI - time-to-interactive)。这里的关键在于,对初始首屏而言,"只加载所需"。

                                                                                                                                                                        +

                                                                                                                                                                        Vue 提供异步组件作为第一类的概念,将其与 webpack 2 所支持的使用动态导入作为代码分割点相结合,你需要做的是:

                                                                                                                                                                        +
                                                                                                                                                                        // 这里进行修改……
                                                                                                                                                                        +import Foo from './Foo.vue'
                                                                                                                                                                        +
                                                                                                                                                                        +// 改为这样:
                                                                                                                                                                        +const Foo = () => import('./Foo.vue')
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        在 Vue 2.5 以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在 2.5+ 的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。

                                                                                                                                                                        +

                                                                                                                                                                        需要注意的是,你仍然需要在挂载 app 之前调用 router.onReady,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(server entry)中实现过了,现在我们只需要更新客户端入口(client entry):

                                                                                                                                                                        +
                                                                                                                                                                        // entry-client.js
                                                                                                                                                                        +
                                                                                                                                                                        +import { createApp } from './app'
                                                                                                                                                                        +
                                                                                                                                                                        +const { app, router } = createApp()
                                                                                                                                                                        +
                                                                                                                                                                        +router.onReady(() => {
                                                                                                                                                                        +  app.$mount('#app')
                                                                                                                                                                        +})
                                                                                                                                                                        +
                                                                                                                                                                        +

                                                                                                                                                                        异步路由组件的路由配置示例:

                                                                                                                                                                        +
                                                                                                                                                                        // router.js
                                                                                                                                                                        +import Vue from 'vue'
                                                                                                                                                                        +import Router from 'vue-router'
                                                                                                                                                                        +
                                                                                                                                                                        +Vue.use(Router)
                                                                                                                                                                        +
                                                                                                                                                                        +export function createRouter () {
                                                                                                                                                                        +  return new Router({
                                                                                                                                                                        +    mode: 'history',
                                                                                                                                                                        +    routes: [
                                                                                                                                                                        +      { path: '/', component: () => import('./components/Home.vue') },
                                                                                                                                                                        +      { path: '/item/:id', component: () => import('./components/Item.vue') }
                                                                                                                                                                        +    ]
                                                                                                                                                                        +  })
                                                                                                                                                                        +}
                                                                                                                                                                        +
                                                                                                                                                                        + + +
                                                                                                                                                                        + +
                                                                                                                                                                        +
                                                                                                                                                                        +
                                                                                                                                                                        + +

                                                                                                                                                                        results matching ""

                                                                                                                                                                        +
                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          + +

                                                                                                                                                                          No results matching ""

                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          + + +
                                                                                                                                                                          + + +
                                                                                                                                                                          + + + + + + + + + + + + + + +
                                                                                                                                                                          + + +
                                                                                                                                                                          + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/search_index.json b/zh/search_index.json new file mode 100644 index 00000000..24bd8aaf --- /dev/null +++ b/zh/search_index.json @@ -0,0 +1 @@ +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","/,","/about,","/contact","12.0.0+","2.2","2.3.0+","2.5.0+","3.0.0+","ajax","applic","bing","content)与转化率直接相关」的应用程序而言,服务器端渲染(ssr)至关重要。","content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(ssr)将是一个小题大作之举。然而,内容到达时间(tim","content)要求是绝对关键的指标,在这种情况下,服务器端渲染(ssr)可以帮助你实现最佳的初始加载性能。","content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的","cpu","demo","dom","dom。然而,也可以将同一个组件渲染为服务器端的","false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。","hackernew","hook)中使用;一些外部扩展库(extern","html","html,而是使用预渲染方式,在构建时(build","intens","introduct","javascript","librari","library)可能需要特殊处理,才能在服务器渲染应用程序中运行。","load","loader","node.j","nuxt.js。它建立在同等的","page","plugin","prerend","prerendering)","pull","render","request","router","runinnewcontext","seo","seo,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。","seo,那么你可能需要预渲染。无需使用","server","spa","spa(singl","ssr","style","time)简单地生成针对特定路由的静态","traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。","vs","vue","vue.j","vue,以及以下","web","webpack","webpack,你可以使用","与传统","专门章节","中渲染完整的应用程序,显然会比仅仅提供静态文件的","中进行简要讨论。","为什么使用服务器端渲染(ssr)?","事实上,作者是","什么是服务器端渲染(ssr)?","作出贡献!","使用服务器端渲染(ssr)时还需要有一些权衡之处:","关于此指南","单页应用程序)相比,服务器端渲染(ssr)的优势主要在于:","可以很好对同步","和","和操作","在对你的应用程序使用服务器端渲染(ssr)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time","如果你使用","如果你调研服务器端渲染(ssr)只是用来改善少数营销页面(例如","如果先前已经使用过","字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。","密集),因此如果你预料在高流量环境(high","对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(ssr)解决此问题。","将会有所帮助,此示例使用了本指南涵盖的大部分技术。","并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。","应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。","应用程序广泛测试","应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示","开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycl","当你阅读时,参考官方","我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交","技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,nuxt.j","支持:","文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。","是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出","更加大量占用","更多的服务器端负载。在","更好的","更快的内容到达时间(time","最后,请注意,本指南中的解决方案不是限定的","服务器实时动态编译","服务器渲染的","服务器端渲染","服务器端渲染(ssr)与其他后端设置进行混合使用,是后端自身集成","服务器端渲染指南","本指南专注于,使用","本指南将会非常深入,并且假设你已经熟悉","本指南需要最低为如下版本的","本身,并且具有","核心团队的成员。","注意:","涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(spa)不同,服务器渲染应用程序,需要处于","的服务器端单页面应用程序渲染。将","的服务器端渲染(ssr),你应该注意到,推荐的代码结构现在略有不同(使用新的","的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用","的话题,我们会在","等)的","组件,进行生成","获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果","菊花图,然后通过","请注意,截至目前,googl","资源(cpu","轻松地添加预渲染。它已经被","运行环境。","选项,并设置为","都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time","预渲染(ssr"],"basic.html":["\"hello\"","${html}","'hello',","'utf","(err)","(err,","(req,","*.vue","//","1","2","2.5.0+,如果没有传入回调函数,则会返回","3","6+。","8')","=","=>","`","`)","`hello","`访问的","app","clientmanifest","console.error(err)","console.log(html)","const","context","context,","createrenderer({","css(critic","css)」;","data:","err","error')","express","express:","hello","hints)」;","html","html)","hydration)时,自动注入以及","index.template.html:","instal","links)和资源预加载提示(resourc","meta","meta:","new","node.j","npm","npm,但你也可以使用","promise:","render","renderer').createrenderer()","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","rendertostr","req.url","require('express')()","require('fs').readfilesync('./index.template.html',","require('vu","require('vue')","res)","res.end(`","res.status(500).end('intern","return","save","server","server.get('*',","server.listen(8080)","side","template:","throw","titl","title:","url","url:","vue","vue({","vuex","world","world`","xss","yarn。","{","{{","{{{","}","})","}).catch(err","},","}}","}}`","}}}","与服务器集成","中使用。我们可能会提供一个更简单的构建,可以在将来在其他「javascript","中:","为了简化这些,你可以直接在创建","也可以与","使用一个页面模板","依赖一些","函数的第二个参数,来提供插值数据:","原生模块,因此只能在","只从应用程序生成","和","在","在之后的指南中介绍相关概念时,我们将详细讨论这些。","在使用","在嵌入","基本用法","安装","实例","实例渲染为","对象,允许模板插值中的组件动态地注册数据。","将会是","将是注入应用程序内容的完整页面","应用程序实例共享","应用程序时,render","当你在渲染","必须匹配版本。","我们可以通过传入一个\"渲染上下文对象\",作为","我们将在整个指南中使用","推荐使用","时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如","时,自动注入「资源链接(asset","是:","服务器中使用时相当简单直接,例如","标签也会注入","标记(markup)。在这个示例中,我们必须用一个额外的","标记。","标记注入的地方。","模板插值","模板还支持简单插值。给定如下模板:","此外,模板支持一些高级特性,例如:","步:创建一个","步:将","注意","注释","渲染一个","然后,我们可以读取和传输文件到","版本","状态进行客户端融合(client","第","组件时,自动注入「关键的","运行时(runtime)」运行。","这里将是应用程序","防御。","页面","页面包裹容器,来包裹生成的"],"universal.html":["access)它们。","api","api。","api,因此如果你的代码中,直接使用了像","api,通常方式是,在「纯客户端(cli","app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross","beforecr","beforedestroy","beforemount","creat","data)","destroy","direct","document,这种仅浏览器可用的全局变量,则会在","dom","dom,因此会在服务器端渲染(ssr)过程中导致错误。有两种方法可以解决这个问题:","fetching\"","function))。","hack","http","level)」(例如,使用渲染函数(rend","librari","library。例如,axio","mount","mounted),只会在客户端执行。","node.j","only)」的生命周期钩子函数中惰性访问(lazili","only)的代码中,我们可以设置一个","pollution)。","render","request","setinterv","side","specific)","ssr","state","timer","timer。在纯客户端(cli","timer,然后在","version)\"。","window","不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是","中执行时抛出错误,反之也是如此。","中,或者使用为你执行此操作的","会在服务器端渲染(ssr)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如","即运行在服务器和客户端的代码。由于用例和平台","和","因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre","在纯客户端应用程序(client","在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件","大多数自定义指令直接操作","如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器","客户端,可以向服务器和客户端都暴露相同的","对于仅浏览器可用的","对于共享于服务器和客户端,但用于不同平台","将永远保留下来。为了避免这种情况,请将副作用代码移动到","层级(virtual","或","推荐使用组件作为抽象机制,并运行在「虚拟","时,使用","是一个","服务器上的数据响应","期间并不会调用销毁钩子函数,所以","此外还需要注意的是,你应该避免在","生命周期中。","生命周期时产生全局副作用的代码,例如在其中使用","生命周期时将其销毁。但是,由于在","由于没有动态更新,所有的生命周期钩子函数中,只有","的任务(task),建议将平台特定实现包含在通用","的做法,并且可能会干扰到其他","的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。","的环境检测代码。","组件生命周期钩子函数","编写通用代码","自定义指令","设置","访问特定平台(platform","请注意,考虑到如果第三方","这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。","选项所提供\"服务器端版本(server","通用代码不可接受特定平台的"],"structure.html":["#","'./app'","'./app.vue'","'vue'","()","(context)","(err,","(req,","//","=","=>","`id=\"app\"`","`访问的","app","app.$mount('#app')","app.j","app.vu","bar.vu","baz.vu","bu","bundl","bundle」会发送给浏览器,用于混合静态标记。","bundle」然后用于服务器端渲染(ssr),而「客户端","client.j","client.js:","compon","const","context","context.url","createapp","createapp()","createapp(context)","css","css)。","data:","default","dom","dom。但是,对于服务器端渲染(ssr),责任转移到纯客户端","entri","entry(univers","entry)","entry」。在纯客户端应用程序中,我们将在此文件中创建根","es2015","event","export","fetch","file","foo.vu","function","h","h(app)","html)","import","loader","logic)。","matching)和数据预取逻辑(data","module.export","new","node.j","only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,node.j","pollution)。","pre","render","render:","renderer.rendertostring(app,","req.url","request","require('./app')","require('vue')","res)","res.end(html)","return","rout","router、stor","runinnewcontext:","server.get('*',","server.j","server.js:","side","src","state","store","template:","true","url","url:","vm","vue","vue({","webpack","{","{{","}","})","},","}}`","│","└──","├──","一个基本项目可能像是这样:","上下文,因此伴随有一些显著性能开销。","中创建一个新的实例,并从根","中运行(例如通过","中:","仅运行于服务器","仅运行于浏览器","介绍构建步骤","但是稍后我们将在此执行服务器端路由匹配(server","使用","函数:","到目前为止,我们还没有讨论过如何将相同的","只需创建应用程序,并且将其挂载到","同样的规则也适用于","和","因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:","在使用带有","处理错误……","如基本示例所示,我们为每个请求创建一个新的根","实例","实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在","实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross","实例注入。","实例,并直接挂载到","客户端","客户端特定引导逻辑……","导入","导入文件,通过","导出一个","导出一个工厂函数,用于创建新的","导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情","尽管","并且我们的服务器代码现在变为:","应用程序、router","应用程序。事实上,我们可能需要在服务器上使用","应用程序代码。","应用程序提供给客户端。为了做到这一点,我们需要使用","应用程序是由","应用程序,因为:","当编写纯客户端(client","我们将在后面的章节讨论规划结构的细节","所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用","打包","支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。","文件。app.j","时,可以消除此约束,但是由于需要为每个请求创建一个新的","是我们应用程序的「通用","是:","最新版本能够完全支持","服务器","服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。","服务器需要「服务器","来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用","来打包我们的","构建,并且许多","根实例简单的渲染应用程序组件。","模板中根元素具有","源码结构","特定功能不能直接在","特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。","现在我们正在使用","现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用","的","的情况下编写我们的","的源码结构","简单地使用","这里假定","通常","通用","避免状态单例"],"routing.html":["'./app'","'./app.vue'","'./foo.vue'","'./router'","'/',","'/item/:id',","'history',","'vue","'vue'","(!matchedcomponents.length)","()","(err)","(err,","(err.cod","(req,","*","...","//","2","2.5","2.5+","404","404)","=","===","=>","[","]","app","app,","app.$mount('#app')","app.j","app.js:","bundl","bundle.js')","client.j","code:","component:","const","context","createapp","createapp()","createapp(context).then(app","createapp,我们也需要给每个请求一个新的","createrout","createrouter()","default","entri","entry)中实现过了,现在我们只需要更新客户端入口(cli","entry):","error')","export","foo","found')","function","h","h(app)","html)","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。","logic):","matchedcompon","mode:","new","path:","promis","promise((resolve,","promise,","reject","reject({","reject)","render:","renderer.rendertostring(app,","req.url","require('/path/to/built","res)","res.end(html)","res.status(404).end('pag","res.status(500).end('intern","resolv","resolve(app)","return","rout","router","router'","router({","router,","router.getmatchedcomponents()","router.j","router.onready(()","router.onready,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(serv","router.push(context.url)","router。我们首先创建一个文件,在其中创建","router。注意,类似于","routes:","server","server.get('*',","server.j","side","time","url","url:","url。这允许我们将访问的","vue","vue({","vue.use(router)","webpack","{","}","})","},","中实现服务器端路由逻辑(server","为此,建议使用官方提供的","之前调用","代码分割","以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在","以便服务器能够等待所有的内容在渲染前,","传递到我们的","你可能已经注意到,我们的服务器代码使用了一个","使用","假设服务器","函数,并返回","函数:","创建","到根","匹配不到的路由,执行","和","因为有可能会是异步路由钩子函数或组件,所以我们将返回一个","在","处理程序,它接受任意","实例","实例,所以文件导出一个","将可能的异步组件和钩子函数解析完","就已经准备就绪。","已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:","应用程序中,然后对客户端和服务器复用相同的路由配置!","应用程序实例,以便它可以渲染","应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积","应该","异步路由组件的路由配置示例:","所支持的使用动态导入作为代码分割点相结合,你需要做的是:","提供异步组件作为第一类的概念,将其与","改为这样:","注入","然后更新","现在我们需要在","的位置","的可交互时间(tti","的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。","的路由","等到","设置服务器端","路由和代码分割","返回","这里进行修改……","需要注意的是,你仍然需要在挂载"],"data.html":["!==","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./router'","'./store'","'vue'","'vuex","'vuex'","(!activated.length)","(!matchedcomponents.length)","()","(asyncdata)","(c.asyncdata)","(component.asyncdata)","(dif","(prevmatched[i]","(state,","(to,","(window.__initial_state__)","({","...忽略无关代码","//","0","404","=","=>","`asyncdata()`","`router.beforeresolve()`,以便确保所有异步组件都","`store.dispatch()`","`store/index.js`","`template`","`this.datapromise.then(...)`","`window.__initial_state__`,并注入","action","actions:","action」的代码?","activ","api","api(请忽略此","app","app,","app.$mount('#app')","app.j","app.js:","asyncdata","asyncdata({","asyncdata.","asyncdata。注意,由于此函数会在组件实例化之前调用,所以它无法访问","asyncdata,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(rend","beforemount","beforerouteupd","c))","c.asyncdata({","chunk","client.j","code","code:","colloc","commit","commit('inc')","commit('setitem',","component.asyncdata({","components)","computed:","const","container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到","context","context)中。","context.st","count:","createapp","createapp()","createrout","createrouter()","createstor","createstore()","data","default","destroy","dif","entri","export","fals","fetch)已有的数据。","fetching)","fetchitem","fetchitem(id).then(item","foocount","foostoremodul","foostoremodule)","from,","function","h","h(app)","hook)","html","html。","i)","id","id)","id,","import","inc:","indicator)","indicator)。","indicator),就触发","item","item)","item.titl","items:","item。","load","match","matched.filter((c,","matchedcompon","mixin","mutations:","namespaced:","new","next()","next)","only)的全局","param","prevmatch","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","promise,","queri","register)这个模块:","reject({","reject)","render","render:","resolv","resolve(app)","resolve。","return","rout","route.params.id)","route:","router","router)","router,","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.onready(()","router.push(context.url)","server.j","setitem","splitting)","state","state)到","state.count++","state:","store","store)","store)或\"状态容器(st","store,","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","store。","sync","sync'","sync(store,","templat","this.$opt","this.$rout","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this.datapromis","this。需要将","true,","user/1","user/2)时,也应该调用","vue","vue({","vue.mixin({","vue.set(state.items,","vue.use(vuex)","vuex","vuex.store({","vuex。我们先创建一个","webpack","window.__initial_state__","{","{{","{}","||","}","})","})).then(()","}),","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","},","}}","中","中。","中。假设我们有以下","中。此外,我们将在","中。而在客户端,在挂载到应用程序之前,store","中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从","中,我们可以通过路由获得与","为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data","为此,我们将使用官方状态管理库","从","代码拆分(store","以便在组件中,我们可以在数据准备就绪后","以便我们不会二次预取(doubl","以便我们能够知道数据在何时更新","会返回","使用","使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data","假定我们有一个可以返回","停止加载指示器(load","具体实现细节)","函数。我们也可以通过纯客户端(client","函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。","函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。","创建","创建应用程序实例,将","到","匹配要渲染的视图后,再获取数据:","另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据","可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件","同步路由状态(rout","后执行,","后,","后,会返回","否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。","和","和路由信息作为参数传递进去:","哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。","因此可以创建多个实例化该模块","在","在初始路由","在大型应用程序中,我们的","在客户端,处理数据预取有两种不同方式:","在所有预取钩子(prefetch","在服务器端渲染(ssr)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。","在路由导航之前解析数据:","在路由组件内","在这里导入模块,而不是在","实例","客户端数据预取(client","对所有匹配的路由组件调用","对象中的获取","将作为","将获取数据操作分配给","就应该获取到状态:","已更改,例如,从","带有逻辑配置的组件(logic","并且","当使用","当我们将状态附加到上下文,","必须是一个函数,","惰性注册(lazi","我们只关心非预渲染的组件","我们可以在路由组件的","我们可以通过检查匹配的组件,并在全局路由钩子函数中执行","我们将在路由组件上暴露出一个自定义静态函数","我们的","我们需要通过访问路由,来决定获取哪部分数据","或","所以我们对比它们,找出两个匹配列表的差异组件","数据预取","数据预取和状态","数据预取存储容器(data","文件,里面会模拟一些根据","时,","时,context.st","暴露","服务器端数据预取(server","来处理这个问题:","来实现:","来执行其他任务","模块:","此策略将客户端数据预取逻辑,放在视图组件的","注入","添加路由钩子函数,用于处理","然后修改","状态将自动序列化为","状态,自动嵌入到最终的","现在已经填充入渲染应用程序所需的状态。","由于模块现在是路由组件的依赖,所以它将被","的","的逻辑:","相匹配的组件,如果组件暴露出","移动到路由组件的异步","获取","获取到内联预置(inline)状态。","触发","这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是","这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。","这可以通过纯客户端(client","这里如果有加载指示器(load","选项用于","通用","通过运行","避免在客户端重复注册模块。","那么,我们在哪里放置「dispatch","重要信息:state","重要信息:当多次访问路由时,","钩子函数中,使用"],"hydration.html":["+","//","`id=\"app\"`","app.$mount('#app')","app.vu","client.j","data","dom","dom(virtu","dom)","entri","hi","html","html。","html,使其变为由","html,我们显然无需将其丢弃再重新创建所有的","html,然后使他们成为动态的(能够响应后续的数据变化)。","hydration)","id","id=\"app\",而是添加","render","server","side","structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的","templat","tree),是否与从服务器渲染的","vue","一些需要注意的坑","不包含","中,我们用下面这行挂载(mount)应用程序:","使用「ssr","元素。相反,我们需要\"激活\"这些静态的","内部自动注入","在","在开发模式下,vue","在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加","在浏览器端接管由服务端发送的静态","如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:","客户端混合","客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的","客户端激活(client","将推断客户端生成的虚拟","属性:你需要自行添加","并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。","或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。","所谓客户端激活,指的是","是由","树(virtual","根元素的","模板中写入:","浏览器会在","特殊属性,让客户端","生成的虚拟","由于服务器已经渲染好了","的过程。","知道这部分","管理的动态","结构(dom","结构。例如,当你在","这里假定",",所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的",",然而,由于"],"bundle-renderer.html":["'once'。更多细节请查看","'sourc","(err,","(req,","*.vue","//","=","=>","api","api,用于处理此问题,通过使用","artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用","bundl","bundle.js')","bundlerender","bundle,然后重新创建","chunk。","clientmanifest","const","context","createapp","createbundlerender","createbundlerenderer(serverbundle,","css","css(critic","css)","devtool:","fals","false,","html)","json","manifest","map","map')","map。","render","renderer')","renderer.rendertostring(context,","renderer,用法和普通","rendertostr","req.url","requir","require('/path/to/built","require('vu","res)","res.end(html)","runinnewcontext","runinnewcontext:","server","server.get('*',","sourc","ssr","template,","url:","vue","webpack","webpack,以生成","{","}","})","传入","使用","使用基本","关键","内置的","创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。","到目前为止,我们假设打包的服务器端代码,将由服务器通过","参考。","在下一章节中,我们将讨论如何配置","在开发环境甚至部署过程中热重载(通过读取更新后的","在服务器处理函数中……","在调用","处理异常……","实例)","将生成为可传递到","或","所需的构建工件(build","指引","推荐","提供一个名为","提供以下优点:","支持(在","文件。所创建的","文件时):自动内联在渲染过程中用到的组件所需的css。更多细节请查看","时已经自动创建过。","时,它将自动执行「由","本身不支持","注入(在使用","注意,推荐将","现在我们的服务器与应用程序已经解耦!","的","的方法:","的特殊","的自定义插件,server","的问题","直接使用:","相同,但是","章节。","这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,node.j","这里无需传入一个应用程序,因为在执行","进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割","选项设置为","配置中使用","(可选)客户端构建","(可选)页面模板"],"build-config.html":["\"manifest\",","'/path/to/entri","'__my_state__'","'commonjs2'","'mycustomstate',","'node',","'once'","'sourc","'utf","*.sass),那么你也应该将它们添加到白名单中。","*.vue","*.vue,","/","//","/\\.css$/","2.3.0+","7.6+","8')","=",">","[","]","`","`global`(例如","`vue","appropri","asset","async","babel","baseconfig","build","bundl","bundle(serv","bundle),render","bundle.json","bundle.json')","bundle.json',","bundle.json`","bundle。它应该是这样的:","caveats)","chunk","chunk。","chunk,之后可能会用于渲染","client","client.js',","clientmanifest","clientmanifest,返回的字符串中,也将包含着","code","code)。","commonschunkplugin,请确保仅在客户端配置(cli","config)","config)中使用,因为服务器包需要单独的入口","config)包含在两个环境共享的配置,例如,输出路径(output","config)和基本配置(bas","config)和客户端配置(cli","config)大体上相同。显然你需要把","config)将如下所示:","config),可以通过使用","const","context","context.getpreloadfiles()","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","contextkey:","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(serverbundle,","createbundlerenderer。这对开发过程中的热重载是很有用的","createbundlerenderer:","css","css(critic","css)","css)","css,或使用","demo","devtool:","directive),以及","emitted)的","entri","entry:","exports)","extern","externals')","externals:","extract","false。","false)在模板中使用这些方法:","fashion)处理动态导入(dynam","file","global","grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建","hackernew","hint)。默认情况下会:","html","html。","http/2","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","import),","infin","inject:","injection)","interactive)。","javascript","json","key)和","key),都可以通过传递选项对象进行自定义:","librarytarget:","loader","loader`","loader。服务器配置(serv","manifest)。使用客户端清单(cli","manifest)以及页面模板:","manifest)和服务器","manifest),客户端配置(cli","manifest.json')","manifest.json`。","map","map',","merg","merge')","merge(baseconfig,","minchunks:","module.export","name:","new","node","nodeextern","nodeexternals({","object)","only)项目配置","orient","output:","path),别名(alias)和","plugin","plugin')","plugins:","polyfil","polyfill。这是因为当使用新的上下文模式时,serv","polyfill)的依赖模块列入白名单","prefetch","push)。","render","renderer')","renderer/cli","renderer/serv","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","request),以及改善可交互时间(tti","require('./webpack.base.config.js')","require('/path/to/vu","require('fs').readfilesync('/path/to/template.html',","require('vu","require('webpack","require('webpack')","runinnewcontext:","script","script,其中状态被嵌入在","server","server.js',","serverbundl","server。基本配置(bas","shouldpreload","sourc","splitting)时,此方法将智能地正确的推断需要引入的那些异步","ssr","state","style","target:","templat","template,","template,你可以自己拼接字符串。","text","time","true,那么你还应该将修改","url。","vue","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","webpack","webpack.optimize.commonschunkplugin({","webpack。服务器端渲染(ssr)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base,","whitelist:","window","window.__initial_state__","window.__my_state__={...}","windowkey:","{","{{{","}","})","}),","},","}}}","……render","上下文状态键(context","不要外置化","中。","中的代码具有自己的","中,","之后,只需将文件路径传递给","之外,我们还可以生成客户端构建清单(client","代码提供了更好的缓存。","代码,将看起来如下(所有都是自动注入):","以","以便可以在之后正确注入异步","作为对象传递给","你可以在这里添加更多的文件类型。例如,未处理","你还应该将修改","使用","具体请查看","列入白名单,例如","原始文件,","又或者,你还可以将","告知","和","回调函数中,你传入的","在","在生成","在生成的文件名中有哈希时,可以取代","在通过","处理。如果你导入依赖于","外置化应用程序依赖模块。可以使服务器构建速度更快,","好处是双重的:","如果你使用","如果你根本没有使用","如果提供了","客户端配置(client","对","对象。由于在使用","对象会暴露以下方法:","对象进行插值,你可以(通过传入","导入它。","导入的","将","将会使用","并且还会在编译","并手动执行资源注入时,传入","并生成较小的","并返回一个内联的","应用程序/vendor","我们假设你已经知道,如何为纯客户端(client","或","手动资源注入(manual","扩展说明(extern","指向你的客户端入口文件。除此之外,如果你使用","指向应用程序的","提供","提取的","支持","数据预取指令(preload","文件","文件。","文件列入白名单。这是因为从依赖模块导入的","文件的插件。","文件(例如,使用","时,在服务器并不真正需要它,所以实际上只需在客户端","时,我们可以确保对","是在要用到的","智能地注入为","服务器推送(http/2","服务器配置(server","服务器配置,是用于生成传递给","来注入正确的资源","来简单地扩展基本配置。","构建为单个","构建配置","标签。当在应用程序代码中使用异步代码分割(async","标签内由","标签到所渲染的","标签包含所有关键","标签,以避免客户端的瀑布式请求(waterfal","此处告知","此插件在输出目录中","此方法不返回字符串","此方法序列化","此方法返回引导客户端应用程序所需的","此方法返回当前要渲染的页面,所需的","渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer","然后,你就可以使用生成的客户端清单(client","状态键(window","现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载","生成","由于传递给","的","的任何其他类型的文件(例如","的其他选项","的参考设置。","的按需代码分割特性渲染","相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行","管理。","组件时,","组件的渲染过程中收集的。有关更多详细信息,请查看","要使用客户端清单(client","请注意,在","资源提示(resourc","输出(webpack","输送面向服务器代码(server","运行时分离到一个引导","还应该由","这也为你的","这允许","这将返回内联","这是将服务器的整个输出","进行最优化的资源预加载/数据预取,并且还可以将所需的异步","适用方式(node","选项中,我们将","选项可以进一步自定义要预加载的文件。","通过以上设置,使用代码分割特性构建后的服务器渲染的","重要信息:这将","链接","除了","需要","需要处理的依赖模块。","需要版本","预加载页面所需的","预取异步","风格导出模块(node","默认情况下,当提供","默认文件名为",",其中关键"],"css.html":["!/\\.css$/.test(module.request)","&&","'common.[chunkhash].css'","'css","'foo.css',你需要配置合适的","'manifest'","'production'","'vendor',","'vue","(","(module)",")","*.vue","+","...","//","/\\.css$/,","/\\.vue$/,","/node_modules/.test(module.context)","12.0.0+)",":","=","===","?","[","['vue","[]","[new","]","bundlerender","chunk","chunk(main","chunk)","commonschunkplugin","const","css","css(critic","css)。","css。在客户端,当第一次使用该组件时,vue","css,例如,import","css,可以使用","enabl","extract","extractcss","extractcss:","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","fallback:","filename:","function","html","inlined)的","isproduct","javascript","loader","loader'","loader',","loader']","loader:","loader(vu","loader),具备一些服务器端渲染的特殊功能:","loader:","manifest","minchunks:","module.export","module:","name:","new","node_modul","npm","options:","plugin","plugin')","plugins:","postcss","process.env.node_env","processor)或","reload)","request","require('extract","return","rules:","style","templat","test:","text","use:","vendor","vue","webpack","webpack.config.j","webpack.optimize.commonschunkplugin({","{","}","})","}),","})]","},","一个模块被提取到","与","中","中包含","中导入","中收集和内联(使用","中的","之中,extract","从","从依赖模块导入样式","以获得更好的缓存,是很常见的做法。","会检查这个组件是否已经具有服务器内联(server","会遇到问题。为了解决这个问题,请避免在","位于提取的","使用","依赖模块导入","内部使用的","内部异步组件中的","单个文件组件内的","启用","在使用","在服务器端构建过程中,不应该外置化提取。","处理。","如果","如果你想从","如果在服务器端渲染期间使用,可以在","如果它在","如果没有,css","字符串,并由","客户端和服务器端的通用编程体验。","导入","将主","将依赖模块提取到","将内联为","将外部","将通过","并列同级,组件作用域","开发过程中热重载(hot","提取","提取。","提取到单独的","提取应该只用于生产环境","插件提取","文件。客户端","文件中提取","文件中的样式,然而你也可以使用","文件中(使用","文件,则无需外置化提取","时……","时。","时需要注意的几点:","时,如果提取的","时,自动注入关键","是一个","更重要的是,vue","替代","标签动态注入。","此设置支持使用","的","的推荐方法是简单地使用","确保添加了此插件!","管理","组件。","能够使用预处理器(pre","自动注入),这样可以将文件分开缓存。建议用于存在很多公用","要从","请注意,上述配置仅适用于","运行时和","这样我们在开发过程中仍然可以热重载","选项时自动处理)组件的","选项(需要","通用","配置示例如下:","重要:使用",",它提供:"],"head.html":["$option","'function'","'server'","()","(title)","(vm)","({","...","//","2.3.2+",":","=","===","?","[titlemixin],","`title`","`vue_env`","`webpack.defineplugin`","asyncdata","bundl","clienttitlemixin","computed:","const","context","context)","context)。在旧版本中,你必须通过将其传递给","context),然后在模板中的占位符替换为这些数据。","creat","createapp()","default","document.titl","escap","export","function","gettitl","gettitle(this)","head","html","interpolation),以避免","item","item.vu","manag","mixin","mixin.j","mixins:","mixin,来控制文档标题(docu","mount","mustache)进行","process.env.vue_env","renderer:","return","rout","route.params.id)","servertitlemixin","store,","store.dispatch('fetchitem',","this.$root.$options.ssrcontext","this.$ssrcontext","this.$ssrcontext.titl","this.$store.state.items[this.$route.params.id]","this.item.titl","titl","title):","title.call(vm)","typeof","utility)。","vm.$option","xss","{","{{","}","})","},","}}","上,才能手动注入服务器端渲染上下文(ssr","你应该在创建","使用双花括号(doubl","使用相同的策略,你可以轻松地将此","可以通过","在","对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。","并将其暴露于根实例的","我们可以编写一个简单的","扩展为通用的头部管理工具(gener","攻击。","来完成标题管理:","来直接访问组件中的服务器端渲染上下文(ssr","来访问它。","此选项可以是一个字符串或函数","注入","注意:","然后子组件可以通过","然后模板中的内容将会传递给","现在,路由组件可以利用以上","的版本,你可以通过","管理","管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render","类似于资源注入,head","组件可以提供一个","转义插值(html","选项"],"caching.html":["'::'","'item',","(cacheable)","(h)","(hit)","(req,","+","...","//","1","100,","1000","10000,","=","=>","['item'],","based)的模板的性能相当。在","cach","cache')","cache:","cacheabl","cache:","caching)","caching)。要启用组件级别缓存,你需要在创建","collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一","const","createrenderer({","default","dom","effect)的子组件。","export","h('div',","hit","html)","id","id,再加上最后更新的时间戳,来生成其缓存键(cach","implementation)。典型做法是传入","iscach","iscacheable(req)","item","key","key)对应一个组件:你无需担心两个组件返回同一个","key):","key。","level","lru","lru({","max:","maxage:","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","name","name:","nginx","node.j","prop","props.item.id","props.item.id,","props.item.last_upd","props:","prop,则需要修改","render","renderer.rendertostring((err,","req","require('lru","res)","res.end(hit)","res.end(html)","return","server","server.get('*',","servercachekey","servercachekey:","specific)。","specific)页面才会缓存","specific)(即对于相同的","ssr","string","this.item.id)","url,总是为所有用户渲染相同的内容),我们可以利用名为","user","v","vue","{","}","})","中实现它:","何时使用组件缓存","内置支持组件级别缓存(compon","决定,则上述是一个很好的实现。但是,如果具有相同","函数来缓存组件。","列表中重复出现的组件。由于这些组件通常由数据库集合(databas","只有非用户特定(non","可能会随时间而变化,或者如果渲染结果依赖于其他","因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的","在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user","在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:","如果","它具有可能依赖于全局状态的子组件。","它具有对渲染上下文产生副作用(side","实现逻辑为,检查请求是否是用户特定(user","层完成,但是我们也可以在","应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由","必填选项","性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。","时提供具体缓存实现方式(cach","然后,你可以通过实现","由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。","的","的实现,以考虑其他变量。","的服务器端渲染(ssr)相当快速,但是由于创建组件实例和虚拟","的缓存策略,来大幅度提高应用程序处理高流量的能力。","秒后过期。","组件级别缓存(compon","缓存","节点的开销,无法与纯基于字符串拼接(pure","虽然","请注意,可缓存组件还必须定义一个唯一的","返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。","返回的","这通常在","选项。通过使用唯一的名称,每个缓存键(cach","重要提示:条目在","页面级别缓存(page"],"streaming.html":["''","()","+=","//","=","=>","bundl","caveats)","chunk","chunk\",并开始更快地将其发送给客户端。","console.log(html)","const","context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context","critic","css(inlin","css))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。","data","data.tostring()","dom","err","error...","handl","html","information)或内联关键","information)(如头信息(head","node.j","render","renderer.rendertostream(context)","rendertostream","rendertostring:","server","stream","stream.on('data',","stream.on('end',","stream.on('error',","stream:","tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个","vue","{","})","和","因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。","在流式渲染模式下,当","对于","替代","树(virtual","流式传输说明(stream","流式渲染","流式渲染(streaming)","渲染完成","然而,当第一个数据","的基本","被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render","返回的值是","遍历虚拟","都提供开箱即用的流式渲染功能。所有你需要做的就是,用"],"non-node.html":["\"development\"","\"production\"","\"production\"。","\"server\"","\"server\",","$v8","'hello'","(err,","//","2.5+","=","=>",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?>","`vue","`{{","app.j","data:","env:","executestring('var","global","java","javascript","msg","msg:","nashorn","new","node.j","node_env:","oracl","php","polyfill。","print(res)","process","process.env.node_env","process.env.vue_env","process:","promis","render","renderer/basic.j","renderer/basic.js`","rendervuecomponenttostring(vm,","res)","server","settimeout","template:","this.glob","v8j","var","vm","vue","vue({","vue_env:","{","}","})","};');","}};","}}`,","中无法使用。在","中,这使得它可以在上述环境中使用。","原生定时器,来为","和","和将","在","在非","在默认构建时,会预先假定有一个","对于所有环境,必须要预先在环境中模拟","对象,以及将","或","提供","暴露","版本中,我们把那些基本上与环境无关的构建,编译到","环境下使用","环境下,可能还需要使用","环境中使用","环境(如","环境,这使得它在其他","的示例用法:","设置为","通过"],"api.html":["'font')","'hero.jpg'","'image')","'mi","'once'","'once'。","'once'('once'","'script'","'style')","(2.3.1+),bundl","(err,","(externalize);","(file,","(key,","(key:","(type","(vnode,","+","...",".json)。必须以","/","//","/\\.woff2$/.test(file)","10000","2.2.0+","2.3.0","2.3.0+","2.3.1+","2.3.1+。","2.5.0+","=","===","=>","?promis","api","api,例如,一个","asset","basedir","boolean","bug,其中","build","bundl","bundle.json","bundle.json'","bundlerender","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundle。以下信息假定版本为","bundle。这具有一些好处","bundle,不能被外部化","cach","cache')","cache:","cache:","callback","callback]):","cb(res)","cb)","cb?:","chunk","class:","client","clientmanifest","clientmanifest,","clientmanifest。","const","context)上存在一些特定属性时,模板会自动注入对应的内容:","context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止","context)执行","context)进行基本插值:","context,","context.head:(字符串)将会被作为","context.state:(对象)初始","context.styles:(字符串)内联","context]):","createbundlerender","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createrender","createrenderer([options])","createrenderer({","css","css,将以","css,此属性会在构建过程中被自动生成。","destin","direct","directivemeta)","directives:","error","escap","exampl","fals","false,bundl","file","filename:","flow","function)","get:","global","global。","global(例如,polyfill)的依赖模块必须被打包进","has?:","hints)。","html","html。","https://fetch.spec.whatwg.org/#concept","imag","inject","inject:","injection)","injection)。","interpolation)。","interpolation);","javascript","json","link","loader","lru","lru({","manifest","manifest.json","max:","mode)下自行移除。","mustache)进行","new","node.j","node_modul","npm","object)。此对象包含了","object)可选。回调函数是典型的","object)可选。回调是一个典型的","object)可选。更多细节请查看流式渲染。","options])","plugin","plugin')","promis","redi","redisclient.get(key,","redisclient.set(key,","render","rendercach","renderer')","renderer.rendertostream(vm[,","renderer.rendertostring(vm[,","renderer/cli","renderer/serv","renderer,来禁用所有自动注入。","request","require('lru","require('vu","require:","res)","resolv","return","runinnewcontext","runinnewcontext:","script","serial","server","serverbundl","set:","set。此外,如果","shouldprefetch","shouldpreload","shouldpreload:","show","ssr","store","stream.read","string","string)","string,","style","templat","template,","true","true。","true,但建议你尽可能使用","type","type)","v","v8","val)","val:","vnode","void;","vue","vuessrclientplugin","vuessrserverplugin","vuessrserverplugin({","vuex","webpack","window.__initial_state__","woff2","xss","{","|","||","}","})","},","};","一个函数,用来控制什么文件应该生成","一个函数,用来控制对于哪些文件,是需要生成","上下文中的","上下文中运行,所以请留意在应用程序代码中尽量避免修改","上下文并重新执行整个","不转义插值(non","中的代码意外污染服务器进程的","中的依赖模块。只有在所生成的","中的所有资源都将被预取,因为这是低优先级指令;","中,此选项有一个","为整个页面的","为要渲染页面提供最佳的","也可以也可以在生产模式(product","也可以是可选的异步函数。这允许缓存使用异步","仍然使用独立的全局上下文(separ","从","代码字符串(不推荐)。","代码将与服务器进程在同一个","传递给","你也可以通过将","使用","使用一个页面模板","使用三花括号(tripl","使用双花括号(doubl","使用(可选的)选项创建一个","例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个","例如,请查看","依赖模块放置在不同位置,或者","具体查看:","典型用法是传入","内部抛出的错误,使用的是","出于向后兼容的考虑,此选项默认为","创建插件实例时可以自定义文件名:","参数可以是以下之一:","参考","参考:手动资源注入(manual","参考:源码结构","只在","只用于","只预加载","只预加载重要","可读流。上下文对象(context","后返回最终渲染的","和","和(可选的)选项创建一个","回调函数是可选项。在不传递","在","在此模式下,修改","基于指令绑定元数据(metadata)转换","基于文件扩展名的类型推断。","处理任何错误","字体","实例。","实例渲染为一个","实例渲染为字符串。上下文对象(context","客户端:","对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用","对于自定义指令,允许提供服务器端实现:","对象(client","对象。","对象。注意事项如下:","对象,在其","将","将使用","将创建一个新的","将在独立的全局上下文(separ","开头才会被识别为文件路径。","当在渲染上下文(render","或","手动资源注入(manual","执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到","指引","接收第二个参数作为回调,那","控制使用","提供一个模板。此模板应包含注释","提供组件缓存具体实现。缓存对象必须实现以下接口(使用","插件","插件作为独立文件提供,并且应当直接","支持)","攻击。","整个构建过程的信息,从而可以让","文件与外部的","文件会被预加载,因为它们是启动应用时所必需的。","文件(.j","时是否执行自动注入。默认是","时,模板会自动注入以下内容:","时,此方法返回一个","是通过","显式地声明","更多信息请查看构建配置。","更多细节请查看","期望值:boolean","来处理组件","构建配置。","构造函数,所以它不会是服务器进程中","标签的形式注入到页面头部。注意,如过你使用了","模板中注入的内容。更多详细信息,请查看生成","模板还支持使用渲染上下文(render","此外,当提供","注入到页面的头部(head)里。","渲染为一个","渲染为字符串。上下文对象(context","渲染当前页面所需的最优客户端","然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与","版本中,嵌入式","版本中,此","状态,将以","生成的","生成的客户端构建","生成的默认文件是:","用于客户端插件。","用于服务器端插件;","由","的一个实例。","的形式内联到页面。内联的","的服务器端实现。","的运行目录。运行时将会以此目录为基准来解析","相同的函数签名。","绝对路径,指向一个已经构建好的","自动推导需要在","自动清理,以防止","语法表示):","请注意,缓存对象应至少要实现","资源提示(resourc","资源提示。","资源预加载提示(resourc","资源(支持自动推导异步代码分割所需的文件);","转义插值(html","还是相当昂贵的,特别是当应用很大的时候。","选项","选项精确控制预加载资源:","通过此选项提供一个由","链接到当前项目中时,才需要配置此选项。","风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。","默认情况下,只有","默认情况下,对于每次渲染,bundl","默认情况下,异步",",作为渲染应用程序内容的占位符。"]},"length":15},"tokenStore":{"root":{"0":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"1":{"0":{"0":{"0":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"docs":{}}},"docs":{}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"2":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},".":{"2":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},".":{"0":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"docs":{}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"3":{"docs":{},".":{"0":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"+":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.007029876977152899}}}},"1":{"docs":{},"+":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"2":{"docs":{},"+":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"docs":{}}},"5":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"api.html":{"ref":"api.html","tf":0.007029876977152899}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"没":{"docs":{},"有":{"docs":{},"传":{"docs":{},"入":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"docs":{}},"+":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"3":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},".":{"0":{"docs":{},".":{"0":{"docs":{},"+":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"docs":{}}},"docs":{}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"4":{"0":{"4":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"docs":{}},"docs":{}},"6":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"+":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"7":{"docs":{},".":{"6":{"docs":{},"+":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"docs":{}}},"8":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"docs":{},"\"":{"docs":{},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"c":{"docs":{},"\"":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"a":{"docs":{},"l":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"c":{"docs":{},"k":{"docs":{},"\"":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"\"":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"\"":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}},"&":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"&":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"(":{"2":{"docs":{},".":{"3":{"docs":{},".":{"1":{"docs":{},"+":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"docs":{}}},"docs":{}}},"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.014925373134328358},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.017964071856287425},"data.html":{"ref":"data.html","tf":0.010903426791277258},"head.html":{"ref":"head.html","tf":0.023952095808383235},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}}}}}}}}}}}},"!":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.017964071856287425}}}}}}},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.005272407732864675}}}}}},"d":{"docs":{},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"[":{"docs":{},"i":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.00778816199376947},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"b":{"docs":{},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576}}}}}}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"i":{"docs":{},".":{"docs":{},"e":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.005272407732864675}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"«":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"/":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"/":{"docs":{"basic.html":{"ref":"basic.html","tf":0.029850746268656716},"structure.html":{"ref":"structure.html","tf":0.027491408934707903},"routing.html":{"ref":"routing.html","tf":0.05688622754491018},"data.html":{"ref":"data.html","tf":0.06230529595015576},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0472972972972973},"build-config.html":{"ref":"build-config.html","tf":0.044921875},"css.html":{"ref":"css.html","tf":0.057432432432432436},"head.html":{"ref":"head.html","tf":0.029940119760479042},"caching.html":{"ref":"caching.html","tf":0.022222222222222223},"streaming.html":{"ref":"streaming.html","tf":0.029411764705882353},"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232},"api.html":{"ref":"api.html","tf":0.01054481546572935}}},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"$":{"docs":{},"/":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"w":{"docs":{},"o":{"docs":{},"f":{"docs":{},"f":{"2":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"docs":{}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"i":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"o":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"d":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"」":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"?":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"v":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"f":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.004}},")":{"docs":{},"它":{"docs":{},"们":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"p":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"è":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"head.html":{"ref":"head.html","tf":0.006097560975609756}}}}}}}},"d":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"o":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"m":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}},"s":{"docs":{},"o":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.024054982817869417},"routing.html":{"ref":"routing.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"'":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.008982035928143712},"data.html":{"ref":"data.html","tf":0.006230529595015576}}},".":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"$":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"#":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.013745704467353952},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.002254791431792559},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},")":{"docs":{},"中":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"会":{"docs":{},"在":{"docs":{},"他":{"docs":{},"们":{"docs":{},"各":{"docs":{},"自":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"希":{"docs":{},"望":{"docs":{},"如":{"docs":{},"此":{"docs":{},":":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"应":{"docs":{},"该":{"docs":{},"都":{"docs":{},"是":{"docs":{},"全":{"docs":{},"新":{"docs":{},"的":{"docs":{},"、":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"造":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0425531914893617},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"api.html":{"ref":"api.html","tf":5.001757469244288}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"像":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"方":{"docs":{},"式":{"docs":{},"是":{"docs":{},",":{"docs":{},"在":{"docs":{},"「":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"(":{"docs":{},"请":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"此":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"v":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"r":{"docs":{},"è":{"docs":{"data.html":{"ref":"data.html","tf":0.002443494196701283},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"s":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"o":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},"r":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364}}}}},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.010903426791277258},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"会":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"无":{"docs":{},"法":{"docs":{},"访":{"docs":{},"问":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"调":{"docs":{},"用":{"docs":{},"这":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"然":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"t":{"docs":{},"u":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},")":{"docs":{},",":{"docs":{},"但":{"docs":{},"现":{"docs":{},"在":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"有":{"docs":{},"了":{"docs":{},"这":{"docs":{},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},",":{"docs":{},"以":{"docs":{},"下":{"docs":{},"就":{"docs":{},"是":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"ê":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.012716763005780347},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.006912442396313},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.005280528052805281}}}}}}}},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004276114844227245},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"c":{"docs":{},"u":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"y":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"n":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"c":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"e":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}}},"z":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"g":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"q":{"docs":{},"u":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"r":{"docs":{},"é":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"é":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"d":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"y":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"q":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":3.3351032448377578},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},")":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"相":{"docs":{},"当":{"docs":{},"。":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"z":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"n":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.00688298918387414},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"e":{"docs":{},"c":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02127659574468085}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.012}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"w":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"h":{"docs":{},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},"c":{"docs":{},"a":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"a":{"docs":{},"u":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"g":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{},"è":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},"o":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336}}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"r":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"g":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.4009009009009006},"build-config.html":{"ref":"build-config.html","tf":0.013671875},"head.html":{"ref":"head.html","tf":0.005988023952095809},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.02460456942003515}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"[":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"」":{"docs":{},"会":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"混":{"docs":{},"合":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"用":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"而":{"docs":{},"「":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}},"不":{"docs":{},"能":{"docs":{},"被":{"docs":{},"外":{"docs":{},"部":{"docs":{},"化":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},")":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"。":{"docs":{},"它":{"docs":{},"应":{"docs":{},"该":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"信":{"docs":{},"息":{"docs":{},"假":{"docs":{},"定":{"docs":{},"版":{"docs":{},"本":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"这":{"docs":{},"具":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"好":{"docs":{},"处":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"l":{"docs":{},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"y":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"é":{"docs":{},"n":{"docs":{},"é":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},"。":{"docs":{},"要":{"docs":{},"启":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"c":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003933136676499509},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.007029876977152899}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"u":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"f":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"p":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"l":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"u":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":3.3456790123456788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013513513513513514},"build-config.html":{"ref":"build-config.html","tf":0.01171875},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"中":{"docs":{},",":{"docs":{},"也":{"docs":{},"将":{"docs":{},"包":{"docs":{},"含":{"docs":{},"着":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":2.516366612111293},"structure.html":{"ref":"structure.html","tf":3.348362235067437},"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0046204620462046205},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"!":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.02262443438914027},"caching.html":{"ref":"caching.html","tf":0.03816793893129771},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.010384850335980453},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.023778071334214},"streaming.html":{"ref":"streaming.html","tf":0.008}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"l":{"docs":{},"e":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"è":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"c":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"仅":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"é":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.033582089552238806},"structure.html":{"ref":"structure.html","tf":0.024054982817869417},"routing.html":{"ref":"routing.html","tf":0.023952095808383235},"data.html":{"ref":"data.html","tf":0.017133956386292833},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02702702702702703},"build-config.html":{"ref":"build-config.html","tf":0.029296875},"css.html":{"ref":"css.html","tf":0.006756756756756757},"head.html":{"ref":"head.html","tf":0.029940119760479042},"caching.html":{"ref":"caching.html","tf":0.03333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0210896309314587}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"s":{"docs":{},"e":{"docs":{},"z":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"e":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"t":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"与":{"docs":{},"转":{"docs":{},"化":{"docs":{},"率":{"docs":{},"直":{"docs":{},"接":{"docs":{},"相":{"docs":{},"关":{"docs":{},"」":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"重":{"docs":{},"要":{"docs":{},"程":{"docs":{},"度":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"正":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"部":{"docs":{},"仪":{"docs":{},"表":{"docs":{},"盘":{"docs":{},",":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"时":{"docs":{},"的":{"docs":{},"额":{"docs":{},"外":{"docs":{},"几":{"docs":{},"百":{"docs":{},"毫":{"docs":{},"秒":{"docs":{},"并":{"docs":{},"不":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"去":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"将":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"小":{"docs":{},"题":{"docs":{},"大":{"docs":{},"作":{"docs":{},"之":{"docs":{},"举":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"要":{"docs":{},"求":{"docs":{},"是":{"docs":{},"绝":{"docs":{},"对":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{},"指":{"docs":{},"标":{"docs":{},",":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"可":{"docs":{},"以":{"docs":{},"帮":{"docs":{},"助":{"docs":{},"你":{"docs":{},"实":{"docs":{},"现":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"初":{"docs":{},"始":{"docs":{},"加":{"docs":{},"载":{"docs":{},"性":{"docs":{},"能":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"对":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"网":{"docs":{},"络":{"docs":{},"情":{"docs":{},"况":{"docs":{},"或":{"docs":{},"运":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"慢":{"docs":{},"的":{"docs":{},"设":{"docs":{},"备":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"x":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"head.html":{"ref":"head.html","tf":0.005988023952095809},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.006600660066006601}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},":":{"docs":{},"(":{"docs":{},"对":{"docs":{},"象":{"docs":{},")":{"docs":{},"初":{"docs":{},"始":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"内":{"docs":{},"联":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"?":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},":":{"docs":{},"(":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},")":{"docs":{},"将":{"docs":{},"会":{"docs":{},"被":{"docs":{},"作":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"中":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"。":{"docs":{},"在":{"docs":{},"旧":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"必":{"docs":{},"须":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{},"其":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},",":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"将":{"docs":{},"不":{"docs":{},"可":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"大":{"docs":{},"量":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"上":{"docs":{},"存":{"docs":{},"在":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"定":{"docs":{},"属":{"docs":{},"性":{"docs":{},"时":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{},"值":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"只":{"docs":{},"在":{"docs":{},"启":{"docs":{},"动":{"docs":{},"时":{"docs":{},"取":{"docs":{},"值":{"docs":{},"一":{"docs":{},"次":{"docs":{},"。":{"docs":{},"这":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"定":{"docs":{},"程":{"docs":{},"度":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"能":{"docs":{},"够":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"进":{"docs":{},"行":{"docs":{},"基":{"docs":{},"本":{"docs":{},"插":{"docs":{},"值":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.005636978579481398}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"ô":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{},"\"":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{},")":{"docs":{},"\"":{"docs":{},"中":{"docs":{},"。":{"docs":{},"首":{"docs":{},"先":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"之":{"docs":{},"前":{"docs":{},"预":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"并":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"填":{"docs":{},"充":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"r":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"é":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.016624040920716114},"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"包":{"docs":{},"需":{"docs":{},"要":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{},"入":{"docs":{},"口":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"两":{"docs":{},"个":{"docs":{},"环":{"docs":{},"境":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"输":{"docs":{},"出":{"docs":{},"路":{"docs":{},"径":{"docs":{},"(":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"和":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"显":{"docs":{},"然":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"把":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"将":{"docs":{},"如":{"docs":{},"下":{"docs":{},"所":{"docs":{},"示":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":3.345436207766011},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.004392386530014641}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"u":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},")":{"docs":{},"中":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"驱":{"docs":{},"动":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},":":{"docs":{},"使":{"docs":{},"用":{"docs":{},"其":{"docs":{},"唯":{"docs":{},"一":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.007029876977152899}}},"[":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"d":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.024054982817869417},"routing.html":{"ref":"routing.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"(":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.003115264797507788},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"需":{"docs":{},"要":{"docs":{},"给":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013513513513513514},"build-config.html":{"ref":"build-config.html","tf":0.0078125},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"'":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"。":{"docs":{},"这":{"docs":{},"对":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"的":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"是":{"docs":{},"很":{"docs":{},"有":{"docs":{},"用":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"a":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.013671875},"css.html":{"ref":"css.html","tf":5.0608108108108105},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"streaming.html":{"ref":"streaming.html","tf":0.004}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},")":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"标":{"docs":{},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},"出":{"docs":{},"现":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"必":{"docs":{},"须":{"docs":{},"等":{"docs":{},"待":{"docs":{},"流":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},")":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"开":{"docs":{},"始":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"或":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"此":{"docs":{},"属":{"docs":{},"性":{"docs":{},"会":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"自":{"docs":{},"动":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"次":{"docs":{},"使":{"docs":{},"用":{"docs":{},"该":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"r":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"u":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.013513513513513514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},"\"":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},",":{"docs":{},"并":{"docs":{},"开":{"docs":{},"始":{"docs":{},"更":{"docs":{},"快":{"docs":{},"地":{"docs":{},"将":{"docs":{},"其":{"docs":{},"发":{"docs":{},"送":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375}}},",":{"docs":{},"之":{"docs":{},"后":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"用":{"docs":{},"于":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"i":{"docs":{},"s":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},")":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},".":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"b":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}},"ô":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"universal.html":{"ref":"universal.html","tf":0.019639934533551555},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.00855222968845449},"hydration.html":{"ref":"hydration.html","tf":3.354938271604938},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.012}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}},"d":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"b":{"docs":{},"o":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.016722408026755852},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.02666666666666667},"head.html":{"ref":"head.html","tf":0.00904977375565611},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.011988011988011988},"basic.html":{"ref":"basic.html","tf":0.010619469026548672},"universal.html":{"ref":"universal.html","tf":0.014729950900163666},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.009836065573770493},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":1.4628571428571426},"api.html":{"ref":"api.html","tf":0.011221122112211221}}}},"e":{"docs":{"./":{"ref":"./","tf":0.06293706293706294},"basic.html":{"ref":"basic.html","tf":3.4147492625368727},"universal.html":{"ref":"universal.html","tf":0.06546644844517185},"structure.html":{"ref":"structure.html","tf":3.381888246628131},"routing.html":{"ref":"routing.html","tf":0.04685212298682284},"data.html":{"ref":"data.html","tf":2.048869883934026},"hydration.html":{"ref":"hydration.html","tf":0.030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.064516129032258},"build-config.html":{"ref":"build-config.html","tf":3.379475542107917},"css.html":{"ref":"css.html","tf":3.3825136612021853},"head.html":{"ref":"head.html","tf":3.3790650406504064},"caching.html":{"ref":"caching.html","tf":0.06472919418758256},"streaming.html":{"ref":"streaming.html","tf":0.08},"non-node.html":{"ref":"non-node.html","tf":1.4571428571428569},"api.html":{"ref":"api.html","tf":3.4105610561056103}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.006230529595015576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"i":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},"o":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"p":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"y":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"t":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}}}}},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"l":{"docs":{},"i":{"docs":{},"v":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"f":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"data.html":{"ref":"data.html","tf":0.003933136676499509},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622}}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"d":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"hydration.html":{"ref":"hydration.html","tf":0.08},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"streaming.html":{"ref":"streaming.html","tf":0.029411764705882353},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"责":{"docs":{},"任":{"docs":{},"转":{"docs":{},"移":{"docs":{},"到":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"导":{"docs":{},"致":{"docs":{},"错":{"docs":{},"误":{"docs":{},"。":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"方":{"docs":{},"法":{"docs":{},"可":{"docs":{},"以":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"w":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"c":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"则":{"docs":{},"会":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"n":{"docs":{},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"data.html":{"ref":"data.html","tf":2.018937080024435},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.016},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.008849557522123894},"universal.html":{"ref":"universal.html","tf":2.5147299509001635},"structure.html":{"ref":"structure.html","tf":0.008092485549132947},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.012195121951219513},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"r":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"m":{"docs":{},"é":{"docs":{},"l":{"docs":{},"i":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"b":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"p":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"v":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"r":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"«":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"è":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"ê":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"e":{"docs":{},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}}},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"ê":{"docs":{},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"é":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"d":{"docs":{},"i":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"j":{"docs":{},"à":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"y":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"z":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0161290322580645},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"r":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"s":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"n":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"l":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"û":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"a":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"ê":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.012987012987012988},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.009773976786805132},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.018032786885245903},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":3.369000440334654},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015841584158415842}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"non-node.html":{"ref":"non-node.html","tf":2.5416666666666665}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"non-node.html":{"ref":"non-node.html","tf":1.4514285714285713}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.337333333333333}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}},"t":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.024054982817869417},"routing.html":{"ref":"routing.html","tf":0.008982035928143712},"data.html":{"ref":"data.html","tf":0.006230529595015576},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.0078125},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"y":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.00390625}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"(":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"中":{"docs":{},"实":{"docs":{},"现":{"docs":{},"过":{"docs":{},"了":{"docs":{},",":{"docs":{},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"新":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"」":{"docs":{},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"i":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"è":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"ê":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":3.3394308943089426}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"s":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"p":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"é":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}}}}}},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"2":{"0":{"1":{"5":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"a":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.016983016983016984},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.007320644216691069},"data.html":{"ref":"data.html","tf":0.00916310323762981},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.01639344262295082},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.015181518151815182}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.01098901098901099},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.016366612111292964},"structure.html":{"ref":"structure.html","tf":0.017341040462427744},"routing.html":{"ref":"routing.html","tf":2.011713030746706},"data.html":{"ref":"data.html","tf":2.0122174709835066},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.012859304084720122},"css.html":{"ref":"css.html","tf":0.006557377049180328},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.008580858085808581}},"c":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},".":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"i":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"r":{"docs":{},"i":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"o":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.013745704467353952},"routing.html":{"ref":"routing.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.009345794392523364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.011976047904191617},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"i":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"l":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"i":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"{":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},".":{"docs":{},"g":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"o":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},")":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"r":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"e":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},")":{"docs":{},"。":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"可":{"docs":{},"以":{"docs":{},"继":{"docs":{},"续":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"迁":{"docs":{},"移":{"docs":{},"到":{"docs":{},"新":{"docs":{},"的":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"规":{"docs":{},"范":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"这":{"docs":{},"些":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"l":{"docs":{},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"h":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"处":{"docs":{},"理":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"(":{"docs":{},"d":{"docs":{},"y":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"i":{"docs":{},"l":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"ç":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"b":{"docs":{},"r":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}}}}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5186823992133727}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"已":{"docs":{},"有":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.01288659793814433},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.005154639175257732}}},")":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01588502269288956},"css.html":{"ref":"css.html","tf":0.011475409836065573},"api.html":{"ref":"api.html","tf":0.008580858085808581}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"o":{"docs":{},"u":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"o":{"docs":{},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"x":{"docs":{"streaming.html":{"ref":"streaming.html","tf":3.357333333333333},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}},"d":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.006097560975609756},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"r":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.004276114844227245},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.007920792079207921}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.00819672131147541},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"m":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{"./":{"ref":"./","tf":0.009823182711198428},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.008982035928143712},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.006764374295377677}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}}}}}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":3.336612021857923},"head.html":{"ref":"head.html","tf":3.3455284552845526}},"n":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}},"u":{"docs":{},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"u":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006993006993006993}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"必":{"docs":{},"须":{"docs":{},"被":{"docs":{},"打":{"docs":{},"包":{"docs":{},"进":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"x":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"s":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{},"控":{"docs":{},"制":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"你":{"docs":{},"根":{"docs":{},"本":{"docs":{},"不":{"docs":{},"使":{"docs":{},"用":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"â":{"docs":{},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"é":{"docs":{},"n":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"é":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.005154639175257732},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"s":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"?":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268}}}}},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":5.0119760479041915},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"i":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"s":{"docs":{},")":{"docs":{},"」":{"docs":{},";":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},")":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"会":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"streaming.html":{"ref":"streaming.html","tf":0.012},"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},";":{"docs":{},"一":{"docs":{},"些":{"docs":{},"外":{"docs":{},"部":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"库":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.022388059701492536},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.02666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.006756756756756757},"streaming.html":{"ref":"streaming.html","tf":0.029411764705882353},"api.html":{"ref":"api.html","tf":0.01054481546572935},"head.html":{"ref":"head.html","tf":0.005988023952095809}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.014925373134328358},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"caching.html":{"ref":"caching.html","tf":0.011111111111111112}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"在":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"其":{"docs":{},"变":{"docs":{},"为":{"docs":{},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"我":{"docs":{},"们":{"docs":{},"显":{"docs":{},"然":{"docs":{},"无":{"docs":{},"需":{"docs":{},"将":{"docs":{},"其":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"再":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},"使":{"docs":{},"他":{"docs":{},"们":{"docs":{},"成":{"docs":{},"为":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"(":{"docs":{},"能":{"docs":{},"够":{"docs":{},"响":{"docs":{},"应":{"docs":{},"后":{"docs":{},"续":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"变":{"docs":{},"化":{"docs":{},")":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"t":{"docs":{},"p":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"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":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"d":{"docs":{},"y":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"/":{"docs":{},"#":{"docs":{},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"w":{"docs":{},"g":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"#":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":3.342592592592592},"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}},"时":{"docs":{},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"及":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"'":{"docs":{},"d":{"docs":{},"i":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.013745704467353952},"routing.html":{"ref":"routing.html","tf":0.029940119760479042},"data.html":{"ref":"data.html","tf":0.01557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.009836065573770493},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"l":{"docs":{},"y":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.015267175572519083},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},")":{"docs":{},"。":{"docs":{},"典":{"docs":{},"型":{"docs":{},"做":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}}}}},"a":{"docs":{},"g":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"i":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"n":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"o":{"docs":{},"r":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{},"就":{"docs":{},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}}}}}},"é":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.010309278350515464},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"a":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"é":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.010404624277456647},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"e":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"s":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"t":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"n":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"é":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"里":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"对":{"docs":{},"初":{"docs":{},"始":{"docs":{},"首":{"docs":{},"屏":{"docs":{},"而":{"docs":{},"言":{"docs":{},",":{"docs":{},"\"":{"docs":{},"只":{"docs":{},"加":{"docs":{},"载":{"docs":{},"所":{"docs":{},"需":{"docs":{},"\"":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"css.html":{"ref":"css.html","tf":0.001639344262295082},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"r":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"g":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}},"e":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.337121212121212},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"t":{"docs":{"./":{"ref":"./","tf":10},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.0023041474654377}}}},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"é":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"v":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"k":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011267605633802818},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.005154639175257732},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409}}},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0029498525073746312}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}},"l":{"docs":{},"u":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"d":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"或":{"docs":{},"内":{"docs":{},"联":{"docs":{},"关":{"docs":{},"键":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"(":{"docs":{},"如":{"docs":{},"头":{"docs":{},"信":{"docs":{},"息":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.007731958762886598},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0033821871476888386}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"t":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.006230529595015576},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"v":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"s":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"o":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{},"e":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"p":{"docs":{},"h":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.013513513513513514}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"e":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"f":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.004672897196261682}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"é":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},",":{"docs":{},"再":{"docs":{},"加":{"docs":{},"上":{"docs":{},"最":{"docs":{},"后":{"docs":{},"更":{"docs":{},"新":{"docs":{},"的":{"docs":{},"时":{"docs":{},"间":{"docs":{},"戳":{"docs":{},",":{"docs":{},"来":{"docs":{},"生":{"docs":{},"成":{"docs":{},"其":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"c":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"./":{"ref":"./","tf":0.007992007992007992},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.006756756756756757},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"u":{"docs":{},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{},"'":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"e":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"à":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"k":{"docs":{},"e":{"docs":{},"e":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"y":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},",":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"递":{"docs":{},"选":{"docs":{},"项":{"docs":{},"对":{"docs":{},"象":{"docs":{},"进":{"docs":{},"行":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"对":{"docs":{},"应":{"docs":{},"一":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{},"你":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"两":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"返":{"docs":{},"回":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"n":{"docs":{},"o":{"docs":{},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"l":{"docs":{},"e":{"docs":{},"d":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.03596403596403597},"basic.html":{"ref":"basic.html","tf":0.03893805309734513},"universal.html":{"ref":"universal.html","tf":0.04746317512274959},"structure.html":{"ref":"structure.html","tf":0.026589595375722544},"routing.html":{"ref":"routing.html","tf":0.0424597364568082},"data.html":{"ref":"data.html","tf":0.03420891875381796},"hydration.html":{"ref":"hydration.html","tf":0.05555555555555555},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.052995391705069124},"build-config.html":{"ref":"build-config.html","tf":0.049924357034795766},"css.html":{"ref":"css.html","tf":0.029508196721311476},"head.html":{"ref":"head.html","tf":0.036585365853658534},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.048},"non-node.html":{"ref":"non-node.html","tf":0.045714285714285714},"api.html":{"ref":"api.html","tf":0.0462046204620462}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.016666666666666666}},")":{"docs":{},"」":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"'":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}},"a":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"y":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},")":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"a":{"docs":{},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.013377926421404682},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085}},"e":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"n":{"docs":{},"k":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},")":{"docs":{},"和":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"v":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"e":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}},"g":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"a":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"css.html":{"ref":"css.html","tf":0.02364864864864865},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.010135135135135136}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"(":{"docs":{},"v":{"docs":{},"u":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},")":{"docs":{},",":{"docs":{},"具":{"docs":{},"备":{"docs":{},"一":{"docs":{},"些":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"功":{"docs":{},"能":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},")":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283}}}}}},"n":{"docs":{},"g":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"o":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}}}},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"n":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.011560693641618497},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.01588271227855834},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0226928895612708},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.018292682926829267},"caching.html":{"ref":"caching.html","tf":0.018494055482166448},"streaming.html":{"ref":"streaming.html","tf":0.02},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.02178217821782178}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"s":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}},"z":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"y":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"s":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"(":{"docs":{},"{":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"'":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004276114844227245},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"h":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":3.3339933993399335}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}}}}},"u":{"docs":{},"g":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"r":{"docs":{},"b":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"g":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"o":{"docs":{},"i":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"n":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"o":{"docs":{},"i":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"t":{"docs":{},"r":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}},"s":{"docs":{},"p":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"s":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"n":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.00819672131147541}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"f":{"docs":{},"a":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.006557377049180328},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"d":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"é":{"docs":{},"c":{"docs":{},"o":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"è":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"a":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.005497861942577886},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"p":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259}}}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"c":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"i":{"docs":{},"f":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"é":{"docs":{},"g":{"docs":{},"è":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"è":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}},"’":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"à":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"m":{"docs":{},"a":{"docs":{},"j":{"docs":{},"o":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"k":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"n":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"./":{"ref":"./","tf":0.000999000999000999}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},")":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"è":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":5.005154639175258},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"e":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"r":{"docs":{},"k":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"c":{"docs":{},"h":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},".":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},"(":{"docs":{},"c":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},")":{"docs":{},"和":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"x":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}}}}}}},"p":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"'":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"y":{"docs":{},"b":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.005089058524173028},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567}},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}},"t":{"docs":{},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0076726342710997444},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"t":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}},"r":{"docs":{},"g":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"n":{"docs":{},"é":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"m":{"docs":{},"u":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.003115264797507788}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},".":{"docs":{},"j":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},",":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"文":{"docs":{},"档":{"docs":{},"标":{"docs":{},"题":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"u":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":3.354469396741523},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"e":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.005636978579481398}}},"c":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"s":{"docs":{},"t":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.004276114844227245},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},".":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.010135135135135136}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.006756756756756757}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},"下":{"docs":{},"自":{"docs":{},"行":{"docs":{},"移":{"docs":{},"除":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"è":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"api.html":{"ref":"api.html","tf":0.0046204620462046205}}}}},"c":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},")":{"docs":{},",":{"docs":{},"只":{"docs":{},"会":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"执":{"docs":{},"行":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"v":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"é":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"o":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":2.02073732718894},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"i":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},")":{"docs":{},"进":{"docs":{},"行":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}},"s":{"docs":{},"g":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"ê":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.0066050198150594455},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"é":{"docs":{},"c":{"docs":{},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"s":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"m":{"docs":{},"o":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"n":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666}}}}}}}}},"e":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"routing.html":{"ref":"routing.html","tf":0.010438413361169102},"data.html":{"ref":"data.html","tf":0.00983284169124877},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.011508951406649617},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"api.html":{"ref":"api.html","tf":0.004509582863585118}},"e":{"docs":{},"d":{"docs":{},"\"":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.011976047904191617},"data.html":{"ref":"data.html","tf":0.004672897196261682},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.006756756756756757},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"x":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.004672897196261682}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.009765625}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"basic.html":{"ref":"basic.html","tf":0.014925373134328358},"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":3.352564102564102},"api.html":{"ref":"api.html","tf":0.007029876977152899},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559},"head.html":{"ref":"head.html","tf":0.003048780487804878}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"o":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"w":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.006263048016701462},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":2.5083333333333333},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"b":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.01415929203539823},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.019653179190751446},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.015271838729383017},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"a":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"。":{"docs":{},"它":{"docs":{},"建":{"docs":{},"立":{"docs":{},"在":{"docs":{},"同":{"docs":{},"等":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"u":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"m":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.006756756756756757},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"v":{"docs":{},"i":{"docs":{},"g":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"n":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}},"p":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},",":{"docs":{},"但":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"x":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"'":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"v":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"e":{"docs":{},"z":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"é":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997}}}}}}}}},"œ":{"docs":{},"u":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"o":{"docs":{},"b":{"docs":{},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"\"":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"。":{"docs":{},"此":{"docs":{},"对":{"docs":{},"象":{"docs":{},"包":{"docs":{},"含":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"可":{"docs":{},"选":{"docs":{},"。":{"docs":{},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"是":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"典":{"docs":{},"型":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"f":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0039603960396039604},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}},"]":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.006764374295377677}}}}},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0026402640264026403}}},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},"s":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}}}},"m":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"a":{"docs":{},"u":{"docs":{},"x":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"k":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}}},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.008}}},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"」":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"访":{"docs":{},"问":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"设":{"docs":{},"置":{"docs":{},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"全":{"docs":{},"局":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"习":{"docs":{},"惯":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"在":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"中":{"docs":{},"对":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"行":{"docs":{},"取":{"docs":{},"值":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"项":{"docs":{},"目":{"docs":{},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"r":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"w":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"ù":{"docs":{"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.008991008991008992},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0036652412950519244},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.012},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"g":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"basic.html":{"ref":"basic.html","tf":0.01592920353982301},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.005940594059405941}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0019801980198019802},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005633802816901409},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}}}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":3.349333333333333},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.009240924092409241}},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"a":{"docs":{},"g":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"u":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"a":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"è":{"docs":{},"t":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"t":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"f":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}},"o":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{},",":{"docs":{},"别":{"docs":{},"名":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},")":{"docs":{},"和":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.010561056105610561}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}},"i":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}}}}}},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"t":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"l":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"./":{"ref":"./","tf":0.004995004995004995},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0046204620462046205}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.006756756756756757},"api.html":{"ref":"api.html","tf":0.005272407732864675},"./":{"ref":"./","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"s":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.006756756756756757}}}},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"s":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"t":{"docs":{},"ô":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.016722408026755852}}}}}},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"streaming.html":{"ref":"streaming.html","tf":0.004}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}},"è":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"l":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},")":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"y":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"l":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"s":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"当":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"模":{"docs":{},"式":{"docs":{},"时":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"e":{"docs":{},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"l":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.017982017982017984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.023121387283236993},"routing.html":{"ref":"routing.html","tf":0.01903367496339678},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.016129032258064516},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.01639344262295082},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.019815059445178335},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.022857142857142857},"api.html":{"ref":"api.html","tf":0.0165016501650165}},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"i":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"i":{"docs":{},"e":{"docs":{},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"v":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":2.5029498525073746},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"o":{"docs":{},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497},"api.html":{"ref":"api.html","tf":0.005636978579481398}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"m":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"o":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}},"c":{"docs":{},"i":{"docs":{},"p":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"e":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"è":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"e":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"i":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.007891770011273957}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"o":{"docs":{},"q":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"e":{"docs":{},"n":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.004672897196261682},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},".":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},".":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}},")":{"docs":{},"或":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"s":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"y":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"t":{"docs":{},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"u":{"docs":{},"p":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"o":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"i":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},",":{"docs":{},"则":{"docs":{},"需":{"docs":{},"要":{"docs":{},"修":{"docs":{},"改":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.004995004995004995}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":3.3340897629853754},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"n":{"docs":{},"ç":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"é":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.002443494196701283},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"ê":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"r":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"s":{"docs":{},"h":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"'":{"docs":{},"i":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"h":{"docs":{},"e":{"docs":{},"w":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"data.html":{"ref":"data.html","tf":0.0029498525073746312}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{},"é":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"o":{"docs":{},"d":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.016184971098265895},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.014050091631032376},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.009216589861751152},"build-config.html":{"ref":"build-config.html","tf":0.009077155824508321},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.016},"non-node.html":{"ref":"non-node.html","tf":1.4342857142857142},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"r":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"l":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"i":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.005856515373352855},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.00832072617246596},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.005284015852047556},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005940594059405941}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"'":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},"x":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"à":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"u":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"é":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"n":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0030257186081694403},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.003963011889035667},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"o":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.005280528052805281}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"i":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"c":{"docs":{},"i":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.002254791431792559}},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}}},"c":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.013377926421404682}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"css.html":{"ref":"css.html","tf":0.005154639175257732},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"e":{"docs":{},"d":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"css.html":{"ref":"css.html","tf":0.003278688524590164},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"é":{"docs":{},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":5.001127395715896}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"g":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"这":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"basic.html":{"ref":"basic.html","tf":0.033582089552238806},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.02666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.4009009009009006},"build-config.html":{"ref":"build-config.html","tf":0.0078125},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.027777777777777776},"streaming.html":{"ref":"streaming.html","tf":0.058823529411764705},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.0210896309314587}},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},".":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.014925373134328358},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}},"v":{"docs":{},"m":{"docs":{},"[":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576}}},"/":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},".":{"docs":{},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"s":{"docs":{},"`":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}},",":{"docs":{},"用":{"docs":{},"法":{"docs":{},"和":{"docs":{},"普":{"docs":{},"通":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"来":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"所":{"docs":{},"有":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},"d":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"streaming.html":{"ref":"streaming.html","tf":0.004}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}},")":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.015984015984015984},"basic.html":{"ref":"basic.html","tf":0.012389380530973451},"universal.html":{"ref":"universal.html","tf":0.009819967266775777},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.004886988393402566},"hydration.html":{"ref":"hydration.html","tf":0.015432098765432098},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.003278688524590164},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.02},"api.html":{"ref":"api.html","tf":0.006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}}},"v":{"docs":{},"o":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"q":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0017574692442882249},"./":{"ref":"./","tf":0.006666666666666667}},"s":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.005660377358490566}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"改":{"docs":{},"善":{"docs":{},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"(":{"docs":{},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},"(":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"f":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"(":{"docs":{},"'":{"docs":{},".":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.0078125},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"v":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"'":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"l":{"docs":{},"r":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"ê":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003468208092485549}}},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.007633587786259542}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"i":{"docs":{},"t":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"s":{"docs":{},"(":{"4":{"0":{"4":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}},"docs":{}},"docs":{}},"5":{"0":{"0":{"docs":{},")":{"docs":{},".":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}}},"l":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.003115264797507788},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"e":{"docs":{},"(":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"a":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"a":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"e":{"docs":{},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"l":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"s":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.005154639175257732}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.014970059880239521},"data.html":{"ref":"data.html","tf":0.020249221183800622},"build-config.html":{"ref":"build-config.html","tf":0.008951406649616368},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"head.html":{"ref":"head.html","tf":0.023952095808383235},"caching.html":{"ref":"caching.html","tf":0.011111111111111112},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.005272407732864675}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"d":{"docs":{},"l":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0037735849056603774}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"é":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"i":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"s":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"t":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"u":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"r":{"docs":{},"q":{"docs":{},"u":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}},"o":{"docs":{},"v":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.038922155688622756},"data.html":{"ref":"data.html","tf":0.00778816199376947}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.006230529595015576}}},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}},"(":{"docs":{},"{":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"d":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.003115264797507788}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"f":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"t":{"docs":{},"o":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"y":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"路":{"docs":{},"由":{"docs":{},"器":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"提":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"正":{"docs":{},"确":{"docs":{},"地":{"docs":{},"调":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"可":{"docs":{},"能":{"docs":{},"存":{"docs":{},"在":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"。":{"docs":{},"这":{"docs":{},"一":{"docs":{},"步":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"入":{"docs":{},"口":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},"(":{"docs":{},"t":{"docs":{},"o":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"、":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"首":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"s":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.006230529595015576}}},"u":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.002443494196701283}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"g":{"docs":{"routing.html":{"ref":"routing.html","tf":2.0029282576866763}}}}}},"o":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.009433962264150943},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"head.html":{"ref":"head.html","tf":0.004524886877828055}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.008787346221441126}}}}}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}}},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"s":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.006756756756756757}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"s":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"é":{"docs":{},"e":{"docs":{},"l":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}}}}}}},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}}},"f":{"docs":{},"é":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"n":{"docs":{},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":3.3339933993399335}}}}}}}},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"v":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{"universal.html":{"ref":"universal.html","tf":0.004909983633387889}}}}},"e":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"g":{"docs":{},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"c":{"docs":{},"u":{"docs":{},"p":{"docs":{},"é":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":2.005497861942578},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0018326206475259622}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"s":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"p":{"docs":{},"é":{"docs":{},"t":{"docs":{},"é":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"o":{"docs":{},"u":{"docs":{},"d":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"l":{"docs":{},"u":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}}}},"d":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"u":{"docs":{},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"b":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{},"é":{"docs":{},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}}}}}}}}}}}}},"è":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"head.html":{"ref":"head.html","tf":0.00904977375565611},"caching.html":{"ref":"caching.html","tf":0.010178117048346057},"api.html":{"ref":"api.html","tf":0.002254791431792559}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"v":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}}},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"i":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"l":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"./":{"ref":"./","tf":0.000999000999000999}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"s":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.007575757575757576},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.009019165727170236}},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},"s":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},"i":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"搜":{"docs":{},"索":{"docs":{},"引":{"docs":{},"擎":{"docs":{},"爬":{"docs":{},"虫":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"查":{"docs":{},"看":{"docs":{},"完":{"docs":{},"全":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"无":{"docs":{},"需":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.02666666666666667},"basic.html":{"ref":"basic.html","tf":0.026119402985074626},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.02666666666666667},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02027027027027027},"build-config.html":{"ref":"build-config.html","tf":0.025390625},"css.html":{"ref":"css.html","tf":0.010309278350515464},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0210896309314587}},",":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"*":{"docs":{},"'":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"8":{"0":{"8":{"0":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.008982035928143712},"data.html":{"ref":"data.html","tf":0.003115264797507788}},"s":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.011976047904191617}}}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"caching.html":{"ref":"caching.html","tf":0.016666666666666666}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.011111111111111112}}}}}}}}}}},"。":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.014985014985014986},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.011456628477905073},"structure.html":{"ref":"structure.html","tf":0.009248554913294798},"routing.html":{"ref":"routing.html","tf":0.01171303074670571},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.0069124423963133645},"build-config.html":{"ref":"build-config.html","tf":0.0113464447806354},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.003278688524590164},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},".":{"docs":{},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"'":{"docs":{},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"a":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"head.html":{"ref":"head.html","tf":0.004524886877828055},"non-node.html":{"ref":"non-node.html","tf":0.016666666666666666},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"u":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"a":{"docs":{},"l":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"f":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.002254791431792559}}}}},"u":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"i":{"docs":{"./":{"ref":"./","tf":0.00999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0037821482602118004},"css.html":{"ref":"css.html","tf":0.006557377049180328},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.008},"api.html":{"ref":"api.html","tf":0.0026402640264026403}},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}}},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"./":{"ref":"./","tf":0.001998001998001998}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055}},"f":{"docs":{},"i":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"head.html":{"ref":"head.html","tf":0.004524886877828055}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"i":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}},"u":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"u":{"docs":{},"l":{"docs":{},"i":{"docs":{},"è":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"g":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.008}},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"f":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}}}},"m":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998}}}},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"o":{"docs":{},"n":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0033003300330033004}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013513513513513514},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0011273957158962795},"css.html":{"ref":"css.html","tf":0.003278688524590164}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},"i":{"docs":{},"m":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.006600660066006601}}}},"r":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.003278688524590164}},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"p":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"hydration.html":{"ref":"hydration.html","tf":0.017045454545454544},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"f":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"i":{"docs":{},"c":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}},"页":{"docs":{},"面":{"docs":{},"才":{"docs":{},"会":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}},"(":{"docs":{},"即":{"docs":{},"对":{"docs":{},"于":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":3.3395963813500344},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"时":{"docs":{},",":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"将":{"docs":{},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"推":{"docs":{},"断":{"docs":{},"需":{"docs":{},"要":{"docs":{},"引":{"docs":{},"入":{"docs":{},"的":{"docs":{},"那":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"é":{"docs":{},"c":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}}}}}},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.01171875},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},":":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"?":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.006688963210702341}}}}},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"streaming.html":{"ref":"streaming.html","tf":0.014184397163120567},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"s":{"docs":{},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"u":{"docs":{},"p":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0137524557956778},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"s":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"+":{"docs":{},"+":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}},")":{"docs":{},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.003933136676499509},"caching.html":{"ref":"caching.html","tf":0.005089058524173028}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}},"y":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0019665683382497543}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"é":{"docs":{},"g":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}},",":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"build-config.html":{"ref":"build-config.html","tf":0.0038363171355498722},"css.html":{"ref":"css.html","tf":0.002577319587628866},"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.005272407732864675}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.004509582863585118}}}}}},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":3.335645472061657},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},")":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"退":{"docs":{},"出":{"docs":{},"混":{"docs":{},"合":{"docs":{},"模":{"docs":{},"式":{"docs":{},",":{"docs":{},"丢":{"docs":{},"弃":{"docs":{},"现":{"docs":{},"有":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"api.html":{"ref":"api.html","tf":0.002254791431792559}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.002254791431792559}},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"'":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},":":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.02364864864864865},"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"e":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.008450704225352112},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.024922118380062305},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.006230529595015576},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},":":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"或":{"docs":{},"\"":{"docs":{},"状":{"docs":{},"态":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}}},"u":{"docs":{},"b":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"s":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"head.html":{"ref":"head.html","tf":0.003048780487804878}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"data.html":{"ref":"data.html","tf":0.002443494196701283},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0033003300330033004}}}}}}},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"r":{"docs":{},"i":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}},"r":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"t":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"é":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"a":{"docs":{},"m":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}},"j":{"docs":{},"e":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0037735849056603774},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"p":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}},"o":{"docs":{},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.005272407732864675}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},"w":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"i":{"docs":{},"p":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"r":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}}}},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"状":{"docs":{},"态":{"docs":{},"被":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"routing.html":{"ref":"routing.html","tf":2.004392386530015},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802}}}}}}}},"é":{"docs":{},"n":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"o":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}},"'":{"docs":{},"e":{"docs":{},"x":{"docs":{},"é":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"u":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}},"h":{"docs":{},"y":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.004918032786885246},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"é":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"é":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}},",":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}},"û":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"c":{"docs":{},"h":{"docs":{},"n":{"docs":{},"i":{"docs":{},"q":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.006756756756756757}}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"m":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.003996003996003996},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.01971830985915493},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.006756756756756757},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"s":{"docs":{},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},")":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"己":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.010135135135135136}}}},"n":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}},"r":{"docs":{},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}}}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.006688963210702341},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"s":{"docs":{},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},":":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"build-config.html":{"ref":"build-config.html","tf":0.0025575447570332483}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}},".":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"。":{"docs":{},"需":{"docs":{},"要":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}}}}}},"w":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}},"e":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"a":{"docs":{},"t":{"docs":{},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.007858546168958742},"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"s":{"docs":{},".":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}},"。":{"docs":{},"在":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"s":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}}}},")":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"生":{"docs":{},"成":{"docs":{},"针":{"docs":{},"对":{"docs":{},"特":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"head.html":{"ref":"head.html","tf":0.059880239520958084}},"e":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"v":{"docs":{},"m":{"docs":{},")":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},")":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.012195121951219513}}}},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}},"c":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"s":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.003278688524590164}}}}}},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"o":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"u":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"css.html":{"ref":"css.html","tf":0.001639344262295082},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0022692889561270802},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"r":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}}}}}}}},"f":{"docs":{},"f":{"docs":{},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},")":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"请":{"docs":{},"准":{"docs":{},"备":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},",":{"docs":{},"并":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"采":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"c":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"i":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"s":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}},"é":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}},")":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"与":{"docs":{},"从":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"发":{"docs":{},"送":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"尽":{"docs":{},"快":{"docs":{},"获":{"docs":{},"得":{"docs":{},"\"":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"u":{"docs":{},"e":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"但":{"docs":{},"建":{"docs":{},"议":{"docs":{},"你":{"docs":{},"尽":{"docs":{},"可":{"docs":{},"能":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"o":{"docs":{},"u":{"docs":{},"v":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"p":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"è":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"build-config.html":{"ref":"build-config.html","tf":0.00639386189258312}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"k":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"css.html":{"ref":"css.html","tf":0.002577319587628866},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"s":{"docs":{},"k":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.002443494196701283},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"u":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"u":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"w":{"docs":{},"o":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0029498525073746312},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}},"y":{"docs":{},"p":{"docs":{},"i":{"docs":{},"c":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0033821871476888386}}},"q":{"docs":{},"u":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}}},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0035149384885764497},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"o":{"docs":{},"f":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}},"â":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"ô":{"docs":{},"t":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"é":{"docs":{},"l":{"docs":{},"é":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.030969030969030968},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.01800327332242226},"structure.html":{"ref":"structure.html","tf":0.025433526011560695},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.018937080024434942},"hydration.html":{"ref":"hydration.html","tf":0.027777777777777776},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013824884792626729},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.022950819672131147},"head.html":{"ref":"head.html","tf":0.021341463414634148},"caching.html":{"ref":"caching.html","tf":0.036988110964332896},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":0.017142857142857144},"api.html":{"ref":"api.html","tf":0.021122112211221122}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3467112597547377},"structure.html":{"ref":"structure.html","tf":0.007547169811320755},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"css.html":{"ref":"css.html","tf":0.002577319587628866}},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":2.5049099836333877},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}}},"q":{"docs":{},"u":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.003278688524590164},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"e":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}},"l":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}},"u":{"docs":{},"s":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"p":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"data.html":{"ref":"data.html","tf":0.0019665683382497543},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},"s":{"docs":{"./":{"ref":"./","tf":0.01768172888015717},"basic.html":{"ref":"basic.html","tf":0.022535211267605635},"universal.html":{"ref":"universal.html","tf":0.026755852842809364},"structure.html":{"ref":"structure.html","tf":0.018867924528301886},"routing.html":{"ref":"routing.html","tf":0.008350730688935281},"data.html":{"ref":"data.html","tf":0.007866273352999017},"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.015151515151515152},"build-config.html":{"ref":"build-config.html","tf":0.021739130434782608},"css.html":{"ref":"css.html","tf":0.028350515463917526},"head.html":{"ref":"head.html","tf":0.013574660633484163},"caching.html":{"ref":"caching.html","tf":0.007633587786259542},"streaming.html":{"ref":"streaming.html","tf":0.02127659574468085},"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333},"api.html":{"ref":"api.html","tf":0.014656144306651634}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"data.html":{"ref":"data.html","tf":0.0009832841691248771},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},")":{"docs":{},"时":{"docs":{},",":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"docs":{}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.006756756756756757}}}},"a":{"docs":{},"g":{"docs":{"basic.html":{"ref":"basic.html","tf":5.002816901408451},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"non-node.html":{"ref":"non-node.html","tf":2.5166666666666666},"api.html":{"ref":"api.html","tf":0.0011273957158962795}},"e":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"b":{"docs":{},"l":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005089058524173028}}}}}},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},"s":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0020876826722338203}}}},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},",":{"docs":{},"总":{"docs":{},"是":{"docs":{},"为":{"docs":{},"所":{"docs":{},"有":{"docs":{},"用":{"docs":{},"户":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},")":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"名":{"docs":{},"为":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"t":{"docs":{},"i":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},".":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}},")":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"a":{"docs":{},"i":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":3.343952802359882},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.005780346820809248},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0030543677458766036},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0045385779122541605},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"streaming.html":{"ref":"streaming.html","tf":0.004},"non-node.html":{"ref":"non-node.html","tf":1.4457142857142855},"api.html":{"ref":"api.html","tf":0.005280528052805281}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.003963011889035667}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"/":{"1":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},"2":{"docs":{},")":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"docs":{}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}},"s":{"docs":{},")":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"e":{"docs":{},"z":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"r":{"docs":{},"a":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"é":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"css.html":{"ref":"css.html","tf":0.004918032786885246},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}},"o":{"docs":{},"n":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}}}}}}}}}},"v":{"8":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"j":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}},"s":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.008333333333333333}}}}}},"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}},"i":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.006097560975609756},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"s":{"docs":{},".":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044}}}},"\"":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},")":{"docs":{},"\"":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"a":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}},"r":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.016891891891891893}}}}}},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"i":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.006097560975609756}}},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0020876826722338203},"data.html":{"ref":"data.html","tf":0.0019665683382497543}},"é":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"data.html":{"ref":"data.html","tf":0.0006108735491753207}},"e":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"b":{"docs":{},"l":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}},"c":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"e":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"head.html":{"ref":"head.html","tf":0.003048780487804878},"streaming.html":{"ref":"streaming.html","tf":0.004}},"w":{"docs":{"data.html":{"ref":"data.html","tf":0.008849557522123894}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}}},",":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"streaming.html":{"ref":"streaming.html","tf":0.004}}},".":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},"v":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"s":{"docs":{"./":{"ref":"./","tf":0.013333333333333334}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"u":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138}},"e":{"docs":{"./":{"ref":"./","tf":0.07333333333333333},"basic.html":{"ref":"basic.html","tf":0.048507462686567165},"structure.html":{"ref":"structure.html","tf":0.037800687285223365},"routing.html":{"ref":"routing.html","tf":0.02694610778443114},"data.html":{"ref":"data.html","tf":0.003115264797507788},"hydration.html":{"ref":"hydration.html","tf":0.08},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.016891891891891893},"caching.html":{"ref":"caching.html","tf":0.011111111111111112},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232},"api.html":{"ref":"api.html","tf":0.015817223198594025}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"j":{"docs":{"./":{"ref":"./","tf":0.02666666666666667}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"x":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},".":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"s":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"x":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"data.html":{"ref":"data.html","tf":0.003115264797507788},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"(":{"docs":{},"{":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"先":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"(":{"docs":{},")":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"{":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},")":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"以":{"docs":{},"下":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"m":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},".":{"docs":{},"$":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"a":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.007564296520423601},"css.html":{"ref":"css.html","tf":0.004918032786885246},"caching.html":{"ref":"caching.html","tf":0.002642007926023778},"api.html":{"ref":"api.html","tf":0.0019801980198019802}},"l":{"docs":{},"i":{"docs":{},"d":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}},"u":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"e":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"r":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"o":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0013201320132013201}},"i":{"docs":{},"d":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.005272407732864675}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}}},"c":{"docs":{},"i":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"api.html":{"ref":"api.html","tf":0.0039603960396039604}}}},"t":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006993006993006993},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0019801980198019802}}}},"u":{"docs":{"./":{"ref":"./","tf":0.024975024975024976},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.008183306055646482},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"routing.html":{"ref":"routing.html","tf":0.0029282576866764276},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.018518518518518517},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.004608294930875576},"build-config.html":{"ref":"build-config.html","tf":0.01664145234493192},"css.html":{"ref":"css.html","tf":0.013114754098360656},"head.html":{"ref":"head.html","tf":0.01524390243902439},"caching.html":{"ref":"caching.html","tf":0.009247027741083224},"streaming.html":{"ref":"streaming.html","tf":0.004},"api.html":{"ref":"api.html","tf":0.0039603960396039604}},"l":{"docs":{},"o":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839}}}}},"s":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"css.html":{"ref":"css.html","tf":0.001639344262295082},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},"l":{"docs":{},"é":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"y":{"docs":{},"e":{"docs":{},"z":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}},"é":{"docs":{},"r":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}},"c":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}},"e":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.003929273084479371},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},"y":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"css.html":{"ref":"css.html","tf":0.002577319587628866}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}},"s":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"e":{"docs":{},"'":{"docs":{},"v":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}},"b":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"structure.html":{"ref":"structure.html","tf":0.030927835051546393},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013513513513513514},"build-config.html":{"ref":"build-config.html","tf":0.021484375},"css.html":{"ref":"css.html","tf":0.016891891891891893},"api.html":{"ref":"api.html","tf":0.007029876977152899},"./":{"ref":"./","tf":0.006666666666666667},"data.html":{"ref":"data.html","tf":0.001557632398753894}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0015128593040847202},"structure.html":{"ref":"structure.html","tf":0.0023121387283236996}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},"{":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"j":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"大":{"docs":{},"体":{"docs":{},"上":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"项":{"docs":{},"目":{"docs":{},"类":{"docs":{},"似":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"配":{"docs":{},"置":{"docs":{},"分":{"docs":{},"为":{"docs":{},"三":{"docs":{},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},":":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}}},"l":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}},",":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"h":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}}},"n":{"docs":{},"e":{"docs":{},"v":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}}},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005115089514066497}},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855},"caching.html":{"ref":"caching.html","tf":0.002544529262086514}}},"h":{"docs":{"css.html":{"ref":"css.html","tf":0.002577319587628866}}}},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"api.html":{"ref":"api.html","tf":0.0006600660066006601},"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}}}}},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"=":{"docs":{},"{":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},"}":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}},"k":{"docs":{"./":{"ref":"./","tf":0.005893909626719057},"universal.html":{"ref":"universal.html","tf":0.010033444816053512},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887},"routing.html":{"ref":"routing.html","tf":0.0041753653444676405},"css.html":{"ref":"css.html","tf":0.002577319587628866}},",":{"docs":{"./":{"ref":"./","tf":0.0019646365422396855}}}},"l":{"docs":{},"d":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"r":{"docs":{},"i":{"docs":{"caching.html":{"ref":"caching.html","tf":0.002544529262086514},"api.html":{"ref":"api.html","tf":0.0011273957158962795}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}}}}},"f":{"docs":{},"f":{"2":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"docs":{}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":3.3400222965440354},"structure.html":{"ref":"structure.html","tf":0.005660377358490566},"hydration.html":{"ref":"hydration.html","tf":0.011363636363636364},"head.html":{"ref":"head.html","tf":0.004524886877828055}}},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}}}}}}}},"y":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.003468208092485549},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"hydration.html":{"ref":"hydration.html","tf":0.006172839506172839},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"css.html":{"ref":"css.html","tf":0.001639344262295082},"head.html":{"ref":"head.html","tf":0.003048780487804878},"api.html":{"ref":"api.html","tf":0.0006600660066006601}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.003929273084479371}}},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.004524886877828055}}}},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0033444816053511705}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.005681818181818182}},".":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"e":{"docs":{},"t":{"docs":{},".":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.0070921985815602835}}}}}},"$":{"docs":{},"{":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"v":{"8":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848}}},"docs":{}}},"'":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"r":{"docs":{},"o":{"docs":{},".":{"docs":{},"j":{"docs":{},"p":{"docs":{},"g":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"f":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},".":{"docs":{},"/":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"i":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},".":{"docs":{},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"'":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.008982035928143712},"data.html":{"ref":"data.html","tf":0.003115264797507788}}},"x":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"'":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"/":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"/":{"docs":{},":":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"(":{"docs":{},"'":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},"'":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"_":{"docs":{},"_":{"docs":{},"m":{"docs":{},"y":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"s":{"2":{"docs":{},"'":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"docs":{}}},".":{"docs":{},"[":{"docs":{},"c":{"docs":{},"h":{"docs":{},"u":{"docs":{},"n":{"docs":{},"k":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},"]":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.006756756756756757}}}}},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"a":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"i":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"合":{"docs":{},"适":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"'":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},":":{"docs":{},":":{"docs":{},"'":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"m":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"'":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}},"b":{"docs":{},"o":{"docs":{},"n":{"docs":{},"j":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"'":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}}}}}}}},"*":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.010135135135135136}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"css.html":{"ref":"css.html","tf":0.003278688524590164}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}},".":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}},"s":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}},")":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"你":{"docs":{},"也":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"添":{"docs":{},"加":{"docs":{},"到":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"中":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"y":{"docs":{},"l":{"docs":{},")":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}}}},"=":{"docs":{"basic.html":{"ref":"basic.html","tf":0.033582089552238806},"structure.html":{"ref":"structure.html","tf":0.027491408934707903},"routing.html":{"ref":"routing.html","tf":0.023952095808383235},"data.html":{"ref":"data.html","tf":0.02336448598130841},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02702702702702703},"build-config.html":{"ref":"build-config.html","tf":0.033203125},"css.html":{"ref":"css.html","tf":0.016891891891891893},"head.html":{"ref":"head.html","tf":0.041916167664670656},"caching.html":{"ref":"caching.html","tf":0.03333333333333333},"streaming.html":{"ref":"streaming.html","tf":0.029411764705882353},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.022847100175746926}},">":{"docs":{"basic.html":{"ref":"basic.html","tf":0.029850746268656716},"structure.html":{"ref":"structure.html","tf":0.013745704467353952},"routing.html":{"ref":"routing.html","tf":0.03293413173652695},"data.html":{"ref":"data.html","tf":0.02336448598130841},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013513513513513514},"caching.html":{"ref":"caching.html","tf":0.027777777777777776},"streaming.html":{"ref":"streaming.html","tf":0.04411764705882353},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.012302284710017574}}},"=":{"docs":{},"=":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"head.html":{"ref":"head.html","tf":0.011976047904191617},"api.html":{"ref":"api.html","tf":0.008787346221441126}}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0028169014084507044},"structure.html":{"ref":"structure.html","tf":0.0018867924528301887}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"i":{"docs":{},"d":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"\"":{"docs":{},"`":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"b":{"docs":{},"e":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"v":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"确":{"docs":{},"保":{"docs":{},"所":{"docs":{},"有":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"都":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}}}}}}}}}},"/":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"j":{"docs":{},"s":{"docs":{},"`":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}}}}},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},".":{"docs":{},"_":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"_":{"docs":{},"_":{"docs":{},"`":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}},",":{"docs":{},"并":{"docs":{},"注":{"docs":{},"入":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"p":{"docs":{},"l":{"docs":{},"u":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"_":{"docs":{},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"`":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"{":{"docs":{},"{":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}},"l":{"docs":{},"'":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}},"*":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}}}},"访":{"docs":{},"问":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"x":{"docs":{},"s":{"docs":{},"s":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601},"basic.html":{"ref":"basic.html","tf":0.0017699115044247787},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}}}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.03731343283582089},"structure.html":{"ref":"structure.html","tf":0.044673539518900345},"routing.html":{"ref":"routing.html","tf":0.0718562874251497},"data.html":{"ref":"data.html","tf":0.08099688473520249},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.033783783783783786},"build-config.html":{"ref":"build-config.html","tf":0.013671875},"css.html":{"ref":"css.html","tf":0.030405405405405407},"head.html":{"ref":"head.html","tf":0.08383233532934131},"caching.html":{"ref":"caching.html","tf":0.044444444444444446},"streaming.html":{"ref":"streaming.html","tf":0.04411764705882353},"non-node.html":{"ref":"non-node.html","tf":0.04807692307692308},"api.html":{"ref":"api.html","tf":0.026362038664323375}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"{":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"build-config.html":{"ref":"build-config.html","tf":0.0078125}}}},"}":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.03436426116838488},"routing.html":{"ref":"routing.html","tf":0.05089820359281437},"data.html":{"ref":"data.html","tf":0.0529595015576324},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.013513513513513514},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.02027027027027027},"head.html":{"ref":"head.html","tf":0.0718562874251497},"caching.html":{"ref":"caching.html","tf":0.03333333333333333},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.01757469244288225}},")":{"docs":{"basic.html":{"ref":"basic.html","tf":0.033582089552238806},"structure.html":{"ref":"structure.html","tf":0.013745704467353952},"routing.html":{"ref":"routing.html","tf":0.02694610778443114},"data.html":{"ref":"data.html","tf":0.028037383177570093},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.02027027027027027},"build-config.html":{"ref":"build-config.html","tf":0.009765625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.027777777777777776},"streaming.html":{"ref":"streaming.html","tf":0.04411764705882353},"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232},"api.html":{"ref":"api.html","tf":0.015817223198594025}},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"r":{"docs":{},"e":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},"n":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},"(":{"docs":{},"(":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.003115264797507788}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.006756756756756757}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},",":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.012461059190031152},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"css.html":{"ref":"css.html","tf":0.010135135135135136},"head.html":{"ref":"head.html","tf":0.011976047904191617},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"data.html":{"ref":"data.html","tf":0.003115264797507788},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"`":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"}":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"build-config.html":{"ref":"build-config.html","tf":0.0078125}}},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"'":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"#":{"docs":{"structure.html":{"ref":"structure.html","tf":0.010309278350515464}}},"│":{"docs":{"structure.html":{"ref":"structure.html","tf":0.010309278350515464}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"structure.html":{"ref":"structure.html","tf":0.020618556701030927}}}}},".":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"css.html":{"ref":"css.html","tf":0.001639344262295082}},".":{"docs":{},".":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"css.html":{"ref":"css.html","tf":0.02027027027027027},"head.html":{"ref":"head.html","tf":0.005988023952095809},"caching.html":{"ref":"caching.html","tf":0.005555555555555556},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.0009832841691248771}}},"s":{"docs":{},"s":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0012787723785166241}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}}}},"忽":{"docs":{},"略":{"docs":{},"无":{"docs":{},"关":{"docs":{},"代":{"docs":{},"码":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}},")":{"docs":{},"。":{"docs":{},"必":{"docs":{},"须":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"[":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.010135135135135136}},"'":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"]":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"x":{"docs":{},"i":{"docs":{},"n":{"docs":{},"]":{"docs":{},",":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}},"]":{"docs":{"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.010135135135135136}}},"!":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"css.html":{"ref":"css.html","tf":0.001639344262295082}},"=":{"docs":{},"=":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"/":{"docs":{},"\\":{"docs":{},".":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"$":{"docs":{},"/":{"docs":{},".":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"|":{"docs":{"api.html":{"ref":"api.html","tf":0.005272407732864675}},"|":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"+":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.011111111111111112},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"=":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},",":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.003787878787878788}}},">":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"r":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},":":{"docs":{"css.html":{"ref":"css.html","tf":0.006756756756756757},"head.html":{"ref":"head.html","tf":0.011976047904191617},"./":{"ref":"./","tf":0.003996003996003996},"basic.html":{"ref":"basic.html","tf":0.019469026548672566},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.006936416184971098},"routing.html":{"ref":"routing.html","tf":0.013177159590043924},"data.html":{"ref":"data.html","tf":0.005497861942577886},"hydration.html":{"ref":"hydration.html","tf":0.012345679012345678},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.01152073732718894},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"caching.html":{"ref":"caching.html","tf":0.010568031704095112},"streaming.html":{"ref":"streaming.html","tf":0.012},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.011221122112211221}}},"?":{"docs":{"css.html":{"ref":"css.html","tf":0.006756756756756757},"head.html":{"ref":"head.html","tf":0.011976047904191617},"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"caching.html":{"ref":"caching.html","tf":0.001321003963011889}},">":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}},";":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"css.html":{"ref":"css.html","tf":0.001639344262295082}}},"«":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.002443494196701283},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"»":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.004909983633387889},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"streaming.html":{"ref":"streaming.html","tf":0.004}},",":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},")":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}},".":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}},"à":{"docs":{"./":{"ref":"./","tf":0.013986013986013986},"basic.html":{"ref":"basic.html","tf":0.007079646017699115},"universal.html":{"ref":"universal.html","tf":0.01309328968903437},"structure.html":{"ref":"structure.html","tf":0.013872832369942197},"routing.html":{"ref":"routing.html","tf":0.008784773060029283},"data.html":{"ref":"data.html","tf":0.00794135613927917},"hydration.html":{"ref":"hydration.html","tf":0.009259259259259259},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.020737327188940093},"build-config.html":{"ref":"build-config.html","tf":0.01361573373676248},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.006097560975609756},"caching.html":{"ref":"caching.html","tf":0.01453104359313078},"streaming.html":{"ref":"streaming.html","tf":0.008},"non-node.html":{"ref":"non-node.html","tf":0.011428571428571429},"api.html":{"ref":"api.html","tf":0.005280528052805281}}},"é":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.002997002997002997},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"build-config.html":{"ref":"build-config.html","tf":0.00529500756429652},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"non-node.html":{"ref":"non-node.html","tf":0.005714285714285714},"api.html":{"ref":"api.html","tf":0.0026402640264026403}}}}}},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}},"l":{"docs":{},"é":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.001998001998001998},"data.html":{"ref":"data.html","tf":0.0012217470983506415},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0013201320132013201}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"é":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}}}}},"t":{"docs":{},"é":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0018326206475259622},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"streaming.html":{"ref":"streaming.html","tf":0.004}}},"a":{"docs":{},"p":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.005309734513274336},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"t":{"docs":{"data.html":{"ref":"data.html","tf":2.0024434941967013}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"caching.html":{"ref":"caching.html","tf":0.001321003963011889}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.000999000999000999},"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}},"t":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0032733224222585926},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"data.html":{"ref":"data.html","tf":0.0006108735491753207},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601},"head.html":{"ref":"head.html","tf":0.003048780487804878},"caching.html":{"ref":"caching.html","tf":0.001321003963011889},"api.html":{"ref":"api.html","tf":0.0006600660066006601}}},"z":{"docs":{"css.html":{"ref":"css.html","tf":0.001639344262295082}}}},"o":{"docs":{},"n":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":2.5016366612111294},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498},"head.html":{"ref":"head.html","tf":0.003048780487804878}}}},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963}},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0016366612111292963},"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.0011560693641618498}}}}},"e":{"docs":{},"z":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.0030864197530864196}}}}}}},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"data.html":{"ref":"data.html","tf":0.0006108735491753207}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"é":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}},")":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},".":{"docs":{"api.html":{"ref":"api.html","tf":0.0006600660066006601}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"z":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788}}}}}}},"m":{"docs":{},"i":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}},"s":{"docs":{},",":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}},"e":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.004}}}}}}},"ê":{"docs":{},"t":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.000999000999000999}}},"r":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005994005994005994},"basic.html":{"ref":"basic.html","tf":0.0035398230088495575},"universal.html":{"ref":"universal.html","tf":0.006546644844517185},"structure.html":{"ref":"structure.html","tf":0.004624277456647399},"routing.html":{"ref":"routing.html","tf":0.0014641288433382138},"data.html":{"ref":"data.html","tf":0.00916310323762981},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.002304147465437788},"build-config.html":{"ref":"build-config.html","tf":0.009833585476550681},"css.html":{"ref":"css.html","tf":0.00819672131147541},"head.html":{"ref":"head.html","tf":0.009146341463414634},"caching.html":{"ref":"caching.html","tf":0.007926023778071334},"api.html":{"ref":"api.html","tf":0.007260726072607261}}}}}},"z":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0017699115044247787}}}}}},"ç":{"docs":{},"a":{"docs":{"routing.html":{"ref":"routing.html","tf":0.004392386530014641},"build-config.html":{"ref":"build-config.html","tf":0.0007564296520423601}}}},"—":{"docs":{"head.html":{"ref":"head.html","tf":0.003048780487804878}}},"与":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"传":{"docs":{},"统":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"集":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"专":{"docs":{},"门":{"docs":{},"章":{"docs":{},"节":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"中":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"显":{"docs":{},"然":{"docs":{},"会":{"docs":{},"比":{"docs":{},"仅":{"docs":{},"仅":{"docs":{},"提":{"docs":{},"供":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"简":{"docs":{},"要":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"将":{"docs":{},"来":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{},"「":{"docs":{},"j":{"docs":{},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"执":{"docs":{},"行":{"docs":{},"时":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"反":{"docs":{},"之":{"docs":{},"也":{"docs":{},"是":{"docs":{},"如":{"docs":{},"此":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"或":{"docs":{},"者":{"docs":{},"使":{"docs":{},"用":{"docs":{},"为":{"docs":{},"你":{"docs":{},"执":{"docs":{},"行":{"docs":{},"此":{"docs":{},"操":{"docs":{},"作":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"路":{"docs":{},"由":{"docs":{},"获":{"docs":{},"得":{"docs":{},"与":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"用":{"docs":{},"下":{"docs":{},"面":{"docs":{},"这":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"上":{"docs":{},"述":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"并":{"docs":{},"从":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"它":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"以":{"docs":{},"下":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"而":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},")":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"这":{"docs":{},"样":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"具":{"docs":{},"有":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"意":{"docs":{},"外":{"docs":{},"污":{"docs":{},"染":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"只":{"docs":{},"有":{"docs":{},"在":{"docs":{},"所":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"资":{"docs":{},"源":{"docs":{},"都":{"docs":{},"将":{"docs":{},"被":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"这":{"docs":{},"是":{"docs":{},"低":{"docs":{},"优":{"docs":{},"先":{"docs":{},"级":{"docs":{},"指":{"docs":{},"令":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"收":{"docs":{},"集":{"docs":{},"和":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"无":{"docs":{},"法":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"在":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"为":{"docs":{},"什":{"docs":{},"么":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"了":{"docs":{},"简":{"docs":{},"化":{"docs":{},"这":{"docs":{},"些":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"获":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"需":{"docs":{},"要":{"docs":{},"位":{"docs":{},"于":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"即":{"docs":{},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"专":{"docs":{},"门":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"官":{"docs":{},"方":{"docs":{},"状":{"docs":{},"态":{"docs":{},"管":{"docs":{},"理":{"docs":{},"库":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"整":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"页":{"docs":{},"面":{"docs":{},"提":{"docs":{},"供":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"作":{"docs":{},"者":{"docs":{},"是":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"什":{"docs":{},"么":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"?":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}},"作":{"docs":{},"出":{"docs":{},"贡":{"docs":{},"献":{"docs":{},"!":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"为":{"docs":{},"对":{"docs":{},"象":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.005272407732864675}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"时":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"权":{"docs":{},"衡":{"docs":{},"之":{"docs":{},"处":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"视":{"docs":{},"图":{"docs":{},"所":{"docs":{},"需":{"docs":{},"数":{"docs":{},"据":{"docs":{},"全":{"docs":{},"部":{"docs":{},"解":{"docs":{},"析":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"传":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"并":{"docs":{},"处":{"docs":{},"理":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"。":{"docs":{},"好":{"docs":{},"处":{"docs":{},"在":{"docs":{},"于":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"整":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"如":{"docs":{},"果":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"需":{"docs":{},"要":{"docs":{},"很":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"当":{"docs":{},"前":{"docs":{},"视":{"docs":{},"图":{"docs":{},"会":{"docs":{},"感":{"docs":{},"受":{"docs":{},"到":{"docs":{},"\"":{"docs":{},"明":{"docs":{},"显":{"docs":{},"卡":{"docs":{},"顿":{"docs":{},"\"":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"「":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"基":{"docs":{},"本":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"双":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"将":{"docs":{},"此":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"三":{"docs":{},"花":{"docs":{},"括":{"docs":{},"号":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"关":{"docs":{},"于":{"docs":{},"此":{"docs":{},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"键":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"单":{"docs":{},"页":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},")":{"docs":{},"相":{"docs":{},"比":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"的":{"docs":{},"优":{"docs":{},"势":{"docs":{},"主":{"docs":{},"要":{"docs":{},"在":{"docs":{},"于":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"个":{"docs":{},"文":{"docs":{},"件":{"docs":{},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"很":{"docs":{},"好":{"docs":{},"对":{"docs":{},"同":{"docs":{},"步":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}},"能":{"docs":{},"会":{"docs":{},"分":{"docs":{},"为":{"docs":{},"多":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"当":{"docs":{},"然":{"docs":{},",":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"这":{"docs":{},"些":{"docs":{},"模":{"docs":{},"块":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"分":{"docs":{},"割":{"docs":{},"到":{"docs":{},"相":{"docs":{},"应":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"随":{"docs":{},"时":{"docs":{},"间":{"docs":{},"而":{"docs":{},"变":{"docs":{},"化":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"其":{"docs":{},"他":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"读":{"docs":{},"流":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}},"和":{"docs":{"./":{"ref":"./","tf":0.013333333333333334},"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"universal.html":{"ref":"universal.html","tf":0.02127659574468085},"structure.html":{"ref":"structure.html","tf":0.010309278350515464},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.004672897196261682},"build-config.html":{"ref":"build-config.html","tf":0.00390625},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.01054481546572935}},"操":{"docs":{},"作":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"路":{"docs":{},"由":{"docs":{},"信":{"docs":{},"息":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},"传":{"docs":{},"递":{"docs":{},"进":{"docs":{},"去":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},")":{"docs":{},"选":{"docs":{},"项":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"head.html":{"ref":"head.html","tf":0.005988023952095809},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"对":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"使":{"docs":{},"用":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"问":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"是":{"docs":{},"否":{"docs":{},"真":{"docs":{},"的":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},"。":{"docs":{},"这":{"docs":{},"主":{"docs":{},"要":{"docs":{},"取":{"docs":{},"决":{"docs":{},"于":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"之":{"docs":{},"后":{"docs":{},"的":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"相":{"docs":{},"关":{"docs":{},"概":{"docs":{},"念":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"详":{"docs":{},"细":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"这":{"docs":{},"些":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"css.html":{"ref":"css.html","tf":0.006756756756756757}},"带":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"嵌":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"让":{"docs":{},"我":{"docs":{},"们":{"docs":{},"花":{"docs":{},"点":{"docs":{},"时":{"docs":{},"间":{"docs":{},"来":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"编":{"docs":{},"写":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},"的":{"docs":{},"约":{"docs":{},"束":{"docs":{},"条":{"docs":{},"件":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"大":{"docs":{},"型":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"是":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},",":{"docs":{},"不":{"docs":{},"能":{"docs":{},"持":{"docs":{},"续":{"docs":{},"长":{"docs":{},"时":{"docs":{},"间":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"内":{"docs":{},"容":{"docs":{},"不":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"处":{"docs":{},"理":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"有":{"docs":{},"两":{"docs":{},"种":{"docs":{},"不":{"docs":{},"同":{"docs":{},"方":{"docs":{},"式":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"预":{"docs":{},"取":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"期":{"docs":{},"间":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"本":{"docs":{},"质":{"docs":{},"上":{"docs":{},"是":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"\"":{"docs":{},"快":{"docs":{},"照":{"docs":{},"\"":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"如":{"docs":{},"果":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"一":{"docs":{},"些":{"docs":{},"异":{"docs":{},"步":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"在":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"先":{"docs":{},"预":{"docs":{},"取":{"docs":{},"和":{"docs":{},"解":{"docs":{},"析":{"docs":{},"好":{"docs":{},"这":{"docs":{},"些":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},",":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"该":{"docs":{},"以":{"docs":{},"激":{"docs":{},"活":{"docs":{},"模":{"docs":{},"式":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"这":{"docs":{},"里":{"docs":{},"并":{"docs":{},"没":{"docs":{},"有":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"之":{"docs":{},"前":{"docs":{},"解":{"docs":{},"析":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"组":{"docs":{},"件":{"docs":{},"内":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"这":{"docs":{},"里":{"docs":{},"导":{"docs":{},"入":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"在":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"部":{"docs":{},"署":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"读":{"docs":{},"取":{"docs":{},"更":{"docs":{},"新":{"docs":{},"后":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"端":{"docs":{},"接":{"docs":{},"管":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"发":{"docs":{},"送":{"docs":{},"的":{"docs":{},"静":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}},"下":{"docs":{},"一":{"docs":{},"章":{"docs":{},"节":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},"配":{"docs":{},"置":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}},"调":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"生":{"docs":{},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"中":{"docs":{},"有":{"docs":{},"哈":{"docs":{},"希":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"取":{"docs":{},"代":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"组":{"docs":{},"件":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"进":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"命":{"docs":{},"中":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"它":{"docs":{},"将":{"docs":{},"直":{"docs":{},"接":{"docs":{},"重":{"docs":{},"新":{"docs":{},"使":{"docs":{},"用":{"docs":{},"整":{"docs":{},"个":{"docs":{},"子":{"docs":{},"树":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"结":{"docs":{},"果":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"以":{"docs":{},"下":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},":":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"非":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.3429487179487176}}},"默":{"docs":{},"认":{"docs":{},"构":{"docs":{},"建":{"docs":{},"时":{"docs":{},",":{"docs":{},"会":{"docs":{},"预":{"docs":{},"先":{"docs":{},"假":{"docs":{},"定":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}},"此":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"如":{"docs":{},"果":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"调":{"docs":{},"研":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"只":{"docs":{},"是":{"docs":{},"用":{"docs":{},"来":{"docs":{},"改":{"docs":{},"善":{"docs":{},"少":{"docs":{},"数":{"docs":{},"营":{"docs":{},"销":{"docs":{},"页":{"docs":{},"面":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"不":{"docs":{},"是":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"替":{"docs":{},"换":{"docs":{},"为":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"则":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"输":{"docs":{},"出":{"docs":{},"结":{"docs":{},"果":{"docs":{},",":{"docs":{},"你":{"docs":{},"会":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"上":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{},"属":{"docs":{},"性":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"本":{"docs":{},"没":{"docs":{},"有":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"想":{"docs":{},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"先":{"docs":{},"前":{"docs":{},"已":{"docs":{},"经":{"docs":{},"使":{"docs":{},"用":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"期":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}},"它":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"没":{"docs":{},"有":{"docs":{},",":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"基":{"docs":{},"本":{"docs":{},"示":{"docs":{},"例":{"docs":{},"所":{"docs":{},"示":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"根":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},",":{"docs":{},"将":{"docs":{},"它":{"docs":{},"们":{"docs":{},"直":{"docs":{},"接":{"docs":{},"发":{"docs":{},"送":{"docs":{},"到":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},",":{"docs":{},"最":{"docs":{},"后":{"docs":{},"将":{"docs":{},"静":{"docs":{},"态":{"docs":{},"标":{"docs":{},"记":{"docs":{},"\"":{"docs":{},"混":{"docs":{},"合":{"docs":{},"\"":{"docs":{},"为":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"完":{"docs":{},"全":{"docs":{},"交":{"docs":{},"互":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"由":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"体":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"密":{"docs":{},"集":{"docs":{},")":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"预":{"docs":{},"料":{"docs":{},"在":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"环":{"docs":{},"境":{"docs":{},"(":{"docs":{},"h":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"你":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},",":{"docs":{},"而":{"docs":{},"你":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"又":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"获":{"docs":{},"取":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"则":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"解":{"docs":{},"决":{"docs":{},"此":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"象":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{},"中":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"注":{"docs":{},"册":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"及":{"docs":{},"将":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"在":{"docs":{},"其":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}},"中":{"docs":{},"的":{"docs":{},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"项":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"会":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"以":{"docs":{},"下":{"docs":{},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"进":{"docs":{},"行":{"docs":{},"插":{"docs":{},"值":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"(":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"默":{"docs":{},"认":{"docs":{},"标":{"docs":{},"题":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"组":{"docs":{},"件":{"docs":{},"没":{"docs":{},"有":{"docs":{},"设":{"docs":{},"置":{"docs":{},"标":{"docs":{},"题":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"于":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}},"仅":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"用":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"共":{"docs":{},"享":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"但":{"docs":{},"用":{"docs":{},"于":{"docs":{},"不":{"docs":{},"同":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"必":{"docs":{},"须":{"docs":{},"要":{"docs":{},"预":{"docs":{},"先":{"docs":{},"在":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"模":{"docs":{},"拟":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"如":{"docs":{},"图":{"docs":{},"像":{"docs":{},"或":{"docs":{},"字":{"docs":{},"体":{"docs":{},")":{"docs":{},",":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"过":{"docs":{},"多":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"浪":{"docs":{},"费":{"docs":{},"带":{"docs":{},"宽":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"损":{"docs":{},"害":{"docs":{},"性":{"docs":{},"能":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"什":{"docs":{},"么":{"docs":{},"资":{"docs":{},"源":{"docs":{},"具":{"docs":{},"体":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"允":{"docs":{},"许":{"docs":{},"提":{"docs":{},"供":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"所":{"docs":{},"有":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"调":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.007029876977152899}},"会":{"docs":{},"有":{"docs":{},"所":{"docs":{},"帮":{"docs":{},"助":{"docs":{},",":{"docs":{},"此":{"docs":{},"示":{"docs":{},"例":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"涵":{"docs":{},"盖":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"技":{"docs":{},"术":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"注":{"docs":{},"入":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"完":{"docs":{},"整":{"docs":{},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"永":{"docs":{},"远":{"docs":{},"保":{"docs":{},"留":{"docs":{},"下":{"docs":{},"来":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"避":{"docs":{},"免":{"docs":{},"这":{"docs":{},"种":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"请":{"docs":{},"将":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"能":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"和":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}},"作":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"操":{"docs":{},"作":{"docs":{},"分":{"docs":{},"配":{"docs":{},"给":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"推":{"docs":{},"断":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"为":{"docs":{},"可":{"docs":{},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}},"主":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"内":{"docs":{},"联":{"docs":{},"为":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"外":{"docs":{},"部":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"通":{"docs":{},"过":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"在":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"并":{"docs":{},"不":{"docs":{},"适":{"docs":{},"合":{"docs":{},"这":{"docs":{},"种":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"。":{"docs":{},"无":{"docs":{},"论":{"docs":{},"如":{"docs":{},"何":{"docs":{},",":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"将":{"docs":{},"更":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"了":{"docs":{},"解":{"docs":{},"一":{"docs":{},"切":{"docs":{},"如":{"docs":{},"何":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"且":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"现":{"docs":{},"在":{"docs":{},"变":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"还":{"docs":{},"会":{"docs":{},"在":{"docs":{},"编":{"docs":{},"译":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"从":{"docs":{},"头":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"下":{"docs":{},",":{"docs":{},"此":{"docs":{},"检":{"docs":{},"测":{"docs":{},"会":{"docs":{},"被":{"docs":{},"跳":{"docs":{},"过":{"docs":{},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"性":{"docs":{},"能":{"docs":{},"损":{"docs":{},"耗":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"时":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"生":{"docs":{},"成":{"docs":{},"较":{"docs":{},"小":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"列":{"docs":{},"同":{"docs":{},"级":{"docs":{},",":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"用":{"docs":{},"域":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"于":{"docs":{},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"被":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"\"":{"docs":{},"同":{"docs":{},"构":{"docs":{},"\"":{"docs":{},"或":{"docs":{},"\"":{"docs":{},"通":{"docs":{},"用":{"docs":{},"\"":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"代":{"docs":{},"码":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"上":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"广":{"docs":{},"泛":{"docs":{},"测":{"docs":{},"试":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"进":{"docs":{},"行":{"docs":{},"索":{"docs":{},"引":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},",":{"docs":{},"同":{"docs":{},"步":{"docs":{},"是":{"docs":{},"关":{"docs":{},"键":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"初":{"docs":{},"始":{"docs":{},"展":{"docs":{},"示":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"例":{"docs":{},"共":{"docs":{},"享":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},",":{"docs":{},"以":{"docs":{},"便":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"渲":{"docs":{},"染":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"、":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"提":{"docs":{},"供":{"docs":{},"给":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"做":{"docs":{},"到":{"docs":{},"这":{"docs":{},"一":{"docs":{},"点":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"由":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"中":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"对":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"复":{"docs":{},"用":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"!":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"或":{"docs":{},"惰":{"docs":{},"性":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"减":{"docs":{},"少":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"下":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"体":{"docs":{},"积":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"地":{"docs":{},"改":{"docs":{},"善":{"docs":{},"大":{"docs":{},"体":{"docs":{},"积":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"/":{"docs":{},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"该":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"包":{"docs":{},"含":{"docs":{},"足":{"docs":{},"够":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"来":{"docs":{},"表":{"docs":{},"示":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"的":{"docs":{},"具":{"docs":{},"体":{"docs":{},"情":{"docs":{},"况":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"结":{"docs":{},"果":{"docs":{},"仅":{"docs":{},"由":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"开":{"docs":{},"发":{"docs":{},"条":{"docs":{},"件":{"docs":{},"所":{"docs":{},"限":{"docs":{},"。":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"特":{"docs":{},"定":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{},"某":{"docs":{},"些":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"l":{"docs":{},"i":{"docs":{},"f":{"docs":{},"e":{"docs":{},"c":{"docs":{},"y":{"docs":{},"c":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{},"(":{"docs":{},"h":{"docs":{},"o":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"头":{"docs":{},"才":{"docs":{},"会":{"docs":{},"被":{"docs":{},"识":{"docs":{},"别":{"docs":{},"为":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"当":{"docs":{},"你":{"docs":{},"阅":{"docs":{},"读":{"docs":{},"时":{"docs":{},",":{"docs":{},"参":{"docs":{},"考":{"docs":{},"官":{"docs":{},"方":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"编":{"docs":{},"写":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"状":{"docs":{},"态":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"发":{"docs":{},"现":{"docs":{},"它":{"docs":{},"们":{"docs":{},"对":{"docs":{},"我":{"docs":{},"们":{"docs":{},"来":{"docs":{},"说":{"docs":{},"很":{"docs":{},"好":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"并":{"docs":{},"不":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"无":{"docs":{},"法":{"docs":{},"继":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},"。":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"在":{"docs":{},"未":{"docs":{},"来":{"docs":{},"持":{"docs":{},"续":{"docs":{},"改":{"docs":{},"进":{"docs":{},",":{"docs":{},"欢":{"docs":{},"迎":{"docs":{},"通":{"docs":{},"过":{"docs":{},"随":{"docs":{},"意":{"docs":{},"提":{"docs":{},"交":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"\"":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"\"":{"docs":{},",":{"docs":{},"作":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"全":{"docs":{},"局":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"执":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"编":{"docs":{},"写":{"docs":{},"一":{"docs":{},"个":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}},"将":{"docs":{},"在":{"docs":{},"整":{"docs":{},"个":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"后":{"docs":{},"面":{"docs":{},"的":{"docs":{},"章":{"docs":{},"节":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"规":{"docs":{},"划":{"docs":{},"结":{"docs":{},"构":{"docs":{},"的":{"docs":{},"细":{"docs":{},"节":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"静":{"docs":{},"态":{"docs":{},"函":{"docs":{},"数":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"只":{"docs":{},"关":{"docs":{},"心":{"docs":{},"非":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}},"需":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"来":{"docs":{},"决":{"docs":{},"定":{"docs":{},"获":{"docs":{},"取":{"docs":{},"哪":{"docs":{},"部":{"docs":{},"分":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"知":{"docs":{},"道":{"docs":{},",":{"docs":{},"如":{"docs":{},"何":{"docs":{},"为":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"技":{"docs":{},"术":{"docs":{},"栈":{"docs":{},"之":{"docs":{},"上":{"docs":{},",":{"docs":{},"但":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"出":{"docs":{},"很":{"docs":{},"多":{"docs":{},"模":{"docs":{},"板":{"docs":{},",":{"docs":{},"并":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"些":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"静":{"docs":{},"态":{"docs":{},"站":{"docs":{},"点":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"更":{"docs":{},"直":{"docs":{},"接":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"结":{"docs":{},"构":{"docs":{},",":{"docs":{},"n":{"docs":{},"u":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}},"的":{"docs":{},"所":{"docs":{},"有":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"在":{"docs":{},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"时":{"docs":{},",":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"事":{"docs":{},"项":{"docs":{},"要":{"docs":{},"牢":{"docs":{},"记":{"docs":{},"在":{"docs":{},"心":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"在":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},")":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"文":{"docs":{},"件":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"优":{"docs":{},"点":{"docs":{},"是":{"docs":{},"设":{"docs":{},"置":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"更":{"docs":{},"简":{"docs":{},"单":{"docs":{},",":{"docs":{},"并":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"你":{"docs":{},"的":{"docs":{},"前":{"docs":{},"端":{"docs":{},"作":{"docs":{},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{},"站":{"docs":{},"点":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},".":{"docs":{},"j":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"所":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},",":{"docs":{},"里":{"docs":{},"面":{"docs":{},"会":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"一":{"docs":{},"些":{"docs":{},"根":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"则":{"docs":{},"无":{"docs":{},"需":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"时":{"docs":{},")":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"内":{"docs":{},"联":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},"。":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"从":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},".":{"docs":{},"j":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"中":{"docs":{},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"的":{"docs":{},"样":{"docs":{},"式":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"与":{"docs":{},"外":{"docs":{},"部":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"会":{"docs":{},"被":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"它":{"docs":{},"们":{"docs":{},"是":{"docs":{},"启":{"docs":{},"动":{"docs":{},"应":{"docs":{},"用":{"docs":{},"时":{"docs":{},"所":{"docs":{},"必":{"docs":{},"需":{"docs":{},"的":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"构":{"docs":{},"建":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"框":{"docs":{},"架":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"输":{"docs":{},"出":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895},"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"一":{"docs":{},"个":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425},"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"「":{"docs":{},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"由":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}},"在":{"docs":{},"要":{"docs":{},"用":{"docs":{},"到":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"通":{"docs":{},"过":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"更":{"docs":{},"加":{"docs":{},"大":{"docs":{},"量":{"docs":{},"占":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"多":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}},"信":{"docs":{},"息":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"构":{"docs":{},"建":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"细":{"docs":{},"节":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"好":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"快":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"最":{"docs":{},"后":{"docs":{},",":{"docs":{},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"中":{"docs":{},"的":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},"不":{"docs":{},"是":{"docs":{},"限":{"docs":{},"定":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}},"新":{"docs":{},"版":{"docs":{},"本":{"docs":{},"能":{"docs":{},"够":{"docs":{},"完":{"docs":{},"全":{"docs":{},"支":{"docs":{},"持":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"实":{"docs":{},"时":{"docs":{},"动":{"docs":{},"态":{"docs":{},"编":{"docs":{},"译":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"与":{"docs":{},"其":{"docs":{},"他":{"docs":{},"后":{"docs":{},"端":{"docs":{},"设":{"docs":{},"置":{"docs":{},"进":{"docs":{},"行":{"docs":{},"混":{"docs":{},"合":{"docs":{},"使":{"docs":{},"用":{"docs":{},",":{"docs":{},"是":{"docs":{},"后":{"docs":{},"端":{"docs":{},"自":{"docs":{},"身":{"docs":{},"集":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"南":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"时":{"docs":{},"相":{"docs":{},"当":{"docs":{},"简":{"docs":{},"单":{"docs":{},"直":{"docs":{},"接":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"上":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"响":{"docs":{},"应":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"长":{"docs":{},"期":{"docs":{},"运":{"docs":{},"行":{"docs":{},"的":{"docs":{},"进":{"docs":{},"程":{"docs":{},"。":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"入":{"docs":{},"该":{"docs":{},"进":{"docs":{},"程":{"docs":{},"时":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"进":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"取":{"docs":{},"值":{"docs":{},"并":{"docs":{},"留":{"docs":{},"存":{"docs":{},"在":{"docs":{},"内":{"docs":{},"存":{"docs":{},"中":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"如":{"docs":{},"果":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"单":{"docs":{},"例":{"docs":{},"对":{"docs":{},"象":{"docs":{},",":{"docs":{},"它":{"docs":{},"将":{"docs":{},"在":{"docs":{},"每":{"docs":{},"个":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"共":{"docs":{},"享":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"「":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"推":{"docs":{},"送":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"/":{"2":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"docs":{}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},",":{"docs":{},"是":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"成":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"本":{"docs":{},"指":{"docs":{},"南":{"docs":{},"专":{"docs":{},"注":{"docs":{},"于":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"将":{"docs":{},"会":{"docs":{},"非":{"docs":{},"常":{"docs":{},"深":{"docs":{},"入":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"假":{"docs":{},"设":{"docs":{},"你":{"docs":{},"已":{"docs":{},"经":{"docs":{},"熟":{"docs":{},"悉":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"最":{"docs":{},"低":{"docs":{},"为":{"docs":{},"如":{"docs":{},"下":{"docs":{},"版":{"docs":{},"本":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}},"身":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"具":{"docs":{},"有":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"不":{"docs":{},"支":{"docs":{},"持":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"核":{"docs":{},"心":{"docs":{},"团":{"docs":{},"队":{"docs":{},"的":{"docs":{},"成":{"docs":{},"员":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"注":{"docs":{},"意":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}},":":{"docs":{"./":{"ref":"./","tf":0.006666666666666667},"head.html":{"ref":"head.html","tf":0.005988023952095809}}},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"将":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"释":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"入":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894},"head.html":{"ref":"head.html","tf":0.005988023952095809}},"(":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"(":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"里":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"涉":{"docs":{},"及":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},"和":{"docs":{},"部":{"docs":{},"署":{"docs":{},"的":{"docs":{},"更":{"docs":{},"多":{"docs":{},"要":{"docs":{},"求":{"docs":{},"。":{"docs":{},"与":{"docs":{},"可":{"docs":{},"以":{"docs":{},"部":{"docs":{},"署":{"docs":{},"在":{"docs":{},"任":{"docs":{},"何":{"docs":{},"静":{"docs":{},"态":{"docs":{},"文":{"docs":{},"件":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"的":{"docs":{},"完":{"docs":{},"全":{"docs":{},"静":{"docs":{},"态":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"(":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},")":{"docs":{},"不":{"docs":{},"同":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"处":{"docs":{},"于":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.003115264797507788},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.005859375},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"单":{"docs":{},"页":{"docs":{},"面":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"将":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"推":{"docs":{},"荐":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{},"现":{"docs":{},"在":{"docs":{},"略":{"docs":{},"有":{"docs":{},"不":{"docs":{},"同":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"快":{"docs":{},"速":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"和":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"相":{"docs":{},"当":{"docs":{},"不":{"docs":{},"错":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"经":{"docs":{},"验":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"倾":{"docs":{},"向":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"平":{"docs":{},"滑":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"体":{"docs":{},"验":{"docs":{},"的":{"docs":{},"更":{"docs":{},"高":{"docs":{},"层":{"docs":{},"次":{"docs":{},"解":{"docs":{},"决":{"docs":{},"方":{"docs":{},"案":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"去":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"话":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"在":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}},"任":{"docs":{},"务":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"k":{"docs":{},")":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"将":{"docs":{},"平":{"docs":{},"台":{"docs":{},"特":{"docs":{},"定":{"docs":{},"实":{"docs":{},"现":{"docs":{},"包":{"docs":{},"含":{"docs":{},"在":{"docs":{},"通":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"做":{"docs":{},"法":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"干":{"docs":{},"扰":{"docs":{},"到":{"docs":{},"其":{"docs":{},"他":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}},"差":{"docs":{},"异":{"docs":{},",":{"docs":{},"当":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"环":{"docs":{},"境":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"将":{"docs":{},"不":{"docs":{},"会":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"这":{"docs":{},"里":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"会":{"docs":{},"阐":{"docs":{},"述":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"理":{"docs":{},"解":{"docs":{},"的":{"docs":{},"关":{"docs":{},"键":{"docs":{},"事":{"docs":{},"项":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"环":{"docs":{},"境":{"docs":{},"检":{"docs":{},"测":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"编":{"docs":{},"写":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"位":{"docs":{},"置":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"可":{"docs":{},"交":{"docs":{},"互":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"t":{"docs":{},"i":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"得":{"docs":{},"益":{"docs":{},"于":{"docs":{},"核":{"docs":{},"心":{"docs":{},"算":{"docs":{},"法":{"docs":{},"的":{"docs":{},"升":{"docs":{},"级":{"docs":{},",":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"现":{"docs":{},"在":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"中":{"docs":{},"的":{"docs":{},"任":{"docs":{},"何":{"docs":{},"地":{"docs":{},"方":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}},"路":{"docs":{},"由":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"逻":{"docs":{},"辑":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"过":{"docs":{},"程":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"方":{"docs":{},"法":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"特":{"docs":{},"殊":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"插":{"docs":{},"件":{"docs":{},",":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}},"问":{"docs":{},"题":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"其":{"docs":{},"他":{"docs":{},"选":{"docs":{},"项":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"参":{"docs":{},"考":{"docs":{},"设":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"按":{"docs":{},"需":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"渲":{"docs":{},"染":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"推":{"docs":{},"荐":{"docs":{},"方":{"docs":{},"法":{"docs":{},"是":{"docs":{},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"实":{"docs":{},"现":{"docs":{},",":{"docs":{},"以":{"docs":{},"考":{"docs":{},"虑":{"docs":{},"其":{"docs":{},"他":{"docs":{},"变":{"docs":{},"量":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"来":{"docs":{},"大":{"docs":{},"幅":{"docs":{},"度":{"docs":{},"提":{"docs":{},"高":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"处":{"docs":{},"理":{"docs":{},"高":{"docs":{},"流":{"docs":{},"量":{"docs":{},"的":{"docs":{},"能":{"docs":{},"力":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"基":{"docs":{},"本":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"示":{"docs":{},"例":{"docs":{},"用":{"docs":{},"法":{"docs":{},":":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"形":{"docs":{},"式":{"docs":{},"内":{"docs":{},"联":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"内":{"docs":{},"联":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"目":{"docs":{},"录":{"docs":{},"。":{"docs":{},"运":{"docs":{},"行":{"docs":{},"时":{"docs":{},"将":{"docs":{},"会":{"docs":{},"以":{"docs":{},"此":{"docs":{},"目":{"docs":{},"录":{"docs":{},"为":{"docs":{},"基":{"docs":{},"准":{"docs":{},"来":{"docs":{},"解":{"docs":{},"析":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"等":{"docs":{},")":{"docs":{},"的":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}},"到":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"进":{"docs":{},"行":{"docs":{},"生":{"docs":{},"成":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"时":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"关":{"docs":{},"键":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"收":{"docs":{},"集":{"docs":{},"的":{"docs":{},"。":{"docs":{},"有":{"docs":{},"关":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"可":{"docs":{},"以":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}},"获":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"工":{"docs":{},"具":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"等":{"docs":{},"待":{"docs":{},"异":{"docs":{},"步":{"docs":{},"完":{"docs":{},"成":{"docs":{},"后":{"docs":{},"再":{"docs":{},"行":{"docs":{},"抓":{"docs":{},"取":{"docs":{},"页":{"docs":{},"面":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{},"内":{"docs":{},"联":{"docs":{},"预":{"docs":{},"置":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},")":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"菊":{"docs":{},"花":{"docs":{},"图":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"通":{"docs":{},"过":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}},"请":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"截":{"docs":{},"至":{"docs":{},"目":{"docs":{},"前":{"docs":{},",":{"docs":{},"g":{"docs":{},"o":{"docs":{},"o":{"docs":{},"g":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"如":{"docs":{},"果":{"docs":{},"第":{"docs":{},"三":{"docs":{},"方":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}},"在":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"上":{"docs":{},"述":{"docs":{},"配":{"docs":{},"置":{"docs":{},"仅":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"可":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"还":{"docs":{},"必":{"docs":{},"须":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"应":{"docs":{},"至":{"docs":{},"少":{"docs":{},"要":{"docs":{},"实":{"docs":{},"现":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"资":{"docs":{},"源":{"docs":{},"(":{"docs":{},"c":{"docs":{},"p":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"提":{"docs":{},"示":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"(":{"docs":{},"支":{"docs":{},"持":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"导":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},")":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}},"轻":{"docs":{},"松":{"docs":{},"地":{"docs":{},"添":{"docs":{},"加":{"docs":{},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"它":{"docs":{},"已":{"docs":{},"经":{"docs":{},"被":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}},"运":{"docs":{},"行":{"docs":{},"环":{"docs":{},"境":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}},"时":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{},")":{"docs":{},"」":{"docs":{},"运":{"docs":{},"行":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}},"分":{"docs":{},"离":{"docs":{},"到":{"docs":{},"一":{"docs":{},"个":{"docs":{},"引":{"docs":{},"导":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"和":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"选":{"docs":{},"项":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},",":{"docs":{},"并":{"docs":{},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}},"所":{"docs":{},"提":{"docs":{},"供":{"docs":{},"\"":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"版":{"docs":{},"本":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"用":{"docs":{},"于":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"可":{"docs":{},"以":{"docs":{},"进":{"docs":{},"一":{"docs":{},"步":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"时":{"docs":{},"自":{"docs":{},"动":{"docs":{},"处":{"docs":{},"理":{"docs":{},")":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"(":{"docs":{},"需":{"docs":{},"要":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"。":{"docs":{},"通":{"docs":{},"过":{"docs":{},"使":{"docs":{},"用":{"docs":{},"唯":{"docs":{},"一":{"docs":{},"的":{"docs":{},"名":{"docs":{},"称":{"docs":{},",":{"docs":{},"每":{"docs":{},"个":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}},"精":{"docs":{},"确":{"docs":{},"控":{"docs":{},"制":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"资":{"docs":{},"源":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"都":{"docs":{},"完":{"docs":{},"成":{"docs":{},"下":{"docs":{},"载":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{},"才":{"docs":{},"显":{"docs":{},"示":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"标":{"docs":{},"记":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"你":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"会":{"docs":{},"更":{"docs":{},"快":{"docs":{},"速":{"docs":{},"地":{"docs":{},"看":{"docs":{},"到":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"通":{"docs":{},"常":{"docs":{},"可":{"docs":{},"以":{"docs":{},"产":{"docs":{},"生":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"对":{"docs":{},"于":{"docs":{},"那":{"docs":{},"些":{"docs":{},"「":{"docs":{},"内":{"docs":{},"容":{"docs":{},"到":{"docs":{},"达":{"docs":{},"时":{"docs":{},"间":{"docs":{},"(":{"docs":{},"t":{"docs":{},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"开":{"docs":{},"箱":{"docs":{},"即":{"docs":{},"用":{"docs":{},"的":{"docs":{},"流":{"docs":{},"式":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{},"所":{"docs":{},"有":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"就":{"docs":{},"是":{"docs":{},",":{"docs":{},"用":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.006666666666666667}}}}}}}},"加":{"docs":{},"载":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"取":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"与":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"生":{"docs":{},"产":{"docs":{},"模":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"这":{"docs":{},"允":{"docs":{},"许":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"依":{"docs":{},"赖":{"docs":{},"一":{"docs":{},"些":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"放":{"docs":{},"置":{"docs":{},"在":{"docs":{},"不":{"docs":{},"同":{"docs":{},"位":{"docs":{},"置":{"docs":{},",":{"docs":{},"或":{"docs":{},"者":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},"的":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"来":{"docs":{},"提":{"docs":{},"供":{"docs":{},"插":{"docs":{},"值":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}},",":{"docs":{},"并":{"docs":{},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"来":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"实":{"docs":{},"现":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"在":{"docs":{},"初":{"docs":{},"始":{"docs":{},"路":{"docs":{},"由":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"该":{"docs":{},"注":{"docs":{},"册":{"docs":{},"此":{"docs":{},"钩":{"docs":{},"子":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"不":{"docs":{},"必":{"docs":{},"再":{"docs":{},"次":{"docs":{},"获":{"docs":{},"取":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"。":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"导":{"docs":{},"航":{"docs":{},"被":{"docs":{},"触":{"docs":{},"发":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"立":{"docs":{},"即":{"docs":{},"切":{"docs":{},"换":{"docs":{},"视":{"docs":{},"图":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"具":{"docs":{},"有":{"docs":{},"更":{"docs":{},"快":{"docs":{},"的":{"docs":{},"响":{"docs":{},"应":{"docs":{},"速":{"docs":{},"度":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"传":{"docs":{},"入":{"docs":{},"视":{"docs":{},"图":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"不":{"docs":{},"会":{"docs":{},"有":{"docs":{},"完":{"docs":{},"整":{"docs":{},"的":{"docs":{},"可":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"策":{"docs":{},"略":{"docs":{},"的":{"docs":{},"每":{"docs":{},"个":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"都":{"docs":{},"需":{"docs":{},"要":{"docs":{},"具":{"docs":{},"有":{"docs":{},"条":{"docs":{},"件":{"docs":{},"加":{"docs":{},"载":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"来":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"原":{"docs":{},"生":{"docs":{},"模":{"docs":{},"块":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"只":{"docs":{},"能":{"docs":{},"在":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"定":{"docs":{},"时":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}},"始":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"只":{"docs":{},"从":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"生":{"docs":{},"成":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}},"需":{"docs":{},"创":{"docs":{},"建":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"将":{"docs":{},"其":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"有":{"docs":{},"非":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"用":{"docs":{},"于":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"重":{"docs":{},"要":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"基":{"docs":{},"本":{"docs":{},"用":{"docs":{},"法":{"docs":{"basic.html":{"ref":"basic.html","tf":10.003731343283581}}}}},"于":{"docs":{},"指":{"docs":{},"令":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"元":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},"转":{"docs":{},"换":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"件":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"名":{"docs":{},"的":{"docs":{},"类":{"docs":{},"型":{"docs":{},"推":{"docs":{},"断":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"安":{"docs":{},"装":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"实":{"docs":{},"例":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179},"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"routing.html":{"ref":"routing.html","tf":0.005988023952095809},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"渲":{"docs":{},"染":{"docs":{},"为":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"从":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"出":{"docs":{},"并":{"docs":{},"将":{"docs":{},"其":{"docs":{},"导":{"docs":{},"入":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"与":{"docs":{},"每":{"docs":{},"个":{"docs":{},"用":{"docs":{},"户":{"docs":{},"在":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"新":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},"类":{"docs":{},"似":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"多":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"之":{"docs":{},"间":{"docs":{},"使":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"共":{"docs":{},"享":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"导":{"docs":{},"致":{"docs":{},"交":{"docs":{},"叉":{"docs":{},"请":{"docs":{},"求":{"docs":{},"状":{"docs":{},"态":{"docs":{},"污":{"docs":{},"染":{"docs":{},"(":{"docs":{},"c":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"s":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},",":{"docs":{},"并":{"docs":{},"直":{"docs":{},"接":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"到":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"所":{"docs":{},"以":{"docs":{},"文":{"docs":{},"件":{"docs":{},"导":{"docs":{},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}},")":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"现":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"为":{"docs":{},",":{"docs":{},"检":{"docs":{},"查":{"docs":{},"请":{"docs":{},"求":{"docs":{},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"用":{"docs":{},"户":{"docs":{},"特":{"docs":{},"定":{"docs":{},"(":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"版":{"docs":{},"本":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},"填":{"docs":{},"选":{"docs":{},"项":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"推":{"docs":{},"荐":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}},"使":{"docs":{},"用":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"抽":{"docs":{},"象":{"docs":{},"机":{"docs":{},"制":{"docs":{},",":{"docs":{},"并":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"「":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}},"时":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"多":{"docs":{},"数":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"将":{"docs":{},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{},"放":{"docs":{},"在":{"docs":{},"特":{"docs":{},"有":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"实":{"docs":{},"现":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"「":{"docs":{},"资":{"docs":{},"源":{"docs":{},"链":{"docs":{},"接":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"关":{"docs":{},"键":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"可":{"docs":{},"以":{"docs":{},"消":{"docs":{},"除":{"docs":{},"此":{"docs":{},"约":{"docs":{},"束":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"由":{"docs":{},"于":{"docs":{},"需":{"docs":{},"要":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"它":{"docs":{},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"「":{"docs":{},"由":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"并":{"docs":{},"不":{"docs":{},"真":{"docs":{},"正":{"docs":{},"需":{"docs":{},"要":{"docs":{},"它":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"只":{"docs":{},"需":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"确":{"docs":{},"保":{"docs":{},"对":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"模":{"docs":{},"板":{"docs":{},"会":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"以":{"docs":{},"下":{"docs":{},"内":{"docs":{},"容":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"自":{"docs":{},"动":{"docs":{},"创":{"docs":{},"建":{"docs":{},"过":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"几":{"docs":{},"点":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}},"是":{"docs":{},"否":{"docs":{},"执":{"docs":{},"行":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"标":{"docs":{},"签":{"docs":{},"也":{"docs":{},"会":{"docs":{},"注":{"docs":{},"入":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}},"。":{"docs":{},"当":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{},"异":{"docs":{},"步":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"(":{"docs":{},"a":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"到":{"docs":{},"所":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"包":{"docs":{},"含":{"docs":{},"所":{"docs":{},"有":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},",":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"瀑":{"docs":{},"布":{"docs":{},"式":{"docs":{},"请":{"docs":{},"求":{"docs":{},"(":{"docs":{},"w":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}},"动":{"docs":{},"态":{"docs":{},"注":{"docs":{},"入":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"的":{"docs":{},"形":{"docs":{},"式":{"docs":{},"注":{"docs":{},"入":{"docs":{},"到":{"docs":{},"页":{"docs":{},"面":{"docs":{},"头":{"docs":{},"部":{"docs":{},"。":{"docs":{},"注":{"docs":{},"意":{"docs":{},",":{"docs":{},"如":{"docs":{},"过":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}},"记":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"。":{"docs":{},"在":{"docs":{},"这":{"docs":{},"个":{"docs":{},"示":{"docs":{},"例":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"必":{"docs":{},"须":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"额":{"docs":{},"外":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"地":{"docs":{},"方":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"插":{"docs":{},"值":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"还":{"docs":{},"支":{"docs":{},"持":{"docs":{},"简":{"docs":{},"单":{"docs":{},"插":{"docs":{},"值":{"docs":{},"。":{"docs":{},"给":{"docs":{},"定":{"docs":{},"如":{"docs":{},"下":{"docs":{},"模":{"docs":{},"板":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"使":{"docs":{},"用":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"中":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"具":{"docs":{},"有":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"写":{"docs":{},"入":{"docs":{},":":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"更":{"docs":{},"多":{"docs":{},"详":{"docs":{},"细":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"块":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"模":{"docs":{},"板":{"docs":{},"支":{"docs":{},"持":{"docs":{},"一":{"docs":{},"些":{"docs":{},"高":{"docs":{},"级":{"docs":{},"特":{"docs":{},"性":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},":":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"应":{"docs":{},"该":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"策":{"docs":{},"略":{"docs":{},"将":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"放":{"docs":{},"在":{"docs":{},"视":{"docs":{},"图":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}},"处":{"docs":{},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"插":{"docs":{},"件":{"docs":{},"在":{"docs":{},"输":{"docs":{},"出":{"docs":{},"目":{"docs":{},"录":{"docs":{},"中":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"不":{"docs":{},"返":{"docs":{},"回":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"返":{"docs":{},"回":{"docs":{},"引":{"docs":{},"导":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"支":{"docs":{},"持":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"选":{"docs":{},"项":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"或":{"docs":{},"函":{"docs":{},"数":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}},"步":{"docs":{},":":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.007462686567164179}}}}}},"将":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"渲":{"docs":{},"染":{"docs":{},"一":{"docs":{},"个":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}},"选":{"docs":{},"项":{"docs":{},"时":{"docs":{},",":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"有":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"需":{"docs":{},"要":{"docs":{},"对":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"进":{"docs":{},"行":{"docs":{},"更":{"docs":{},"细":{"docs":{},"粒":{"docs":{},"度":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"为":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"前":{"docs":{},"页":{"docs":{},"面":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"最":{"docs":{},"优":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}},"然":{"docs":{},"后":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"读":{"docs":{},"取":{"docs":{},"和":{"docs":{},"传":{"docs":{},"输":{"docs":{},"文":{"docs":{},"件":{"docs":{},"到":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}},"你":{"docs":{},"就":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"实":{"docs":{},"现":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"更":{"docs":{},"新":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"修":{"docs":{},"改":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"将":{"docs":{},"会":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"而":{"docs":{},",":{"docs":{},"当":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"据":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}},"为":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"地":{"docs":{},"控":{"docs":{},"制":{"docs":{},"带":{"docs":{},"宽":{"docs":{},"使":{"docs":{},"用":{"docs":{},"情":{"docs":{},"况":{"docs":{},",":{"docs":{},"你":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"要":{"docs":{},"预":{"docs":{},"取":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"。":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"具":{"docs":{},"有":{"docs":{},"与":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"把":{"docs":{},"那":{"docs":{},"些":{"docs":{},"基":{"docs":{},"本":{"docs":{},"上":{"docs":{},"与":{"docs":{},"环":{"docs":{},"境":{"docs":{},"无":{"docs":{},"关":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"编":{"docs":{},"译":{"docs":{},"到":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}}}}}}}}}}}},"嵌":{"docs":{},"入":{"docs":{},"式":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"此":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}},"状":{"docs":{},"态":{"docs":{},"进":{"docs":{},"行":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"融":{"docs":{},"合":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}}}}},"将":{"docs":{},"自":{"docs":{},"动":{"docs":{},"序":{"docs":{},"列":{"docs":{},"化":{"docs":{},"为":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}},",":{"docs":{},"自":{"docs":{},"动":{"docs":{},"嵌":{"docs":{},"入":{"docs":{},"到":{"docs":{},"最":{"docs":{},"终":{"docs":{},"的":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"将":{"docs":{},"以":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"键":{"docs":{},"(":{"docs":{},"w":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"第":{"docs":{"basic.html":{"ref":"basic.html","tf":0.011194029850746268}}},"这":{"docs":{},"里":{"docs":{},"将":{"docs":{},"是":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}},"假":{"docs":{},"定":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"进":{"docs":{},"行":{"docs":{},"修":{"docs":{},"改":{"docs":{},"…":{"docs":{},"…":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}},"如":{"docs":{},"果":{"docs":{},"有":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"无":{"docs":{},"需":{"docs":{},"传":{"docs":{},"入":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"在":{"docs":{},"执":{"docs":{},"行":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"开":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"析":{"docs":{},"完":{"docs":{},"成":{"docs":{},"其":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"进":{"docs":{},"行":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"的":{"docs":{},"过":{"docs":{},"程":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"是":{"docs":{},"多":{"docs":{},"余":{"docs":{},"的":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"。":{"docs":{},"禁":{"docs":{},"用":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"避":{"docs":{},"免":{"docs":{},"将":{"docs":{},"「":{"docs":{},"数":{"docs":{},"据":{"docs":{},"」":{"docs":{},"转":{"docs":{},"换":{"docs":{},"为":{"docs":{},"「":{"docs":{},"响":{"docs":{},"应":{"docs":{},"式":{"docs":{},"对":{"docs":{},"象":{"docs":{},"」":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"两":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},"是":{"docs":{},"根":{"docs":{},"本":{"docs":{},"上":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"体":{"docs":{},"验":{"docs":{},"决":{"docs":{},"策":{"docs":{},",":{"docs":{},"应":{"docs":{},"该":{"docs":{},"根":{"docs":{},"据":{"docs":{},"你":{"docs":{},"创":{"docs":{},"建":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{},"实":{"docs":{},"际":{"docs":{},"使":{"docs":{},"用":{"docs":{},"场":{"docs":{},"景":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挑":{"docs":{},"选":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"无":{"docs":{},"论":{"docs":{},"你":{"docs":{},"选":{"docs":{},"择":{"docs":{},"哪":{"docs":{},"种":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"当":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"重":{"docs":{},"用":{"docs":{},"(":{"docs":{},"同":{"docs":{},"一":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"也":{"docs":{},"决":{"docs":{},"定":{"docs":{},"了":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},",":{"docs":{},"给":{"docs":{},"定":{"docs":{},"路":{"docs":{},"由":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"也":{"docs":{},"是":{"docs":{},"在":{"docs":{},"该":{"docs":{},"路":{"docs":{},"由":{"docs":{},"上":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"组":{"docs":{},"件":{"docs":{},"时":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"放":{"docs":{},"置":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"自":{"docs":{},"然":{"docs":{},"的":{"docs":{},"事":{"docs":{},"情":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"你":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"纯":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"是":{"docs":{},"理":{"docs":{},"所":{"docs":{},"应":{"docs":{},"当":{"docs":{},"的":{"docs":{},",":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"编":{"docs":{},"辑":{"docs":{},"过":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"之":{"docs":{},"后":{"docs":{},",":{"docs":{},"都":{"docs":{},"必":{"docs":{},"须":{"docs":{},"停":{"docs":{},"止":{"docs":{},"并":{"docs":{},"重":{"docs":{},"启":{"docs":{},"服":{"docs":{},"务":{"docs":{},"。":{"docs":{},"这":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"会":{"docs":{},"影":{"docs":{},"响":{"docs":{},"开":{"docs":{},"发":{"docs":{},"效":{"docs":{},"率":{"docs":{},"。":{"docs":{},"此":{"docs":{},"外":{"docs":{},",":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"的":{"docs":{},"整":{"docs":{},"个":{"docs":{},"输":{"docs":{},"出":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"允":{"docs":{},"许":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"内":{"docs":{},"联":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},"样":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"开":{"docs":{},"发":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"可":{"docs":{},"以":{"docs":{},"热":{"docs":{},"重":{"docs":{},"载":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}},"通":{"docs":{},"常":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}},"防":{"docs":{},"御":{"docs":{},"。":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}},"页":{"docs":{},"面":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}},"包":{"docs":{},"裹":{"docs":{},"容":{"docs":{},"器":{"docs":{},",":{"docs":{},"来":{"docs":{},"包":{"docs":{},"裹":{"docs":{},"生":{"docs":{},"成":{"docs":{},"的":{"docs":{"basic.html":{"ref":"basic.html","tf":0.0037313432835820895}}}}}}}}}}}}},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}},"不":{"docs":{},"是":{"docs":{},"以":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"用":{"docs":{},"法":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"则":{"docs":{},"将":{"docs":{},"其":{"docs":{},"集":{"docs":{},"成":{"docs":{},"到":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"很":{"docs":{},"棘":{"docs":{},"手":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"要":{"docs":{},"通":{"docs":{},"过":{"docs":{},"模":{"docs":{},"拟":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{},")":{"docs":{},"一":{"docs":{},"些":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},"来":{"docs":{},"使":{"docs":{},"其":{"docs":{},"正":{"docs":{},"常":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"只":{"docs":{},"是":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"要":{"docs":{},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"会":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{},")":{"docs":{},"过":{"docs":{},"程":{"docs":{},"中":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},"任":{"docs":{},"何":{"docs":{},"其":{"docs":{},"他":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"例":{"docs":{},"如":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"检":{"docs":{},"查":{"docs":{},"这":{"docs":{},"个":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"否":{"docs":{},"已":{"docs":{},"经":{"docs":{},"具":{"docs":{},"有":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"内":{"docs":{},"联":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}},"遇":{"docs":{},"到":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"解":{"docs":{},"决":{"docs":{},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"请":{"docs":{},"避":{"docs":{},"免":{"docs":{},"在":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}},"即":{"docs":{},"运":{"docs":{},"行":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"用":{"docs":{},"例":{"docs":{},"和":{"docs":{},"平":{"docs":{},"台":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"因":{"docs":{},"为":{"docs":{},"实":{"docs":{},"际":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"过":{"docs":{},"程":{"docs":{},"需":{"docs":{},"要":{"docs":{},"确":{"docs":{},"定":{"docs":{},"性":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"将":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"上":{"docs":{},"“":{"docs":{},"预":{"docs":{},"取":{"docs":{},"”":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"是":{"docs":{},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"或":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"直":{"docs":{},"接":{"docs":{},"创":{"docs":{},"建":{"docs":{},"一":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"而":{"docs":{},"是":{"docs":{},"应":{"docs":{},"该":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"重":{"docs":{},"复":{"docs":{},"执":{"docs":{},"行":{"docs":{},"的":{"docs":{},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"为":{"docs":{},"每":{"docs":{},"个":{"docs":{},"请":{"docs":{},"求":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"小":{"docs":{},"心":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"来":{"docs":{},"解":{"docs":{},"决":{"docs":{},"性":{"docs":{},"能":{"docs":{},"瓶":{"docs":{},"颈":{"docs":{},"。":{"docs":{},"在":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"你":{"docs":{},"不":{"docs":{},"应":{"docs":{},"该":{"docs":{},"也":{"docs":{},"不":{"docs":{},"需":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"单":{"docs":{},"一":{"docs":{},"实":{"docs":{},"例":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"最":{"docs":{},"常":{"docs":{},"见":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"在":{"docs":{},"大":{"docs":{},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"填":{"docs":{},"充":{"docs":{},"的":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"则":{"docs":{},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"使":{"docs":{},"用":{"docs":{},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"模":{"docs":{},"式":{"docs":{},"。":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"创":{"docs":{},"建":{"docs":{},"多":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"该":{"docs":{},"模":{"docs":{},"块":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{},"直":{"docs":{},"接":{"docs":{},"操":{"docs":{},"作":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"都":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"定":{"docs":{},"引":{"docs":{},"导":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"混":{"docs":{},"合":{"docs":{"hydration.html":{"ref":"hydration.html","tf":10}},"」":{"docs":{},"时":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"了":{"docs":{},"解":{"docs":{},"的":{"docs":{},"一":{"docs":{},"件":{"docs":{},"事":{"docs":{},"是":{"docs":{},",":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"可":{"docs":{},"能":{"docs":{},"会":{"docs":{},"更":{"docs":{},"改":{"docs":{},"的":{"docs":{},"一":{"docs":{},"些":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"激":{"docs":{},"活":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}}}}}}}}}}},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"的":{"docs":{},"通":{"docs":{},"用":{"docs":{},"编":{"docs":{},"程":{"docs":{},"体":{"docs":{},"验":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"层":{"docs":{},"级":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}},"或":{"docs":{"universal.html":{"ref":"universal.html","tf":0.0425531914893617},"data.html":{"ref":"data.html","tf":0.001557632398753894},"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757},"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.028846153846153848},"api.html":{"ref":"api.html","tf":0.0035149384885764497}},"其":{"docs":{},"他":{"docs":{},"能":{"docs":{},"够":{"docs":{},"选":{"docs":{},"取":{"docs":{},"到":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"根":{"docs":{},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{},"选":{"docs":{},"择":{"docs":{},"器":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"正":{"docs":{},"常":{"docs":{},"激":{"docs":{},"活":{"docs":{},"。":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"期":{"docs":{},"间":{"docs":{},"并":{"docs":{},"不":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"望":{"docs":{},"值":{"docs":{},":":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},"。":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}},"时":{"docs":{},"产":{"docs":{},"生":{"docs":{},"全":{"docs":{},"局":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"在":{"docs":{},"其":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"其":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{},"在":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"成":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.00390625}},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"虚":{"docs":{},"拟":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"默":{"docs":{},"认":{"docs":{},"文":{"docs":{},"件":{"docs":{},"是":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"于":{"docs":{},"没":{"docs":{},"有":{"docs":{},"动":{"docs":{},"态":{"docs":{},"更":{"docs":{},"新":{"docs":{},",":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"只":{"docs":{},"有":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"现":{"docs":{},"在":{"docs":{},"是":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"将":{"docs":{},"被":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"已":{"docs":{},"经":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"好":{"docs":{},"了":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"内":{"docs":{},"容":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},",":{"docs":{},"用":{"docs":{},"户":{"docs":{},"将":{"docs":{},"无":{"docs":{},"法":{"docs":{},"查":{"docs":{},"看":{"docs":{},"过":{"docs":{},"期":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"个":{"docs":{},"要":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"的":{"docs":{},"页":{"docs":{},"面":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"最":{"docs":{},"多":{"docs":{},"只":{"docs":{},"能":{"docs":{},"每":{"docs":{},"秒":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"次":{"docs":{},"完":{"docs":{},"整":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"编":{"docs":{},"写":{"docs":{},"通":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{"universal.html":{"ref":"universal.html","tf":10.01063829787234}}}}}}}},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"指":{"docs":{},"令":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},",":{"docs":{},"这":{"docs":{},"样":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"分":{"docs":{},"开":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{},"建":{"docs":{},"议":{"docs":{},"用":{"docs":{},"于":{"docs":{},"存":{"docs":{},"在":{"docs":{},"很":{"docs":{},"多":{"docs":{},"公":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}}}}}}}}}}},"推":{"docs":{},"导":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"清":{"docs":{},"理":{"docs":{},",":{"docs":{},"以":{"docs":{},"防":{"docs":{},"止":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"设":{"docs":{},"置":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"为":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.019230769230769232}}}}},"访":{"docs":{},"问":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"(":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}}}}},"通":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"代":{"docs":{},"码":{"docs":{},"不":{"docs":{},"可":{"docs":{},"接":{"docs":{},"受":{"docs":{},"特":{"docs":{},"定":{"docs":{},"平":{"docs":{},"台":{"docs":{},"的":{"docs":{"universal.html":{"ref":"universal.html","tf":0.010638297872340425}}}}}}}}}}}}}},"常":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}},"过":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"运":{"docs":{},"行":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"以":{"docs":{},"上":{"docs":{},"设":{"docs":{},"置":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"特":{"docs":{},"性":{"docs":{},"构":{"docs":{},"建":{"docs":{},"后":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"提":{"docs":{},"供":{"docs":{},"一":{"docs":{},"个":{"docs":{},"由":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"基":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"可":{"docs":{},"能":{"docs":{},"像":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}},"模":{"docs":{},"块":{"docs":{},"被":{"docs":{},"提":{"docs":{},"取":{"docs":{},"到":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"来":{"docs":{},"控":{"docs":{},"制":{"docs":{},"什":{"docs":{},"么":{"docs":{},"文":{"docs":{},"件":{"docs":{},"应":{"docs":{},"该":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}},"对":{"docs":{},"于":{"docs":{},"哪":{"docs":{},"些":{"docs":{},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"生":{"docs":{},"成":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"些":{"docs":{},"需":{"docs":{},"要":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"坑":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"伴":{"docs":{},"随":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"显":{"docs":{},"著":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}},"状":{"docs":{},"态":{"docs":{},"键":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}},"中":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"请":{"docs":{},"留":{"docs":{},"意":{"docs":{},"在":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"中":{"docs":{},"尽":{"docs":{},"量":{"docs":{},"避":{"docs":{},"免":{"docs":{},"修":{"docs":{},"改":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}},"并":{"docs":{},"重":{"docs":{},"新":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},",":{"docs":{},"才":{"docs":{},"能":{"docs":{},"手":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"仅":{"docs":{},"运":{"docs":{},"行":{"docs":{},"于":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}},"介":{"docs":{},"绍":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}},"但":{"docs":{},"是":{"docs":{},"稍":{"docs":{},"后":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"在":{"docs":{},"此":{"docs":{},"执":{"docs":{},"行":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"路":{"docs":{},"由":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}},"到":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"目":{"docs":{},"前":{"docs":{},"为":{"docs":{},"止":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"没":{"docs":{},"有":{"docs":{},"讨":{"docs":{},"论":{"docs":{},"过":{"docs":{},"如":{"docs":{},"何":{"docs":{},"将":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"打":{"docs":{},"包":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"将":{"docs":{},"由":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"通":{"docs":{},"过":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}},"根":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"同":{"docs":{},"样":{"docs":{},"的":{"docs":{},"规":{"docs":{},"则":{"docs":{},"也":{"docs":{},"适":{"docs":{},"用":{"docs":{},"于":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"状":{"docs":{},"态":{"docs":{},"(":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"错":{"docs":{},"误":{"docs":{},"…":{"docs":{},"…":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"它":{"docs":{},"接":{"docs":{},"受":{"docs":{},"任":{"docs":{},"意":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"异":{"docs":{},"常":{"docs":{},"…":{"docs":{},"…":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"导":{"docs":{},"入":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"任":{"docs":{},"何":{"docs":{},"错":{"docs":{},"误":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"导":{"docs":{},"入":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488},"css.html":{"ref":"css.html","tf":0.0033783783783783786}},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"它":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"出":{"docs":{},"一":{"docs":{},"个":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}},"工":{"docs":{},"厂":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"创":{"docs":{},"建":{"docs":{},"新":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"并":{"docs":{},"在":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"调":{"docs":{},"用":{"docs":{},"此":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"此":{"docs":{},"时":{"docs":{},",":{"docs":{},"除":{"docs":{},"了":{"docs":{},"创":{"docs":{},"建":{"docs":{},"和":{"docs":{},"返":{"docs":{},"回":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"做":{"docs":{},"太":{"docs":{},"多":{"docs":{},"事":{"docs":{},"情":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"尽":{"docs":{},"管":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}},"所":{"docs":{},"以":{"docs":{},"基":{"docs":{},"本":{"docs":{},"看":{"docs":{},"法":{"docs":{},"是":{"docs":{},",":{"docs":{},"对":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"和":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"都":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"比":{"docs":{},"它":{"docs":{},"们":{"docs":{},",":{"docs":{},"找":{"docs":{},"出":{"docs":{},"两":{"docs":{},"个":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"列":{"docs":{},"表":{"docs":{},"的":{"docs":{},"差":{"docs":{},"异":{"docs":{},"组":{"docs":{},"件":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"动":{"docs":{},"态":{"docs":{},"导":{"docs":{},"入":{"docs":{},"作":{"docs":{},"为":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{},"点":{"docs":{},"相":{"docs":{},"结":{"docs":{},"合":{"docs":{},",":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"做":{"docs":{},"的":{"docs":{},"是":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"谓":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"激":{"docs":{},"活":{"docs":{},",":{"docs":{},"指":{"docs":{},"的":{"docs":{},"是":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"需":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"工":{"docs":{},"件":{"docs":{},"(":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}},"打":{"docs":{},"包":{"docs":{"structure.html":{"ref":"structure.html","tf":0.006872852233676976}}}},"来":{"docs":{},"处":{"docs":{},"理":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"大":{"docs":{},"部":{"docs":{},"分":{"docs":{},"源":{"docs":{},"码":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"通":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"编":{"docs":{},"写":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"个":{"docs":{},"问":{"docs":{},"题":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"组":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"打":{"docs":{},"包":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"实":{"docs":{},"现":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},"执":{"docs":{},"行":{"docs":{},"其":{"docs":{},"他":{"docs":{},"任":{"docs":{},"务":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}},"注":{"docs":{},"入":{"docs":{},"正":{"docs":{},"确":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"扩":{"docs":{},"展":{"docs":{},"基":{"docs":{},"本":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}},"完":{"docs":{},"成":{"docs":{},"标":{"docs":{},"题":{"docs":{},"管":{"docs":{},"理":{"docs":{},":":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"访":{"docs":{},"问":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"s":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}},"访":{"docs":{},"问":{"docs":{},"它":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"构":{"docs":{},"建":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"许":{"docs":{},"多":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"为":{"docs":{},"单":{"docs":{},"个":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"配":{"docs":{},"置":{"docs":{"build-config.html":{"ref":"build-config.html","tf":10.001953125}},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"它":{"docs":{},"不":{"docs":{},"会":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"根":{"docs":{},"实":{"docs":{},"例":{"docs":{},"简":{"docs":{},"单":{"docs":{},"的":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"structure.html":{"ref":"structure.html","tf":10.003436426116838}}}}}},"特":{"docs":{},"定":{"docs":{},"功":{"docs":{},"能":{"docs":{},"不":{"docs":{},"能":{"docs":{},"直":{"docs":{},"接":{"docs":{},"在":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}},"性":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"转":{"docs":{},"译":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"代":{"docs":{},"码":{"docs":{},"以":{"docs":{},"适":{"docs":{},"应":{"docs":{},"老":{"docs":{},"版":{"docs":{},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"。":{"docs":{},"这":{"docs":{},"也":{"docs":{},"会":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"到":{"docs":{},"构":{"docs":{},"建":{"docs":{},"步":{"docs":{},"骤":{"docs":{},"。":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"殊":{"docs":{},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"让":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},"现":{"docs":{},"在":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"与":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"已":{"docs":{},"经":{"docs":{},"解":{"docs":{},"耦":{"docs":{},"!":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}},",":{"docs":{},"先":{"docs":{},"假":{"docs":{},"设":{"docs":{},"我":{"docs":{},"们":{"docs":{},"已":{"docs":{},"经":{"docs":{},"将":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"规":{"docs":{},"划":{"docs":{},"都":{"docs":{},"弄":{"docs":{},"清":{"docs":{},"楚":{"docs":{},"了":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"启":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"可":{"docs":{},"以":{"docs":{},"利":{"docs":{},"用":{"docs":{},"以":{"docs":{},"上":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"填":{"docs":{},"充":{"docs":{},"入":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"具":{"docs":{},"有":{"docs":{},"了":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"和":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"它":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"和":{"docs":{},"注":{"docs":{},"入":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"简":{"docs":{},"单":{"docs":{},"地":{"docs":{},"使":{"docs":{},"用":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}}},"避":{"docs":{},"免":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{"structure.html":{"ref":"structure.html","tf":0.003436426116838488}}}}}},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"重":{"docs":{},"复":{"docs":{},"注":{"docs":{},"册":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"之":{"docs":{},"前":{"docs":{},"调":{"docs":{},"用":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}},"后":{"docs":{},",":{"docs":{},"只":{"docs":{},"需":{"docs":{},"将":{"docs":{},"文":{"docs":{},"件":{"docs":{},"路":{"docs":{},"径":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"外":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"生":{"docs":{},"成":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}},"中":{"docs":{},",":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}},"拆":{"docs":{},"分":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},",":{"docs":{},"将":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},"(":{"docs":{},"所":{"docs":{},"有":{"docs":{},"都":{"docs":{},"是":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{},")":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"(":{"docs":{},"不":{"docs":{},"推":{"docs":{},"荐":{"docs":{},")":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"将":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"在":{"docs":{},"同":{"docs":{},"一":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"下":{"docs":{},"的":{"docs":{},"版":{"docs":{},"本":{"docs":{},"中":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"端":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"时":{"docs":{},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"只":{"docs":{},"能":{"docs":{},"用":{"docs":{},"在":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"上":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},"在":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"便":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"能":{"docs":{},"够":{"docs":{},"等":{"docs":{},"待":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},"在":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"前":{"docs":{},",":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"数":{"docs":{},"据":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"后":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}},"我":{"docs":{},"们":{"docs":{},"不":{"docs":{},"会":{"docs":{},"二":{"docs":{},"次":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"知":{"docs":{},"道":{"docs":{},"数":{"docs":{},"据":{"docs":{},"在":{"docs":{},"何":{"docs":{},"时":{"docs":{},"更":{"docs":{},"新":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"之":{"docs":{},"后":{"docs":{},"正":{"docs":{},"确":{"docs":{},"注":{"docs":{},"入":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}},"获":{"docs":{},"得":{"docs":{},"更":{"docs":{},"好":{"docs":{},"的":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"是":{"docs":{},"很":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"做":{"docs":{},"法":{"docs":{},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}}}}}}},"传":{"docs":{},"递":{"docs":{},"到":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"给":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"入":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"你":{"docs":{},"可":{"docs":{},"能":{"docs":{},"已":{"docs":{},"经":{"docs":{},"注":{"docs":{},"意":{"docs":{},"到":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}},"以":{"docs":{},"在":{"docs":{},"这":{"docs":{},"里":{"docs":{},"添":{"docs":{},"加":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"类":{"docs":{},"型":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"未":{"docs":{},"处":{"docs":{},"理":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"将":{"docs":{},"修":{"docs":{},"改":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"应":{"docs":{},"该":{"docs":{},"在":{"docs":{},"创":{"docs":{},"建":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"将":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"假":{"docs":{},"设":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}},"定":{"docs":{},"我":{"docs":{},"们":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}},"创":{"docs":{},"建":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044},"data.html":{"ref":"data.html","tf":0.001557632398753894}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},",":{"docs":{},"将":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"实":{"docs":{},"例":{"docs":{},"」":{"docs":{},"所":{"docs":{},"导":{"docs":{},"出":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"(":{"docs":{},"传":{"docs":{},"入":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"作":{"docs":{},"为":{"docs":{},"参":{"docs":{},"数":{"docs":{},")":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"它":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"插":{"docs":{},"件":{"docs":{},"实":{"docs":{},"例":{"docs":{},"时":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"匹":{"docs":{},"配":{"docs":{},"不":{"docs":{},"到":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},",":{"docs":{},"执":{"docs":{},"行":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}},"要":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"视":{"docs":{},"图":{"docs":{},"后":{"docs":{},",":{"docs":{},"再":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}},"就":{"docs":{},"已":{"docs":{},"经":{"docs":{},"准":{"docs":{},"备":{"docs":{},"就":{"docs":{},"绪":{"docs":{},"。":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}},"应":{"docs":{},"该":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"状":{"docs":{},"态":{"docs":{},":":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"已":{"docs":{},"经":{"docs":{},"完":{"docs":{},"成":{"docs":{},"构":{"docs":{},"建":{"docs":{},"(":{"docs":{},"请":{"docs":{},"再":{"docs":{},"次":{"docs":{},"忽":{"docs":{},"略":{"docs":{},"现":{"docs":{},"在":{"docs":{},"的":{"docs":{},"构":{"docs":{},"建":{"docs":{},"设":{"docs":{},"置":{"docs":{},")":{"docs":{},",":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"用":{"docs":{},"法":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"更":{"docs":{},"改":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"异":{"docs":{},"步":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"路":{"docs":{},"由":{"docs":{},"配":{"docs":{},"置":{"docs":{},"示":{"docs":{},"例":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"作":{"docs":{},"为":{"docs":{},"第":{"docs":{},"一":{"docs":{},"类":{"docs":{},"的":{"docs":{},"概":{"docs":{},"念":{"docs":{},",":{"docs":{},"将":{"docs":{},"其":{"docs":{},"与":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}}}}},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"此":{"docs":{},"模":{"docs":{},"板":{"docs":{},"应":{"docs":{},"包":{"docs":{},"含":{"docs":{},"注":{"docs":{},"释":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"以":{"docs":{},"下":{"docs":{},"优":{"docs":{},"点":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"对":{"docs":{},"象":{"docs":{},"必":{"docs":{},"须":{"docs":{},"实":{"docs":{},"现":{"docs":{},"以":{"docs":{},"下":{"docs":{},"接":{"docs":{},"口":{"docs":{},"(":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.010135135135135136}},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"。":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}},"到":{"docs":{},"单":{"docs":{},"独":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"应":{"docs":{},"该":{"docs":{},"只":{"docs":{},"用":{"docs":{},"于":{"docs":{},"生":{"docs":{},"产":{"docs":{},"环":{"docs":{},"境":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}},"改":{"docs":{},"为":{"docs":{},"这":{"docs":{},"样":{"docs":{},":":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}},"路":{"docs":{},"由":{"docs":{},"和":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"routing.html":{"ref":"routing.html","tf":10.002994011976048}}}}}}}}},"返":{"docs":{},"回":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}},"常":{"docs":{},"量":{"docs":{},"将":{"docs":{},"导":{"docs":{},"致":{"docs":{},"组":{"docs":{},"件":{"docs":{},"始":{"docs":{},"终":{"docs":{},"被":{"docs":{},"缓":{"docs":{},"存":{"docs":{},",":{"docs":{},"这":{"docs":{},"对":{"docs":{},"纯":{"docs":{},"静":{"docs":{},"态":{"docs":{},"组":{"docs":{},"件":{"docs":{},"是":{"docs":{},"有":{"docs":{},"好":{"docs":{},"处":{"docs":{},"的":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}},"值":{"docs":{},"是":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}},"需":{"docs":{},"要":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.005859375}},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"你":{"docs":{},"仍":{"docs":{},"然":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{"routing.html":{"ref":"routing.html","tf":0.0029940119760479044}}}}}}}}}}}}}}},"处":{"docs":{},"理":{"docs":{},"的":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"版":{"docs":{},"本":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"从":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"css.html":{"ref":"css.html","tf":0.0033783783783783786},"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"导":{"docs":{},"入":{"docs":{},"样":{"docs":{},"式":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"停":{"docs":{},"止":{"docs":{},"加":{"docs":{},"载":{"docs":{},"指":{"docs":{},"示":{"docs":{},"器":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}},"具":{"docs":{},"体":{"docs":{},"实":{"docs":{},"现":{"docs":{},"细":{"docs":{},"节":{"docs":{},")":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"查":{"docs":{},"看":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"另":{"docs":{},"一":{"docs":{},"个":{"docs":{},"需":{"docs":{},"要":{"docs":{},"关":{"docs":{},"注":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},"在":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},",":{"docs":{},"在":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"(":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},")":{"docs":{},"到":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"之":{"docs":{},"前":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"完":{"docs":{},"全":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"后":{"docs":{},"执":{"docs":{},"行":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"会":{"docs":{},"返":{"docs":{},"回":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}},"返":{"docs":{},"回":{"docs":{},"最":{"docs":{},"终":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}},"否":{"docs":{},"则":{"docs":{},",":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"会":{"docs":{},"因":{"docs":{},"为":{"docs":{},"使":{"docs":{},"用":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"导":{"docs":{},"致":{"docs":{},"混":{"docs":{},"合":{"docs":{},"失":{"docs":{},"败":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"哦":{"docs":{},"?":{"docs":{},"看":{"docs":{},"起":{"docs":{},"来":{"docs":{},"要":{"docs":{},"写":{"docs":{},"很":{"docs":{},"多":{"docs":{},"代":{"docs":{},"码":{"docs":{},"!":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},",":{"docs":{},"通":{"docs":{},"用":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},"可":{"docs":{},"能":{"docs":{},"是":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"中":{"docs":{},"最":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"正":{"docs":{},"在":{"docs":{},"为":{"docs":{},"下":{"docs":{},"一":{"docs":{},"步":{"docs":{},"开":{"docs":{},"发":{"docs":{},"做":{"docs":{},"前":{"docs":{},"期":{"docs":{},"准":{"docs":{},"备":{"docs":{},"。":{"docs":{},"一":{"docs":{},"旦":{"docs":{},"设":{"docs":{},"定":{"docs":{},"好":{"docs":{},"模":{"docs":{},"板":{"docs":{},"示":{"docs":{},"例":{"docs":{},",":{"docs":{},"创":{"docs":{},"建":{"docs":{},"单":{"docs":{},"独":{"docs":{},"组":{"docs":{},"件":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"会":{"docs":{},"变":{"docs":{},"得":{"docs":{},"相":{"docs":{},"当":{"docs":{},"轻":{"docs":{},"松":{"docs":{},"。":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"带":{"docs":{},"有":{"docs":{},"逻":{"docs":{},"辑":{"docs":{},"配":{"docs":{},"置":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"(":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"c":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}},"惰":{"docs":{},"性":{"docs":{},"注":{"docs":{},"册":{"docs":{},"(":{"docs":{},"l":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}},"和":{"docs":{},"状":{"docs":{},"态":{"docs":{"data.html":{"ref":"data.html","tf":10.001557632398754}}}}},"存":{"docs":{},"储":{"docs":{},"容":{"docs":{},"器":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"指":{"docs":{},"令":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"暴":{"docs":{},"露":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894},"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},"添":{"docs":{},"加":{"docs":{},"路":{"docs":{},"由":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"处":{"docs":{},"理":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"相":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"组":{"docs":{},"件":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}},"同":{"docs":{},",":{"docs":{},"但":{"docs":{},"是":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"签":{"docs":{},"名":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"反":{"docs":{},",":{"docs":{},"它":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"组":{"docs":{},",":{"docs":{},"此":{"docs":{},"数":{"docs":{},"组":{"docs":{},"是":{"docs":{},"由":{"docs":{},"要":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"文":{"docs":{},"件":{"docs":{},"对":{"docs":{},"象":{"docs":{},"所":{"docs":{},"组":{"docs":{},"成":{"docs":{},"。":{"docs":{},"这":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"在":{"docs":{},"以":{"docs":{},"编":{"docs":{},"程":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"y":{"docs":{},")":{"docs":{},"执":{"docs":{},"行":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"移":{"docs":{},"动":{"docs":{},"到":{"docs":{},"路":{"docs":{},"由":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}},"触":{"docs":{},"发":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"哪":{"docs":{},"里":{"docs":{},"放":{"docs":{},"置":{"docs":{},"「":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}}}}}}}}}}}},"重":{"docs":{},"要":{"docs":{},"信":{"docs":{},"息":{"docs":{},":":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}},"当":{"docs":{},"多":{"docs":{},"次":{"docs":{},"访":{"docs":{},"问":{"docs":{},"路":{"docs":{},"由":{"docs":{},"时":{"docs":{},",":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}}},"这":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}},":":{"docs":{},"使":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"提":{"docs":{},"示":{"docs":{},":":{"docs":{},"条":{"docs":{},"目":{"docs":{},"在":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{"data.html":{"ref":"data.html","tf":0.001557632398753894}}}}}}}}}},"元":{"docs":{},"素":{"docs":{},"。":{"docs":{},"相":{"docs":{},"反":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"\"":{"docs":{},"激":{"docs":{},"活":{"docs":{},"\"":{"docs":{},"这":{"docs":{},"些":{"docs":{},"静":{"docs":{},"态":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}},"内":{"docs":{},"部":{"docs":{},"自":{"docs":{},"动":{"docs":{},"注":{"docs":{},"入":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}},"异":{"docs":{},"步":{"docs":{},"组":{"docs":{},"件":{"docs":{},"中":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}},"置":{"docs":{},"的":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},"支":{"docs":{},"持":{"docs":{},"组":{"docs":{},"件":{"docs":{},"级":{"docs":{},"别":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}},"属":{"docs":{},"性":{"docs":{},":":{"docs":{},"你":{"docs":{},"需":{"docs":{},"要":{"docs":{},"自":{"docs":{},"行":{"docs":{},"添":{"docs":{},"加":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}},"树":{"docs":{},"(":{"docs":{},"v":{"docs":{},"i":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}},"浏":{"docs":{},"览":{"docs":{},"器":{"docs":{},"会":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"知":{"docs":{},"道":{"docs":{},"这":{"docs":{},"部":{"docs":{},"分":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"管":{"docs":{},"理":{"docs":{"css.html":{"ref":"css.html","tf":5.006756756756757},"head.html":{"ref":"head.html","tf":5.005988023952096}},"的":{"docs":{},"动":{"docs":{},"态":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}},"。":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}},"遵":{"docs":{},"循":{"docs":{},"相":{"docs":{},"同":{"docs":{},"的":{"docs":{},"理":{"docs":{},"念":{"docs":{},":":{"docs":{},"我":{"docs":{},"们":{"docs":{},"可":{"docs":{},"以":{"docs":{},"在":{"docs":{},"组":{"docs":{},"件":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"动":{"docs":{},"态":{"docs":{},"地":{"docs":{},"追":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"结":{"docs":{},"构":{"docs":{},"(":{"docs":{},"d":{"docs":{},"o":{"docs":{},"m":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"当":{"docs":{},"你":{"docs":{},"在":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"会":{"docs":{},"导":{"docs":{},"致":{"docs":{},"无":{"docs":{},"法":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"。":{"docs":{},"为":{"docs":{},"能":{"docs":{},"够":{"docs":{},"正":{"docs":{},"确":{"docs":{},"匹":{"docs":{},"配":{"docs":{},",":{"docs":{},"请":{"docs":{},"确":{"docs":{},"保":{"docs":{},"在":{"docs":{},"模":{"docs":{},"板":{"docs":{},"中":{"docs":{},"写":{"docs":{},"入":{"docs":{},"有":{"docs":{},"效":{"docs":{},"的":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"由":{"docs":{},"于":{"docs":{"hydration.html":{"ref":"hydration.html","tf":0.013333333333333334}}}}}}},"其":{"docs":{},"中":{"docs":{},"关":{"docs":{},"键":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}},"它":{"docs":{},"提":{"docs":{},"供":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}},"作":{"docs":{},"为":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"内":{"docs":{},"容":{"docs":{},"的":{"docs":{},"占":{"docs":{},"位":{"docs":{},"符":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"参":{"docs":{},"考":{"docs":{"api.html":{"ref":"api.html","tf":5.001757469244288}},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}},":":{"docs":{},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"源":{"docs":{},"码":{"docs":{},"结":{"docs":{},"构":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"是":{"docs":{},"以":{"docs":{},"下":{"docs":{},"之":{"docs":{},"一":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}},"指":{"docs":{},"引":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":3.3400900900900896},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}},"向":{"docs":{},"你":{"docs":{},"的":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"入":{"docs":{},"口":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"除":{"docs":{},"此":{"docs":{},"之":{"docs":{},"外":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"你":{"docs":{},"使":{"docs":{},"用":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},":":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"章":{"docs":{},"节":{"docs":{},"。":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"进":{"docs":{},"行":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},":":{"docs":{},"自":{"docs":{},"动":{"docs":{},"推":{"docs":{},"断":{"docs":{},"出":{"docs":{},"最":{"docs":{},"佳":{"docs":{},"的":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},")":{"docs":{},"和":{"docs":{},"预":{"docs":{},"取":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},")":{"docs":{},"指":{"docs":{},"令":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"初":{"docs":{},"始":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"分":{"docs":{},"割":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"最":{"docs":{},"优":{"docs":{},"化":{"docs":{},"的":{"docs":{},"资":{"docs":{},"源":{"docs":{},"预":{"docs":{},"加":{"docs":{},"载":{"docs":{},"/":{"docs":{},"数":{"docs":{},"据":{"docs":{},"预":{"docs":{},"取":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"所":{"docs":{},"需":{"docs":{},"的":{"docs":{},"异":{"docs":{},"步":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}},"示":{"docs":{},"例":{"docs":{},"如":{"docs":{},"下":{"docs":{},":":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}},"(":{"docs":{},"可":{"docs":{},"选":{"docs":{},")":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"构":{"docs":{},"建":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}},"页":{"docs":{},"面":{"docs":{},"模":{"docs":{},"板":{"docs":{"bundle-renderer.html":{"ref":"bundle-renderer.html","tf":0.006756756756756757}}}}}}}}}},"…":{"docs":{},"…":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}},"列":{"docs":{},"入":{"docs":{},"白":{"docs":{},"名":{"docs":{},"单":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"表":{"docs":{},"中":{"docs":{},"重":{"docs":{},"复":{"docs":{},"出":{"docs":{},"现":{"docs":{},"的":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{},"由":{"docs":{},"于":{"docs":{},"这":{"docs":{},"些":{"docs":{},"组":{"docs":{},"件":{"docs":{},"通":{"docs":{},"常":{"docs":{},"由":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"集":{"docs":{},"合":{"docs":{},"(":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"又":{"docs":{},"或":{"docs":{},"者":{"docs":{},",":{"docs":{},"你":{"docs":{},"还":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"告":{"docs":{},"知":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"回":{"docs":{},"调":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"你":{"docs":{},"传":{"docs":{},"入":{"docs":{},"的":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"是":{"docs":{},"可":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{},"在":{"docs":{},"不":{"docs":{},"传":{"docs":{},"递":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}},"外":{"docs":{},"置":{"docs":{},"化":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"模":{"docs":{},"块":{"docs":{},"。":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"构":{"docs":{},"建":{"docs":{},"速":{"docs":{},"度":{"docs":{},"更":{"docs":{},"快":{"docs":{},",":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}}}}}}}}}}},"好":{"docs":{},"处":{"docs":{},"是":{"docs":{},"双":{"docs":{},"重":{"docs":{},"的":{"docs":{},":":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}},"手":{"docs":{},"动":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},"(":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"l":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"扩":{"docs":{},"展":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"为":{"docs":{},"通":{"docs":{},"用":{"docs":{},"的":{"docs":{},"头":{"docs":{},"部":{"docs":{},"管":{"docs":{},"理":{"docs":{},"工":{"docs":{},"具":{"docs":{},"(":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}}}}}}}},"智":{"docs":{},"能":{"docs":{},"地":{"docs":{},"注":{"docs":{},"入":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"清":{"docs":{},"单":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}},"从":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"输":{"docs":{},"出":{"docs":{},"(":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"p":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"送":{"docs":{},"面":{"docs":{},"向":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}}}}}}}}},"还":{"docs":{},"应":{"docs":{},"该":{"docs":{},"由":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"是":{"docs":{},"相":{"docs":{},"当":{"docs":{},"昂":{"docs":{},"贵":{"docs":{},"的":{"docs":{},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"当":{"docs":{},"应":{"docs":{},"用":{"docs":{},"很":{"docs":{},"大":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}},"适":{"docs":{},"用":{"docs":{},"方":{"docs":{},"式":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"链":{"docs":{},"接":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}},"到":{"docs":{},"当":{"docs":{},"前":{"docs":{},"项":{"docs":{},"目":{"docs":{},"中":{"docs":{},"时":{"docs":{},",":{"docs":{},"才":{"docs":{},"需":{"docs":{},"要":{"docs":{},"配":{"docs":{},"置":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}},"除":{"docs":{},"了":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}},"风":{"docs":{},"格":{"docs":{},"导":{"docs":{},"出":{"docs":{},"模":{"docs":{},"块":{"docs":{},"(":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}}}}},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"其":{"docs":{},"中":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"可":{"docs":{},"能":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},",":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"完":{"docs":{},"毕":{"docs":{},"的":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0035149384885764497}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"当":{"docs":{},"提":{"docs":{},"供":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}},"只":{"docs":{},"有":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}},"对":{"docs":{},"于":{"docs":{},"每":{"docs":{},"次":{"docs":{},"渲":{"docs":{},"染":{"docs":{},",":{"docs":{},"b":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}},"异":{"docs":{},"步":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"为":{"docs":{"build-config.html":{"ref":"build-config.html","tf":0.001953125}}}}}}}},"位":{"docs":{},"于":{"docs":{},"提":{"docs":{},"取":{"docs":{},"的":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}},"启":{"docs":{},"用":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"插":{"docs":{},"件":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}},"提":{"docs":{},"取":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}},"作":{"docs":{},"为":{"docs":{},"独":{"docs":{},"立":{"docs":{},"文":{"docs":{},"件":{"docs":{},"提":{"docs":{},"供":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"当":{"docs":{},"直":{"docs":{},"接":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}},"替":{"docs":{},"代":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786},"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}},"确":{"docs":{},"保":{"docs":{},"添":{"docs":{},"加":{"docs":{},"了":{"docs":{},"此":{"docs":{},"插":{"docs":{},"件":{"docs":{},"!":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}},"能":{"docs":{},"够":{"docs":{},"使":{"docs":{},"用":{"docs":{},"预":{"docs":{},"处":{"docs":{},"理":{"docs":{},"器":{"docs":{},"(":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{"css.html":{"ref":"css.html","tf":0.0033783783783783786}}}}}}}}}}}}}},"攻":{"docs":{},"击":{"docs":{},"。":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}},"类":{"docs":{},"似":{"docs":{},"于":{"docs":{},"资":{"docs":{},"源":{"docs":{},"注":{"docs":{},"入":{"docs":{},",":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809}}}}}}}}}}}}}},"转":{"docs":{},"义":{"docs":{},"插":{"docs":{},"值":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"head.html":{"ref":"head.html","tf":0.005988023952095809},"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"何":{"docs":{},"时":{"docs":{},"使":{"docs":{},"用":{"docs":{},"组":{"docs":{},"件":{"docs":{},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}},"决":{"docs":{},"定":{"docs":{},",":{"docs":{},"则":{"docs":{},"上":{"docs":{},"述":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"很":{"docs":{},"好":{"docs":{},"的":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"具":{"docs":{},"有":{"docs":{},"相":{"docs":{},"同":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}},"它":{"docs":{},"具":{"docs":{},"有":{"docs":{},"可":{"docs":{},"能":{"docs":{},"依":{"docs":{},"赖":{"docs":{},"于":{"docs":{},"全":{"docs":{},"局":{"docs":{},"状":{"docs":{},"态":{"docs":{},"的":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}},"对":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"产":{"docs":{},"生":{"docs":{},"副":{"docs":{},"作":{"docs":{},"用":{"docs":{},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}},"性":{"docs":{},"能":{"docs":{},"至":{"docs":{},"关":{"docs":{},"重":{"docs":{},"要":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"明":{"docs":{},"智":{"docs":{},"地":{"docs":{},"利":{"docs":{},"用":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"策":{"docs":{},"略":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"极":{"docs":{},"大":{"docs":{},"改":{"docs":{},"善":{"docs":{},"响":{"docs":{},"应":{"docs":{},"时":{"docs":{},"间":{"docs":{},"并":{"docs":{},"减":{"docs":{},"少":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"负":{"docs":{},"载":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"秒":{"docs":{},"后":{"docs":{},"过":{"docs":{},"期":{"docs":{},"。":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}},"缓":{"docs":{},"存":{"docs":{"caching.html":{"ref":"caching.html","tf":10.005555555555556}}}},"节":{"docs":{},"点":{"docs":{},"的":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"无":{"docs":{},"法":{"docs":{},"与":{"docs":{},"纯":{"docs":{},"基":{"docs":{},"于":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"拼":{"docs":{},"接":{"docs":{},"(":{"docs":{},"p":{"docs":{},"u":{"docs":{},"r":{"docs":{},"e":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}}}}}}}}}}}}}}}}}}}}}},"虽":{"docs":{},"然":{"docs":{"caching.html":{"ref":"caching.html","tf":0.005555555555555556}}}},"流":{"docs":{},"式":{"docs":{},"传":{"docs":{},"输":{"docs":{},"说":{"docs":{},"明":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}},"渲":{"docs":{},"染":{"docs":{"streaming.html":{"ref":"streaming.html","tf":10}},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}},"被":{"docs":{},"发":{"docs":{},"出":{"docs":{},"时":{"docs":{},",":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"可":{"docs":{},"能":{"docs":{},"不":{"docs":{},"被":{"docs":{},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},",":{"docs":{},"它":{"docs":{},"们":{"docs":{},"的":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"调":{"docs":{},"用":{"docs":{},"。":{"docs":{},"这":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"子":{"docs":{},"组":{"docs":{},"件":{"docs":{},"需":{"docs":{},"要":{"docs":{},"在":{"docs":{},"其":{"docs":{},"生":{"docs":{},"命":{"docs":{},"周":{"docs":{},"期":{"docs":{},"钩":{"docs":{},"子":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},",":{"docs":{},"将":{"docs":{},"数":{"docs":{},"据":{"docs":{},"附":{"docs":{},"加":{"docs":{},"到":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"遍":{"docs":{},"历":{"docs":{},"虚":{"docs":{},"拟":{"docs":{"streaming.html":{"ref":"streaming.html","tf":0.014705882352941176}}}}}},"环":{"docs":{},"境":{"docs":{},"下":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":3.333333333333333}}}},",":{"docs":{},"可":{"docs":{},"能":{"docs":{},"还":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}},"(":{"docs":{},"如":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}},",":{"docs":{},"这":{"docs":{},"使":{"docs":{},"得":{"docs":{},"它":{"docs":{},"在":{"docs":{},"其":{"docs":{},"他":{"docs":{"non-node.html":{"ref":"non-node.html","tf":0.009615384615384616}}}}}}}}}}}},"仍":{"docs":{},"然":{"docs":{},"使":{"docs":{},"用":{"docs":{},"独":{"docs":{},"立":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"代":{"docs":{},"码":{"docs":{},"与":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"隔":{"docs":{},"离":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"无":{"docs":{},"需":{"docs":{},"担":{"docs":{},"心":{"docs":{},"文":{"docs":{},"档":{"docs":{},"中":{"docs":{},"提":{"docs":{},"到":{"docs":{},"的":{"docs":{},"状":{"docs":{},"态":{"docs":{},"单":{"docs":{},"例":{"docs":{},"问":{"docs":{},"题":{"docs":{},"。":{"docs":{},"然":{"docs":{},"而":{"docs":{},",":{"docs":{},"这":{"docs":{},"种":{"docs":{},"模":{"docs":{},"式":{"docs":{},"有":{"docs":{},"一":{"docs":{},"些":{"docs":{},"相":{"docs":{},"当":{"docs":{},"大":{"docs":{},"的":{"docs":{},"性":{"docs":{},"能":{"docs":{},"开":{"docs":{},"销":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"重":{"docs":{},"新":{"docs":{},"创":{"docs":{},"建":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"并":{"docs":{},"执":{"docs":{},"行":{"docs":{},"整":{"docs":{},"个":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"请":{"docs":{},"查":{"docs":{},"看":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"典":{"docs":{},"型":{"docs":{},"用":{"docs":{},"法":{"docs":{},"是":{"docs":{},"传":{"docs":{},"入":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"出":{"docs":{},"于":{"docs":{},"向":{"docs":{},"后":{"docs":{},"兼":{"docs":{},"容":{"docs":{},"的":{"docs":{},"考":{"docs":{},"虑":{"docs":{},",":{"docs":{},"此":{"docs":{},"选":{"docs":{},"项":{"docs":{},"默":{"docs":{},"认":{"docs":{},"为":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}},"执":{"docs":{},"行":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"值":{"docs":{},"将":{"docs":{},"使":{"docs":{},"用":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"全":{"docs":{},"局":{"docs":{},"构":{"docs":{},"造":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"在":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"进":{"docs":{},"程":{"docs":{},"中":{"docs":{},"捕":{"docs":{},"获":{"docs":{},"到":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"接":{"docs":{},"收":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"作":{"docs":{},"为":{"docs":{},"回":{"docs":{},"调":{"docs":{},",":{"docs":{},"那":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"使":{"docs":{},"用":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}},"整":{"docs":{},"个":{"docs":{},"构":{"docs":{},"建":{"docs":{},"过":{"docs":{},"程":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},",":{"docs":{},"从":{"docs":{},"而":{"docs":{},"可":{"docs":{},"以":{"docs":{},"让":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"显":{"docs":{},"式":{"docs":{},"地":{"docs":{},"声":{"docs":{},"明":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}},"用":{"docs":{},"于":{"docs":{},"客":{"docs":{},"户":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},"。":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"端":{"docs":{},"插":{"docs":{},"件":{"docs":{},";":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}},"绝":{"docs":{},"对":{"docs":{},"路":{"docs":{},"径":{"docs":{},",":{"docs":{},"指":{"docs":{},"向":{"docs":{},"一":{"docs":{},"个":{"docs":{},"已":{"docs":{},"经":{"docs":{},"构":{"docs":{},"建":{"docs":{},"好":{"docs":{},"的":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}}}}}}}}}},"语":{"docs":{},"法":{"docs":{},"表":{"docs":{},"示":{"docs":{},")":{"docs":{},":":{"docs":{"api.html":{"ref":"api.html","tf":0.0017574692442882249}}}}}}}}},"length":10553},"corpusTokens":["!","!/\\.css$/.test(module.request)","!==","\"development\"","\"first","\"hello\"","\"hydrate\"","\"isomorphic\"","\"load","\"manifest\",","\"pre","\"production\"","\"production\".","\"production\"。","\"render","\"server","\"server\"","\"server\",","\"snapshot\"","\"state","\"stuck\"","\"universal\"","\"universal\",","#","$option","$v8","${html}","&","&&","''","'../store/modules/foo'","'./api'","'./app'","'./app.vue'","'./foo.vue'","'./router'","'./store'","'/',","'/item/:id',","'/path/to/entri","'::'","'__my_state__'","'bonjour'","'bonjour',","'common.[chunkhash].css'","'commonjs2'","'css","'font')","'foo.css',","'foo.css',你需要配置合适的","'function'","'hello'","'hello',","'hero.jpg'","'history',","'image')","'item',","'manifest'","'mi","'mycustomstate',","'node',","'once'","'once'.","'once'。","'once'。更多细节请查看","'once'('once'","'production'","'script'","'server'","'sourc","'style')","'utf","'vendor',","'vue","'vue'","'vuex","'vuex'","(","(!activated.length)","(!matchedcomponents.length)","('once'","()","(.j","(2.3.1+),","(2.3.1+),bundl","(again,","(asyncdata)","(auto","(automat","(automatiqu","(avec","(bi","(c.","(c.asyncdata)","(cacheable)","(comm","(component.asyncdata)","(context)","(dif","(e.g.","(en","(encor","(err)","(err,","(err.cod","(everyth","(ex","(ex.","(ex:","(externalize);","(file,","(h)","(hit)","(html","(i.e.","(interpol","(key,","(key:","(like","(module)","(même","(non","(not","(object)","(optional)","(optionnel)","(par","(pass","(prevmatched[i]","(req,","(requiert","(requir","(récupérat","(same","(seo","(singl","(spa","(ssr","(ssr)?","(state,","(string)","(time","(title)","(to,","(tout","(type","(use","(utilis","(vm)","(vnode,","(when","(window.__initial_state__)","(with","({","(«",")","*","*.sass),","*.sass),那么你也应该将它们添加到白名单中。","*.styl),","*.vue","*.vue)","*.vue,","*.vue.","+","+=",",",".","...","...autr","...omiss","...omit","...other","...忽略无关代码",".json).",".json)。必须以","/","/,","//","/\\.css$/","/\\.css$/,","/\\.vue$/,","/\\.woff2$/.test(file)","/about,","/contact","/contact,","/node_modules/.test(module.context)","0","1","100,","1000","10000","10000,","12.0.0+","12.0.0+)","12.0.0+):","12.0.0+)","1:","2","2'","2.2","2.2,","2.2.0+","2.3.0","2.3.0+","2.3.1+","2.3.1+)","2.3.1+.","2.3.1+。","2.3.2+","2.3.2+,","2.5","2.5+","2.5+,","2.5,","2.5.0+","2.5.0+,","2.5.0+,如果没有传入回调函数,则会返回","2:","3","3.0.0+","3:","3rd","404","404)","6","6+.","6+。","7.6+","7.6+,","8')",":",";","=","===","=>",">",">executestring($app_source);",">executestring($renderer_source);",">executestring($vue_source);","?","?>","?promis","[","['item'],","['vue","[]","[new","[titlemixin],","]","`","`)","`*.vue`","``","`asyncdata()`","`asyncdata`","`global`","`global`(例如","`hello","`id=\"app\"`","`l'url","`router.beforeresolve()`","`router.beforeresolve()`,","`router.beforeresolve()`,以便确保所有异步组件都","`store.dispatch()`","`store.dispatch()`,","`store/index.js`","`style","`template`","`the","`this.datapromise.then(...)`","`title`","`vue","`vue_env`","`webpack.defineplugin`","`window.__initial_state__`.","`window.__initial_state__`,并注入","`{{","`访问的","abil","abordé","abov","above.","absolu","absolue,","absolut","abstract","accept","access","access)它们。","accident","account.","accè","accéder","achiev","actif.","action","actions:","actions?","action」的代码?","activ","activé","actual","actuel","add","added:","addit","addition,","address","advanc","advantag","affich","affiché.","afin","again","again.","agnostic,","agnostiqu","agréable.","ahead","ai","aid","aider","ainsi","ainsi,","ait","ajax","ajax,","ajout","ajouté","algorithm","alias","aliases,","alimenté","all,","all.","allon","allow","along,","alor","alreadi","also:","alter","altern","alternativ","alternatively,","although","altéré","alway","amount","amélior","ancien","anciennes,","anim","anoth","anywher","apercevrez","api","api,","apis,","apis.","api。","api(请忽略此","api,例如,一个","api,因此如果你的代码中,直接使用了像","api,用于处理此问题,通过使用","api,通常方式是,在「纯客户端(cli","app","app!","app'","app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross","app,","app.","app.$mount('#app')","app.j","app.js:","app.js:","app.vu","app/vendor","apparaitr","appareil","appear","appel","appelé","appelés.","appli","applic","application),","application,","application.","application:","applications,","applications.","appliqué","approach","approch","appropri","approprié","appréciation.","aprè","arbitrari","arbr","are:","argument","argument)","arguments:","around","array","arrêt","arrêté","artifact","artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用","artéfact","as:","asid","ask","assert","asset","assign","associ","associé","assum","assur","assurez","assuré","astucieus","async","asyncdata","asyncdata({","asyncdata.","asyncdata。注意,由于此函数会在组件实例化之前调用,所以它无法访问","asyncdata,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(rend","asynchron","asynchrones,","attach","attachon","attaché","attacks.","attaqu","attend","attendez","attent","attribut","attribute:","au","aucun","aura","aurait","aurez","aurion","auron","aussi","aussitôt","autant,","author","auto","automat","automatiqu","autonom","autr","autrement,","aux","avail","avancé","avant","avec","avez","avion","avoid","avoir","avon","awar","away","axio","ayant","ayon","babel","backend","backward","bail","baisser","balis","balises,","band","bandwidth","bar.vu","basant","base","base,","base.","baseconfig","based)的模板的性能相当。在","basedir","basic","basiqu","bass","baz.vu","be","beaucoup","because:","becomes:","befor","beforecr","beforedestroy","beforemount","beforerouteupd","behavior","benefici","benefit","benefits:","besoin","besoin.","best","better","between","bibliothèqu","bibliothèques.","bien","big","bigger.","bind","bing","bit","bloquer","bogu","boilerpl","boilerplate,","bon","bonjour","bonn","boolean","boot.","bootstrap","bord","both","bottlenecks.","box","box,","break","briefli","brièvement","browser","browser,","browser.","browsers.","bu","bug","bug,其中","build","build.","building.","builds,","built","bundl","bundle(serv","bundle),render","bundle,","bundle.","bundle.js')","bundle.json","bundle.json'","bundle.json')","bundle.json',","bundle.json`","bundlerender","bundlerenderer.","bundlerenderer.rendertostream([context]):","bundlerenderer.rendertostring([context,","bundles.","bundle。以下信息假定版本为","bundle。它应该是这样的:","bundle。这具有一些好处","bundle」会发送给浏览器,用于混合静态标记。","bundle」然后用于服务器端渲染(ssr),而「客户端","bundle,不能被外部化","bundle,然后重新创建","bypass","bénéfice","bénéfices,","c'est","c))","c.asyncdata({","ca","cach","cache')","cache,","cache.","cache:","cacheabl","cached,","cached.","cache:","caching)","caching)。要启用组件级别缓存,你需要在创建","caching.","call","callback","callback,","callback.","callback]):","called.","can't","can.","canal","capabl","capacité","car","caractèr","caractère.","caractères.","care","carefulli","cas,","cas.","cascad","case","case,","cases,","cater","caught","caus","causer","cavali","caveat","caveats)","cb(res)","cb)","cb?:","ce","ceci","cela","cela,","cell","celui","cepend","cependant,","certain","cet","cett","ceux","ceux,","chain","chang","changed.","changement","changer","changes.","chaqu","charg","chargement","chargement,","charger","charger,","chargé","chaud","check","chemin","chercher","child","choisi","choix","chose","chunk","chunk\"","chunk\",并开始更快地将其发送给客户端。","chunk(main","chunk)","chunk.","chunks.","chunk。","chunk,之后可能会用于渲染","ci","cibl","class","class:","classe.","client","client,","client.","client.j","client.js',","client.js,","client.js:","client:","clientmanifest","clientmanifest,","clientmanifest.","clientmanifest:","clientmanifest;","clientmanifest。","clientmanifest,返回的字符串中,也将包含着","clienttitlemixin","clé","clé.","code","code!","code)。","code,","code.","code:","collect","collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一","collections,","colloc","collocated,","combin","come","comm","commenc","comment","commentair","commençon","commit","commit('inc')","commit('setitem',","common","commonschunkplugin","commonschunkplugin,","commonschunkplugin,请确保仅在客户端配置(cli","commun","commun.","compar","comparaison","compatibility,","compil","compilé","complet","complet.","complex","complèt","complète.","complètement","compon","component'","component,","component.","component.asyncdata({","component:","components)","components,","components.","components:","components;","comport","compos","composant,","composant.","composants,","composants.","comprendr","compt","compteur","computed:","concaten","concatén","concept","concept,","concern","concord","concordance,","concordance.","concordant","condit","conditionnel","conduis","conduit","config","config)","config)中使用,因为服务器包需要单独的入口","config)包含在两个环境共享的配置,例如,输出路径(output","config)和基本配置(bas","config)和客户端配置(cli","config)大体上相同。显然你需要把","config)将如下所示:","config),可以通过使用","config.","config:","configur","configuré","conjoint","connaiss","connaissance.","connexion","conseillé","consid","consider","considér","considéron","considéré","console.error(err)","console.log(html)","const","constant","constraint","constraints.","constructeur","constructors,","construisez.","construit","consultez","contain","container\".","container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到","conten","contenir","content","content)与转化率直接相关」的应用程序而言,服务器端渲染(ssr)至关重要。","content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(ssr)将是一个小题大作之举。然而,内容到达时间(tim","content)要求是绝对关键的指标,在这种情况下,服务器端渲染(ssr)可以帮助你实现最佳的初始加载性能。","content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的","content,","content.","contenu","contenu,","context","context)","context)。在旧版本中,你必须通过将其传递给","context)上存在一些特定属性时,模板会自动注入对应的内容:","context)中。","context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止","context)执行","context)进行基本插值:","context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context","context),然后在模板中的占位符替换为这些数据。","context,","context.","context.getpreloadfiles()","context.head:","context.head:(字符串)将会被作为","context.renderresourcehints()","context.renderscripts()","context.renderstate(options?:","context.renderstate({","context.renderstyles()","context.st","context.state:","context.state:(对象)初始","context.styles:","context.styles:(字符串)内联","context.url","context:","context]):","contexte,","contexte.","contextkey:","contient","continu","contraint","contrair","contribu","contribut","control","contrôl","contrôler","convers","conversion.","convert","conviendra","core","correct","correcte,","correspond","correspondantes,","cost","couch","count:","courant","courant.","courante.","course,","cout","couteux,","cover","cpu","crawler","creat","createapp","createapp()","createapp(context)","createapp(context).then(app","createapp,","createapp:","createapp,我们也需要给每个请求一个新的","createbundlerender","createbundlerenderer('/path/to/vu","createbundlerenderer(bundle,","createbundlerenderer(bundle[,","createbundlerenderer(serverbundle,","createbundlerenderer.","createbundlerenderer:","createbundlerenderer。这对开发过程中的热重载是很有用的","createbundlerenderer:","created,","createrender","createrenderer([options])","createrenderer({","createrout","createrouter()","createstor","createstore()","creator","critic","critical,","critiqu","critiques,","cross","créateur","création","crée","créer","créez","créon","créé","créé,","créée","css","css(critic","css(inlin","css)","css)。","css)」;","css))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。","css.","css。在客户端,当第一次使用该组件时,vue","css)","css)。","css,例如,import","css,可以使用","css,将以","css,或使用","css,此属性会在构建过程中被自动生成。","current","custom","cycl","côté","d'abord","d'abstract","d'accidentel","d'accè","d'administr","d'ajout","d'aller","d'amélior","d'api","d'applic","d'application,","d'attach","d'attendr","d'autant","d'autr","d'avoir","d'effet","d'encapsul","d'entré","d'entrée.","d'entêt","d'environn","d'environnement,","d'extrair","d'exécut","d'ici","d'import","d'inclur","d'index","d'inform","d'informations.","d'interpol","d'objet","d'option","d'un","d'une","d'url","d'utilis","d'«","d'écrire","d'émettr","d'étape","d'état","d'étranglement","d'éviter","d'évènements.","d'être","d.","dan","dashboard","data","data)","data,","data.","data.tostring()","data:","databas","de","deal","decent","decis","declar","decoupl","dedic","default","default,","default.","defin","definit","dehor","deliv","demand","demo","demo,","dep","depend","dependencies.","dependency:","dependent.","deploy","depth","depui","dernièr","dessou","dessu","destin","destiné","destroy","destroyed.","detail","details,","details.","detect","determin","deterministic,","deux","develop","development.","devez","devices.","devient","devoir","devon","devraient","devrait","devrez","devriez","devrion","devtool:","didn't","dif","differ","differences,","diffèrent","différenc","différent","différents.","dire","direct","directive),以及","directive;","directivemeta)","directives,","directives:","directli","directly:","directori","directory.","disabl","discard","discuss","discut","discuteron","discuté","dispatch","display","displayed,","dispon","dispos","dit","diver","do","docs.","document","document,","document.titl","documentation.","document,这种仅浏览器可用的全局变量,则会在","doesn't","doit","doivent","dom","dom(virtu","dom)","dom,","dom.","dom:","dom。但是,对于服务器端渲染(ssr),责任转移到纯客户端","dom。然而,也可以将同一个组件渲染为服务器端的","dom,因此会在服务器端渲染(ssr)过程中导致错误。有两种方法可以解决这个问题:","don't","donc","donc,","done","donné","données,","données.","dont","dossier","doubl","dout","down","download","drastic","driven","du","due","duplic","durant","dure","dynam","dynamiqu","dynamiques,","début.","débute","débuter","déclarat","déclarer","déclencher","découplé","dédié","dédiée.","déduir","déduit","déduits),","défaut","défaut,","défaut.","défini","définir","définiss","définitives.","déjà","déjà.","délicat","démarrag","démarrage.","démarrer.","démo","dépaquetag","dépaquetage,","dépendanc","dépendra","déplacez","déplacé","déploiement","déployé","désactiv","désactivé","désinfecté","détail","détails,","détails.","détection","détermin","déterministe,","déterminé","développ","développement,","développement.","dû","e.g.","each","earlier","easier","easili","edit","effect","effect)的子组件。","effectu","effectué","effet","element","elements.","elimin","ell","emb","embed","emit","emitted)的","emitted,","empaquet","empaqueté","employ","empêch","en","enabl","enabled.","encapsulé","enclenché,","encor","encore,","endroit","enfant","engin","enregistr","ensuit","ensur","enter","entir","entièr","entr","entrer","entri","entry(univers","entry)","entry)中实现过了,现在我们只需要更新客户端入口(cli","entry):","entry,","entry.","entry:","entry」。在纯客户端应用程序中,我们将在此文件中创建根","entré","entêt","entêtes.","env:","environ","environment,","environments,","environments.","environn","environnements,","envisagez","envoi","envoy","envoyé","err","erreur","erreurs...","error","error')","error...","es2015","es2015,","escap","especi","essay","essenti","essentiel","est","est,","et","etc),","etc.),","evalu","even","event","everyth","ex.","exact","exactli","examin","exampl","example,","except","exceptions.","exclu","exclus","exclusif","exclusiv","execut","executestring('var","exempl","exemple,","exist","expand","expect","expects:","expens","experi","experience,","expir","explicit","explicitli","expliqué","export","exports)","exporté","expos","exposé","express","express:","express:","expérienc","extend","extens","extension.","extern","externalis","externalisé","externals')","externals:","externes.","extra","extract","extractcss","extractcss:","extraction.","extracttextplugin","extracttextplugin({","extracttextplugin.extract({","extrair","extrait","exécut","exécution)","exécuté","fabriqu","facil","fact","fact,","factori","fail.","fair","faire.","fait","fait,","fallback:","fals","false)","false).","false):","false,","false。","false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。","false)在模板中使用这些方法:","false,bundl","familiar","familiarisé","far,","fashion)处理动态导入(dynam","fashion,","fast,","faster","faster.","faudrait","faut","façon","featur","features,","features.","feel","fetch","fetch)已有的数据。","fetching\"","fetching)","fetching:","fetchitem","fetchitem(id).then(item","few","fichier","fichier,","fichier.","fichiers.","figur","fil","file","file,","file.","filenam","filename:","filenames.","files):","files,","files.","files:","fill","fin","final","finally,","fine","fine.","finer","finie.","finir,","finish.","fiou,","first","flow","flow)","flux","flux,","flux.","fly,","focus","foi","fois,","fois.","fold:","follow","following:","fonction","fonctionn","fonctionnait","fonctionnalité","fonctionner,","fonctionnerai","font","fonts,","foo","foo.vu","foocount","foostoremodul","foostoremodule)","for.","forever.","form","format","fort","found","found')","fourni","fourni,","fournie,","fournir","fourniron","fourniss","fournissez","fournit","fragment","framework","free","fresh","fresh,","from,","from.","frontend","full","fulli","function","function)","function))。","function.","function:","functions)","further","further,","futur","futur.","future.","garder","gener","generated,","generated.","generation.","gestion","gestionnair","get","get:","gettitl","gettitle(this)","give","given","global","global,","global.","globales,","globals,","global。","global(例如,polyfill)的依赖模块必须被打包进","globaux","go","good","googl","goulot","grain","grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建","grand","grandement","granularité","greatli","gross","grosse.","groundwork","grâce","guid","guide,","guide.","gâcher","génère","généralement","générateur","générer","génériqu","généré","généré,","générée.","générées.","générés.","gérer","géré","h","h('div',","h(app)","habituel","habitué","hack","hackernew","hacki","hand","handl","handler","handler...","has?:","hash","haut","have.","haven't","head","hello","help","here","here.","hi","high","higher","hint","hint)。默认情况下会:","hints)。","hints)」;","hit","hook","hook)","hook)中使用;一些外部扩展库(extern","hook.","hook:","hooks,","hooks.","hooks;","hot","however,","html","html)","html.","html。","html,使其变为由","html,我们显然无需将其丢弃再重新创建所有的","html,然后使他们成为动态的(能够响应后续的数据变化)。","html,而是使用预渲染方式,在构建时(build","http","http/2","http/2.","https://fetch.spec.whatwg.org/#concept","https://github.com/liady/webpack","https://webpack.js.org/configuration/externals/#funct","hundr","hurt","hydrat","hydratation.","hydration)","hydration)时,自动注入以及","hydration,","hydration.","i)","ici","ici,","ici.","id","id)","id,","id:","id=\"app\"","id=\"app\",","id=\"app\",而是添加","idea","idea:","identifi","identiqu","identiques.","idé","id,再加上最后更新的时间戳,来生成其缓存键(cach","ignor","ignoron","il","imag","imaginon","implement","implementation)。典型做法是传入","implementation.","impliqu","implément","import","import('./components/home.vue')","import('./components/item.vue')","import('./foo.vue')","import),","important","important,","important:","importante,","importantly,","importez","importé","improv","improved.","in:","inc:","inclu","includ","include.","inclure.","incom","index","index.template.html","index.template.html:","index.template.html:","indic","indicateur","indicator)","indicator)。","indicator),就触发","individu","individuel","individuellement.","indépendam","infer","inferred);","infin","inform","information)或内联关键","information)(如头信息(head","information.","initi","initial","initial,","initial.","initiale,","inject","inject:","injected):","injected.","injection)","injection)。","injection,","injection.","injecté","injecté)","injecté.","injectées)","injectées.","injectés,","inlin","inlined)的","insid","inspect","inspectez","instal","installed,","installées,","instanc","instance'","instance)","instance,","instance.","instances:","instancié","instanciés,","instantané","instanti","instantiated,","instantli","instead","instead,","instead.","insérer","inséré","integr","intellig","intelligem","intens","interact","interactive)","interactive).","interactive)。","interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。","interactive.","interactives.","interfac","interfer","interfér","intern","internet","interpol","interpolation)","interpolation)。","interpolation),以避免","interpolation);","interpolation.","interpolation;","interpolé","interprété","introduc","introduct","introduiron","intégrat","intégrer","intégré","intéress","inutil","inutilis","investig","invok","involv","is,","is:","iscach","iscacheable(req)","isol","isolée.","isomorphiqu","isproduct","it'","it.","item","item)","item.titl","item.vu","items:","item。","itself,","jamai","java","java'","java.","javascript","javascript,","jeter","jeux","jour","json","json.","jusqu'en","jusqu'ici,","jusqu'à","just","keep","key","key)和","key)对应一个组件:你无需担心两个组件返回同一个","key),都可以通过传递选项对象进行自定义:","key):","key.","key。","know","knowledg","l'accè","l'action","l'activer,","l'api","l'api.","l'applic","l'application,","l'application.","l'approch","l'arbr","l'argument","l'attach","l'attribut","l'augment","l'avanc","l'avantag","l'emplac","l'emploi,","l'entré","l'environn","l'environnement.","l'envoi","l'erreur","l'erreur...","l'esprit","l'exempl","l'export","l'expos","l'expose.","l'extens","l'externalis","l'extract","l'exécut","l'exécuteur","l'hydrat","l'hydratation,","l'idé","l'implément","l'import","l'indexeur","l'indicateur","l'inject","l'instanc","l'instanci","l'instant),","l'instant,","l'interfac","l'interpol","l'introduct","l'intégralité","l'intégrer","l'intérieur","l'object","l'objectif","l'objet","l'on","l'option","l'un","l'usag","l'utilis","l'utilisateur","l'écosystèm","l'écran","l'écritur","l'élément","l'équip","l'étape","l'état","la","laissé","lancer","larg","largement","last","later","latest","lay","layer,","lazi","lazili","le","lead","lecture,","lent","lents.","lequel","let","let'","leur","level","level)」(例如,使用渲染函数(rend","leverag","levé","li","liaison","librari","libraries.","libraries:","library)可能需要特殊处理,才能在服务器渲染应用程序中运行。","librarytarget:","library。例如,axio","lieu","lifecycl","lifecycle,","lign","limit","limité","line:","link","links)和资源预加载提示(resourc","lire","list","lister","lists.","live","lié","liée","load","load.","loader","loader'","loader',","loader']","loader)","loader,","loader.","loader:","loader`","loaders.","loaders:","loader。服务器配置(serv","loader(vu","loader),具备一些服务器端渲染的特殊功能:","loader:","locat","logic","logic)。","logic):","logic...","logiqu","loin,","long","look","lor","lorsqu","lot","low","lru","lru({","lui","lui.","là","lèveront","légèrement","l’intérieur","mai","main","mainten","maintenant,","maitr","major","majorité","make","mal","manag","management:","mani","manifest","manifest)。使用客户端清单(cli","manifest)以及页面模板:","manifest)和服务器","manifest),客户端配置(cli","manifest,","manifest.","manifest.json","manifest.json')","manifest.json`","manifest.json`。","manipul","manièr","manual","manuel","map","map'","map',","map')","map。","market","markup","markup,","markup.","match","matched.filter((c,","matchedcompon","matching)和数据预取逻辑(data","matching,","matièr","matter","max:","maxage:","maximales.","maximum","mayb","mean","meant","mechan","meilleur","member","membr","memory.","mener","mention","mentionné","merg","merge')","merge(baseconfig,","merge.","meta","meta:","metadata","method","methods:","mettent","metton","mettr","mi","micro","microcach","microcache.get(req.url)","microcache.set(req.url,","mieux","migrat","migrer","millisecond","minchunks:","mind","mind,","minimum","mise","mismatch,","mismatch.","mix","mixin","mixin.j","mixin:","mixins:","mixin,来控制文档标题(docu","mock","mode","mode)下自行移除。","mode,","mode.","mode:","mode;","modifi","modul","module.export","module:","modules.","modèl","moin","moment","moment,","monopag","montag","monter","monton","montée,","montée.","morceaux","more","mostli","mot","moteur","moteur)","mount","mounted.","mounted),只会在客户端执行。","moustach","move","msg","msg:","much","much,","multipl","mustach","mustache)进行","mutations:","mécanism","mémoire.","méthode","même","mêmes.","n'a","n'ajout","n'attendra","n'aura","n'aurait","n'avez","n'avon","n'en","n'est","n'hésitez","n'i","n'import","n'ont","n'utiliserez","n'utilisez","name","name,","name:","namespaced:","nashorn","nashorn,","nashorn.","natif","nativ","natively.","nativement.","natur","naturel","navig","navigateur","navigateur,","navigateur.","navigateurs.","navigation:","ne","necessari","necessary.","need","need,","needed\"","new","next","next()","next)","nginx","nginx,","niveau","no","node","node.j","node.js,","node.js.","node.js:","node_env:","node_modul","node_modules.","nodeextern","nodeexternals({","nodes.","nom","nombr","non","normal","not,","notat","notations):","note","note:","noter","notes:","notez","notic","noton","notr","nou","nous,","nouveau","nouvel","now","now),","now,","npm","npm,但你也可以使用","number","numéro","nuxt.j","nuxt.js.","nuxt.js。它建立在同等的","nécessair","nécessaire.","nécessit","nœud","object","object\"","object)","object)。此对象包含了","object)可选。回调函数是典型的","object)可选。回调是一个典型的","object)可选。更多细节请查看流式渲染。","object,","object.","object:","objects,","objects.","objet","obtenir","obvious","occup","of.","off","offers:","offici","officiel","older","on","onc","only)」的生命周期钩子函数中惰性访问(lazili","only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,node.j","only)的代码中,我们可以设置一个","only)的全局","only)项目配置","ont","oper","optim","optimal","optimaux","optimis","optimisations),","optimisé","option","option).","option.","option:","optional.","optionnel","optionnel.","optionnelle.","optionnelles.","options.","options:","options])","opérat","oracl","order","orient","otherwis","ou","out","outdat","output","output,","output.","output:","outsid","over","overkill.","où","pa","page","page'","page,","page.","pages.","paquetag","paquetage.","par","param","paramètr","parc","parcourir","parcourt","parfait","parfoi","part","partag","partagé","partagés.","parti","particuli","particulièr","partie.","parton","partout","pass","passant","passante.","passed,","passed:","passer","passez","passé","path","path),别名(alias)和","path,","path.","path:","patient","pendant","per","perform","performance,","performance.","performances,","periods.","permet","permett","personnalis","personnalisé","personnalisé,","pertin","petit.","peu","peut","peuvent","phase","phew,","php","pick","pick,","place","place,","place.","placehold","placer","placé","plateform","plateforme,","plateforme.","plateformes,","platform","pleasant.","pleinement","plu","pluge","plugin","plugin!","plugin')","plugin,","plugin.","plugin;","plugins:","plupart","plus,","plusieur","plutôt","point","point,","pointer","polic","polices,","polluer","pollut","pollution)。","pollution.","polyfil","polyfill.","polyfills)","polyfill。","polyfill。这是因为当使用新的上下文模式时,serv","polyfill)的依赖模块列入白名单","popul","poser","possibilité","possibl","possible.","possèd","postcss","postcss,","posé","potenti","potentiel","pour","pourquoi","pourra","pourrait","pourriez","pourron","pouvant","pouvez","pouvez.","pouvon","power","pre","precis","prefer","prefetch","prefetched,","preload","preloaded,","preloaded.","premier","premièr","prendr","prenon","prepar","prerend","prerendering)","pretti","prevent","previous","prevmatch","pri","primarili","princip","principal","principale.","print(res)","prior","prioriti","priorité","priorité.","probabl","problem","problem.","problèm","problème.","process","process'","process,","process.","process.env.node_env","process.env.vue_env","process:","processor","processor)或","processu","processus,","prochain","produc","product","production,","production.","productivité","produis","profondeur","programmat","programmatiqu","project","project.","projet","promess","promis","promise((resolve,","promise.all(activated.map(c","promise.all(matchedcomponents.map(compon","promise,","promise:","prop","prop,","proper","properli","properly.","properti","propo","propr","proprement.","propriété","props.item.id","props.item.id,","props.item.id.","props.item.last_upd","props:","prop,则需要修改","proven","provid","provided,","provoqu","pré","préchargement","précharger","préchargé","préchargées.","préchargés,","préchargés.","précisément","précompil","précompilation.","précompilé","préconçu","précédemment.","précédent","préférer","préférez","préoccup","préparer","préparez","préprocesseur","présent","présent,","présuppos","prévention","prêt","prêt,","prête","pui","puis...","puisqu","puisqu'il","puiss","pull","pure","purpose.","push)。","push.","put","périmé.","périod","qu'argu","qu'au","qu'en","qu'est","qu'exemple.","qu'il","qu'un","qu'à","qu'état","quand","quantité","que","que,","quel","quell","quelqu","queri","question","qui","quit","quoi","racin","raison","ralentit","rapid","rapide,","rapidement.","rappel","rappel.","rapport","rate.","raw","re","react","reactiv","read","readabl","readi","ready,","realli","recharg","recherch","recommandations.","recommandé","recommandé).","recommend","recommendations.","recommended).","recréant","recréer","redi","redisclient.get(key,","redisclient.set(key,","reduc","redémarr","refair","refer","regardless","regardless,","regist","register)这个模块:","registr","reject","reject({","reject)","rejett","reli","relis","reload","reload)","remain","remarquerez","remarqué","remov","remplac","remplacé","rempli","remplir","rend","rendant","render","render,","render.","render:","rendercach","rendered.","rendered:","renderer')","renderer').createrenderer()","renderer,","renderer.","renderer.rendertostream(context)","renderer.rendertostream(vm[,","renderer.rendertostring((err,","renderer.rendertostring(app).then(html","renderer.rendertostring(app,","renderer.rendertostring(context,","renderer.rendertostring(vm[,","renderer/basic.j","renderer/basic.js`","renderer/cli","renderer/serv","renderer:","renderer,来禁用所有自动注入。","renderer,用法和普通","renderer:","rendering)","rendering.","rendering:","renderresourcehints()","renderscripts()","renderstate()","renderstyles()","rendertostr","rendertostream","rendertostring,","rendertostring:","rendertostring:","rendervuecomponenttostring(vm,","rendr","rendu","rendu)","rendu,","rendu.","rendus.","renvoi","renvoy","repeat","repeatedli","replac","repres","repris","représent","req","req.url","request","request),以及改善可交互时间(tti","request,","request.","request:","requests!","requests,","requi","requiert","requir","require('./app')","require('./webpack.base.config.js')","require('/path/to/built","require('/path/to/vu","require('express')()","require('extract","require('fs').readfilesync('./index.template.html',","require('fs').readfilesync('/path/to/template.html',","require('lru","require('vu","require('vue')","require('webpack","require('webpack')","require:","requirements.","require:","requises.","requêt","requête,","requête.","requêtes,","requêtes.","res)","res.end(`","res.end(hit)","res.end(html)","res.status(404).end('pag","res.status(500).end('erreur","res.status(500).end('intern","resolv","resolve(app)","resolved,","resolved.","resolve。","resourc","respect","respons","responsabilité","responsive.","ressembl","ressemblerait","ressourc","rest","restart","reste.","rester","restera","result","result.","retir","retiré","retourn","retournerai","retourné","return","reus","revis","right","risqu","root","rout","routag","route,","route.","route.params.id)","route:","router","router'","router({","router)","router,","router.","router.beforeresolve((to,","router.currentrout","router.getmatchedcomponents()","router.getmatchedcomponents(),","router.getmatchedcomponents(from)","router.getmatchedcomponents(to)","router.j","router.onreadi","router.onready(()","router.onready,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(serv","router.push(context.url)","router、stor","router。我们首先创建一个文件,在其中创建","router。注意,类似于","routes,","routes.","routes:","routeur","routeur,","routeur.","rule","rules:","run","run.","runinnewcontext","runinnewcontext:","runtim","règle","réactif","réactifs.","réactive.","réactivité","réagir","réalis","réalisé","récemment","récupérat","récupérer","récupéré","récupérés,","réduir","réel,","réellement","réexécut","référenc","référer","répons","répétée","réservé","résolu","résolu,","résolues.","résolut","résoudr","résultat","rétrocompatibilité,","réutilis","réviser","s'appliqu","s'appui","s'exécut","s'hydratera","s'il","salut","same","same:","san","sanit","save","savent","savez","savoir","savon","scenario","scind","scinder","scindé","scission","scope","scratch.","screen.","script","script,其中状态被嵌入在","scénario","se","seamlessli","search","second","second,","second.","seconde,","seconde.","secondes,","section","section,","section.","sections.","see","seen","selector","self","selon","semblera","sen","send","sens","sent","sentir","seo","seo,","seo,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。","seo,那么你可能需要预渲染。无需使用","separ","sera","seraient","serait","serial","seront","serv","server","server!","server,","server.","server.get('*',","server.j","server.js',","server.js:","server.listen(8080)","serverbundl","servercachekey","servercachekey:","servertitlemixin","server。基本配置(bas","serveur","serveur')","serveur,","serveur.","serveur...","set","set.","set:","setinterv","setinterval.","setitem","settimeout","setup","setup,","setup.","set。此外,如果","seul","seulement","shape","share","shell.","ship","shouldn't","shouldprefetch","shouldpreload","shouldpreload.","shouldpreload:","show","show'","si","side","signatur","signifi","signific","significatif","significativ","similair","similaire,","similar","similar,","simpl","simple,","simple.","simplement","simpler","simpli","simplifi","simul","singl","singleton","singleton,","singulièr","sinon","sinon,","site","site.","slow","smaller","smooth","so,","soient","soin","soit","sole","solut","someth","sometim","somm","son","sont","soon","sooner.","sort","sorti","sortie,","sortie.","sou","souhaitez","soumett","sourc","spa","spa(singl","special","specif","specific)","specific)。","specific)页面才会缓存","specific)(即对于相同的","specific.","spinner,","split","splitting)","splitting)时,此方法将智能地正确的推断需要引入的那些异步","splitting,","spécial","spécifiqu","src","ssr","ssr,","ssr.","ssr:","ssr?","stack","stade,","standalon","start","starts.","startup.","state","state)到","state.","state.count++","state:","static","statiqu","statique.","statiques,","statiques.","stay","step","step.","still","stop","stopper","store","store)","store)或\"状态容器(st","store,","store.","store.dispatch('fetchitem',","store.dispatch('foo/inc')","store.j","store.js,","store.registermodul","store.registermodule('foo',","store.replacestate(window.__initial_state__)","store.st","store/modules/foo.j","store:","store。","straightforward","straightforward,","strategi","strategies.","strategy,","strategy.","strategy:","stratégi","stratégie,","stratégie.","stream","stream.","stream.on('data',","stream.on('end',","stream.on('error',","stream.read","stream:","stream:","string","string)","string,","string.","structur","structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的","structure.","style","sub","submit","substitu","such","suffici","suffisam","suggest","suggéron","suit","suitabl","suivant","sujet","supplémentair","support","supporté","suppos","supposez","supposon","supprim","supérieur","sur","surcout","sure","surtout","switch","sync","sync'","sync(store,","synchron","synchrones.","synchronis","sélecteur","séparer","séparé","séparé,","séparé.","sérialis","sérialisé","sûr","sûr,","tableau","tag","tag.","take","tant","tard","tard.","target:","task","taux","team.","tear","techniqu","tel","tell","temp","templat","template),","template).","template,","template.","template:","templates.","template,你可以自己拼接字符串。","temps,","tenant","term","terminé","test","test:","testé","text","that,","that:","there.","therefor","thing","this,","this.","this.$opt","this.$root.$options.ssrcontext","this.$root.$options.ssrcontext.","this.$rout","this.$ssrcontext","this.$ssrcontext.","this.$ssrcontext.titl","this.$store,","this.$store.state.foo.count","this.$store.state.items[this.$route.params.id]","this.$store.unregistermodule('foo')","this...","this.datapromis","this.glob","this.item.id)","this.item.titl","this:","this。需要将","those","three","through","throughout","throw","thu","tier","tierc","tierces.","tiers.","time","time)简单地生成针对特定路由的静态","time,","time.","timer","timers.","timer。在纯客户端(cli","timer,然后在","times.","timestamp","timestamp:","tirer","titl","title):","title.call(vm)","title:","titr","togeth","together.","topic","tou","toujour","tourn","tourner","tourner.","tout","tout,","tout.","trade","tradit","traditionnel","traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。","traffic,","traffic.","trafic,","trafic.","traiter","traité","transform","transpil","travail","traver","travers","treat","treatment","tree","tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个","tree),是否与从服务器渲染的","tree.","tricki","trigger","triggered,","tripl","troi","trop","trouv","trouver","trouvé","trouvée')","true","true,","true.","true。","true,但建议你尽可能使用","true,那么你还应该将修改","try.","trè","tti","turn","two","type","type)","typeof","typic","typiqu","tâche","téléchargé","tôt.","ultim","un","understand","uniqu","unique,","unique.","univers","universel","universel.","universelle,","unlik","unnecessari","unnecessarili","unrel","until","unus","up","up,","updat","updates,","upon","url","url.","url:","urls.","url。","url。这允许我们将访问的","url,总是为所有用户渲染相同的内容),我们可以利用名为","us","us,","usabl","usag","usage.","use:","user","user/1","user/2).","user/2)时,也应该调用","users),","usual","util","utilis","utilisateur","utilisateur,","utilisateur.","utilisateur/1","utilisateur/2).","utilisateurs),","utilisera","utiliseron","utiliseront","utilisez","utilison","utilisé","utilitair","utility)。","utility.","ux","v","v8","v8j","v8js:","va","val)","val:","valabl","valeur","valid","valu","var","variabl","variables.","vendor","ver","veri","verra","verront","versa.","version","version\"","version)\"。","versions.","veut","via","vice","vie","vie,","vie.","view","view.","virtual","virtuel","virtuel.","visibl","visit","visité","visitée,","vivr","vm","vm.$option","vnode","vo","voici","void;","voient","voir","volé","vont","votr","vou","voudra","voulon","vous.","voyez","vs","vs.","vu","vue","vue'","vue({","vue).","vue,","vue.","vue.j","vue.mixin({","vue.set(state.items,","vue.use(router)","vue.use(vuex)","vue_env:","vuessrclientplugin","vuessrclientplugin()","vuessrserverplugin","vuessrserverplugin()","vuessrserverplugin({","vuex","vuex.store({","vuex。我们先创建一个","vue,以及以下","vérifiant","vérific","vérifier","wait","want","wast","waterfal","way","we'v","web","web.","webpack","webpack'","webpack)","webpack,","webpack.","webpack.config.j","webpack.optimize.commonschunkplugin({","webpack。服务器端渲染(ssr)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base,","webpack,以生成","webpack,你可以使用","well","well,","well.","when...","when:","whenev","whether","whitelist","whitelist:","will:","window","window.__initial_state__","window.__initial_state__.","window.__my_state__={...}","windowkey:","wise","wish","woff2","won't","word","work","work,","world","world`","worri","wrap","write","written","xss","xss.","y","yarn","yarn。","yet,","yet.","you'd","you'r","you.","yourself","yourself.","zone","{","{{","{{{","{}","|","||","}","})","})).then(()","}),","}).catch(err","}).catch(next)","}).catch(reject)","}).then(next).catch(next)","})]","},","};","};');","}}","}};","}}`","}}`,","}}}","«","»","»)","»),","»).","»,","».","à","ça","échappé","échappé)","échappé.","échouer.","écrire","écrit","écrite","écrivant","écrivez","éditez","également","égaler","éliminé","élément","émi","émis,","émise","étant","étape","état","étendr","étendues.","éternellement.","été","évalué","évidem","évite","éviter","évitez","éviton","ête","être","—","……render","│","└──","├──","一个函数,用来控制什么文件应该生成","一个函数,用来控制对于哪些文件,是需要生成","一个基本项目可能像是这样:","一个模块被提取到","一些需要注意的坑","上下文中的","上下文中运行,所以请留意在应用程序代码中尽量避免修改","上下文并重新执行整个","上下文状态键(context","上下文,因此伴随有一些显著性能开销。","上,才能手动注入服务器端渲染上下文(ssr","不包含","不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是","不要外置化","不转义插值(non","与","与传统","与服务器集成","专门章节","中","中。","中。假设我们有以下","中。此外,我们将在","中。而在客户端,在挂载到应用程序之前,store","中使用。我们可能会提供一个更简单的构建,可以在将来在其他「javascript","中创建一个新的实例,并从根","中包含","中实现它:","中实现服务器端路由逻辑(server","中导入","中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从","中执行时抛出错误,反之也是如此。","中收集和内联(使用","中无法使用。在","中渲染完整的应用程序,显然会比仅仅提供静态文件的","中的","中的代码具有自己的","中的代码意外污染服务器进程的","中的依赖模块。只有在所生成的","中的所有资源都将被预取,因为这是低优先级指令;","中运行(例如通过","中进行简要讨论。","中,","中,我们可以通过路由获得与","中,我们用下面这行挂载(mount)应用程序:","中,或者使用为你执行此操作的","中,此选项有一个","中,这使得它可以在上述环境中使用。","中:","为了简化这些,你可以直接在创建","为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data","为什么使用服务器端渲染(ssr)?","为整个页面的","为此,建议使用官方提供的","为此,我们将使用官方状态管理库","为要渲染页面提供最佳的","之中,extract","之前调用","之后,只需将文件路径传递给","之外,我们还可以生成客户端构建清单(client","也可以与","也可以也可以在生产模式(product","也可以是可选的异步函数。这允许缓存使用异步","事实上,作者是","什么是服务器端渲染(ssr)?","仅运行于服务器","仅运行于浏览器","介绍构建步骤","仍然使用独立的全局上下文(separ","从","从依赖模块导入样式","代码分割","代码字符串(不推荐)。","代码将与服务器进程在同一个","代码拆分(store","代码提供了更好的缓存。","代码,将看起来如下(所有都是自动注入):","以","以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在","以便可以在之后正确注入异步","以便在组件中,我们可以在数据准备就绪后","以便我们不会二次预取(doubl","以便我们能够知道数据在何时更新","以便服务器能够等待所有的内容在渲染前,","以获得更好的缓存,是很常见的做法。","会在服务器端渲染(ssr)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如","会检查这个组件是否已经具有服务器内联(server","会返回","会遇到问题。为了解决这个问题,请避免在","传入","传递到我们的","传递给","但是稍后我们将在此执行服务器端路由匹配(server","位于提取的","何时使用组件缓存","作为对象传递给","作出贡献!","你也可以通过将","你可以在这里添加更多的文件类型。例如,未处理","你可能已经注意到,我们的服务器代码使用了一个","你应该在创建","你还应该将修改","使用","使用「ssr","使用一个页面模板","使用三花括号(tripl","使用双花括号(doubl","使用基本","使用服务器端渲染(ssr)时还需要有一些权衡之处:","使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data","使用相同的策略,你可以轻松地将此","使用(可选的)选项创建一个","例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个","例如,请查看","依赖一些","依赖模块导入","依赖模块放置在不同位置,或者","假定我们有一个可以返回","假设服务器","停止加载指示器(load","元素。相反,我们需要\"激活\"这些静态的","关于此指南","关键","具体实现细节)","具体查看:","具体请查看","典型用法是传入","内置支持组件级别缓存(compon","内置的","内部使用的","内部异步组件中的","内部抛出的错误,使用的是","内部自动注入","决定,则上述是一个很好的实现。但是,如果具有相同","出于向后兼容的考虑,此选项默认为","函数。我们也可以通过纯客户端(client","函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。","函数来缓存组件。","函数的第二个参数,来提供插值数据:","函数,并返回","函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。","函数:","列入白名单,例如","列表中重复出现的组件。由于这些组件通常由数据库集合(databas","创建","创建应用程序实例,将","创建插件实例时可以自定义文件名:","创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。","到","到根","到目前为止,我们假设打包的服务器端代码,将由服务器通过","到目前为止,我们还没有讨论过如何将相同的","匹配不到的路由,执行","匹配要渲染的视图后,再获取数据:","单个文件组件内的","单页应用程序)相比,服务器端渲染(ssr)的优势主要在于:","即运行在服务器和客户端的代码。由于用例和平台","原始文件,","原生定时器,来为","原生模块,因此只能在","参数可以是以下之一:","参考","参考。","参考:手动资源注入(manual","参考:源码结构","又或者,你还可以将","另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据","只从应用程序生成","只在","只有非用户特定(non","只用于","只需创建应用程序,并且将其挂载到","只预加载","只预加载重要","可以很好对同步","可以通过","可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件","可能会随时间而变化,或者如果渲染结果依赖于其他","可读流。上下文对象(context","同样的规则也适用于","同步路由状态(rout","后执行,","后返回最终渲染的","后,","后,会返回","否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。","启用","告知","和","和将","和操作","和路由信息作为参数传递进去:","和(可选的)选项创建一个","哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。","回调函数中,你传入的","回调函数是可选项。在不传递","因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre","因为有可能会是异步路由钩子函数或组件,所以我们将返回一个","因此可以创建多个实例化该模块","因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。","因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的","因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:","在","在下一章节中,我们将讨论如何配置","在之后的指南中介绍相关概念时,我们将详细讨论这些。","在使用","在使用带有","在初始路由","在大型应用程序中,我们的","在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user","在客户端,处理数据预取有两种不同方式:","在对你的应用程序使用服务器端渲染(ssr)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time","在嵌入","在开发模式下,vue","在开发环境甚至部署过程中热重载(通过读取更新后的","在所有预取钩子(prefetch","在服务器处理函数中……","在服务器端构建过程中,不应该外置化提取。","在服务器端渲染(ssr)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。","在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加","在此模式下,修改","在流式渲染模式下,当","在浏览器端接管由服务端发送的静态","在生成","在生成的文件名中有哈希时,可以取代","在纯客户端应用程序(client","在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:","在调用","在路由导航之前解析数据:","在路由组件内","在这里导入模块,而不是在","在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件","在通过","在非","在默认构建时,会预先假定有一个","基于指令绑定元数据(metadata)转换","基于文件扩展名的类型推断。","基本用法","处理。","处理。如果你导入依赖于","处理任何错误","处理异常……","处理程序,它接受任意","处理错误……","外置化应用程序依赖模块。可以使服务器构建速度更快,","大多数自定义指令直接操作","好处是双重的:","如基本示例所示,我们为每个请求创建一个新的根","如果","如果你使用","如果你想从","如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器","如果你根本没有使用","如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:","如果你调研服务器端渲染(ssr)只是用来改善少数营销页面(例如","如果先前已经使用过","如果在服务器端渲染期间使用,可以在","如果它在","如果提供了","如果没有,css","字体","字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。","字符串,并由","它具有可能依赖于全局状态的子组件。","它具有对渲染上下文产生副作用(side","安装","实例","实例。","实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在","实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross","实例注入。","实例渲染为","实例渲染为一个","实例渲染为字符串。上下文对象(context","实例)","实例,并直接挂载到","实例,所以文件导出一个","实现逻辑为,检查请求是否是用户特定(user","客户端","客户端和服务器端的通用编程体验。","客户端数据预取(client","客户端混合","客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的","客户端激活(client","客户端特定引导逻辑……","客户端配置(client","客户端,可以向服务器和客户端都暴露相同的","客户端:","密集),因此如果你预料在高流量环境(high","对","对于","对于仅浏览器可用的","对于共享于服务器和客户端,但用于不同平台","对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用","对于所有环境,必须要预先在环境中模拟","对于自定义指令,允许提供服务器端实现:","对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(ssr)解决此问题。","对所有匹配的路由组件调用","对象(client","对象。","对象。注意事项如下:","对象。由于在使用","对象中的获取","对象会暴露以下方法:","对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。","对象进行插值,你可以(通过传入","对象,以及将","对象,允许模板插值中的组件动态地注册数据。","对象,在其","导入","导入它。","导入文件,通过","导入的","导出一个","导出一个工厂函数,用于创建新的","导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情","将","将主","将会使用","将会是","将会有所帮助,此示例使用了本指南涵盖的大部分技术。","将作为","将使用","将依赖模块提取到","将内联为","将创建一个新的","将可能的异步组件和钩子函数解析完","将在独立的全局上下文(separ","将外部","将推断客户端生成的虚拟","将是注入应用程序内容的完整页面","将永远保留下来。为了避免这种情况,请将副作用代码移动到","将生成为可传递到","将获取数据操作分配给","将通过","就已经准备就绪。","就应该获取到状态:","尽管","层完成,但是我们也可以在","层级(virtual","属性:你需要自行添加","已更改,例如,从","已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:","带有逻辑配置的组件(logic","并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。","并且","并且我们的服务器代码现在变为:","并且还会在编译","并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。","并列同级,组件作用域","并将其暴露于根实例的","并手动执行资源注入时,传入","并生成较小的","并返回一个内联的","应用程序/vendor","应用程序、router","应用程序。事实上,我们可能需要在服务器上使用","应用程序中,然后对客户端和服务器复用相同的路由配置!","应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。","应用程序代码。","应用程序实例共享","应用程序实例,以便它可以渲染","应用程序广泛测试","应用程序提供给客户端。为了做到这一点,我们需要使用","应用程序时,render","应用程序是由","应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积","应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示","应用程序,因为:","应该","应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由","开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycl","开发过程中热重载(hot","开头才会被识别为文件路径。","异步路由组件的路由配置示例:","当你在渲染","当你阅读时,参考官方","当使用","当在渲染上下文(render","当我们将状态附加到上下文,","当编写纯客户端(client","必填选项","必须匹配版本。","必须是一个函数,","性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。","惰性注册(lazi","我们假设你已经知道,如何为纯客户端(client","我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交","我们只关心非预渲染的组件","我们可以在路由组件的","我们可以编写一个简单的","我们可以通过传入一个\"渲染上下文对象\",作为","我们可以通过检查匹配的组件,并在全局路由钩子函数中执行","我们将在后面的章节讨论规划结构的细节","我们将在整个指南中使用","我们将在路由组件上暴露出一个自定义静态函数","我们的","我们需要通过访问路由,来决定获取哪部分数据","或","或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。","所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用","所以我们对比它们,找出两个匹配列表的差异组件","所支持的使用动态导入作为代码分割点相结合,你需要做的是:","所谓客户端激活,指的是","所需的构建工件(build","手动资源注入(manual","打包","执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到","扩展为通用的头部管理工具(gener","扩展说明(extern","技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,nuxt.j","指向你的客户端入口文件。除此之外,如果你使用","指向应用程序的","指引","接收第二个参数作为回调,那","控制使用","推荐","推荐使用","推荐使用组件作为抽象机制,并运行在「虚拟","提供","提供一个名为","提供一个模板。此模板应包含注释","提供以下优点:","提供异步组件作为第一类的概念,将其与","提供组件缓存具体实现。缓存对象必须实现以下接口(使用","提取","提取。","提取到单独的","提取应该只用于生产环境","提取的","插件","插件作为独立文件提供,并且应当直接","插件提取","支持","支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。","支持(在","支持)","支持:","改为这样:","攻击。","数据预取","数据预取和状态","数据预取存储容器(data","数据预取指令(preload","整个构建过程的信息,从而可以让","文件","文件。","文件。app.j","文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。","文件。客户端","文件。所创建的","文件与外部的","文件中提取","文件中的样式,然而你也可以使用","文件中(使用","文件会被预加载,因为它们是启动应用时所必需的。","文件列入白名单。这是因为从依赖模块导入的","文件时):自动内联在渲染过程中用到的组件所需的css。更多细节请查看","文件的插件。","文件(.j","文件(例如,使用","文件,则无需外置化提取","文件,里面会模拟一些根据","时……","时。","时已经自动创建过。","时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如","时提供具体缓存实现方式(cach","时是否执行自动注入。默认是","时需要注意的几点:","时,","时,context.st","时,使用","时,可以消除此约束,但是由于需要为每个请求创建一个新的","时,在服务器并不真正需要它,所以实际上只需在客户端","时,如果提取的","时,它将自动执行「由","时,我们可以确保对","时,模板会自动注入以下内容:","时,此方法返回一个","时,自动注入「资源链接(asset","时,自动注入关键","是一个","是在要用到的","是我们应用程序的「通用","是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出","是由","是通过","是:","显式地声明","智能地注入为","暴露","更加大量占用","更多信息请查看构建配置。","更多的服务器端负载。在","更多细节请查看","更好的","更快的内容到达时间(time","更重要的是,vue","替代","最后,请注意,本指南中的解决方案不是限定的","最新版本能够完全支持","服务器","服务器上的数据响应","服务器中使用时相当简单直接,例如","服务器实时动态编译","服务器推送(http/2","服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。","服务器渲染的","服务器端数据预取(server","服务器端渲染","服务器端渲染(ssr)与其他后端设置进行混合使用,是后端自身集成","服务器端渲染指南","服务器配置(server","服务器配置,是用于生成传递给","服务器需要「服务器","期望值:boolean","期间并不会调用销毁钩子函数,所以","本指南专注于,使用","本指南将会非常深入,并且假设你已经熟悉","本指南需要最低为如下版本的","本身不支持","本身,并且具有","来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用","来处理组件","来处理这个问题:","来完成标题管理:","来实现:","来打包我们的","来执行其他任务","来注入正确的资源","来直接访问组件中的服务器端渲染上下文(ssr","来简单地扩展基本配置。","来访问它。","构建为单个","构建配置","构建配置。","构建,并且许多","构造函数,所以它不会是服务器进程中","标签。当在应用程序代码中使用异步代码分割(async","标签也会注入","标签内由","标签到所渲染的","标签动态注入。","标签包含所有关键","标签的形式注入到页面头部。注意,如过你使用了","标签,以避免客户端的瀑布式请求(waterfal","标记(markup)。在这个示例中,我们必须用一个额外的","标记。","标记注入的地方。","树(virtual","核心团队的成员。","根元素的","根实例简单的渲染应用程序组件。","模块:","模板中写入:","模板中根元素具有","模板中注入的内容。更多详细信息,请查看生成","模板插值","模板还支持使用渲染上下文(render","模板还支持简单插值。给定如下模板:","此处告知","此外还需要注意的是,你应该避免在","此外,当提供","此外,模板支持一些高级特性,例如:","此插件在输出目录中","此方法不返回字符串","此方法序列化","此方法返回引导客户端应用程序所需的","此方法返回当前要渲染的页面,所需的","此策略将客户端数据预取逻辑,放在视图组件的","此设置支持使用","此选项可以是一个字符串或函数","步:创建一个","步:将","注入","注入到页面的头部(head)里。","注入(在使用","注意","注意,推荐将","注意:","注释","流式传输说明(stream","流式渲染","流式渲染(streaming)","浏览器会在","涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(spa)不同,服务器渲染应用程序,需要处于","添加路由钩子函数,用于处理","渲染一个","渲染为一个","渲染为字符串。上下文对象(context","渲染完成","渲染当前页面所需的最优客户端","渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer","源码结构","然后修改","然后子组件可以通过","然后更新","然后模板中的内容将会传递给","然后,你可以通过实现","然后,你就可以使用生成的客户端清单(client","然后,我们可以读取和传输文件到","然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与","然而,当第一个数据","版本","版本中,嵌入式","版本中,我们把那些基本上与环境无关的构建,编译到","版本中,此","特定功能不能直接在","特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。","特殊属性,让客户端","状态将自动序列化为","状态进行客户端融合(client","状态键(window","状态,将以","状态,自动嵌入到最终的","环境下使用","环境下,可能还需要使用","环境中使用","环境(如","环境,这使得它在其他","现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载","现在已经填充入渲染应用程序所需的状态。","现在我们正在使用","现在我们的服务器与应用程序已经解耦!","现在我们需要在","现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用","现在,路由组件可以利用以上","生命周期中。","生命周期时产生全局副作用的代码,例如在其中使用","生命周期时将其销毁。但是,由于在","生成","生成的","生成的客户端构建","生成的虚拟","生成的默认文件是:","用于客户端插件。","用于服务器端插件;","由","由于传递给","由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。","由于服务器已经渲染好了","由于模块现在是路由组件的依赖,所以它将被","由于没有动态更新,所有的生命周期钩子函数中,只有","的","的一个实例。","的任何其他类型的文件(例如","的任务(task),建议将平台特定实现包含在通用","的位置","的做法,并且可能会干扰到其他","的其他选项","的参考设置。","的可交互时间(tti","的基本","的实现,以考虑其他变量。","的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。","的形式内联到页面。内联的","的情况下编写我们的","的按需代码分割特性渲染","的推荐方法是简单地使用","的方法:","的服务器端单页面应用程序渲染。将","的服务器端实现。","的服务器端渲染(ssr)相当快速,但是由于创建组件实例和虚拟","的服务器端渲染(ssr),你应该注意到,推荐的代码结构现在略有不同(使用新的","的源码结构","的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。","的版本,你可以通过","的特殊","的环境检测代码。","的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用","的示例用法:","的缓存策略,来大幅度提高应用程序处理高流量的能力。","的自定义插件,server","的话题,我们会在","的路由","的过程。","的运行目录。运行时将会以此目录为基准来解析","的逻辑:","的问题","直接使用:","相匹配的组件,如果组件暴露出","相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行","相同的函数签名。","相同,但是","知道这部分","确保添加了此插件!","秒后过期。","移动到路由组件的异步","章节。","第","等到","等)的","简单地使用","管理","管理。","管理的动态","管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render","类似于资源注入,head","组件。","组件可以提供一个","组件时,","组件时,自动注入「关键的","组件生命周期钩子函数","组件的渲染过程中收集的。有关更多详细信息,请查看","组件级别缓存(compon","组件,进行生成","结构(dom","结构。例如,当你在","绝对路径,指向一个已经构建好的","缓存","编写通用代码","能够使用预处理器(pre","自动推导需要在","自动注入),这样可以将文件分开缓存。建议用于存在很多公用","自动清理,以防止","自定义指令","节点的开销,无法与纯基于字符串拼接(pure","获取","获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果","获取到内联预置(inline)状态。","菊花图,然后通过","虽然","被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render","要从","要使用客户端清单(client","触发","设置","设置为","设置服务器端","访问特定平台(platform","语法表示):","请注意,上述配置仅适用于","请注意,可缓存组件还必须定义一个唯一的","请注意,在","请注意,截至目前,googl","请注意,缓存对象应至少要实现","请注意,考虑到如果第三方","资源(cpu","资源提示(resourc","资源提示。","资源预加载提示(resourc","资源(支持自动推导异步代码分割所需的文件);","路由和代码分割","转义插值(html","轻松地添加预渲染。它已经被","输出(webpack","输送面向服务器代码(server","运行时(runtime)」运行。","运行时分离到一个引导","运行时和","运行环境。","返回","返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。","返回的","返回的值是","还应该由","还是相当昂贵的,特别是当应用很大的时候。","这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是","这也为你的","这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。","这允许","这可以通过纯客户端(client","这将返回内联","这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。","这是将服务器的整个输出","这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,node.j","这样我们在开发过程中仍然可以热重载","这通常在","这里假定","这里如果有加载指示器(load","这里将是应用程序","这里无需传入一个应用程序,因为在执行","这里进行修改……","进行最优化的资源预加载/数据预取,并且还可以将所需的异步","进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割","适用方式(node","选项","选项。通过使用唯一的名称,每个缓存键(cach","选项中,我们将","选项可以进一步自定义要预加载的文件。","选项所提供\"服务器端版本(server","选项时自动处理)组件的","选项用于","选项精确控制预加载资源:","选项设置为","选项(需要","选项,并设置为","通常","通用","通用代码不可接受特定平台的","通过","通过以上设置,使用代码分割特性构建后的服务器渲染的","通过此选项提供一个由","通过运行","遍历虚拟","避免在客户端重复注册模块。","避免状态单例","那么,我们在哪里放置「dispatch","都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time","都提供开箱即用的流式渲染功能。所有你需要做的就是,用","配置中使用","配置示例如下:","重要信息:state","重要信息:当多次访问路由时,","重要信息:这将","重要提示:条目在","重要:使用","钩子函数中,使用","链接","链接到当前项目中时,才需要配置此选项。","防御。","除了","需要","需要处理的依赖模块。","需要注意的是,你仍然需要在挂载","需要版本","页面","页面包裹容器,来包裹生成的","页面级别缓存(page","预加载页面所需的","预取异步","预渲染(ssr","风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。","风格导出模块(node","默认情况下,只有","默认情况下,对于每次渲染,bundl","默认情况下,异步","默认情况下,当提供","默认文件名为","(可选)客户端构建","(可选)页面模板",",作为渲染应用程序内容的占位符。",",其中关键",",它提供:",",所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的",",然而,由于"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"Vue.js 服务器端渲染指南\n\n注意: 本指南需要最低为如下版本的 Vue,以及以下 library 支持:\n\nvue & vue-server-renderer 2.3.0+\nvue-router 2.5.0+\nvue-loader 12.0.0+ & vue-style-loader 3.0.0+\n\n如果先前已经使用过 Vue 2.2 的服务器端渲染(SSR),你应该注意到,推荐的代码结构现在略有不同(使用新的 runInNewContext 选项,并设置为 false)。现有的应用程序可以继续运行,但建议你迁移到新的推荐规范。\n\n什么是服务器端渲染(SSR)?\nVue.js 是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出 Vue 组件,进行生成 DOM 和操作 DOM。然而,也可以将同一个组件渲染为服务器端的 HTML 字符串,将它们直接发送到浏览器,最后将静态标记\"混合\"为客户端上完全交互的应用程序。\n服务器渲染的 Vue.js 应用程序也可以被认为是\"同构\"或\"通用\",因为应用程序的大部分代码都可以在服务器和客户端上运行。\n为什么使用服务器端渲染(SSR)?\n与传统 SPA(Single-Page Application - 单页应用程序)相比,服务器端渲染(SSR)的优势主要在于:\n\n更好的 SEO,由于搜索引擎爬虫抓取工具可以直接查看完全渲染的页面。\n请注意,截至目前,Google 和 Bing 可以很好对同步 JavaScript 应用程序进行索引。在这里,同步是关键。如果你的应用程序初始展示 loading 菊花图,然后通过 Ajax 获取内容,抓取工具并不会等待异步完成后再行抓取页面内容。也就是说,如果 SEO 对你的站点至关重要,而你的页面又是异步获取内容,则你可能需要服务器端渲染(SSR)解决此问题。\n\n更快的内容到达时间(time-to-content),特别是对于缓慢的网络情况或运行缓慢的设备。无需等待所有的 JavaScript 都完成下载并执行,才显示服务器渲染的标记,所以你的用户将会更快速地看到完整渲染的页面。通常可以产生更好的用户体验,并且对于那些「内容到达时间(time-to-content)与转化率直接相关」的应用程序而言,服务器端渲染(SSR)至关重要。\n\n\n使用服务器端渲染(SSR)时还需要有一些权衡之处:\n\n开发条件所限。浏览器特定的代码,只能在某些生命周期钩子函数(lifecycle hook)中使用;一些外部扩展库(external library)可能需要特殊处理,才能在服务器渲染应用程序中运行。\n\n涉及构建设置和部署的更多要求。与可以部署在任何静态文件服务器上的完全静态单页面应用程序(SPA)不同,服务器渲染应用程序,需要处于 Node.js server 运行环境。\n\n更多的服务器端负载。在 Node.js 中渲染完整的应用程序,显然会比仅仅提供静态文件的 server 更加大量占用 CPU 资源(CPU-intensive - CPU 密集),因此如果你预料在高流量环境(high traffic)下使用,请准备相应的服务器负载,并明智地采用缓存策略。\n\n\n在对你的应用程序使用服务器端渲染(SSR)之前,你应该问的第一个问题是,是否真的需要它。这主要取决于内容到达时间(time-to-content)对应用程序的重要程度。例如,如果你正在构建一个内部仪表盘,初始加载时的额外几百毫秒并不重要,这种情况下去使用服务器端渲染(SSR)将是一个小题大作之举。然而,内容到达时间(time-to-content)要求是绝对关键的指标,在这种情况下,服务器端渲染(SSR)可以帮助你实现最佳的初始加载性能。\n服务器端渲染 vs 预渲染(SSR vs Prerendering)\n如果你调研服务器端渲染(SSR)只是用来改善少数营销页面(例如 /, /about, /contact 等)的 SEO,那么你可能需要预渲染。无需使用 web 服务器实时动态编译 HTML,而是使用预渲染方式,在构建时(build time)简单地生成针对特定路由的静态 HTML 文件。优点是设置预渲染更简单,并可以将你的前端作为一个完全静态的站点。\n如果你使用 webpack,你可以使用 prerender-spa-plugin 轻松地添加预渲染。它已经被 Vue 应用程序广泛测试 - 事实上,作者是 Vue 核心团队的成员。\n关于此指南\n本指南专注于,使用 Node.js server 的服务器端单页面应用程序渲染。将 Vue 服务器端渲染(SSR)与其他后端设置进行混合使用,是后端自身集成 SSR 的话题,我们会在 专门章节 中进行简要讨论。\n本指南将会非常深入,并且假设你已经熟悉 Vue.js 本身,并且具有 Node.js 和 webpack 的相当不错的应用经验。如果你倾向于使用提供了平滑开箱即用体验的更高层次解决方案,你应该去尝试使用 Nuxt.js。它建立在同等的 Vue 技术栈之上,但抽象出很多模板,并提供了一些额外的功能,例如静态站点生成。但是,如果你需要更直接地控制应用程序的结构,Nuxt.js 并不适合这种使用场景。无论如何,阅读本指南将更有助于更好地了解一切如何运行。\n当你阅读时,参考官方 HackerNews Demo 将会有所帮助,此示例使用了本指南涵盖的大部分技术。\n最后,请注意,本指南中的解决方案不是限定的 - 我们发现它们对我们来说很好,但这并不意味着无法继续改进。可能会在未来持续改进,欢迎通过随意提交 pull request 作出贡献!\n"},"basic.html":{"url":"basic.html","title":"基本用法","keywords":"","body":"基本用法\n安装\nnpm install vue vue-server-renderer --save\n\n我们将在整个指南中使用 NPM,但你也可以使用 Yarn。\n注意\n\n推荐使用 Node.js 版本 6+。\nvue-server-renderer 和 vue 必须匹配版本。\nvue-server-renderer 依赖一些 Node.js 原生模块,因此只能在 Node.js 中使用。我们可能会提供一个更简单的构建,可以在将来在其他「JavaScript 运行时(runtime)」运行。\n\n渲染一个 Vue 实例\n// 第 1 步:创建一个 Vue 实例\nconst Vue = require('vue')\nconst app = new Vue({\n template: `Hello World`\n})\n\n// 第 2 步:创建一个 renderer\nconst renderer = require('vue-server-renderer').createRenderer()\n\n// 第 3 步:将 Vue 实例渲染为 HTML\nrenderer.renderToString(app, (err, html) => {\n if (err) throw err\n console.log(html)\n // => Hello World\n})\n\n// 在 2.5.0+,如果没有传入回调函数,则会返回 Promise:\nrenderer.renderToString(app).then(html => {\n console.log(html)\n}).catch(err => {\n console.error(err)\n})\n\n与服务器集成\n在 Node.js 服务器中使用时相当简单直接,例如 Express:\nnpm install express --save\n\n\nconst Vue = require('vue')\nconst server = require('express')()\nconst renderer = require('vue-server-renderer').createRenderer()\n\nserver.get('*', (req, res) => {\n const app = new Vue({\n data: {\n url: req.url\n },\n template: `访问的 URL 是: {{ url }}`\n })\n\n renderer.renderToString(app, (err, html) => {\n if (err) {\n res.status(500).end('Internal Server Error')\n return\n }\n res.end(`\n \n \n Hello\n ${html}\n \n `)\n })\n})\n\nserver.listen(8080)\n\n使用一个页面模板\n当你在渲染 Vue 应用程序时,renderer 只从应用程序生成 HTML 标记(markup)。在这个示例中,我们必须用一个额外的 HTML 页面包裹容器,来包裹生成的 HTML 标记。\n为了简化这些,你可以直接在创建 renderer 时提供一个页面模板。多数时候,我们会将页面模板放在特有的文件中,例如 index.template.html:\n\n\n Hello\n \n \n \n\n\n注意 注释 -- 这里将是应用程序 HTML 标记注入的地方。\n然后,我们可以读取和传输文件到 Vue renderer 中:\nconst renderer = createRenderer({\n template: require('fs').readFileSync('./index.template.html', 'utf-8')\n})\n\nrenderer.renderToString(app, (err, html) => {\n console.log(html) // html 将是注入应用程序内容的完整页面\n})\n\n模板插值\n模板还支持简单插值。给定如下模板:\n\n \n \n {{ title }}\n\n \n {{{ meta }}}\n \n \n \n \n\n\n我们可以通过传入一个\"渲染上下文对象\",作为 renderToString 函数的第二个参数,来提供插值数据:\nconst context = {\n title: 'hello',\n meta: `\n \n \n `\n}\n\nrenderer.renderToString(app, context, (err, html) => {\n // 页面 title 将会是 \"Hello\"\n // meta 标签也会注入\n})\n\n也可以与 Vue 应用程序实例共享 context 对象,允许模板插值中的组件动态地注册数据。\n此外,模板支持一些高级特性,例如:\n\n在使用 *.vue 组件时,自动注入「关键的 CSS(critical CSS)」;\n在使用 clientManifest 时,自动注入「资源链接(asset links)和资源预加载提示(resource hints)」;\n在嵌入 Vuex 状态进行客户端融合(client-side hydration)时,自动注入以及 XSS 防御。\n\n在之后的指南中介绍相关概念时,我们将详细讨论这些。\n"},"universal.html":{"url":"universal.html","title":"编写通用代码","keywords":"","body":"编写通用代码\n在进一步介绍之前,让我们花点时间来讨论编写\"通用\"代码时的约束条件 - 即运行在服务器和客户端的代码。由于用例和平台 API 的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。\n服务器上的数据响应\n在纯客户端应用程序(client-only app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross-request state pollution)。\n因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据(\"pre-fetching\" data) - 这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。\n组件生命周期钩子函数\n由于没有动态更新,所有的生命周期钩子函数中,只有 beforeCreate 和 created 会在服务器端渲染(SSR)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如 beforeMount 或 mounted),只会在客户端执行。\n此外还需要注意的是,你应该避免在 beforeCreate 和 created 生命周期时产生全局副作用的代码,例如在其中使用 setInterval 设置 timer。在纯客户端(client-side only)的代码中,我们可以设置一个 timer,然后在 beforeDestroy 或 destroyed 生命周期时将其销毁。但是,由于在 SSR 期间并不会调用销毁钩子函数,所以 timer 将永远保留下来。为了避免这种情况,请将副作用代码移动到 beforeMount 或 mounted 生命周期中。\n访问特定平台(Platform-Specific) API\n通用代码不可接受特定平台的 API,因此如果你的代码中,直接使用了像 window 或 document,这种仅浏览器可用的全局变量,则会在 Node.js 中执行时抛出错误,反之也是如此。\n对于共享于服务器和客户端,但用于不同平台 API 的任务(task),建议将平台特定实现包含在通用 API 中,或者使用为你执行此操作的 library。例如,axios 是一个 HTTP 客户端,可以向服务器和客户端都暴露相同的 API。\n对于仅浏览器可用的 API,通常方式是,在「纯客户端(client-only)」的生命周期钩子函数中惰性访问(lazily access)它们。\n请注意,考虑到如果第三方 library 不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是 hack 的做法,并且可能会干扰到其他 library 的环境检测代码。\n自定义指令\n大多数自定义指令直接操作 DOM,因此会在服务器端渲染(SSR)过程中导致错误。有两种方法可以解决这个问题:\n\n推荐使用组件作为抽象机制,并运行在「虚拟 DOM 层级(Virtual-DOM level)」(例如,使用渲染函数(render function))。\n\n如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器 renderer 时,使用 directives 选项所提供\"服务器端版本(server-side version)\"。\n\n\n"},"structure.html":{"url":"structure.html","title":"源码结构","keywords":"","body":"源码结构\n避免状态单例\n当编写纯客户端(client-only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,Node.js 服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。\n如基本示例所示,我们为每个请求创建一个新的根 Vue 实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross-request state pollution)。\n因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:\n// app.js\nconst Vue = require('vue')\n\nmodule.exports = function createApp (context) {\n return new Vue({\n data: {\n url: context.url\n },\n template: `访问的 URL 是: {{ url }}`\n })\n}\n\n并且我们的服务器代码现在变为:\n// server.js\nconst createApp = require('./app')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n const app = createApp(context)\n\n renderer.renderToString(app, (err, html) => {\n // 处理错误……\n res.end(html)\n })\n})\n\n同样的规则也适用于 router、store 和 event bus 实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在 createApp 中创建一个新的实例,并从根 Vue 实例注入。\n\n在使用带有 { runInNewContext: true } 的 bundle renderer 时,可以消除此约束,但是由于需要为每个请求创建一个新的 vm 上下文,因此伴随有一些显著性能开销。\n\n介绍构建步骤\n到目前为止,我们还没有讨论过如何将相同的 Vue 应用程序提供给客户端。为了做到这一点,我们需要使用 webpack 来打包我们的 Vue 应用程序。事实上,我们可能需要在服务器上使用 webpack 打包 Vue 应用程序,因为:\n\n通常 Vue 应用程序是由 webpack 和 vue-loader 构建,并且许多 webpack 特定功能不能直接在 Node.js 中运行(例如通过 file-loader 导入文件,通过 css-loader 导入 CSS)。\n\n尽管 Node.js 最新版本能够完全支持 ES2015 特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。\n\n\n所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用 webpack 打包 - 服务器需要「服务器 bundle」然后用于服务器端渲染(SSR),而「客户端 bundle」会发送给浏览器,用于混合静态标记。\n\n我们将在后面的章节讨论规划结构的细节 - 现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用 webpack 的情况下编写我们的 Vue 应用程序代码。\n使用 webpack 的源码结构\n现在我们正在使用 webpack 来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用 webpack 支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。\n一个基本项目可能像是这样:\nsrc\n├── components\n│ ├── Foo.vue\n│ ├── Bar.vue\n│ └── Baz.vue\n├── App.vue\n├── app.js # 通用 entry(universal entry)\n├── entry-client.js # 仅运行于浏览器\n└── entry-server.js # 仅运行于服务器\n\napp.js\napp.js 是我们应用程序的「通用 entry」。在纯客户端应用程序中,我们将在此文件中创建根 Vue 实例,并直接挂载到 DOM。但是,对于服务器端渲染(SSR),责任转移到纯客户端 entry 文件。app.js 简单地使用 export 导出一个 createApp 函数:\nimport Vue from 'vue'\nimport App from './App.vue'\n\n// 导出一个工厂函数,用于创建新的\n// 应用程序、router 和 store 实例\nexport function createApp () {\n const app = new Vue({\n // 根实例简单的渲染应用程序组件。\n render: h => h(App)\n })\n return { app }\n}\n\nentry-client.js:\n客户端 entry 只需创建应用程序,并且将其挂载到 DOM 中:\nimport { createApp } from './app'\n\n// 客户端特定引导逻辑……\n\nconst { app } = createApp()\n\n// 这里假定 App.vue 模板中根元素具有 `id=\"app\"`\napp.$mount('#app')\n\nentry-server.js:\n服务器 entry 使用 default export 导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情 - 但是稍后我们将在此执行服务器端路由匹配(server-side route matching)和数据预取逻辑(data pre-fetching logic)。\nimport { createApp } from './app'\n\nexport default context => {\n const { app } = createApp()\n return app\n}\n\n"},"routing.html":{"url":"routing.html","title":"路由和代码分割","keywords":"","body":"路由和代码分割\n使用 vue-router 的路由\n你可能已经注意到,我们的服务器代码使用了一个 * 处理程序,它接受任意 URL。这允许我们将访问的 URL 传递到我们的 Vue 应用程序中,然后对客户端和服务器复用相同的路由配置!\n为此,建议使用官方提供的 vue-router。我们首先创建一个文件,在其中创建 router。注意,类似于 createApp,我们也需要给每个请求一个新的 router 实例,所以文件导出一个 createRouter 函数:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n // ...\n ]\n })\n}\n\n然后更新 app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\n\nexport function createApp () {\n // 创建 router 实例\n const router = createRouter()\n\n const app = new Vue({\n // 注入 router 到根 Vue 实例\n router,\n render: h => h(App)\n })\n\n // 返回 app 和 router\n return { app, router }\n}\n\n现在我们需要在 entry-server.js 中实现服务器端路由逻辑(server-side routing logic):\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n // 因为有可能会是异步路由钩子函数或组件,所以我们将返回一个 Promise,\n // 以便服务器能够等待所有的内容在渲染前,\n // 就已经准备就绪。\n return new Promise((resolve, reject) => {\n const { app, router } = createApp()\n\n // 设置服务器端 router 的位置\n router.push(context.url)\n\n // 等到 router 将可能的异步组件和钩子函数解析完\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n // 匹配不到的路由,执行 reject 函数,并返回 404\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // Promise 应该 resolve 应用程序实例,以便它可以渲染\n resolve(app)\n }, reject)\n })\n}\n\n假设服务器 bundle 已经完成构建(请再次忽略现在的构建设置),服务器用法看起来如下:\n// server.js\nconst createApp = require('/path/to/built-server-bundle.js')\n\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n\n createApp(context).then(app => {\n renderer.renderToString(app, (err, html) => {\n if (err) {\n if (err.code === 404) {\n res.status(404).end('Page not found')\n } else {\n res.status(500).end('Internal Server Error')\n }\n } else {\n res.end(html)\n }\n })\n })\n})\n\n代码分割\n应用程序的代码分割或惰性加载,有助于减少浏览器在初始渲染中下载的资源体积,可以极大地改善大体积 bundle 的可交互时间(TTI - time-to-interactive)。这里的关键在于,对初始首屏而言,\"只加载所需\"。\nVue 提供异步组件作为第一类的概念,将其与 webpack 2 所支持的使用动态导入作为代码分割点相结合,你需要做的是:\n// 这里进行修改……\nimport Foo from './Foo.vue'\n\n// 改为这样:\nconst Foo = () => import('./Foo.vue')\n\n在 Vue 2.5 以下的版本中,服务端渲染时异步组件只能用在路由组件上。然而在 2.5+ 的版本中,得益于核心算法的升级,异步组件现在可以在应用中的任何地方使用。\n需要注意的是,你仍然需要在挂载 app 之前调用 router.onReady,因为路由器必须要提前解析路由配置中的异步组件,才能正确地调用组件中可能存在的路由钩子。这一步我们已经在我们的服务器入口(server entry)中实现过了,现在我们只需要更新客户端入口(client entry):\n// entry-client.js\n\nimport { createApp } from './app'\n\nconst { app, router } = createApp()\n\nrouter.onReady(() => {\n app.$mount('#app')\n})\n\n异步路由组件的路由配置示例:\n// router.js\nimport Vue from 'vue'\nimport Router from 'vue-router'\n\nVue.use(Router)\n\nexport function createRouter () {\n return new Router({\n mode: 'history',\n routes: [\n { path: '/', component: () => import('./components/Home.vue') },\n { path: '/item/:id', component: () => import('./components/Item.vue') }\n ]\n })\n}\n\n"},"data.html":{"url":"data.html","title":"数据预取和状态","keywords":"","body":"数据预取和状态\n数据预取存储容器(Data Store)\n在服务器端渲染(SSR)期间,我们本质上是在渲染我们应用程序的\"快照\",所以如果应用程序依赖于一些异步数据,那么在开始渲染过程之前,需要先预取和解析好这些数据。\n另一个需要关注的问题是在客户端,在挂载(mount)到客户端应用程序之前,需要获取到与服务器端应用程序完全相同的数据 - 否则,客户端应用程序会因为使用与服务器端应用程序不同的状态,然后导致混合失败。\n为了解决这个问题,获取的数据需要位于视图组件之外,即放置在专门的数据预取存储容器(data store)或\"状态容器(state container))\"中。首先,在服务器端,我们可以在渲染之前预取数据,并将数据填充到 store 中。此外,我们将在 HTML 中序列化(serialize)和内联预置(inline)状态。这样,在挂载(mount)到客户端应用程序之前,可以直接从 store 获取到内联预置(inline)状态。\n为此,我们将使用官方状态管理库 Vuex。我们先创建一个 store.js 文件,里面会模拟一些根据 id 获取 item 的逻辑:\n// store.js\nimport Vue from 'vue'\nimport Vuex from 'vuex'\n\nVue.use(Vuex)\n\n// 假定我们有一个可以返回 Promise 的\n// 通用 API(请忽略此 API 具体实现细节)\nimport { fetchItem } from './api'\n\nexport function createStore () {\n return new Vuex.Store({\n state: {\n items: {}\n },\n actions: {\n fetchItem ({ commit }, id) {\n // `store.dispatch()` 会返回 Promise,\n // 以便我们能够知道数据在何时更新\n return fetchItem(id).then(item => {\n commit('setItem', { id, item })\n })\n }\n },\n mutations: {\n setItem (state, { id, item }) {\n Vue.set(state.items, id, item)\n }\n }\n })\n}\n\n然后修改 app.js:\n// app.js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport { createRouter } from './router'\nimport { createStore } from './store'\nimport { sync } from 'vuex-router-sync'\n\nexport function createApp () {\n // 创建 router 和 store 实例\n const router = createRouter()\n const store = createStore()\n\n // 同步路由状态(route state)到 store\n sync(store, router)\n\n // 创建应用程序实例,将 router 和 store 注入\n const app = new Vue({\n router,\n store,\n render: h => h(App)\n })\n\n // 暴露 app, router 和 store。\n return { app, router, store }\n}\n\n带有逻辑配置的组件(Logic Collocation with Components)\n那么,我们在哪里放置「dispatch 数据预取 action」的代码?\n我们需要通过访问路由,来决定获取哪部分数据 - 这也决定了哪些组件需要渲染。事实上,给定路由所需的数据,也是在该路由上渲染组件时所需的数据。所以在路由组件中放置数据预取逻辑,是很自然的事情。\n我们将在路由组件上暴露出一个自定义静态函数 asyncData。注意,由于此函数会在组件实例化之前调用,所以它无法访问 this。需要将 store 和路由信息作为参数传递进去:\n\n\n {{ item.title }}\n\n\n\nexport default {\n asyncData ({ store, route }) {\n // 触发 action 后,会返回 Promise\n return store.dispatch('fetchItem', route.params.id)\n },\n computed: {\n // 从 store 的 state 对象中的获取 item。\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n\n服务器端数据预取(Server Data Fetching)\n在 entry-server.js 中,我们可以通过路由获得与 router.getMatchedComponents() 相匹配的组件,如果组件暴露出 asyncData,我们就调用这个方法。然后我们需要将解析完成的状态,附加到渲染上下文(render context)中。\n// entry-server.js\nimport { createApp } from './app'\n\nexport default context => {\n return new Promise((resolve, reject) => {\n const { app, router, store } = createApp()\n\n router.push(context.url)\n\n router.onReady(() => {\n const matchedComponents = router.getMatchedComponents()\n if (!matchedComponents.length) {\n return reject({ code: 404 })\n }\n\n // 对所有匹配的路由组件调用 `asyncData()`\n Promise.all(matchedComponents.map(Component => {\n if (Component.asyncData) {\n return Component.asyncData({\n store,\n route: router.currentRoute\n })\n }\n })).then(() => {\n // 在所有预取钩子(preFetch hook) resolve 后,\n // 我们的 store 现在已经填充入渲染应用程序所需的状态。\n // 当我们将状态附加到上下文,\n // 并且 `template` 选项用于 renderer 时,\n // 状态将自动序列化为 `window.__INITIAL_STATE__`,并注入 HTML。\n context.state = store.state\n\n resolve(app)\n }).catch(reject)\n }, reject)\n })\n}\n\n当使用 template 时,context.state 将作为 window.__INITIAL_STATE__ 状态,自动嵌入到最终的 HTML 中。而在客户端,在挂载到应用程序之前,store 就应该获取到状态:\n// entry-client.js\n\nconst { app, router, store } = createApp()\n\nif (window.__INITIAL_STATE__) {\n store.replaceState(window.__INITIAL_STATE__)\n}\n\n客户端数据预取(Client Data Fetching)\n在客户端,处理数据预取有两种不同方式:\n\n在路由导航之前解析数据:\n使用此策略,应用程序会等待视图所需数据全部解析之后,再传入数据并处理当前视图。好处在于,可以直接在数据准备就绪时,传入视图渲染完整内容,但是如果数据预取需要很长时间,用户在当前视图会感受到\"明显卡顿\"。因此,如果使用此策略,建议提供一个数据加载指示器(data loading indicator)。\n我们可以通过检查匹配的组件,并在全局路由钩子函数中执行 asyncData 函数,来在客户端实现此策略。注意,在初始路由准备就绪之后,我们应该注册此钩子,这样我们就不必再次获取服务器提取的数据。\n// entry-client.js\n\n// ...忽略无关代码\n\nrouter.onReady(() => {\n // 添加路由钩子函数,用于处理 asyncData.\n // 在初始路由 resolve 后执行,\n // 以便我们不会二次预取(double-fetch)已有的数据。\n // 使用 `router.beforeResolve()`,以便确保所有异步组件都 resolve。\n router.beforeResolve((to, from, next) => {\n const matched = router.getMatchedComponents(to)\n const prevMatched = router.getMatchedComponents(from)\n\n // 我们只关心非预渲染的组件\n // 所以我们对比它们,找出两个匹配列表的差异组件\n let diffed = false\n const activated = matched.filter((c, i) => {\n return diffed || (diffed = (prevMatched[i] !== c))\n })\n\n if (!activated.length) {\n return next()\n }\n\n // 这里如果有加载指示器(loading indicator),就触发\n\n Promise.all(activated.map(c => {\n if (c.asyncData) {\n return c.asyncData({ store, route: to })\n }\n })).then(() => {\n\n // 停止加载指示器(loading indicator)\n\n next()\n }).catch(next)\n })\n\n app.$mount('#app')\n})\n\n\n匹配要渲染的视图后,再获取数据:\n此策略将客户端数据预取逻辑,放在视图组件的 beforeMount 函数中。当路由导航被触发时,可以立即切换视图,因此应用程序具有更快的响应速度。然而,传入视图在渲染时不会有完整的可用数据。因此,对于使用此策略的每个视图组件,都需要具有条件加载状态。\n这可以通过纯客户端(client-only)的全局 mixin 来实现:\nVue.mixin({\n beforeMount () {\n const { asyncData } = this.$options\n if (asyncData) {\n // 将获取数据操作分配给 promise\n // 以便在组件中,我们可以在数据准备就绪后\n // 通过运行 `this.dataPromise.then(...)` 来执行其他任务\n this.dataPromise = asyncData({\n store: this.$store,\n route: this.$route\n })\n }\n }\n})\n\n\n\n这两种策略是根本上不同的用户体验决策,应该根据你创建的应用程序的实际使用场景进行挑选。但是无论你选择哪种策略,当路由组件重用(同一路由,但是 params 或 query 已更改,例如,从 user/1 到 user/2)时,也应该调用 asyncData 函数。我们也可以通过纯客户端(client-only)的全局 mixin 来处理这个问题:\nVue.mixin({\n beforeRouteUpdate (to, from, next) {\n const { asyncData } = this.$options\n if (asyncData) {\n asyncData({\n store: this.$store,\n route: to\n }).then(next).catch(next)\n } else {\n next()\n }\n }\n})\n\nStore 代码拆分(Store Code Splitting)\n在大型应用程序中,我们的 Vuex store 可能会分为多个模块。当然,也可以将这些模块代码,分割到相应的路由组件 chunk 中。假设我们有以下 store 模块:\n// store/modules/foo.js\nexport default {\n namespaced: true,\n // 重要信息:state 必须是一个函数,\n // 因此可以创建多个实例化该模块\n state: () => ({\n count: 0\n }),\n actions: {\n inc: ({ commit }) => commit('inc')\n },\n mutations: {\n inc: state => state.count++\n }\n}\n\n我们可以在路由组件的 asyncData 钩子函数中,使用 store.registerModule 惰性注册(lazy-register)这个模块:\n// 在路由组件内\n\n {{ fooCount }}\n\n\n\n// 在这里导入模块,而不是在 `store/index.js` 中\nimport fooStoreModule from '../store/modules/foo'\n\nexport default {\n asyncData ({ store }) {\n store.registerModule('foo', fooStoreModule)\n return store.dispatch('foo/inc')\n },\n\n // 重要信息:当多次访问路由时,\n // 避免在客户端重复注册模块。\n destroyed () {\n this.$store.unregisterModule('foo')\n },\n\n computed: {\n fooCount () {\n return this.$store.state.foo.count\n }\n }\n}\n\n\n由于模块现在是路由组件的依赖,所以它将被 webpack 移动到路由组件的异步 chunk 中。\n\n哦?看起来要写很多代码!这是因为,通用数据预取可能是服务器渲染应用程序中最复杂的问题,我们正在为下一步开发做前期准备。一旦设定好模板示例,创建单独组件实际上会变得相当轻松。\n"},"hydration.html":{"url":"hydration.html","title":"客户端混合","keywords":"","body":"客户端激活(client-side hydration)\n所谓客户端激活,指的是 Vue 在浏览器端接管由服务端发送的静态 HTML,使其变为由 Vue 管理的动态 DOM 的过程。\n在 entry-client.js 中,我们用下面这行挂载(mount)应用程序:\n// 这里假定 App.vue template 根元素的 `id=\"app\"`\napp.$mount('#app')\n\n由于服务器已经渲染好了 HTML,我们显然无需将其丢弃再重新创建所有的 DOM 元素。相反,我们需要\"激活\"这些静态的 HTML,然后使他们成为动态的(能够响应后续的数据变化)。\n如果你检查服务器渲染的输出结果,你会注意到应用程序的根元素上添加了一个特殊的属性:\n\n\ndata-server-rendered 特殊属性,让客户端 Vue 知道这部分 HTML 是由 Vue 在服务端渲染的,并且应该以激活模式进行挂载。注意,这里并没有添加 id=\"app\",而是添加 data-server-rendered 属性:你需要自行添加 ID 或其他能够选取到应用程序根元素的选择器,否则应用程序将无法正常激活。\n在开发模式下,Vue 将推断客户端生成的虚拟 DOM 树(virtual DOM tree),是否与从服务器渲染的 DOM 结构(DOM structure)匹配。如果无法匹配,它将退出混合模式,丢弃现有的 DOM 并从头开始渲染。在生产模式下,此检测会被跳过,以避免性能损耗。\n一些需要注意的坑\n使用「SSR + 客户端混合」时,需要了解的一件事是,浏览器可能会更改的一些特殊的 HTML 结构。例如,当你在 Vue 模板中写入:\n\n hi\n\n\n浏览器会在 内部自动注入 ,然而,由于 Vue 生成的虚拟 DOM(virtual DOM) 不包含 ,所以会导致无法匹配。为能够正确匹配,请确保在模板中写入有效的 HTML。\n"},"bundle-renderer.html":{"url":"bundle-renderer.html","title":"Bundle Renderer 指引","keywords":"","body":"Bundle Renderer 指引\n使用基本 SSR 的问题\n到目前为止,我们假设打包的服务器端代码,将由服务器通过 require 直接使用:\nconst createApp = require('/path/to/built-server-bundle.js')\n\n这是理所应当的,然而在每次编辑过应用程序源代码之后,都必须停止并重启服务。这在开发过程中会影响开发效率。此外,Node.js 本身不支持 source map。\n传入 BundleRenderer\nvue-server-renderer 提供一个名为 createBundleRenderer 的 API,用于处理此问题,通过使用 webpack 的自定义插件,server bundle 将生成为可传递到 bundle renderer 的特殊 JSON 文件。所创建的 bundle renderer,用法和普通 renderer 相同,但是 bundle renderer 提供以下优点:\n\n内置的 source map 支持(在 webpack 配置中使用 devtool: 'source-map')\n\n在开发环境甚至部署过程中热重载(通过读取更新后的 bundle,然后重新创建 renderer 实例)\n\n关键 CSS(critical CSS) 注入(在使用 *.vue 文件时):自动内联在渲染过程中用到的组件所需的CSS。更多细节请查看 CSS 章节。\n\n使用 clientManifest 进行资源注入:自动推断出最佳的预加载(preload)和预取(prefetch)指令,以及初始渲染所需的代码分割 chunk。\n\n\n\n在下一章节中,我们将讨论如何配置 webpack,以生成 bundle renderer 所需的构建工件(build artifact),但现在假设我们已经有了这些需要的构建工件,以下就是创建和使用 bundle renderer 的方法:\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst renderer = createBundleRenderer(serverBundle, {\n runInNewContext: false, // 推荐\n template, // (可选)页面模板\n clientManifest // (可选)客户端构建 manifest\n})\n\n// 在服务器处理函数中……\nserver.get('*', (req, res) => {\n const context = { url: req.url }\n // 这里无需传入一个应用程序,因为在执行 bundle 时已经自动创建过。\n // 现在我们的服务器与应用程序已经解耦!\n renderer.renderToString(context, (err, html) => {\n // 处理异常……\n res.end(html)\n })\n})\n\nbundle renderer 在调用 renderToString 时,它将自动执行「由 bundle 创建的应用程序实例」所导出的函数(传入上下文作为参数),然后渲染它。\n注意,推荐将 runInNewContext 选项设置为 false 或 'once'。更多细节请查看 API 参考。\n"},"build-config.html":{"url":"build-config.html","title":"构建配置","keywords":"","body":"构建配置\n我们假设你已经知道,如何为纯客户端(client-only)项目配置 webpack。服务器端渲染(SSR)项目的配置大体上与纯客户端项目类似,但是我们建议将配置分为三个文件:base, client 和 server。基本配置(base config)包含在两个环境共享的配置,例如,输出路径(output path),别名(alias)和 loader。服务器配置(server config)和客户端配置(client config),可以通过使用 webpack-merge 来简单地扩展基本配置。\n服务器配置(Server Config)\n服务器配置,是用于生成传递给 createBundleRenderer 的 server bundle。它应该是这样的:\nconst merge = require('webpack-merge')\nconst nodeExternals = require('webpack-node-externals')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\n\nmodule.exports = merge(baseConfig, {\n // 将 entry 指向应用程序的 server entry 文件\n entry: '/path/to/entry-server.js',\n\n // 这允许 webpack 以 Node 适用方式(Node-appropriate fashion)处理动态导入(dynamic import),\n // 并且还会在编译 Vue 组件时,\n // 告知 `vue-loader` 输送面向服务器代码(server-oriented code)。\n target: 'node',\n\n // 对 bundle renderer 提供 source map 支持\n devtool: 'source-map',\n\n // 此处告知 server bundle 使用 Node 风格导出模块(Node-style exports)\n output: {\n libraryTarget: 'commonjs2'\n },\n\n // https://webpack.js.org/configuration/externals/#function\n // https://github.com/liady/webpack-node-externals\n // 外置化应用程序依赖模块。可以使服务器构建速度更快,\n // 并生成较小的 bundle 文件。\n externals: nodeExternals({\n // 不要外置化 webpack 需要处理的依赖模块。\n // 你可以在这里添加更多的文件类型。例如,未处理 *.vue 原始文件,\n // 你还应该将修改 `global`(例如 polyfill)的依赖模块列入白名单\n whitelist: /\\.css$/\n }),\n\n // 这是将服务器的整个输出\n // 构建为单个 JSON 文件的插件。\n // 默认文件名为 `vue-ssr-server-bundle.json`\n plugins: [\n new VueSSRServerPlugin()\n ]\n})\n\n在生成 vue-ssr-server-bundle.json 之后,只需将文件路径传递给 createBundleRenderer:\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer('/path/to/vue-ssr-server-bundle.json', {\n // ……renderer 的其他选项\n})\n\n又或者,你还可以将 bundle 作为对象传递给 createBundleRenderer。这对开发过程中的热重载是很有用的 - 具体请查看 HackerNews demo 的参考设置。\n扩展说明(Externals Caveats)\n请注意,在 externals 选项中,我们将 CSS 文件列入白名单。这是因为从依赖模块导入的 CSS 还应该由 webpack 处理。如果你导入依赖于 webpack 的任何其他类型的文件(例如 *.vue, *.sass),那么你也应该将它们添加到白名单中。\n如果你使用 runInNewContext: 'once' 或 runInNewContext: true,那么你还应该将修改 global 的 polyfill 列入白名单,例如 babel-polyfill。这是因为当使用新的上下文模式时,server bundle 中的代码具有自己的 global 对象。由于在使用 Node 7.6+ 时,在服务器并不真正需要它,所以实际上只需在客户端 entry 导入它。\n客户端配置(Client Config)\n客户端配置(client config)和基本配置(base config)大体上相同。显然你需要把 entry 指向你的客户端入口文件。除此之外,如果你使用 CommonsChunkPlugin,请确保仅在客户端配置(client config)中使用,因为服务器包需要单独的入口 chunk。\n生成 clientManifest\n\n需要版本 2.3.0+\n\n除了 server bundle 之外,我们还可以生成客户端构建清单(client build manifest)。使用客户端清单(client manifest)和服务器 bundle(server bundle),renderer 现在具有了服务器和客户端的构建信息,因此它可以自动推断和注入资源预加载 / 数据预取指令(preload / prefetch directive),以及 css 链接 / script 标签到所渲染的 HTML。\n好处是双重的:\n\n在生成的文件名中有哈希时,可以取代 html-webpack-plugin 来注入正确的资源 URL。\n\n在通过 webpack 的按需代码分割特性渲染 bundle 时,我们可以确保对 chunk 进行最优化的资源预加载/数据预取,并且还可以将所需的异步 chunk 智能地注入为 标签,以避免客户端的瀑布式请求(waterfall request),以及改善可交互时间(TTI - time-to-interactive)。\n\n\n要使用客户端清单(client manifest),客户端配置(client config)将如下所示:\nconst webpack = require('webpack')\nconst merge = require('webpack-merge')\nconst baseConfig = require('./webpack.base.config.js')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\nmodule.exports = merge(baseConfig, {\n entry: '/path/to/entry-client.js',\n plugins: [\n // 重要信息:这将 webpack 运行时分离到一个引导 chunk 中,\n // 以便可以在之后正确注入异步 chunk。\n // 这也为你的 应用程序/vendor 代码提供了更好的缓存。\n new webpack.optimize.CommonsChunkPlugin({\n name: \"manifest\",\n minChunks: Infinity\n }),\n // 此插件在输出目录中\n // 生成 `vue-ssr-client-manifest.json`。\n new VueSSRClientPlugin()\n ]\n})\n\n然后,你就可以使用生成的客户端清单(client manifest)以及页面模板:\nconst { createBundleRenderer } = require('vue-server-renderer')\n\nconst template = require('fs').readFileSync('/path/to/template.html', 'utf-8')\nconst serverBundle = require('/path/to/vue-ssr-server-bundle.json')\nconst clientManifest = require('/path/to/vue-ssr-client-manifest.json')\n\nconst renderer = createBundleRenderer(serverBundle, {\n template,\n clientManifest\n})\n\n通过以上设置,使用代码分割特性构建后的服务器渲染的 HTML 代码,将看起来如下(所有都是自动注入):\n\n \n \n \n \n \n \n \n \n \n \n async\n \n \n \n \n \n \n`\n\n手动资源注入(Manual Asset Injection)\n默认情况下,当提供 template 渲染选项时,资源注入是自动执行的。但是有时候,你可能需要对资源注入的模板进行更细粒度(finer-grained)的控制,或者你根本不使用模板。在这种情况下,你可以在创建 renderer 并手动执行资源注入时,传入 inject: false。\n在 renderToString 回调函数中,你传入的 context 对象会暴露以下方法:\n\ncontext.renderStyles()\n这将返回内联 标签包含所有关键 CSS(critical CSS) ,其中关键 CSS 是在要用到的 *.vue 组件的渲染过程中收集的。有关更多详细信息,请查看 CSS 管理。\n如果提供了 clientManifest,返回的字符串中,也将包含着 标签内由 webpack 输出(webpack-emitted)的 CSS 文件(例如,使用 extract-text-webpack-plugin 提取的 CSS,或使用 file-loader 导入的 CSS)\n\ncontext.renderState(options?: Object)\n此方法序列化 context.state 并返回一个内联的 script,其中状态被嵌入在 window.__INITIAL_STATE__ 中。\n上下文状态键(context state key)和 window 状态键(window state key),都可以通过传递选项对象进行自定义:\ncontext.renderState({\n contextKey: 'myCustomState',\n windowKey: '__MY_STATE__'\n})\n\n// -> window.__MY_STATE__={...}\n\n\ncontext.renderScripts()\n\n需要 clientManifest\n\n此方法返回引导客户端应用程序所需的 标签。当在应用程序代码中使用异步代码分割(async code-splitting)时,此方法将智能地正确的推断需要引入的那些异步 chunk。\n\ncontext.renderResourceHints()\n\n需要 clientManifest\n\n此方法返回当前要渲染的页面,所需的 资源提示(resource hint)。默认情况下会:\n\n预加载页面所需的 JavaScript 和 CSS 文件\n预取异步 JavaScript chunk,之后可能会用于渲染\n\n使用 shouldPreload 选项可以进一步自定义要预加载的文件。\n\ncontext.getPreloadFiles()\n\n需要 clientManifest\n\n此方法不返回字符串 - 相反,它返回一个数组,此数组是由要预加载的资源文件对象所组成。这可以用在以编程方式(programmatically)执行 HTTP/2 服务器推送(HTTP/2 server push)。\n\n\n由于传递给 createBundleRenderer 的 template 将会使用 context 对象进行插值,你可以(通过传入 inject: false)在模板中使用这些方法:\n\n \n \n {{{ renderResourceHints() }}}\n {{{ renderStyles() }}}\n \n \n \n {{{ renderState() }}}\n {{{ renderScripts() }}}\n \n\n\n如果你根本没有使用 template,你可以自己拼接字符串。\n"},"css.html":{"url":"css.html","title":"CSS 管理","keywords":"","body":"CSS 管理\n管理 CSS 的推荐方法是简单地使用 *.vue 单个文件组件内的 ,它提供:\n\n与 HTML 并列同级,组件作用域 CSS\n能够使用预处理器(pre-processor)或 PostCSS\n开发过程中热重载(hot-reload)\n\n更重要的是,vue-style-loader(vue-loader 内部使用的 loader),具备一些服务器端渲染的特殊功能:\n\n客户端和服务器端的通用编程体验。\n\n在使用 bundleRenderer 时,自动注入关键 CSS(critical CSS)。\n如果在服务器端渲染期间使用,可以在 HTML 中收集和内联(使用 template 选项时自动处理)组件的 CSS。在客户端,当第一次使用该组件时,vue-style-loader 会检查这个组件是否已经具有服务器内联(server-inlined)的 CSS - 如果没有,CSS 将通过 标签动态注入。\n\n通用 CSS 提取。\n此设置支持使用 extract-text-webpack-plugin 将主 chunk(main chunk) 中的 CSS 提取到单独的 CSS 文件中(使用 template 自动注入),这样可以将文件分开缓存。建议用于存在很多公用 CSS 时。\n内部异步组件中的 CSS 将内联为 JavaScript 字符串,并由 vue-style-loader 处理。\n\n\n启用 CSS 提取\n要从 *.vue 文件中提取 CSS,可以使用 vue-loader 的 extractCSS 选项(需要 vue-loader 12.0.0+)\n// webpack.config.js\nconst ExtractTextPlugin = require('extract-text-webpack-plugin')\n\n// CSS 提取应该只用于生产环境\n// 这样我们在开发过程中仍然可以热重载\nconst isProduction = process.env.NODE_ENV === 'production'\n\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.vue$/,\n loader: 'vue-loader',\n options: {\n // enable CSS extraction\n extractCSS: isProduction\n }\n },\n // ...\n ]\n },\n plugins: isProduction\n // 确保添加了此插件!\n ? [new ExtractTextPlugin({ filename: 'common.[chunkhash].css' })]\n : []\n}\n\n请注意,上述配置仅适用于 *.vue 文件中的样式,然而你也可以使用 将外部 CSS 导入 Vue 组件。\n如果你想从 JavaScript 中导入 CSS,例如,import 'foo.css',你需要配置合适的 loader:\nmodule.exports = {\n // ...\n module: {\n rules: [\n {\n test: /\\.css$/,\n // 重要:使用 vue-style-loader 替代 style-loader\n use: isProduction\n ? ExtractTextPlugin.extract({\n use: 'css-loader',\n fallback: 'vue-style-loader'\n })\n : ['vue-style-loader', 'css-loader']\n }\n ]\n },\n // ...\n}\n\n从依赖模块导入样式\n从 NPM 依赖模块导入 CSS 时需要注意的几点:\n\n在服务器端构建过程中,不应该外置化提取。\n\n在使用 CSS 提取 + 使用 CommonsChunkPlugin 插件提取 vendor 时,如果提取的 CSS 位于提取的 vendor chunk 之中,extract-text-webpack-plugin 会遇到问题。为了解决这个问题,请避免在 vendor chunk 中包含 CSS 文件。客户端 webpack 配置示例如下:\nmodule.exports = {\n // ...\n plugins: [\n // 将依赖模块提取到 vendor chunk 以获得更好的缓存,是很常见的做法。\n new webpack.optimize.CommonsChunkPlugin({\n name: 'vendor',\n minChunks: function (module) {\n // 一个模块被提取到 vendor chunk 时……\n return (\n // 如果它在 node_modules 中\n /node_modules/.test(module.context) &&\n // 如果 request 是一个 CSS 文件,则无需外置化提取\n !/\\.css$/.test(module.request)\n )\n }\n }),\n // 提取 webpack 运行时和 manifest\n new webpack.optimize.CommonsChunkPlugin({\n name: 'manifest'\n }),\n // ...\n ]\n}\n\n\n\n"},"head.html":{"url":"head.html","title":"Head 管理","keywords":"","body":"Head 管理\n类似于资源注入,Head 管理遵循相同的理念:我们可以在组件的生命周期中,将数据动态地追加到渲染上下文(render context),然后在模板中的占位符替换为这些数据。\n\n在 2.3.2+ 的版本,你可以通过 this.$ssrContext 来直接访问组件中的服务器端渲染上下文(SSR context)。在旧版本中,你必须通过将其传递给 createApp() 并将其暴露于根实例的 $options 上,才能手动注入服务器端渲染上下文(SSR context) - 然后子组件可以通过 this.$root.$options.ssrContext 来访问它。\n\n我们可以编写一个简单的 mixin 来完成标题管理:\n// title-mixin.js\n\nfunction getTitle (vm) {\n // 组件可以提供一个 `title` 选项\n // 此选项可以是一个字符串或函数\n const { title } = vm.$options\n if (title) {\n return typeof title === 'function'\n ? title.call(vm)\n : title\n }\n}\n\nconst serverTitleMixin = {\n created () {\n const title = getTitle(this)\n if (title) {\n this.$ssrContext.title = title\n }\n }\n}\n\nconst clientTitleMixin = {\n mounted () {\n const title = getTitle(this)\n if (title) {\n document.title = title\n }\n }\n}\n\n// 可以通过 `webpack.DefinePlugin` 注入 `VUE_ENV`\nexport default process.env.VUE_ENV === 'server'\n ? serverTitleMixin\n : clientTitleMixin\n\n现在,路由组件可以利用以上 mixin,来控制文档标题(document title):\n// Item.vue\nexport default {\n mixins: [titleMixin],\n title () {\n return this.item.title\n },\n\n asyncData ({ store, route }) {\n return store.dispatch('fetchItem', route.params.id)\n },\n\n computed: {\n item () {\n return this.$store.state.items[this.$route.params.id]\n }\n }\n}\n\n然后模板中的内容将会传递给 bundle renderer:\n\n \n {{ title }}\n \n \n ...\n \n\n\n注意:\n\n使用双花括号(double-mustache)进行 HTML 转义插值(HTML-escaped interpolation),以避免 XSS 攻击。\n\n你应该在创建 context 对象时提供一个默认标题,以防在渲染过程中组件没有设置标题。\n\n\n\n使用相同的策略,你可以轻松地将此 mixin 扩展为通用的头部管理工具(generic head management utility)。\n"},"caching.html":{"url":"caching.html","title":"缓存","keywords":"","body":"缓存\n虽然 Vue 的服务器端渲染(SSR)相当快速,但是由于创建组件实例和虚拟 DOM 节点的开销,无法与纯基于字符串拼接(pure string-based)的模板的性能相当。在 SSR 性能至关重要的情况下,明智地利用缓存策略,可以极大改善响应时间并减少服务器负载。\n页面级别缓存(Page-level Caching)\n在大多数情况下,服务器渲染的应用程序依赖于外部数据,因此本质上页面内容是动态的,不能持续长时间缓存。然而,如果内容不是用户特定(user-specific)(即对于相同的 URL,总是为所有用户渲染相同的内容),我们可以利用名为 micro-caching 的缓存策略,来大幅度提高应用程序处理高流量的能力。\n这通常在 Nginx 层完成,但是我们也可以在 Node.js 中实现它:\nconst microCache = LRU({\n max: 100,\n maxAge: 1000 // 重要提示:条目在 1 秒后过期。\n})\n\nconst isCacheable = req => {\n // 实现逻辑为,检查请求是否是用户特定(user-specific)。\n // 只有非用户特定(non-user-specific)页面才会缓存\n}\n\nserver.get('*', (req, res) => {\n const cacheable = isCacheable(req)\n if (cacheable) {\n const hit = microCache.get(req.url)\n if (hit) {\n return res.end(hit)\n }\n }\n\n renderer.renderToString((err, html) => {\n res.end(html)\n if (cacheable) {\n microCache.set(req.url, html)\n }\n })\n})\n\n由于内容缓存只有一秒钟,用户将无法查看过期的内容。然而,这意味着,对于每个要缓存的页面,服务器最多只能每秒执行一次完整渲染。\n组件级别缓存(Component-level Caching)\nvue-server-renderer 内置支持组件级别缓存(component-level caching)。要启用组件级别缓存,你需要在创建 renderer 时提供具体缓存实现方式(cache implementation)。典型做法是传入 lru-cache:\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000,\n maxAge: ...\n })\n})\n\n然后,你可以通过实现 serverCacheKey 函数来缓存组件。\nexport default {\n name: 'item', // 必填选项\n props: ['item'],\n serverCacheKey: props => props.item.id,\n render (h) {\n return h('div', this.item.id)\n }\n}\n\n请注意,可缓存组件还必须定义一个唯一的 name 选项。通过使用唯一的名称,每个缓存键(cache key)对应一个组件:你无需担心两个组件返回同一个 key。\nserverCacheKey 返回的 key 应该包含足够的信息,来表示渲染结果的具体情况。如果渲染结果仅由 props.item.id 决定,则上述是一个很好的实现。但是,如果具有相同 id 的 item 可能会随时间而变化,或者如果渲染结果依赖于其他 prop,则需要修改 serverCacheKey 的实现,以考虑其他变量。\n返回常量将导致组件始终被缓存,这对纯静态组件是有好处的。\n何时使用组件缓存\n如果 renderer 在组件渲染过程中进行缓存命中,那么它将直接重新使用整个子树的缓存结果。这意味着在以下情况,你不应该缓存组件:\n\n它具有可能依赖于全局状态的子组件。\n它具有对渲染上下文产生副作用(side effect)的子组件。\n\n因此,应该小心使用组件缓存来解决性能瓶颈。在大多数情况下,你不应该也不需要缓存单一实例组件。适用于缓存的最常见类型的组件,是在大的 v-for 列表中重复出现的组件。由于这些组件通常由数据库集合(database collection)中的对象驱动,它们可以使用简单的缓存策略:使用其唯一 id,再加上最后更新的时间戳,来生成其缓存键(cache key):\nserverCacheKey: props => props.item.id + '::' + props.item.last_updated\n\n"},"streaming.html":{"url":"streaming.html","title":"流式渲染","keywords":"","body":"流式渲染(streaming)\n对于 vue-server-renderer 的基本 renderer 和 bundle renderer 都提供开箱即用的流式渲染功能。所有你需要做的就是,用 renderToStream 替代 renderToString:\nconst stream = renderer.renderToStream(context)\n\n返回的值是 Node.js stream:\nlet html = ''\n\nstream.on('data', data => {\n html += data.toString()\n})\n\nstream.on('end', () => {\n console.log(html) // 渲染完成\n})\n\nstream.on('error', err => {\n // handle error...\n})\n\n流式传输说明(Streaming Caveats)\n在流式渲染模式下,当 renderer 遍历虚拟 DOM 树(virtual DOM tree)时,会尽快发送数据。这意味着我们可以尽快获得\"第一个 chunk\",并开始更快地将其发送给客户端。\n然而,当第一个数据 chunk 被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context information)(如头信息(head information)或内联关键 CSS(inline critical CSS))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。\n因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。\n"},"non-node.html":{"url":"non-node.html","title":"在非 Node.js 环境下使用","keywords":"","body":"在非 Node.js 环境中使用\nvue-server-renderer 在默认构建时,会预先假定有一个 Node.js 环境,这使得它在其他 JavaScript 环境(如 PHP V8Js 或 Oracle Nashorn 中无法使用。在 2.5+ 版本中,我们把那些基本上与环境无关的构建,编译到 vue-server-renderer/basic.js 中,这使得它可以在上述环境中使用。\n对于所有环境,必须要预先在环境中模拟 global 和 process 对象,以及将 process.env.VUE_ENV 设置为 \"server\" 和将 process.env.NODE_ENV 设置为 \"development\" 或 \"production\"。\n在 Nashorn 环境下,可能还需要使用 Java 原生定时器,来为 Promise 或 setTimeout 提供 polyfill。\nphp-v8js 的示例用法:\nexecuteString('var process = { env: { VUE_ENV: \"server\", NODE_ENV: \"production\" }}; this.global = { process: process };');\n$v8->executeString($vue_source);\n$v8->executeString($renderer_source);\n$v8->executeString($app_source);\n?>\n\n\n// app.js\nvar vm = new Vue({\n template: `{{ msg }}`,\n data: {\n msg: 'hello'\n }\n})\n\n// 通过 `vue-server-renderer/basic.js` 暴露\nrenderVueComponentToString(vm, (err, res) => {\n print(res)\n})\n\n"},"api.html":{"url":"api.html","title":"API 参考","keywords":"","body":"API 参考\ncreateRenderer([options])\n使用(可选的)选项创建一个 Renderer 实例。\nconst { createRenderer } = require('vue-server-renderer')\nconst renderer = createRenderer({ ... })\n\ncreateBundleRenderer(bundle[, options])\n使用 server bundle 和(可选的)选项创建一个 BundleRenderer 实例。\nconst { createBundleRenderer } = require('vue-server-renderer')\nconst renderer = createBundleRenderer(serverBundle, { ... })\n\nserverBundle 参数可以是以下之一:\n\n绝对路径,指向一个已经构建好的 bundle 文件(.js 或 .json)。必须以 / 开头才会被识别为文件路径。\n\n由 webpack + vue-server-renderer/server-plugin 生成的 bundle 对象。\n\nJavaScript 代码字符串(不推荐)。\n\n\n更多细节请查看 Server Bundle 指引 和 构建配置。\nClass: Renderer\n\nrenderer.renderToString(vm[, context, callback]): ?Promise\n将 Vue 实例渲染为字符串。上下文对象(context object)可选。回调函数是典型的 Node.js 风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。\n在 2.5.0+ 版本中,此 callback 回调函数是可选项。在不传递 callback 时,此方法返回一个 Promise 对象,在其 resolve 后返回最终渲染的 HTML。\n\nrenderer.renderToStream(vm[, context]): stream.Readable\n将 Vue 实例渲染为一个 Node.js 可读流。上下文对象(context object)可选。更多细节请查看流式渲染。\n\n\nClass: BundleRenderer\n\nbundleRenderer.renderToString([context, callback]): ?Promise\n将 bundle 渲染为字符串。上下文对象(context object)可选。回调是一个典型的 Node.js 风格回调,其中第一个参数是可能抛出的错误,第二个参数是渲染完毕的字符串。\n在 2.5.0+ 版本中,此 callback 回调函数是可选项。在不传递 callback 时,此方法返回一个 Promise 对象,在其 resolve 后返回最终渲染的 HTML。\n\nbundleRenderer.renderToStream([context]): stream.Readable\n将 bundle 渲染为一个 Node.js 可读流。上下文对象(context object)可选。更多细节请查看流式渲染。\n\n\nRenderer 选项\n\ntemplate\n为整个页面的 HTML 提供一个模板。此模板应包含注释 ,作为渲染应用程序内容的占位符。\n模板还支持使用渲染上下文(render context)进行基本插值:\n\n使用双花括号(double-mustache)进行 HTML 转义插值(HTML-escaped interpolation);\n使用三花括号(triple-mustache)进行 HTML 不转义插值(non-HTML-escaped interpolation)。\n\n当在渲染上下文(render context)上存在一些特定属性时,模板会自动注入对应的内容:\n\ncontext.head:(字符串)将会被作为 HTML 注入到页面的头部(head)里。\n\ncontext.styles:(字符串)内联 CSS,将以 style 标签的形式注入到页面头部。注意,如过你使用了 vue-loader + vue-style-loader 来处理组件 CSS,此属性会在构建过程中被自动生成。\n\ncontext.state:(对象)初始 Vuex store 状态,将以 window.__INITIAL_STATE__ 的形式内联到页面。内联的 JSON 将使用 serialize-javascript 自动清理,以防止 XSS 攻击。\n在 2.5.0+ 版本中,嵌入式 script 也可以也可以在生产模式(production mode)下自行移除。\n\n\n此外,当提供 clientManifest 时,模板会自动注入以下内容:\n\n渲染当前页面所需的最优客户端 JavaScript 和 CSS 资源(支持自动推导异步代码分割所需的文件);\n为要渲染页面提供最佳的 资源提示(resource hints)。\n\n你也可以通过将 inject: false 传递给 renderer,来禁用所有自动注入。\n具体查看:\n\n使用一个页面模板\n手动资源注入(Manual Asset Injection)\n\n\nclientManifest\n\n2.3.0+\n\n通过此选项提供一个由 vue-server-renderer/client-plugin 生成的客户端构建 manifest 对象(client build manifest object)。此对象包含了 webpack 整个构建过程的信息,从而可以让 bundle renderer 自动推导需要在 HTML 模板中注入的内容。更多详细信息,请查看生成 clientManifest。\n\ninject\n\n2.3.0+\n\n控制使用 template 时是否执行自动注入。默认是 true。\n参考:手动资源注入(Manual Asset Injection)。\n\nshouldPreload\n\n2.3.0+\n\n一个函数,用来控制什么文件应该生成 资源预加载提示(resource hints)。\n默认情况下,只有 JavaScript 和 CSS 文件会被预加载,因为它们是启动应用时所必需的。\n对于其他类型的资源(如图像或字体),预加载过多可能会浪费带宽,甚至损害性能,因此预加载什么资源具体依赖于场景。你可以使用 shouldPreload 选项精确控制预加载资源:\nconst renderer = createBundleRenderer(bundle, {\n template,\n clientManifest,\n shouldPreload: (file, type) => {\n // 基于文件扩展名的类型推断。\n // https://fetch.spec.whatwg.org/#concept-request-destination\n if (type === 'script' || type === 'style') {\n return true\n }\n if (type === 'font') {\n // 只预加载 woff2 字体\n return /\\.woff2$/.test(file)\n }\n if (type === 'image') {\n // 只预加载重要 images\n return file === 'hero.jpg'\n }\n }\n})\n\n\nshouldPrefetch\n\n2.5.0+\n\n一个函数,用来控制对于哪些文件,是需要生成 资源提示。\n默认情况下,异步 chunk 中的所有资源都将被预取,因为这是低优先级指令; 然而,为了更好地控制带宽使用情况,你也可以自定义要预取的资源。此选项具有与 shouldPreload 相同的函数签名。\n\nrunInNewContext\n\n2.3.0+\n只用于 createBundleRenderer\n期望值:boolean | 'once'('once' 只在 2.3.1+ 支持)\n\n默认情况下,对于每次渲染,bundle renderer 将创建一个新的 V8 上下文并重新执行整个 bundle。这具有一些好处 - 例如,应用程序代码与服务器进程隔离,我们无需担心文档中提到的状态单例问题。然而,这种模式有一些相当大的性能开销,因为重新创建上下文并执行整个 bundle 还是相当昂贵的,特别是当应用很大的时候。\n出于向后兼容的考虑,此选项默认为 true,但建议你尽可能使用 runInNewContext: false 或 runInNewContext: 'once'。\n\n在 2.3.0 中,此选项有一个 bug,其中 runInNewContext: false 仍然使用独立的全局上下文(separate global context)执行 bundle。以下信息假定版本为 2.3.1+。\n\n使用 runInNewContext: false,bundle 代码将与服务器进程在同一个 global 上下文中运行,所以请留意在应用程序代码中尽量避免修改 global。\n使用 runInNewContext: 'once' (2.3.1+),bundle 将在独立的全局上下文(separate global context)取值,然而只在启动时取值一次。这提供了一定程度的应用程序代码隔离,因为它能够防止 bundle 中的代码意外污染服务器进程的 global 对象。注意事项如下:\n\n在此模式下,修改 global(例如,polyfill)的依赖模块必须被打包进 bundle,不能被外部化 (externalize);\n从 bundle 执行返回的值将使用不同的全局构造函数,例如,在服务器进程中捕获到 bundle 内部抛出的错误,使用的是 bundle 上下文中的 Error 构造函数,所以它不会是服务器进程中 Error 的一个实例。\n\n参考:源码结构\n\nbasedir\n\n2.2.0+\n只用于 createBundleRenderer\n\n显式地声明 server bundle 的运行目录。运行时将会以此目录为基准来解析 node_modules 中的依赖模块。只有在所生成的 bundle 文件与外部的 NPM 依赖模块放置在不同位置,或者 vue-server-renderer 是通过 NPM link 链接到当前项目中时,才需要配置此选项。\n\ncache\n提供组件缓存具体实现。缓存对象必须实现以下接口(使用 Flow 语法表示):\ntype RenderCache = {\n get: (key: string, cb?: Function) => string | void;\n set: (key: string, val: string) => void;\n has?: (key: string, cb?: Function) => boolean | void;\n};\n\n典型用法是传入 lru-cache:\nconst LRU = require('lru-cache')\n\nconst renderer = createRenderer({\n cache: LRU({\n max: 10000\n })\n})\n\n请注意,缓存对象应至少要实现 get 和 set。此外,如果 get 和 has 接收第二个参数作为回调,那 get 和 has 也可以是可选的异步函数。这允许缓存使用异步 API,例如,一个 Redis 客户端:\nconst renderer = createRenderer({\n cache: {\n get: (key, cb) => {\n redisClient.get(key, (err, res) => {\n // 处理任何错误\n cb(res)\n })\n },\n set: (key, val) => {\n redisClient.set(key, val)\n }\n }\n})\n\n\ndirectives\n对于自定义指令,允许提供服务器端实现:\nconst renderer = createRenderer({\n directives: {\n example (vnode, directiveMeta) {\n // 基于指令绑定元数据(metadata)转换 vnode\n }\n }\n})\n\n例如,请查看 v-show 的服务器端实现。\n\n\nwebpack 插件\nwebpack 插件作为独立文件提供,并且应当直接 require:\nconst VueSSRServerPlugin = require('vue-server-renderer/server-plugin')\nconst VueSSRClientPlugin = require('vue-server-renderer/client-plugin')\n\n生成的默认文件是:\n\nvue-ssr-server-bundle.json 用于服务器端插件;\nvue-ssr-client-manifest.json 用于客户端插件。\n\n创建插件实例时可以自定义文件名:\nconst plugin = new VueSSRServerPlugin({\n filename: 'my-server-bundle.json'\n})\n\n更多信息请查看构建配置。\n"}}} \ No newline at end of file diff --git a/zh/streaming.html b/zh/streaming.html new file mode 100644 index 00000000..0e8d9e4e --- /dev/null +++ b/zh/streaming.html @@ -0,0 +1,651 @@ + + + + + + + 流式渲染 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                          +
                                                                                                                                                                          + + + + + + + + +
                                                                                                                                                                          + +
                                                                                                                                                                          + +
                                                                                                                                                                          + + + + + + + + + +
                                                                                                                                                                          +
                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          + +
                                                                                                                                                                          + +

                                                                                                                                                                          流式渲染(streaming)

                                                                                                                                                                          +

                                                                                                                                                                          对于 vue-server-renderer 的基本 renderer 和 bundle renderer 都提供开箱即用的流式渲染功能。所有你需要做的就是,用 renderToStream 替代 renderToString

                                                                                                                                                                          +
                                                                                                                                                                          const stream = renderer.renderToStream(context)
                                                                                                                                                                          +
                                                                                                                                                                          +

                                                                                                                                                                          返回的值是 Node.js stream

                                                                                                                                                                          +
                                                                                                                                                                          let html = ''
                                                                                                                                                                          +
                                                                                                                                                                          +stream.on('data', data => {
                                                                                                                                                                          +  html += data.toString()
                                                                                                                                                                          +})
                                                                                                                                                                          +
                                                                                                                                                                          +stream.on('end', () => {
                                                                                                                                                                          +  console.log(html) // 渲染完成
                                                                                                                                                                          +})
                                                                                                                                                                          +
                                                                                                                                                                          +stream.on('error', err => {
                                                                                                                                                                          +  // handle error...
                                                                                                                                                                          +})
                                                                                                                                                                          +
                                                                                                                                                                          +

                                                                                                                                                                          流式传输说明(Streaming Caveats)

                                                                                                                                                                          +

                                                                                                                                                                          在流式渲染模式下,当 renderer 遍历虚拟 DOM 树(virtual DOM tree)时,会尽快发送数据。这意味着我们可以尽快获得"第一个 chunk",并开始更快地将其发送给客户端。

                                                                                                                                                                          +

                                                                                                                                                                          然而,当第一个数据 chunk 被发出时,子组件甚至可能不被实例化,它们的生命周期钩子也不会被调用。这意味着,如果子组件需要在其生命周期钩子函数中,将数据附加到渲染上下文(render context),当流(stream)启动时,这些数据将不可用。这是因为,大量上下文信息(context information)(如头信息(head information)或内联关键 CSS(inline critical CSS))需要在应用程序标记(markup)之前出现,我们基本上必须等待流(stream)完成后,才能开始使用这些上下文数据。

                                                                                                                                                                          +

                                                                                                                                                                          因此,如果你依赖由组件生命周期钩子函数填充的上下文数据,则不建议使用流式传输模式。

                                                                                                                                                                          + + +
                                                                                                                                                                          + +
                                                                                                                                                                          +
                                                                                                                                                                          +
                                                                                                                                                                          + +

                                                                                                                                                                          results matching ""

                                                                                                                                                                          +
                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            + +

                                                                                                                                                                            No results matching ""

                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            + + +
                                                                                                                                                                            + + +
                                                                                                                                                                            + + + + + + + + + + + + + + +
                                                                                                                                                                            + + +
                                                                                                                                                                            + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/structure.html b/zh/structure.html new file mode 100644 index 00000000..69086ed4 --- /dev/null +++ b/zh/structure.html @@ -0,0 +1,722 @@ + + + + + + + 源码结构 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                            +
                                                                                                                                                                            + + + + + + + + +
                                                                                                                                                                            + +
                                                                                                                                                                            + +
                                                                                                                                                                            + + + + + + + + + +
                                                                                                                                                                            +
                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            + +
                                                                                                                                                                            + +

                                                                                                                                                                            源码结构

                                                                                                                                                                            +

                                                                                                                                                                            避免状态单例

                                                                                                                                                                            +

                                                                                                                                                                            当编写纯客户端(client-only)代码时,我们习惯于每次在新的上下文中对代码进行取值。但是,Node.js 服务器是一个长期运行的进程。当我们的代码进入该进程时,它将进行一次取值并留存在内存中。这意味着如果创建一个单例对象,它将在每个传入的请求之间共享。

                                                                                                                                                                            +

                                                                                                                                                                            如基本示例所示,我们为每个请求创建一个新的根 Vue 实例。这与每个用户在自己的浏览器中使用新应用程序的实例类似。如果我们在多个请求之间使用一个共享的实例,很容易导致交叉请求状态污染(cross-request state pollution)。

                                                                                                                                                                            +

                                                                                                                                                                            因此,我们不应该直接创建一个应用程序实例,而是应该暴露一个可以重复执行的工厂函数,为每个请求创建新的应用程序实例:

                                                                                                                                                                            +
                                                                                                                                                                            // app.js
                                                                                                                                                                            +const Vue = require('vue')
                                                                                                                                                                            +
                                                                                                                                                                            +module.exports = function createApp (context) {
                                                                                                                                                                            +  return new Vue({
                                                                                                                                                                            +    data: {
                                                                                                                                                                            +      url: context.url
                                                                                                                                                                            +    },
                                                                                                                                                                            +    template: `<div>访问的 URL 是: {{ url }}</div>`
                                                                                                                                                                            +  })
                                                                                                                                                                            +}
                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            并且我们的服务器代码现在变为:

                                                                                                                                                                            +
                                                                                                                                                                            // server.js
                                                                                                                                                                            +const createApp = require('./app')
                                                                                                                                                                            +
                                                                                                                                                                            +server.get('*', (req, res) => {
                                                                                                                                                                            +  const context = { url: req.url }
                                                                                                                                                                            +  const app = createApp(context)
                                                                                                                                                                            +
                                                                                                                                                                            +  renderer.renderToString(app, (err, html) => {
                                                                                                                                                                            +    // 处理错误……
                                                                                                                                                                            +    res.end(html)
                                                                                                                                                                            +  })
                                                                                                                                                                            +})
                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            同样的规则也适用于 router、store 和 event bus 实例。你不应该直接从模块导出并将其导入到应用程序中,而是需要在 createApp 中创建一个新的实例,并从根 Vue 实例注入。

                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            在使用带有 { runInNewContext: true } 的 bundle renderer 时,可以消除此约束,但是由于需要为每个请求创建一个新的 vm 上下文,因此伴随有一些显著性能开销。

                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            介绍构建步骤

                                                                                                                                                                            +

                                                                                                                                                                            到目前为止,我们还没有讨论过如何将相同的 Vue 应用程序提供给客户端。为了做到这一点,我们需要使用 webpack 来打包我们的 Vue 应用程序。事实上,我们可能需要在服务器上使用 webpack 打包 Vue 应用程序,因为:

                                                                                                                                                                            +
                                                                                                                                                                              +
                                                                                                                                                                            • 通常 Vue 应用程序是由 webpack 和 vue-loader 构建,并且许多 webpack 特定功能不能直接在 Node.js 中运行(例如通过 file-loader 导入文件,通过 css-loader 导入 CSS)。

                                                                                                                                                                              +
                                                                                                                                                                            • +
                                                                                                                                                                            • 尽管 Node.js 最新版本能够完全支持 ES2015 特性,我们还是需要转译客户端代码以适应老版浏览器。这也会涉及到构建步骤。

                                                                                                                                                                              +
                                                                                                                                                                            • +
                                                                                                                                                                            +

                                                                                                                                                                            所以基本看法是,对于客户端应用程序和服务器应用程序,我们都要使用 webpack 打包 - 服务器需要「服务器 bundle」然后用于服务器端渲染(SSR),而「客户端 bundle」会发送给浏览器,用于混合静态标记。

                                                                                                                                                                            +

                                                                                                                                                                            架构

                                                                                                                                                                            +

                                                                                                                                                                            我们将在后面的章节讨论规划结构的细节 - 现在,先假设我们已经将构建过程的规划都弄清楚了,我们可以在启用 webpack 的情况下编写我们的 Vue 应用程序代码。

                                                                                                                                                                            +

                                                                                                                                                                            使用 webpack 的源码结构

                                                                                                                                                                            +

                                                                                                                                                                            现在我们正在使用 webpack 来处理服务器和客户端的应用程序,大部分源码可以使用通用方式编写,可以使用 webpack 支持的所有功能。同时,在编写通用代码时,有一些事项要牢记在心。

                                                                                                                                                                            +

                                                                                                                                                                            一个基本项目可能像是这样:

                                                                                                                                                                            +
                                                                                                                                                                            src
                                                                                                                                                                            +├── components
                                                                                                                                                                            +│   ├── Foo.vue
                                                                                                                                                                            +│   ├── Bar.vue
                                                                                                                                                                            +│   └── Baz.vue
                                                                                                                                                                            +├── App.vue
                                                                                                                                                                            +├── app.js # 通用 entry(universal entry)
                                                                                                                                                                            +├── entry-client.js # 仅运行于浏览器
                                                                                                                                                                            +└── entry-server.js # 仅运行于服务器
                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            app.js

                                                                                                                                                                            +

                                                                                                                                                                            app.js 是我们应用程序的「通用 entry」。在纯客户端应用程序中,我们将在此文件中创建根 Vue 实例,并直接挂载到 DOM。但是,对于服务器端渲染(SSR),责任转移到纯客户端 entry 文件。app.js 简单地使用 export 导出一个 createApp 函数:

                                                                                                                                                                            +
                                                                                                                                                                            import Vue from 'vue'
                                                                                                                                                                            +import App from './App.vue'
                                                                                                                                                                            +
                                                                                                                                                                            +// 导出一个工厂函数,用于创建新的
                                                                                                                                                                            +// 应用程序、router 和 store 实例
                                                                                                                                                                            +export function createApp () {
                                                                                                                                                                            +  const app = new Vue({
                                                                                                                                                                            +    // 根实例简单的渲染应用程序组件。
                                                                                                                                                                            +    render: h => h(App)
                                                                                                                                                                            +  })
                                                                                                                                                                            +  return { app }
                                                                                                                                                                            +}
                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            entry-client.js:

                                                                                                                                                                            +

                                                                                                                                                                            客户端 entry 只需创建应用程序,并且将其挂载到 DOM 中:

                                                                                                                                                                            +
                                                                                                                                                                            import { createApp } from './app'
                                                                                                                                                                            +
                                                                                                                                                                            +// 客户端特定引导逻辑……
                                                                                                                                                                            +
                                                                                                                                                                            +const { app } = createApp()
                                                                                                                                                                            +
                                                                                                                                                                            +// 这里假定 App.vue 模板中根元素具有 `id="app"`
                                                                                                                                                                            +app.$mount('#app')
                                                                                                                                                                            +
                                                                                                                                                                            +

                                                                                                                                                                            entry-server.js:

                                                                                                                                                                            +

                                                                                                                                                                            服务器 entry 使用 default export 导出函数,并在每次渲染中重复调用此函数。此时,除了创建和返回应用程序实例之外,它不会做太多事情 - 但是稍后我们将在此执行服务器端路由匹配(server-side route matching)和数据预取逻辑(data pre-fetching logic)。

                                                                                                                                                                            +
                                                                                                                                                                            import { createApp } from './app'
                                                                                                                                                                            +
                                                                                                                                                                            +export default context => {
                                                                                                                                                                            +  const { app } = createApp()
                                                                                                                                                                            +  return app
                                                                                                                                                                            +}
                                                                                                                                                                            +
                                                                                                                                                                            + + +
                                                                                                                                                                            + +
                                                                                                                                                                            +
                                                                                                                                                                            +
                                                                                                                                                                            + +

                                                                                                                                                                            results matching ""

                                                                                                                                                                            +
                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              + +

                                                                                                                                                                              No results matching ""

                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              + + +
                                                                                                                                                                              + + +
                                                                                                                                                                              + + + + + + + + + + + + + + +
                                                                                                                                                                              + + +
                                                                                                                                                                              + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zh/universal.html b/zh/universal.html new file mode 100644 index 00000000..f04e1658 --- /dev/null +++ b/zh/universal.html @@ -0,0 +1,649 @@ + + + + + + + 编写通用代码 · GitBook + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                                                                                                                                                                              +
                                                                                                                                                                              + + + + + + + + +
                                                                                                                                                                              + +
                                                                                                                                                                              + +
                                                                                                                                                                              + + + + + + + + + +
                                                                                                                                                                              +
                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              + +
                                                                                                                                                                              + +

                                                                                                                                                                              编写通用代码

                                                                                                                                                                              +

                                                                                                                                                                              在进一步介绍之前,让我们花点时间来讨论编写"通用"代码时的约束条件 - 即运行在服务器和客户端的代码。由于用例和平台 API 的差异,当运行在不同环境中时,我们的代码将不会完全相同。所以这里我们将会阐述你需要理解的关键事项。

                                                                                                                                                                              +

                                                                                                                                                                              服务器上的数据响应

                                                                                                                                                                              +

                                                                                                                                                                              在纯客户端应用程序(client-only app)中,每个用户会在他们各自的浏览器中使用新的应用程序实例。对于服务器端渲染,我们也希望如此:每个请求应该都是全新的、独立的应用程序实例,以便不会有交叉请求造成的状态污染(cross-request state pollution)。

                                                                                                                                                                              +

                                                                                                                                                                              因为实际的渲染过程需要确定性,所以我们也将在服务器上“预取”数据("pre-fetching" data) - 这意味着在我们开始渲染时,我们的应用程序就已经解析完成其状态。也就是说,将数据进行响应式的过程在服务器上是多余的,所以默认情况下禁用。禁用响应式数据,还可以避免将「数据」转换为「响应式对象」的性能开销。

                                                                                                                                                                              +

                                                                                                                                                                              组件生命周期钩子函数

                                                                                                                                                                              +

                                                                                                                                                                              由于没有动态更新,所有的生命周期钩子函数中,只有 beforeCreatecreated 会在服务器端渲染(SSR)过程中被调用。这就是说任何其他生命周期钩子函数中的代码(例如 beforeMountmounted),只会在客户端执行。

                                                                                                                                                                              +

                                                                                                                                                                              此外还需要注意的是,你应该避免在 beforeCreatecreated 生命周期时产生全局副作用的代码,例如在其中使用 setInterval 设置 timer。在纯客户端(client-side only)的代码中,我们可以设置一个 timer,然后在 beforeDestroydestroyed 生命周期时将其销毁。但是,由于在 SSR 期间并不会调用销毁钩子函数,所以 timer 将永远保留下来。为了避免这种情况,请将副作用代码移动到 beforeMountmounted 生命周期中。

                                                                                                                                                                              +

                                                                                                                                                                              访问特定平台(Platform-Specific) API

                                                                                                                                                                              +

                                                                                                                                                                              通用代码不可接受特定平台的 API,因此如果你的代码中,直接使用了像 windowdocument,这种仅浏览器可用的全局变量,则会在 Node.js 中执行时抛出错误,反之也是如此。

                                                                                                                                                                              +

                                                                                                                                                                              对于共享于服务器和客户端,但用于不同平台 API 的任务(task),建议将平台特定实现包含在通用 API 中,或者使用为你执行此操作的 library。例如,axios 是一个 HTTP 客户端,可以向服务器和客户端都暴露相同的 API。

                                                                                                                                                                              +

                                                                                                                                                                              对于仅浏览器可用的 API,通常方式是,在「纯客户端(client-only)」的生命周期钩子函数中惰性访问(lazily access)它们。

                                                                                                                                                                              +

                                                                                                                                                                              请注意,考虑到如果第三方 library 不是以上面的通用用法编写,则将其集成到服务器渲染的应用程序中,可能会很棘手。你可能要通过模拟(mock)一些全局变量来使其正常运行,但这只是 hack 的做法,并且可能会干扰到其他 library 的环境检测代码。

                                                                                                                                                                              +

                                                                                                                                                                              自定义指令

                                                                                                                                                                              +

                                                                                                                                                                              大多数自定义指令直接操作 DOM,因此会在服务器端渲染(SSR)过程中导致错误。有两种方法可以解决这个问题:

                                                                                                                                                                              +
                                                                                                                                                                                +
                                                                                                                                                                              1. 推荐使用组件作为抽象机制,并运行在「虚拟 DOM 层级(Virtual-DOM level)」(例如,使用渲染函数(render function))。

                                                                                                                                                                                +
                                                                                                                                                                              2. +
                                                                                                                                                                              3. 如果你有一个自定义指令,但是不是很容易替换为组件,则可以在创建服务器 renderer 时,使用 directives 选项所提供"服务器端版本(server-side version)"。

                                                                                                                                                                                +
                                                                                                                                                                              4. +
                                                                                                                                                                              + + +
                                                                                                                                                                              + +
                                                                                                                                                                              +
                                                                                                                                                                              +
                                                                                                                                                                              + +

                                                                                                                                                                              results matching ""

                                                                                                                                                                              +
                                                                                                                                                                                + +
                                                                                                                                                                                +
                                                                                                                                                                                + +

                                                                                                                                                                                No results matching ""

                                                                                                                                                                                + +
                                                                                                                                                                                +
                                                                                                                                                                                +
                                                                                                                                                                                + +
                                                                                                                                                                                +
                                                                                                                                                                                + + +
                                                                                                                                                                                + + +
                                                                                                                                                                                + + + + + + + + + + + + + + +
                                                                                                                                                                                + + +
                                                                                                                                                                                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +